Classkit Functions
Bevezetés
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.
TelepÃtés
Ez a » PECL kiterjesztés a PHP alapterjesztésében nem szerepel.
További információk, mint például új kiadások, letöltés, forrásállományok, karbantartók, CHANGELOG találhatóak itt: » https://pecl.php.net/package/classkit.
Ezen PECL kiterjesztés DLL állományát letöltheted a » PHP Letöltések, vagy a » https://snaps.php.net/ cÃmrÅ‘l.
Futásidejű beállÃtások
Ez a kiterjesztés semmilyen konfigurációs beállÃtásokat nem definiál a php.ini állományban.
ErÅ‘forrás tÃpusok
Ez a kiterjesztés semmilyen erÅ‘forrás tÃpust nem definiál.
Előre definiált állandók
Az itt listázott állandókat ez a kiterjesztés definiálja, és csak akkor elérhetÅ‘ek, ha az adott kiterjesztés be van fordÃtva a PHP-be, vagy dinamikusan betöltött.
Table of Contents
- classkit_import — Import new class method definitions from a file
- classkit_method_add — Dynamically adds a new method to a given class
- classkit_method_copy — Copies a method from class to another
- classkit_method_redefine — Dynamically changes the code of the given method
- classkit_method_remove — Dynamically removes the given method
- classkit_method_rename — Dynamically changes the name of the given method