These functions allow the dynamic manipulation of PHP classes, at runtime.
注: This extension has been replaced by runkit, which is not limited to class manipulation but has function manipulation, as well.
本扩展模块在 php.ini 中未定义任何配置选项。
以下常量由本扩展模块定义,因此只有在本扩展模块被编译到 PHP 中,或者在运行时被动态加载后才有效。
- CLASSKIT_ACC_PRIVATE (int)
-
Marks the method private
- CLASSKIT_ACC_PROTECTED (int)
-
Marks the method protected
- CLASSKIT_ACC_PUBLIC (int)
-
Marks the method public