検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 194 for Buffer (0.034 sec.)
ストリームにタイムアウトを設定する 4653
« stream_set_read_buffer stream_set_write_buffer » PHP Manual ストリーム 関数 ストリームにタイム ...
https://man.plustar.jp/php/function.stream-set-timeout.html - [similar]
Checks if the cursor is exhausted or may have additional results 4653
« MongoDB\Driver\Cursor::getServer MongoDB\Driver\Cursor::key » PHP Manual MongoDB\Driver\Cursor ... ditional documents in the current batch, which are buffered on the client side. Iterating will fetch a docum ... ent from the local buffer. There are no additional documents in the current ... batch (i.e. local buffer), but the cursor ID is non-zero. Iterating will re ...
https://man.plustar.jp/php/mongodb-driver-cursor.isdead.html - [similar]
The EventHttpRequest class 4632
« EventHttpConnection::setTimeout EventHttpRequest::addHeader » PHP Manual Event The EventHttpRe ... blic free (): void public closeConnection (): EventBufferEvent public getCommand (): void public closeConnec ... onnection public getHost (): string public getInputBuffer (): EventBuffer public getInputHeaders (): array p ... ublic getOutputBuffer (): EventBuffer public getOutputHeaders (): void p ... blic sendReply ( int $code , string $reason , EventBuffer $buf = ? ): void public sendReplyChunk ( EventBuff ...
https://man.plustar.jp/php/class.eventhttprequest.html - [similar]
別途提供される設定ファイルを使用して文字列を修正する 4632
« tidy::repairFile tidy::root » PHP Manual tidy 別途提供される設定ファイルを使用して文字列を修正 ... </head> <body> <p>error</i> </body> </html> <?php $buffer = ob_get_clean (); $tidy = new tidy (); $clean = $ ... tidy -> repairString ( $buffer ); echo $clean ; ?> 上の例の出力は以下となります。 ...
https://man.plustar.jp/php/tidy.repairstring.html - [similar]
ファイルポインタから 1 行取得する 4610
« fgetcsv fgetss » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取得する fgets (PHP ... tmp/inputfile.txt" , "r" ); if ( $fp ) { while (( $buffer = fgets ( $fp , 4096 )) !== false ) { echo $buffer ...
https://man.plustar.jp/php/function.fgets.html - [similar]
統計情報 4610
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、 ... 数を知る方法もありません。記録されるエラーは command_buffer_too_small (後述) の値くらいです。 MySQL のクライア ... 必要があるSQL mysqli_report() 関数では記録できません buffered_sets Connection 通常の クエリで返された結果セット ... HP の内部メモリ管理関数を使用していないからです! unbuffered_sets Connection 通常の(プリペアドステートメントで ... ングされないAPI呼び出しの例: mysqli_use_result() ps_buffered_sets Connection プリペアドステートメントによって ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]
文字列にストアされたドキュメントをパースする 4610
« tidy::parseFile tidy::repairFile » PHP Manual tidy 文字列にストアされたドキュメントをパースする ... p>error<br>another line</i> </body> </html> <?php $buffer = ob_get_clean (); $config = array( 'indent' => TR ... UE , 'wrap' => 200 ); $tidy = tidy_parse_string ( $buffer , $config , 'UTF8' ); $tidy -> cleanRepair (); ech ...
https://man.plustar.jp/php/tidy.parsestring.html - [similar]
The Vector class 4588
« Ds\Sequence::unshift Ds\Vector::allocate » PHP Manual Data Structures The Vector class The Vec ... に A Vector is a sequence of values in a contiguous buffer that grows and shrinks automatically. It's the mos ... ue's index is a direct mapping to its index in the buffer, and the growth factor isn't bound to a specific m ...
https://man.plustar.jp/php/class.ds-vector.html - [similar]
Releases lock acquired by EventBuffer::lock 4588
« EventBuffer::unfreeze EventBuffer::write » PHP Manual EventBuffer Releases lock acquired by Ev ... entBuffer::lock EventBuffer::unlock (PECL event >= 1.2.6-bet ... a) EventBuffer::unlock — Releases lock acquired by EventBuffer::l ... ock 説明 public EventBuffer::unlock (): bool Releases lock acquired by EventBu ... ue を、失敗した場合に false を返します。 参考 EventBuffer::lock() - Acquires a lock on buffer 関連キーワード ...
https://man.plustar.jp/php/eventbuffer.unlock.html - [similar]
Sets a callback for specified URI 4588
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb ... , "OK" ); echo "OK\n" ; echo "\n >> Reading input buffer ...\n" ; $buf = $req -> getInputBuffer (); while ( ... $s = $buf -> readLine ( EventBuffer :: EOL_ANY )) { echo $s , PHP_EOL ; } echo "No mor ... e data in the buffer\n" ; } function _http_about ( $req ) { echo __METH ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]