?
このドキュメントでは、 php中國語ネットマニュアル リリース
These are used to override or specify the security settings when
security is enabled. These are the possible settings:
用于當啟動安全變量時覆蓋或另行指定安全配置.有以下幾種可能的配置:
PHP_HANDLING - true/false. If set to true, the
$php_handling setting is not checked for security.
PHP_HANDLING -
真或假.如果真,則不檢查$php_handling的配置.
IF_FUNCS - This is an array of the names of permitted
PHP functions in IF statements.
IF_FUNCS -
這是一個可允許包含在if語句中的php函數(shù)名數(shù)組.
INCLUDE_ANY - true/false. If set to true, any
template can be included from the file system, regardless of the $secure_dir list.
INCLUDE_ANY -
真或假.如果真,可以從文件系統(tǒng)中包含任何模板,而不管$secure_dir目錄設置如何.
PHP_TAGS - true/false. If set to true, {php}{/php}
tags are permitted in the templates.
PHP_TAGS - 真或假.如果真,{php}{/php}允許在模板中存在.
MODIFIER_FUNCS - This is an array of the names of permitted
PHP functions used as variable modifiers.
MODIFIER_FUNCS -
這是一個可用作修正器的php函數(shù)名數(shù)組.