検索

phrase: max: clip:
target: order:
Results of 21 - 27 of about 27 for runkit (0.015 sec.)
Dynamically removes the given method 7603
« runkit7_method_redefine runkit7_method_rename » PHP Manual runkit7 関数 Dynamically removes th ... e given method runkit7_method_remove (PECL runkit7 >= Unknown) runkit7_m ... remove — Dynamically removes the given method 説明 runkit7_method_remove ( string $class_name , string $meth ... true を、失敗した場合に false を返します。 例 例1 runkit7_method_remove() example <?php class Example { fun ... { return "bar!\n" ; } } // Remove the 'foo' method runkit7_method_remove ( 'Example' , 'foo' ); echo implode ...
https://man.plustar.jp/php/function.runkit7-method-remove.html - [similar]
Dynamically changes the name of the given method 7603
« runkit7_method_remove runkit7_object_id » PHP Manual runkit7 関数 Dynamically changes the name ... of the given method runkit7_method_rename (PECL runkit7 >= Unknown) runkit7_m ... amically changes the name of the given method 説明 runkit7_method_rename ( string $class_name , string $sour ... true を、失敗した場合に false を返します。 例 例1 runkit7_method_rename() example <?php class Example { fun ... "foo!\n" ; } } // Rename the 'foo' method to 'bar' runkit7_method_rename ( 'Example' , 'foo' , 'bar' ); // o ...
https://man.plustar.jp/php/function.runkit7-method-rename.html - [similar]
Add a new function, similar to create_function 7472
« runkit7_constant_remove runkit7_function_copy » PHP Manual runkit7 関数 Add a new function, si ... milar to create_function runkit7_function_add (PECL runkit7 >= Unknown) runkit7_fu ... a new function, similar to create_function() 説明 runkit7_function_add ( string $function_name , string $ar ... ing $return_type = ? , bool $is_strict = ? ): bool runkit7_function_add ( string $function_name , Closure $c ... rue を、失敗した場合に false を返します。 例 例1 A runkit7_function_add() example <?php runkit7_function_add ...
https://man.plustar.jp/php/function.runkit7-function-add.html - [similar]
Dynamically adds a new method to a given class 7356
« runkit7_import runkit7_method_copy » PHP Manual runkit7 関数 Dynamically adds a new method to ... a given class runkit7_method_add (PECL runkit7 >= Unknown) runkit7_meth ... ynamically adds a new method to a given class 説明 runkit7_method_add ( string $class_name , string $method_ ... tring $argument_list , string $code , int $flags = RUNKIT7_ACC_PUBLIC , string $doc_comment = null , string ... $return_type = ? , bool $is_strict = ? ): bool runkit7_method_add ( string $class_name , string $method_ ...
https://man.plustar.jp/php/function.runkit7-method-add.html - [similar]
Dynamically changes the code of the given method 7356
« runkit7_method_copy runkit7_method_remove » PHP Manual runkit7 関数 Dynamically changes the co ... de of the given method runkit7_method_redefine (PECL runkit7 >= Unknown) runkit7 ... amically changes the code of the given method 説明 runkit7_method_redefine ( string $class_name , string $me ... tring $argument_list , string $code , int $flags = RUNKIT7_ACC_PUBLIC , string $doc_comment = null , string ... $return_type = ? , bool $is_strict = ? ): bool runkit7_method_redefine ( string $class_name , string $me ...
https://man.plustar.jp/php/function.runkit7-method-redefine.html - [similar]
php.ini ディレクティブのリスト 7011
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... ug "1" PHP_INI_ALL request_order "" PHP_INI_PERDIR runkit.superglobal "" PHP_INI_PERDIR runkit.internal_over ...
https://man.plustar.jp/php/ini.list.html - [similar]
サンプル 6435
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... ersion の例 Example#592 - Custom Superglobals with runkit.superglobal=_FOO,_BAR in php.ini Example#593 - A r ... unkit7_function_add example Example#594 - A runkit7_function_copy example Example#595 - A runkit7_fun ... ction_redefine example Example#596 - runkit7_method_add example Example#597 - runkit7_method_c ... opy example Example#598 - runkit7_method_redefine example Example#599 - runkit7_met ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
PREV 1 2 3 NEXT