These functions allow the dynamic manipulation of PHP classes, at runtime.
Note:
This extension has been replaced by
runkit, which is not limited to class
manipulation but has function manipulation, as well.
This extension has no configuration directives defined in php.ini.
This extension has no resource types defined.
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
- CLASSKIT_ACC_PRIVATE
(int)
Marks the method private
- CLASSKIT_ACC_PROTECTED
(int)
Marks the method protected
- CLASSKIT_ACC_PUBLIC
(int)
Marks the method public