📄 lang_sys.php
字号:
<?php
$_LANG_SYS = array(
'func_getimagesize_does_not_exists'=>'Function GetImageSize() does not exists, please install GD Library.',
'func_imagecreatefromgif_does_not_exists'=>'Function ImageCreateFromGIF() does not exists, please install Gif Creation module for your GD Library.',
'func_imagecreatefromjpeg_does_not_exists'=>'Function imagecreatefromjpeg() does not exits, please install JPEG Creation module for your GD Library.',
'func_imagecreatefrompng_does_not_exists'=>'Function ImageCreateFromPNG() does not exits, please install PNG Creation module for your GD Library.',
'func_imagecreatetruecolor_does_not_exists'=>'Function imagecreatetruecolor() does not exits, please install GD Library and the PHP version must >= 4.0.6.',
'imagejpeg_failure'=>'Failure: ImageJPEG({$ni},{$distFile}).',
);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -