検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 194 for Buffer (0.022 sec.)
The Deque class 4740
« Ds\Vector::unshift Ds\Deque::allocate » PHP Manual Data Structures The Deque class The Deque c ... ed “deck”) is a sequence of values in a contiguous buffer that grows and shrinks automatically. The name is ... ail. The pointers can “wrap around” the end of the buffer, which avoids the need to move other values around ... en the index and its corresponding position in the buffer: ((head + position) % capacity) . Strengths Suppor ...
https://man.plustar.jp/php/class.ds-deque.html - [similar]
Create a new PDF Object 4740
« wkhtmltox\PDF\Object wkhtmltox\Image\Converter » PHP Manual wkhtmltox\PDF\Object Create a new ... public wkhtmltox\PDF\Object::__construct ( string $buffer , array $settings = ? ) Creates a new PDF Object f ... rom the given buffer and optional configuration settings パラメータ buf ...
https://man.plustar.jp/php/wkhtmltox-pdf-object.construct.html - [similar]
Constructs EventHttp object(the HTTP server) 4718
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... f ctx is configured correctly, then the underlying buffer events will be based on OpenSSL sockets. Thus, all ... , "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.construct.html - [similar]
出力のバッファリングを有効にする 4718
« ob_list_handlers output_add_rewrite_var » PHP Manual 出力制御 関数 出力のバッファリングを有効に ... クのシグネチャは、次のとおりです。 handler ( string $buffer , int $phase = ? ): string buffer 出力バッファの内 ... 義のコールバック関数の例 <?php function callback ( $buffer ) { // apples を全て oranges に置換する return ( s ... tr_replace ( "apples" , "oranges" , $buffer )); } ob_start ( "callback" ); ?> <html> <body> <p ...
https://man.plustar.jp/php/function.ob-start.html - [similar]
はじめに 4718
« Seaslog インストール/設定 » PHP Manual Seaslog はじめに はじめに The Seaslog is an effective,f ... lysis of the early warning framework Efficient log buffer and convenient buffer debug Follow the PSR-3 log i ...
https://man.plustar.jp/php/intro.seaslog.html - [similar]
ファイルポインタから 1 行を得る 4697
« gzgetc gzgetss » PHP Manual Zlib 関数 ファイルポインタから 1 行を得る gzgets (PHP 4, PHP 5, PH ... mefile.gz' , 'r' ); while (! gzeof ( $handle )) { $buffer = gzgets ( $handle , 4096 ); echo $buffer ; } gzcl ...
https://man.plustar.jp/php/function.gzgets.html - [similar]
LOB のバッファをサーバーにフラッシュする、あるいは書き込む 4697
« OCILob::export OCILob::free » PHP Manual OCILob LOB のバッファをサーバーにフラッシュする、ある ... ォルトではリソースは解放されませんが、フラグ OCI_LOB_BUFFER_FREE を使用することで明示的に行うことができます。 ... もはや LOB に対して何も行わない場合のみ、 OCI_LOB_BUFFER_FREE フラグを使用することが推奨されます。 戻り値 成 ... って OCILob に名前が変更されました。 参考 OCILob::getBuffering OCILob::setBuffering 関連キーワード: OCILob , L ...
https://man.plustar.jp/php/ocilob.flush.html - [similar]
パフォーマンスの考慮点 4675
« 循環の収集 DTrace 動的トレーシング » PHP Manual ガベージコレクション パフォーマンスの考慮点 パ ... cs ------------- Runs: 110 Collected: 2072204 Root buffer length: 0 Root buffer peak: 10000 Possible Remove ... from Marked Root Buffered buffer grey -------- -------- ----------- ------ ... クション機構が少なくとも一回実行されるや否や、 "Root buffer peak" は常に 10000 です。 結論 通常、循環収集アルゴ ...
https://man.plustar.jp/php/features.gc.performance-considerations.html - [similar]
ファイルについての情報を返す 4675
« finfo_close finfo_open » PHP Manual Fileinfo 関数 ファイルについての情報を返す finfo_file finf ... html image/gif application/vnd.ms-excel 参考 finfo_buffer() - finfo_buffer() のエイリアス 関連キーワード: fi ...
https://man.plustar.jp/php/function.finfo-file.html - [similar]
gzファイルへのポインタから1行を得て、HTMLタグを取り除く 4675
« gzgets gzinflate » PHP Manual Zlib 関数 gzファイルへのポインタから1行を得て、HTMLタグを取り除く ... mefile.gz' , 'r' ); while (! gzeof ( $handle )) { $buffer = gzgetss ( $handle , 4096 ); echo $buffer ; } gzc ...
https://man.plustar.jp/php/function.gzgetss.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT