検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 488 for Read (0.030 sec.)
Set callback for connection close 3849
« EventHttpConnection::makeRequest EventHttpConnection::setLocalAddress » PHP Manual EventHttpCo ... '_close_callback' , NULL ); /* By enabling Event::READ we protect the server against unclosed conections. ... culiarity of Libevent. The library disables Event::READ events on this connection, and the server is not n ... eq -> getBufferEvent (); $bev -> enable ( Event :: READ ); // We have to free it explicitly. See EventHttp ...
https://man.plustar.jp/php/eventhttpconnection.setclosecallback.html - [similar]
Get a lob object's size 3849
« cubrid_lob2_size64 cubrid_lob2_tell64 » PHP Manual CUBRID 関数 Get a lob object's size cubrid_ ... ,失敗した場合に false を返します. 参考 cubrid_lob2_read() - Read from BLOB/CLOB data cubrid_lob2_write() - ...
https://man.plustar.jp/php/function.cubrid-lob2-size.html - [similar]
Tell the cursor position of the LOB object 3849
« cubrid_lob2_tell64 cubrid_lob2_write » PHP Manual CUBRID 関数 Tell the cursor position of the ... ,失敗した場合に false を返します. 参考 cubrid_lob2_read() - Read from BLOB/CLOB data cubrid_lob2_write() - ...
https://man.plustar.jp/php/function.cubrid-lob2-tell.html - [similar]
Write to a lob object 3849
« cubrid_lob2_tell cubrid_lock_read » PHP Manual CUBRID 関数 Write to a lob object cubrid_lob2_w ... ring $buf ): bool The cubrid_lob2_write() function reads as much as data from buf and stores it to the LOB ... ; cubrid_disconnect ( $conn ); ?> 参考 cubrid_lob2_read() - Read from BLOB/CLOB data cubrid_lob2_seek() - ...
https://man.plustar.jp/php/function.cubrid-lob2-write.html - [similar]
Checks if the cursor may have additional results 3849
« MongoDB\Driver\CursorInterface::getServer MongoDB\Driver\CursorInterface::setTypeMap » PHP Man ... he cursor may have additional results available to read. A cursor is initially "alive" but may become "dea ... ocument The cursor encountered an error The cursor read its last batch to completion The cursor reached it ...
https://man.plustar.jp/php/mongodb-driver-cursorinterface.isdead.html - [similar]
Execute a database command 3849
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... B\Driver\Cursor Selects a server according to the "readPreference" option and executes the command on that ... server. By default, the read preference from the MongoDB Connection URI will be ... ogic to the command. Although this method accepts "readConcern" and "writeConcern" options, which will be ... nt. Users are therefore encouraged to use specific read and/or write command methods if possible. パラメー ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]
Create a new Query 3849
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... ages, on the assumption that the client will fully read all data queried. Faster when you are pulling a lo ... t all down. Note: the client is not allowed to not read all the data unless it closes the connection. This ... ill return (by default) a stdClass object instead. readConcern MongoDB\Driver\ReadConcern A read concern t ... o apply to the operation. By default, the read concern from the MongoDB Connection URI will be us ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
実行時設定 3849
« インストール手順 ソースコードからビルド / コンパイルする » PHP Manual インストール/設定 実行時 ... empool_default_size 16000 PHP_INI_ALL xmysqlnd.net_read_timeout 31536000 PHP_INI_SYSTEM xmysqlnd.trace_all ... ing xmysqlnd.mempool_default_size int xmysqlnd.net_read_timeout int xmysqlnd.trace_alloc string 関連キーワ ...
https://man.plustar.jp/php/mysql-xdevapi.configuration.html - [similar]
Acknowledges consumption of a message 3849
« Stomp::abort Stomp::begin » PHP Manual Stomp Acknowledges consumption of a message Stomp::ack ... queue 'foo' */ $stomp -> subscribe ( $queue ); /* read a frame */ $frame = $stomp -> readFrame (); if ( $ ... ue 'foo' */ stomp_subscribe ( $link , $queue ); /* read a frame */ $frame = stomp_read_frame ( $link ); if ...
https://man.plustar.jp/php/stomp.ack.html - [similar]
Directory クラス 3825
« 定義済み定数 Directory::close » PHP Manual ディレクトリ Directory クラス Directory クラス (PHP ... クラス概要 class Directory { /* プロパティ */ public readonly string $ path ; public readonly resource $ han ... dle ; /* メソッド */ public close (): void public read (): string | false public rewind (): void } プロパ ... ティ path オープンされたディレクトリ。 handle readdir() や rewinddir() 、 closedir() などのディレクト ... 説明 8.1.0 The path and handle properties are now readonly. 目次 Directory::close — ディレクトリハンドルを ...
https://man.plustar.jp/php/class.directory.html - [similar]