検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 257 for call (0.020 sec.)
最初の引数で指定したコールバック関数をコールする 9214
« call_user_func_array create_function » PHP Manual 関数処理 関数 最初の引数で指定したコールバッ ... ク関数をコールする call_user_func (PHP 4, PHP 5, PHP 7, PHP 8) call_user_f ... 初の引数で指定したコールバック関数をコールする 説明 call_user_func ( callable $callback , mixed ...$args ): ... mixed パラメータ callback で指定したユーザー定義のコールバック関数をコー ... ルします。 パラメータ callback コールする callable 。 args コールバック関数に ...
https://man.plustar.jp/php/function.call-user-func.html - [similar]
Call service 9035
« Yar_Client Yar_Client::__construct » PHP Manual Yar_Client Call service Yar_Client::__call (PE ... CL yar >= 1.0.0) Yar_Client::__callCall service 説明 public Yar_Client::__call ( st ... ring $method , array $parameters ): void Issue a call to remote RPC method. パラメータ method Remote RPC ... parameters Parameters. 戻り値 例 例1 Yar_Client::__call() example <?php $client = new Yar_Client ( "http:/ ... /host/api/" ); /* call remote service */ $result = $client -> some_method ...
https://man.plustar.jp/php/yar-client.call.html - [similar]
Register a concurrent call 8966
« Yar_Concurrent_Client Yar_Concurrent_Client::loop » PHP Manual Yar_Concurrent_Client Register ... a concurrent call Yar_Concurrent_Client::call (PECL yar >= 1.0.0) Ya ... r_Concurrent_Client::call — Register a concurrent call 説明 public static Ya ... r_Concurrent_Client::call ( string $uri , string $method , array $parameters ... = ? , callable $callback = ? , callable $error_callback = ? , ...
https://man.plustar.jp/php/yar-concurrent-client.call.html - [similar]
Send all calls 8856
« Yar_Concurrent_Client::call Yar_Concurrent_Client::reset » PHP Manual Yar_Concurrent_Client Se ... nd all calls Yar_Concurrent_Client::loop (PECL yar >= 1.0.0) Y ... ar_Concurrent_Client::loop — Send all calls 説明 public static Yar_Concurrent_Client::loop ( ... callable $callback = ? , callable $error_callback = ? ): bool Sen ... d all registed remote RPC calls. パラメータ callback If this callback is set, the ...
https://man.plustar.jp/php/yar-concurrent-client.loop.html - [similar]
Call a callback given by the first parameter 8817
« Swoole\Coroutine::call_user_func_array Swoole\Coroutine::cli_wait » PHP Manual Swoole\Coroutin ... e Call a callback given by the first parameter Swoole\Cor ... outine::call_user_func (PECL swoole >= 2.0.0) Swoole\Coroutine: ... :call_user_func — Call a callback given by the first par ... ameter 説明 public static Swoole\Coroutine::call_user_func ( callable $callback , mixed ...$args ): ...
https://man.plustar.jp/php/swoole-coroutine.call-user-func.html - [similar]
Lua 関数を呼び出す 8777
« Lua::assign Lua::__construct » PHP Manual Lua Lua 関数を呼び出す Lua::call Lua::__call (PECL l ... ua >=0.9.0) Lua::call -- Lua::__call — Lua 関数を呼び出す 説明 public Lu ... a::call ( callable $lua_func , array $args = ? , int $use_ ... self = 0 ): mixed public Lua::__call ( callable $lua_func , array $args = ? , int $use_ ... 以外のエラーの場合は false を返します。 例 例1 Lua::call() の例 <?php $lua = new Lua (); $lua -> eval (<<<C ...
https://man.plustar.jp/php/lua.call.html - [similar]
Call a callback with an array of parameters 8777
« Swoole\Coroutine Swoole\Coroutine::call_user_func » PHP Manual Swoole\Coroutine Call a callbac ... k with an array of parameters Swoole\Coroutine::call_user_func_array (PECL swoole >= 2.0.0) Swoole\Coro ... utine::call_user_func_array — Call a callback with an array of ... parameters 説明 public static Swoole\Coroutine::call_user_func_array ( callable $callback , array $para ... m_array ): mixed Calls the callback given by the first parameter with th ...
https://man.plustar.jp/php/swoole-coroutine.call-user-func-array.html - [similar]
パラメータの配列を指定してコールバック関数をコールする 8667
« 関数処理 関数 call_user_func » PHP Manual 関数処理 関数 パラメータの配列を指定してコールバック ... 関数をコールする call_user_func_array (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP ... 8) call_user_func_array — パラメータの配列を指定してコール ... バック関数をコールする 説明 call_user_func_array ( callable $callback , array $args ... ): mixed args にパラメータを指定して、 callback で指定したユーザー定義関数をコールします。 パラ ...
https://man.plustar.jp/php/function.call-user-func-array.html - [similar]
static メソッドをコールし、引数を配列で渡す 8051
« create_function forward_static_call » PHP Manual 関数処理 関数 static メソッドをコールし、引数 ... を配列で渡す forward_static_call_array (PHP 5 >= 5.3.0, PHP 7, PHP 8) forward_stati ... c_call_array — static メソッドをコールし、引数を配列で渡す ... 説明 forward_static_call_array ( callable $callback , array $args ): mixed ... ます。 転送先のメソッドへのすべての引数は値渡しで、 call_user_func_array() と同様に配列で指定します。 パラメ ...
https://man.plustar.jp/php/function.forward-static-call-array.html - [similar]
static メソッドをコールする 7683
« forward_static_call_array func_get_arg » PHP Manual 関数処理 関数 static メソッドをコールする ... forward_static_call (PHP 5 >= 5.3.0, PHP 7, PHP 8) forward_static_call ... — static メソッドをコールする 説明 forward_static_call ( callable $callback , mixed ...$args ): mixed cal ... ん。 この関数は 遅延静的束縛 を使います。 パラメータ callback コールしたい関数あるいはメソッド。このパラメー ... エラー時に false を返します。 例 例1 forward_static_call() の例 <?php class A { const NAME = 'A' ; public s ...
https://man.plustar.jp/php/function.forward-static-call.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT