検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 456 for callback (0.022 sec.)
eio_* のようなカスタムリクエストを実行する 4835
« eio_close eio_dup2 » PHP Manual Eio 関数 eio_* のようなカスタムリクエストを実行する eio_custom ... _custom ( callable $execute , int $pri , callable $callback , mixed $data = NULL ): resource eio_custom() は、 ... エスト関数を指定します。 mixed execute(mixed data); callback はイベント完了後のコールバックで、次のプロトタイプ ... に従う必要があります。 void callback(mixed data, mixed result); data は、 execute に da ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ...
https://man.plustar.jp/php/function.eio-custom.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 4835
« preg_quote preg_replace_callback » PHP Manual PCRE 関数 正規表現検索を行い、コールバック関数を ... 使用して置換を行う preg_replace_callback_array (PHP 7, PHP 8) preg_replace_callback_array — ... ールバック関数を使用して置換を行う 説明 preg_replace_callback_array ( array $pattern , string | array $subject , ... ing | array | null この関数の動作は、 preg_replace_callback() に似ていますが、 コールバック関数が、パターン単位 ... 関数の説明を参照してください。 戻り値 preg_replace_callback_array() は、 subject が配列の場合には配列を、 それ ...
https://man.plustar.jp/php/function.preg-replace-callback-array.html - [similar]
Register and add callback function 4811
« GearmanWorker GearmanWorker::addOptions » PHP Manual GearmanWorker Register and add callback f ... 5.0) GearmanWorker::addFunction — Register and add callback function 説明 public GearmanWorker::addFunction ( ... function name with the job server and specifies a callback corresponding to that function. Optionally specify ... extra application context data to be used when the callback is called and a timeout. パラメータ function_name ... unction to register with the job server function A callback that gets called when a job for the registered fun ...
https://man.plustar.jp/php/gearmanworker.addfunction.html - [similar]
Invokes the watcher callback with the given received events bit mask 4794
« EvWatcher::getLoop EvWatcher::keepalive » PHP Manual EvWatcher Invokes the watcher callback wi ... >= 0.2.0) EvWatcher::invoke — Invokes the watcher callback with the given received events bit mask 説明 publi ... :invoke ( int $revents ): void Invokes the watcher callback with the given received events bit mask. パラメータ ... vWatcher , watcher , received , events , Invokes , callback , given , bit , revents , getLoop ...
https://man.plustar.jp/php/evwatcher.invoke.html - [similar]
The Swoole\Http\Client class 4770
« Swoole\Exception Swoole\Http\Client::addFile » PHP Manual Swoole The Swoole\Http\Client class ... download ( string $path , string $file , callable $callback , int $offset = ? ): void public execute ( string ... $path , string $callback ): void public get ( string $path , callable $call ... ): bool public on ( string $event_name , callable $callback ): void public post ( string $path , string $data ... , callable $callback ): void public push ( string $data , string $opcod ...
https://man.plustar.jp/php/class.swoole-http-client.html - [similar]
リクエストグループを作る 4770
« eio_grp_limit eio_init » PHP Manual Eio 関数 リクエストグループを作る eio_grp (PECL eio >= 0.0 ... リクエストグループを作る 説明 eio_grp ( callable $callback , string $data = NULL ): resource eio_grp() は、リ ... クエストグループを作ります。 パラメータ callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_grp() は、成功した場 ...
https://man.plustar.jp/php/function.eio-grp.html - [similar]
The Swoole\Async class 4745
« swoole_version Swoole\Async::dnsLookup » PHP Manual Swoole The Swoole\Async class The Swoole\A ... ic static dnsLookup ( string $hostname , callable $callback ): void public static read ( string $filename , ca ... llable $callback , int $chunk_size = ? , int $offset = ? ): bool pu ... lic static readFile ( string $filename , callable $callback ): void public static set ( array $settings ): voi ... me , string $content , int $offset = ? , callable $callback = ? ): void public static writeFile ( string $file ...
https://man.plustar.jp/php/class.swoole-async.html - [similar]
The Swoole\Server class 4745
« Swoole\Serialize::unpack Swoole\Server::addlistener » PHP Manual Swoole The Swoole\Server clas ... bool public after ( int $after_time_ms , callable $callback , string $param = ? ): ReturnType public bind ( in ... nt $pagesize = ? ): array public defer ( callable $callback ): void public Swoole\Server\Port::__destruct (): ... e\Server\Port::on ( string $event_name , callable $callback ): ReturnType public Swoole\Server\Port::set ( arr ... ): bool public on ( string $event_name , callable $callback ): void public pause ( int $fd ): void public prot ...
https://man.plustar.jp/php/class.swoole-server.html - [similar]
Creates the training data struct from a user supplied function 4745
« fann_create_standard fann_create_train » PHP Manual Fann 関数 Creates the training data struct ... om a user supplied function fann_create_train_from_callback (PECL fann >= 1.0.0) fann_create_train_from_callba ... user supplied function 説明 fann_create_train_from_callback ( int $num_data , int $num_input , int $num_output ... に false を返します。 例 例1 fann_create_train_from_callback() example <?php function create_train_callback ( $ ... _output = 1 ; $train_data = fann_create_train_from_callback ( $num_data , $num_input , $num_output , "create_t ...
https://man.plustar.jp/php/function.fann-create-train-from-callback.html - [similar]
The Swoole\Http\Server class 4704
« Swoole\Http\Response::write Swoole\Http\Server::on » PHP Manual Swoole The Swoole\Http\Server ... ソッド */ public on ( string $event_name , callable $callback ): void public start (): void /* 継承したメソッド ... ole\Server::after ( int $after_time_ms , callable $callback , string $param = ? ): ReturnType public Swoole\Se ... ? ): array public Swoole\Server::defer ( callable $callback ): void public Swoole\Server\Port::__destruct (): ... e\Server\Port::on ( string $event_name , callable $callback ): ReturnType public Swoole\Server\Port::set ( arr ...
https://man.plustar.jp/php/class.swoole-http-server.html - [similar]