検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 70 for Closure (0.006 sec.)
新しくバインドしたオブジェクトとクラスのスコープで、クロージャを複製する 8698
« Closure::bind Closure::call » PHP Manual Closure 新しくバインドしたオブジェクトとクラスのスコー ... プで、クロージャを複製する Closure::bindTo (PHP 5 >= 5.4.0, PHP 7, PHP 8) Closure::bi ... クラスのスコープで、クロージャを複製する 説明 public Closure::bindTo ( ? object $newThis , object | string | nu ... ll $newScope = "static" ): ? Closure 自身と同じ本体とバインド変数を持つ新しい 無名関数 ... パラメータとして渡すことはできません。 戻り値 新しい Closure オブジェクトを返します。 失敗した場合に null を返し ...
https://man.plustar.jp/php/closure.bindto.html - [similar]
The parallel\Channel class 8543
« parallel\Future::value parallel\Channel::__construct » PHP Manual parallel The parallel\Channe ... cv() will block until there is data in the buffer. Closures over Channels A powerful feature of parallel chan ... nels is that they allow the exchange of closures between tasks (and runtimes). When a closure is s ... ent over a channel the closure is buffered, it doesn't change the buffering of th ... e channel transmitting the closure, but it does effect the static scope inside the cl ...
https://man.plustar.jp/php/class.parallel-channel.html - [similar]
Copy a function 7655
« uopz_compose uopz_del_function » PHP Manual Uopz 関数 Copy a function uopz_copy (PECL uopz 1 > ... されました。 説明 uopz_copy ( string $function ): Closure uopz_copy ( string $class , string $function ): Cl ... to copy function The name of the function 戻り値 A Closure for the specified function 例 例1 uopz_copy() exam ... キーワード: function , uopz , Copy , copy , string , Closure , 関数 , containing , 出力 , example ...
https://man.plustar.jp/php/function.uopz-copy.html - [similar]
Replace a function definition with a new implementation 7528
« runkit7_function_copy runkit7_function_remove » PHP Manual runkit7 関数 Replace a function def ... unkit7_function_redefine ( string $function_name , Closure $closure , string $doc_comment = null , string $re ... accepted by function code New code implementation closure A closure that defines the function. return_by_ref ... tring , redefine , return , comment , new , type , closure , implementation ...
https://man.plustar.jp/php/function.runkit7-function-redefine.html - [similar]
Gets previously set hook on function or method 7528
« uopz_get_exit_status uopz_get_mock » PHP Manual Uopz 関数 Gets previously set hook on function ... or method 説明 uopz_get_hook ( string $function ): Closure uopz_get_hook ( string $class , string $function ) ... : Closure Gets the previously set hook on a function or meth ... の例の出力は、 たとえば以下のようになります。 object(Closure)#2 (0) { } 参考 uopz_set_hook() - Sets hook to exe ... ワード: function , uopz , previously , or , string , Closure , Usage , unset , when , execute ...
https://man.plustar.jp/php/function.uopz-get-hook.html - [similar]
Sets hook to execute when entering a function or method 7528
« uopz_restore uopz_set_mock » PHP Manual Uopz 関数 Sets hook to execute when entering a functio ... or method 説明 uopz_set_hook ( string $function , Closure $hook ): bool uopz_set_hook ( string $class , stri ... ng $function , Closure $hook ): bool Sets a hook to execute when entering ... unction The name of the function or method. hook A closure to execute when entering the function or method. 戻 ... on , execute , when , Sets , string , previously , Closure , Basic , unset ...
https://man.plustar.jp/php/function.uopz-set-hook.html - [similar]
Creates a function at runtime 7500
« uopz_flags uopz_get_exit_status » PHP Manual Uopz 関数 Creates a function at runtime uopz_func ... されました。 説明 uopz_function ( string $function , Closure $handler , int $modifiers = ? ): void uopz_functio ... n ( string $class , string $function , Closure $handler , int $modifiers = ? ): void Creates a fu ... tion function The name of the function handler The Closure for the function modifiers The modifiers for the f ... tes , runtime , a , modifiers , string , handler , Closure , 関数 ...
https://man.plustar.jp/php/function.uopz-function.html - [similar]
Adds non-existent function or method 7457
« Uopz 関数 uopz_allow_exit » PHP Manual Uopz 関数 Adds non-existent function or method uopz_add ... method 説明 uopz_add_function ( string $function , Closure $handler , int &$flags = ZEND_ACC_PUBLIC ): bool u ... _add_function ( string $class , string $function , Closure $handler , int &$flags = ZEND_ACC_PUBLIC , int &$a ... on The name of the function or method. handler The Closure that defines the new function or method. flags Fla ... ion , uopz , Adds , existent , or , all , string , Closure , handler , int ...
https://man.plustar.jp/php/function.uopz-add-function.html - [similar]
新しい関数 7288
« 新機能 新しいグローバル定数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新しい関数 新しい関 ... ) sapi_windows_cp_conv() sapi_windows_cp_is_utf8() Closure Closure::fromCallable() CURL curl_multi_errno() cu ... ) 関連キーワード: 関数 , windows , pcntl , share , Closure , errno , コア , conv , 移行 , fromCallable ...
https://man.plustar.jp/php/migration71.new-functions.html - [similar]
luaclosure を起動 7246
« LuaClosure LuaSandbox » PHP Manual LuaClosure luaclosure を起動 LuaClosure::__invoke (PECL lua ... >=0.9.0) LuaClosure::__invoke — luaclosure を起動 説明 public LuaClosu ... 記述されています。 パラメータ args 戻り値 例 例1 LuaClosure::__invoke() の例 <?php $lua = new Lua (); $closure ... print("hello world") end) CODE ); $lua -> call ( $closure ); $closure (); ?> 上の例の出力は以下となります。 ... hello worldhello world 関連キーワード: luaclosure , 起動 , LuaClosure , args , LuaSandbox , public , ...
https://man.plustar.jp/php/luaclosure.invoke.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT