検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 456 for callback (0.072 sec.)
Creates EvTimer stopped watcher object 3565
« EvTimer::__construct EvTimer::set » PHP Manual EvTimer Creates EvTimer stopped watcher object ... Stopped ( float $after , float $repeat , callable $callback , mixed $data = null , int $priority = 0 ): EvTime ... very repeat seconds later, until stopped manually. callback See Watcher callbacks . data Custom data associate ...
https://man.plustar.jp/php/evtimer.createstopped.html - [similar]
パラメータの配列を指定してコールバック関数をコールする 3565
« 関数処理 関数 call_user_func » PHP Manual 関数処理 関数 パラメータの配列を指定してコールバック ... 数をコールする 説明 call_user_func_array ( callable $callback , array $args ): mixed args にパラメータを指定して ...callback で指定したユーザー定義関数をコールします。 パラメー ...callback コールする callable 。 args コールバック関数に渡す ...
https://man.plustar.jp/php/function.call-user-func-array.html - [similar]
ユーザー定義のエラーハンドラ関数を設定する 3565
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラ ... 関数を設定する 説明 set_error_handler ( ? callable $callback , int $error_levels = E_ALL ): ? callable スクリプ ... トのエラー処理を行うユーザー関数 ( callback )を設定します。 この関数は、実行時のエラー処理をユ ... 、その時点では登録されていないためです。 パラメータ callback null を渡すと、ハンドラをデフォルトの状態に戻せます ... porting で表示するエラーを制御するのと全く同様に、 callback の起動を制御する際に 使用可能です。 このマスクを指 ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
ユーザー定義の比較関数を使用して、配列を値でソートする 3565
« uksort クラス/オブジェクト » PHP Manual 配列 関数 ユーザー定義の比較関数を使用して、配列を値で ... でソートする 説明 usort ( array &$array , callable $callback ): bool 順序を決めるユーザー定義の比較関数により、 ... を削除してしまいます。 パラメータ array 入力の配列。 callback 比較関数は、最初の引数と二番目の引数の比較結果を返 ... 目の引数より小さい場合は負の数を返す必要があります。 callback ( mixed $a , mixed $b ): int 戻り値 常に true を返 ... します。 変更履歴 バージョン 説明 8.0.0 callback がリファレンス渡しされる引数を期待している場合、 こ ...
https://man.plustar.jp/php/function.usort.html - [similar]
Create a new socket 3565
« ZMQContext::getOpt ZMQContext::isPersistent » PHP Manual ZMQContext Create a new socket ZMQCon ... be persisted over multiple requests. on_new_socket Callback function, which is executed when a new socket stru ... e underlying persistent connection is re-used. The callback takes ZMQSocket and persistent_id as two arguments ...
https://man.plustar.jp/php/zmqcontext.getsocket.html - [similar]
Event 3540
« CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス ... ース型 例 Event flags About event persistence Event callbacks Constructing signal events Event — The Event clas ... ffer and places them into buf EventBufferEvent::setCallbacks — Assigns read, write and event(status) callbacks ... a buffer event's output buffer About buffer event callbacks EventConfig — The EventConfig class EventConfig:: ... quests accepted by this server, and passed to user callbacks EventHttp::setCallback — Sets a callback for spec ...
https://man.plustar.jp/php/book.event.html - [similar]
ZMQ 3540
« yaz_wait はじめに » PHP Manual その他のサービス ZMQ ZMQ はじめに インストール/設定 要件 ZMQ — ... Device::run — Run the new device ZMQDevice::setIdleCallback — Set the idle callback function ZMQDevice::setIdl ... eTimeout — Set the idle timeout ZMQDevice::setTimerCallback — Set the timer callback function ZMQDevice::setTi ...
https://man.plustar.jp/php/book.zmq.html - [similar]
Connects to a hostname with optionally asyncronous DNS resolving 3540
« EventBufferEvent::connect EventBufferEvent::__construct » PHP Manual EventBufferEvent Connects ... If the name resolution fails, it invokes the event callback with an error event. If it succeeds, it launches a ... ntBufferEvent::connectHost() example <?php /* Read callback */ function readcb ( $bev , $base ) { //$input = $ ... ( $buf , 1024 )) > 0 ) { echo $buf ; } } /* Event callback */ function eventcb ( $bev , $events , $base ) { i ... OPT_CLOSE_ON_FREE | EventBufferEvent :: OPT_DEFER_CALLBACKS , "readcb" , /* writecb */ NULL , "eventcb" , $ba ...
https://man.plustar.jp/php/eventbufferevent.connecthost.html - [similar]
最初の引数で指定したコールバック関数をコールする 3540
« call_user_func_array create_function » PHP Manual 関数処理 関数 最初の引数で指定したコールバッ ... ック関数をコールする 説明 call_user_func ( callable $callback , mixed ...$args ): mixed パラメータ callback で指 ... ー定義のコールバック関数をコールします。 パラメータ callback コールする callable 。 args コールバック関数に渡す ...
https://man.plustar.jp/php/function.call-user-func.html - [similar]
SQL 文で使用するユーザー定義関数 (UDF) を登録する 3540
« PDO::sqliteCreateCollation ベンダー固有のモジュール » PHP Manual SQLite (PDO) SQL 文で使用する ... CreateFunction ( string $function_name , callable $callback , int $num_args = -1 , int $flags = 0 ): bool 警告 ... ラメータ function_name SQL 文で使用する関数の名前。 callback 定義した SQL 関数を処理するコールバック関数。 注意 ... ルバック関数は、以下のように定義する必要があります: callback ( mixed $value , mixed ...$values ): mixed value S ...
https://man.plustar.jp/php/pdo.sqlitecreatefunction.html - [similar]