Forum und email

Classkit Functions

介紹

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 » PECL extension is not bundled with PHP.

Information for installing this PECL extension may be found in the manual chapter titled Installation of PECL extensions. Additional information such as new releases, downloads, source files, maintainer information, and a CHANGELOG, can be located here: » https://pecl.php.net/package/classkit.

The DLL for this PECL extension may be downloaded from either the » PHP Downloads page or from » https://pecl4win.php.net/

執行時期組態

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

Table of Contents