jpg-config.inc.php

来自「极限网络智能办公系统 - Office Automation 2008 官方10」· PHP 代码 · 共 35 行

PHP
35
字号
<?php
 

define( "CSIMCACHE_DIR", "csimcache/" );
define( "CSIMCACHE_HTTP_DIR", "csimcache/" );
define( "CHINESE_TTF_FONT", "bkai00mp.ttf" );
define( "LANGUAGE_GREEK", false );
define( "GREEK_FROM_WINDOWS", false );
define( "LANGUAGE_CYRILLIC", false );
define( "CYRILLIC_FROM_WINDOWS", false );
define( "LANGUAGE_CHARSET", null );
define( "MINCHO_TTF_FONT", "ipam.ttf" );
define( "PMINCHO_TTF_FONT", "ipamp.ttf" );
define( "GOTHIC_TTF_FONT", "ipag.ttf" );
define( "PGOTHIC_TTF_FONT", "ipagp.ttf" );
define( "ASSUME_EUCJP_ENCODING", false );
define( "DEFAULT_ERR_LOCALE", "en" );
define( "DEFAULT_GFORMAT", "auto" );
define( "USE_CACHE", false );
define( "READ_CACHE", true );
define( "USE_IMAGE_ERROR_HANDLER", true );
define( "CATCH_PHPERRMSG", true );
define( "INSTALL_PHP_ERR_HANDLER", false );
define( "USE_APPROX_COLORS", true );
define( "ERR_DEPRECATED", true );
define( "BRAND_TIMING", false );
define( "BRAND_TIME_FORMAT", "(%01.3fs)" );
define( "CACHE_FILE_GROUP", "wwwadmin" );
define( "CACHE_FILE_MOD", 436 );
define( "USE_BRESENHAM", false );
define( "_CSIM_SPECIALFILE", "_csim_special_" );
define( "_CSIM_DISPLAY", "_jpg_csimd" );
define( "_IMG_HANDLER", "__handle" );
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?