検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 46 for uopz (0.011 sec.)
Rename a function at runtime 8436
« uopz_redefine uopz_restore » PHP Manual Uopz 関数 Rename a function at runtime uopz_rename (PE ... CL uopz 1, PECL uopz 2) uopz_rename — Rename a function at ... runtime 警告 この関数は、PECL uopz 5.0.0 で 削除 されました。 説明 uopz_rename ( stri ... ng $function , string $rename ): void uopz_rename ( string $class , string $function , string ... rename The new name for the function 戻り値 例 例1 uopz_rename() example <?php uopz_rename ( "strlen" , "o ...
https://man.plustar.jp/php/function.uopz-rename.html - [similar]
Sets hook to execute when entering a function or method 8436
« uopz_restore uopz_set_mock » PHP Manual Uopz 関数 Sets hook to execute when entering a functio ... n or method uopz_set_hook (PECL uopz 5, PECL uopz 6, PECL uopz 7) u ... to execute when entering a function or method 説明 uopz_set_hook ( string $function , Closure $hook ): boo ... l uopz_set_hook ( string $class , string $function , Clos ... を、失敗した場合に false を返します。 例 例1 Basic uopz_set_hook() Usage <?php function foo () { echo 'foo ...
https://man.plustar.jp/php/function.uopz-set-hook.html - [similar]
新しいオブジェクトを生成する際に、クラスの代わりにモックを使う 8436
« uopz_set_hook uopz_set_property » PHP Manual Uopz 関数 新しいオブジェクトを生成する際に、クラス ... の代わりにモックを使う uopz_set_mock (PECL uopz 5, PECL uopz 6, PECL uopz 7) u ... トを生成する際に、クラスの代わりにモックを使う 説明 uopz_set_mock ( string $class , mixed $mock ): void moc ... 。 戻り値 値を返しません。 変更履歴 バージョン 説明 uopz 6.0.0 static なメンバは、この関数でサポートされなく ... なりました。 uopz_redefine() や uopz_set_return() を使うか、 Compone ...
https://man.plustar.jp/php/function.uopz-set-mock.html - [similar]
Provide a return value for an existing function 8436
« uopz_set_property uopz_set_static » PHP Manual Uopz 関数 Provide a return value for an existin ... g function uopz_set_return (PECL uopz 5, PECL uopz 6, PECL uopz 7) ... uopz_set_return — Provide a return value for an existin ... g function 説明 uopz_set_return ( string $function , mixed $value , boo ... l $execute = false ): bool uopz_set_return ( string $class , string $function , mi ...
https://man.plustar.jp/php/function.uopz-set-return.html - [similar]
Creates a function at runtime 8406
« uopz_flags uopz_get_exit_status » PHP Manual Uopz 関数 Creates a function at runtime uopz_func ... tion (PECL uopz 1, PECL uopz 2) uopz_function — Creates a function ... at runtime 警告 この関数は、PECL uopz 5.0.0 で 削除 されました。 説明 uopz_function ( st ... on , Closure $handler , int $modifiers = ? ): void uopz_function ( string $class , string $function , Clos ... by default copied or ZEND_ACC_PUBLIC 戻り値 例 例1 uopz_function() example <?php uopz_function ( "my_strle ...
https://man.plustar.jp/php/function.uopz-function.html - [similar]
Gets the static variables from function or method scope 8390
« uopz_get_return uopz_implement » PHP Manual Uopz 関数 Gets the static variables from function ... or method scope uopz_get_static (PECL uopz 5, PECL uopz 6, PECL uopz 7) ... uopz_get_static — Gets the static variables from functi ... on or method scope 説明 uopz_get_static ( string $class , string $function ): a ... rray uopz_get_static ( string $function ): array Gets the st ...
https://man.plustar.jp/php/function.uopz-get-static.html - [similar]
実行時にインターフェイスを実装させる 8390
« uopz_get_static uopz_overload » PHP Manual Uopz 関数 実行時にインターフェイスを実装させる uopz ... _implement (PECL uopz 1, PECL uopz 2, PECL uopz 5, PECL uopz 6, PECL uop ... z 7 < 7.1.0) uopz_implement — 実行時にインターフェイスを実装させる 説 ...uopz_implement ( string $class , string $interface ): b ... なっており、 かつ class のエントリが変更不能な場合、 uopz_implements() 関数は RuntimeException をスローするよ ...
https://man.plustar.jp/php/function.uopz-implement.html - [similar]
Sets the static variables in function or method scope 8390
« uopz_set_return uopz_undefine » PHP Manual Uopz 関数 Sets the static variables in function or ... method scope uopz_set_static (PECL uopz 5, PECL uopz , PECL uopz 7) ... static variables in function or method scope 説明 uopz_set_static ( string $function , array $static ): v ... oid uopz_set_static ( string $class , string $function , ar ... their values. 戻り値 値を返しません。 例 例1 Basic uopz_set_static() Usage <?php function foo () { static ...
https://man.plustar.jp/php/function.uopz-set-static.html - [similar]
Retrieve the last set exit status 8360
« uopz_function uopz_get_hook » PHP Manual Uopz 関数 Retrieve the last set exit status uopz_get_ ... exit_status (PECL uopz 5, PECL uopz , PECL uopz 7) uopz_get_exit_status — ... Retrieve the last set exit status 説明 uopz_get_exit_status (): mixed Retrieves the last set e ... tus, or null if exit() has not been called. 例 例1 uopz_get_exit_status() example <?php exit( 123 ); echo ... izes away dead code after unconditional exit. 参考 uopz_allow_exit() - Allows control over disabled exit o ...
https://man.plustar.jp/php/function.uopz-get-exit-status.html - [similar]
Sets value of existing class or instance property 8360
« uopz_set_mock uopz_set_return » PHP Manual Uopz 関数 Sets value of existing class or instance ... property uopz_set_property (PECL uopz 5, PECL uopz 6, PECL uopz ... 7) uopz_set_property — Sets value of existing class or ins ... tance property 説明 uopz_set_property ( string $class , string $property , ... mixed $value ): void uopz_set_property ( object $instance , string $property ...
https://man.plustar.jp/php/function.uopz-set-property.html - [similar]
PREV 1 2 3 4 5 NEXT