函數參考
PHP Manual

Variable Handling Functions

介紹

For information on how variables behave, see the Variables entry in the Language Reference section of the manual.

需求

建立這個延伸不需要任何外部程式庫。

安裝

這些函數是PHP核心的一部分,不需要安裝就可使用。

執行時期組態

php.ini中的設定會影響這些函數的行為。

Variables Configuration Options
Name Default Changeable Changelog
unserialize_callback_func NULL PHP_INI_ALL Available since PHP 4.2.0.
For further details and definitions of the PHP_INI_* constants, see the php.ini directives.

這裡為簡短的結構指令說明。

unserialize_callback_func string

The unserialize() callback function will called (with the undefined class' name as parameter), if the unserializer finds an undefined class which should be instanciated. A warning appears if the specified function is not defined, or if the function doesn't include/implement the missing class. So only set this entry, if you really want to implement such a callback-function.

See also unserialize().

資源類型

這個延伸沒有定義任何資源。

預先定義常數

這個延伸沒有定義任何常數。

Table of Contents


函數參考
PHP Manual