検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 456 for callback (0.025 sec.)
The Yar_Concurrent_Client class 5728
« Yar_Client::setOpt Yar_Concurrent_Client::call » PHP Manual Yar The Yar_Concurrent_Client clas ... { /* プロパティ */ static $ _callstack ; static $ _callback ; static $ _error_callback ; /* メソッド */ public ... string $method , array $parameters = ? , callable $callback = ? , callable $error_callback = ? , array $option ... s = ? ): int public static loop ( callable $callback = ? , callable $error_callback = ? ): bool public ... static reset (): bool } プロパティ _callstack _callback _error_callback 目次 Yar_Concurrent_Client::call — ...
https://man.plustar.jp/php/class.yar-concurrent-client.html - [similar]
Register a concurrent call 5728
« Yar_Concurrent_Client Yar_Concurrent_Client::loop » PHP Manual Yar_Concurrent_Client Register ... string $method , array $parameters = ? , callable $callback = ? , callable $error_callback = ? , array $option ... ce name(aka the method name) parameters Parameters callback A function callback, which will be called while th ... r_Concurrent_Client::call() example <?php function callback ( $retval , $callinfo ) { var_dump ( $retval ); } ... function error_callback ( $type , $error , $callinfo ) { error_log ( $erro ...
https://man.plustar.jp/php/yar-concurrent-client.call.html - [similar]
Event callbacks 5704
« About event persistence Constructing signal events » PHP Manual Event Event callbacks Event callback ... llbacks If a callback is registered for an event, it will be called when ... the event becomes active. To associate a callback with event one can pass a callable to either Event ... the factory methods like Event::timer() . An event callback should match the following prototype: callback ( m ... . arg User custom data. Event::timer() expects the callback to match the following prototype: callback ( mixed ...
https://man.plustar.jp/php/event.callbacks.html - [similar]
Set callback for connection close 5704
« EventHttpConnection::makeRequest EventHttpConnection::setLocalAddress » PHP Manual EventHttpCo ... nnection Set callback for connection close EventHttpConnection::setClose ... (PECL event >= 1.8.0) EventHttpConnection::setCloseCallback — Set callback for connection close 説明 public Ev ... entHttpConnection::setCloseCallback ( callable $callback , mixed $data = ? ): void Set ... s callback for connection close. パラメータ callback Callback ...
https://man.plustar.jp/php/eventhttpconnection.setclosecallback.html - [similar]
Call a callback given by the first parameter 5679
« Swoole\Coroutine::call_user_func_array Swoole\Coroutine::cli_wait » PHP Manual Swoole\Coroutin ... e Call a callback given by the first parameter Swoole\Coroutine::cal ... = 2.0.0) Swoole\Coroutine::call_user_func — Call a callback given by the first parameter 説明 public static Sw ... oole\Coroutine::call_user_func ( callable $callback , mixed ...$args ): mixed Calls the callback given ... the remaining parameters as arguments. パラメータ callback The callable to be called. args Zero or more param ...
https://man.plustar.jp/php/swoole-coroutine.call-user-func.html - [similar]
Call a callback with an array of parameters 5663
« Swoole\Coroutine Swoole\Coroutine::call_user_func » PHP Manual Swoole\Coroutine Call a callback ... 0) Swoole\Coroutine::call_user_func_array — Call a callback with an array of parameters 説明 public static Swo ... ole\Coroutine::call_user_func_array ( callable $callback , array $param_array ): mixed Calls the callback g ... ter with the parameters in param_array. パラメータ callback The callable to be called. param_array Zero or mor ... e parameters in the array to be passed to the callback. 戻り値 関連キーワード: array , callback , paramet ...
https://man.plustar.jp/php/swoole-coroutine.call-user-func-array.html - [similar]
Updates all values by applying a callback function to each value 5614
« Ds\Deque::allocate Ds\Deque::capacity » PHP Manual Deque Updates all values by applying a callback ... Ds\Deque::apply — Updates all values by applying a callback function to each value 説明 public Ds\Deque::apply ... ( callable $callback ): void Updates all values by applying a callback ... function to each value in the deque. パラメータ callback callback ( mixed $value ): mixed A callable to app ... ly to each value in the deque. The callback should return what the value should be replaced by ...
https://man.plustar.jp/php/ds-deque.apply.html - [similar]
Updates all values by applying a callback function to each value 5614
« Ds\Sequence::allocate Ds\Sequence::capacity » PHP Manual Sequence Updates all values by applyi ... ng a callback function to each value Ds\Sequence::apply (PECL ds ... Sequence::apply — Updates all values by applying a callback function to each value 説明 abstract public Ds\Seq ... uence::apply ( callable $callback ): void Updates all values by applying a callback ... function to each value in the sequence. パラメータ callback callback ( mixed $value ): mixed A callable to app ...
https://man.plustar.jp/php/ds-sequence.apply.html - [similar]
Updates all values by applying a callback function to each value 5614
« Ds\Vector::allocate Ds\Vector::capacity » PHP Manual Vector Updates all values by applying a callback ... s\Vector::apply — Updates all values by applying a callback function to each value 説明 public Ds\Vector::appl ... y ( callable $callback ): void Updates all values by applying a callback ... function to each value in the vector. パラメータ callback callback ( mixed $value ): mixed A callable to app ... ly to each value in the vector. The callback should return what the value should be replaced by ...
https://man.plustar.jp/php/ds-vector.apply.html - [similar]
Sets new callback for the watcher 5614
« EvWatcher::keepalive EvWatcher::start » PHP Manual EvWatcher Sets new callback for the watcher ... EvWatcher::setCallback (PECL ev >= 0.2.0) EvWatcher::setCallback — Sets n ... ew callback for the watcher 説明 public EvWatcher::setCallback ... ( callable $callback ): void Sets new callback for the watcher パラメー ...callback See Watcher callbacks . 戻り値 値を返しません。 関 ...
https://man.plustar.jp/php/evwatcher.setcallback.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT