検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 456 for callback (0.019 sec.)
The EvPeriodic class 4056
« EvLoop::verify EvPeriodic::again » PHP Manual Ev The EvPeriodic class The EvPeriodic class (PE ... s it uses a relative timeout). As with timers, the callback is guaranteed to be invoked only when the point in ... time-out values (but this is no longer true when a callback calls EvLoop::run() recursively). クラス概要 class ... ng $interval , callable $reschedule_cb , callable $callback , mixed $data = null , int $priority = 0 ) public ... at $interval , callable $reschedule_cb , callable $callback , mixed $data = null , int $priority = 0 ): EvPeri ...
https://man.plustar.jp/php/class.evperiodic.html - [similar]
その他のフィルタ 4056
« 除去フィルタ フィルタフラグ » PHP Manual フィルタの型 その他のフィルタ その他のフィルタ その他 ... フィルタの一覧 ID 名前 オプション フラグ 説明 FILTER_CALLBACK "callback" callable 関数あるいはメソッド ユーザー定 ... キーワード: フィルタ , フラグ , 関数 , 除去 , 名前 , callback , callable , メソッド , ユーザー , 定義 ...
https://man.plustar.jp/php/filter.filters.misc.html - [similar]
リクエストを取り消す 4056
« eio_busy eio_chmod » PHP Manual Eio 関数 リクエストを取り消す eio_cancel (PECL eio >= 0.0.1dev ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 値を返しません。 例 例1 ... 関連キーワード: リクエスト , eio , cancel , 関数 , callback , リソース , data , resource , 格納 , グループ ...
https://man.plustar.jp/php/function.eio-cancel.html - [similar]
Write data to a file asynchronously 4056
« swoole_async_write swoole_clear_error » PHP Manual Swoole 関数 Write data to a file asynchrono ... e ( string $filename , string $content , callable $callback = ? , int $flags = 0 ): bool パラメータ filename T ... written. content The content writing to the file. callback flags 戻り値 成功した場合に true を、失敗した場合に ... async , filename , content , writefile , string , callback ...
https://man.plustar.jp/php/function.swoole-async-writefile.html - [similar]
Description 4056
« Swoole\Async::write Swoole\Atomic » PHP Manual Swoole\Async Description Swoole\Async::writeFil ... e ( string $filename , string $content , callable $callback = ? , string $flags = ? ): void 警告 この関数は、 ... written. content The content writing to the file. callback flags 関連キーワード: Description , Swoole , Async ... , writeFile , string , filename , content , callback , flags , 情報 ...
https://man.plustar.jp/php/swoole-async.writefile.html - [similar]
GNU Readline 4032
« コマンドライン関連 はじめに » PHP Manual コマンドライン関連 GNU Readline GNU Readline はじめに ... ine_add_history — ヒストリに 1 行追加する readline_callback_handler_install — readline コールバックインターフェ ... 化し、 プロンプトを表示して結果をすぐに返す readline_callback_handler_remove — インストールされたハンドラを削除し ... 、端末の設定をもとに戻す readline_callback_read_char — 文字を読み込み、改行を受け取ると readl ... ーワード: ヒストリ , history , 設定 , インストール , callback , 通知 , 表示 , 端末 , handler , read ...
https://man.plustar.jp/php/book.readline.html - [similar]
4032
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... hmod() が終わったら呼ばれます */ function my_chmod_callback ( $data , $result ) { global $temp_filename ; if ( ... temp_filename , 0200 , EIO_PRI_DEFAULT , "my_chmod_callback" ); eio_event_loop (); ?> 上の例の出力は、 たとえば ... ?php /* カスタムコールバック */ function my_custom_callback ( $data , $result ) { var_dump ( $data ); var_dump ... ustom ( "my_custom" , EIO_PRI_DEFAULT , "my_custom_callback" , $data ); var_dump ( $req ); eio_event_loop (); ...
https://man.plustar.jp/php/eio.examples.html - [similar]
Constructs timer event object 4032
« Event::signal EventBase » PHP Manual Event Constructs timer event object Event::timer (PECL ev ... associated event base object. cb The signal event callback. See Event callbacks . arg Custom data. If specifi ... ed, it will be passed to the callback when event triggers. 戻り値 Returns Event object o ... : event , timer , Event , Constructs , EventBase , callback , associated , success , Returns , triggers ...
https://man.plustar.jp/php/event.timer.html - [similar]
fd で指定したファイル内でのオフセットを、offset と whence に従って移動する 4032
« eio_rmdir eio_sendfile » PHP Manual Eio 関数 fd で指定したファイル内でのオフセットを、offset と ... t $whence , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_seek() ... た場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終了時にコールされます。 ... この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致 ... eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_seek() は、成功した場 ...
https://man.plustar.jp/php/function.eio-seek.html - [similar]
Read file stream asynchronously 4032
« swoole_async_dns_lookup swoole_async_readfile » PHP Manual Swoole 関数 Read file stream asynch ... 明 swoole_async_read ( string $filename , callable $callback , int $chunk_size = 65536 , int $offset = 0 ): boo ... メータ filename The filename of the file being read. callback callback ( string $filename , string $content ): m ...
https://man.plustar.jp/php/function.swoole-async-read.html - [similar]