検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 404 for event (0.019 sec.)
Free the memory occupied by the result data 3693
« cubrid_fetch cubrid_get_autocommit » PHP Manual CUBRID 関数 Free the memory occupied by the re ... ELECT * FROM history WHERE host_year=2004 ORDER BY event_code" ); $row = cubrid_fetch_assoc ( $req ); var_d ... ); ?> 上の例の出力は以下となります。 array(5) { ["event_code"]=> string(5) "20005" ["athlete"]=> string(12 ...
https://man.plustar.jp/php/function.cubrid-free-result.html - [similar]
ファイルの状態を取得する 3693
« eio_fdatasync eio_fstatvfs » PHP Manual Eio 関数 ファイルの状態を取得する eio_fstat (PECL eio ... ファイルを閉じます eio_close ( $data [ 'fd' ]); eio_event_loop (); } // 一時ファイルを削除します @ unlink ( ... "my_res_cb" , $d ); // リクエストを処理します eio_event_loop (); } // 一時ファイルを開きます eio_open ( $t ... _PRI_DEFAULT , "my_open_cb" , $tmp_filename ); eio_event_loop (); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.eio-fstat.html - [similar]
The EventDnsBase class 3675
« EventConfig::setMaxDispatchInterval EventDnsBase::addNameserverIp » PHP Manual Event The Event ... DnsBase class The EventDnsBase class (PECL event >= 1.2.6-beta) はじめに R ... epresents Libevent's DNS base structure. Used to resolve DNS asyncron ... files like resolv.conf etc. クラス概要 final class EventDnsBase { /* Constants */ const int OPTION_SEARCH = ... d public clearSearch (): void public __construct ( EventBase $base , bool $initialize ) public countNameser ...
https://man.plustar.jp/php/class.eventdnsbase.html - [similar]
The EvIdle class 3675
« EvFork::createStopped EvIdle::__construct » PHP Manual Ev The EvIdle class The EvIdle class (P ... ECL ev >= 0.2.0) はじめに EvIdle watchers trigger events when no other events of the same or higher priori ... nd other EvIdle watchers do not count as receiving events ). Thus, as long as the process is busy handling ... ng), the EvIdle watchers are being called once per event loop iteration - until stopped, that is, or the pr ... ocess receives more events and becomes busy again with higher priority stuff ...
https://man.plustar.jp/php/class.evidle.html - [similar]
The EvIo class 3641
« EvIdle::createStopped EvIo::__construct » PHP Manual Ev The EvIo class The EvIo class (PECL ev ... ) is readable or writable in each iteration of the event loop, or, more precisely, when reading would not b ... This behaviour is called level-triggering because events are kept receiving as long as the condition persi ... sts. To stop receiving events just stop the watcher. The number of read and/or ... write event watchers per fd is unlimited. Setting all file des ...
https://man.plustar.jp/php/class.evio.html - [similar]
The Swoole\Http\Client class 3641
« Swoole\Exception Swoole\Http\Client::addFile » PHP Manual Swoole The Swoole\Http\Client class ... id public isConnected (): bool public on ( string $event_name , callable $callback ): void public post ( st ... le\Http\Client::on — Register callback function by event name. Swoole\Http\Client::post — Send POST http re ...
https://man.plustar.jp/php/class.swoole-http-client.html - [similar]
定義済み定数 3641
« リソース型 Swoole 関数 » PHP Manual Swoole 定義済み定数 定義済み定数 以下の定数が定義されていま ... ) SWOOLE_ASYNC ( int ) SWOOLE_KEEP ( int ) SWOOLE_EVENT_READ ( int ) SWOOLE_EVENT_WRITE ( int ) SWOOLE_VER ...
https://man.plustar.jp/php/swoole.constants.html - [similar]
Move the result set cursor to the specified field offset 3624
« cubrid_field_name cubrid_field_table » PHP Manual CUBRID MySQL 互換関数 Move the result set cu ... demodb" ); $req = cubrid_execute ( $conn , "SELECT event_code,athlete_code,nation_code,game_date FROM game ... WHERE host_year=1988 and event_code=20001;" ); var_dump ( cubrid_fetch_row ( $req ...
https://man.plustar.jp/php/function.cubrid-field-seek.html - [similar]
The EventHttpRequest class 3607
« EventHttpConnection::setTimeout EventHttpRequest::addHeader » PHP Manual Event The EventHttpRe ... quest class The EventHttpRequest class (PECL event >= 1.4.0-beta) はじめ ... に Represents an HTTP request. クラス概要 class EventHttpRequest { /* Constants */ const int CMD_GET = 1 ... id public free (): void public closeConnection (): EventBufferEvent public getCommand (): void public close ... Connection (): EventHttpConnection public getHost (): string public get ...
https://man.plustar.jp/php/class.eventhttprequest.html - [similar]
Makes an HTTP server accept connections on the specified socket stream or resour... 3607
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... ions on the specified socket stream or resource EventHttp::accept (PECL event >= 1.2.6-beta) EventHttp:: ... he specified socket stream or resource 説明 public EventHttp::accept ( mixed $socket ): bool Makes an HTTP ... ept connections on the socket in s single call use EventHttp::bind() . EventHttp::accept() is needed only i ... true を、失敗した場合に false を返します。 例 例1 EventHttp::accept() example <?php $base = new EventBase ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]