検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 282 for End (0.008 sec.)
The EventBuffer class 7148
« EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer clas ... lic addBuffer ( EventBuffer $buf ): bool public appendFrom ( EventBuffer $buf , int $len ): int public __ ... $at_front ): bool public lock (): void public prepend ( string $data ): bool public prependBuffer ( Even ... lic search ( string $what , int $start = -1 , int $end = -1 ): mixed public searchEol ( int $start = -1 , ... first chunk. 定義済み定数 EventBuffer::EOL_ANY The end of line is any sequence of any number of carriage ...
https://man.plustar.jp/php/class.eventbuffer.html - [similar]
Append data to the end of an event buffer 7148
« EventBuffer EventBuffer::addBuffer » PHP Manual EventBuffer Append data to the end of an event ... d (PECL event >= 1.2.6-beta) EventBuffer::add — Append data to the end of an event buffer 説明 public Eve ... ntBuffer::add ( string $data ): bool Append data to the end of an event buffer. パラメータ dat ... a String to be appended to the end of the buffer. 戻り値 成功した場合に ... tBuffer 関連キーワード: data , buffer , event , Append , EventBuffer , of , addBuffer , 参考 , provided , ...
https://man.plustar.jp/php/eventbuffer.add.html - [similar]
PostgreSQL バックエンドと同期する 7109
« pg_delete pg_escape_bytea » PHP Manual PostgreSQL 関数 PostgreSQL バックエンドと同期する pg_end ... d_copy (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) pg_end_copy — PostgreSQL バックエンドと同期する 説明 pg_e ... ( ? PgSql\Connection $connection = null ): bool pg_end_copy() は、 pg_put_line() によるコピー操作の後で P ... プロセス)と PostgreSQL サーバーを同期させます。 pg_end_copy() を実行しなければ、PostgreSQL サーバーが フロ ... 0 connection は、nullable になりました。 例 例1 pg_end_copy() の例 <?php $conn = pg_pconnect ( "dbname=fo ...
https://man.plustar.jp/php/function.pg-end-copy.html - [similar]
Scans the buffer for an occurrence of a string 7013
« EventBuffer::readLine EventBuffer::searchEol » PHP Manual EventBuffer Scans the buffer for an ... er::search ( string $what , int $start = -1 , int $end = -1 ): mixed Scans the buffer for an occurrence o ... arch is performed from the start of the string. If end argument provided, the search is performed between ... start and end buffer positions. パラメータ what String to search ... . start Start search position. end End search position. 戻り値 Returns numeric positi ...
https://man.plustar.jp/php/eventbuffer.search.html - [similar]
Set Color 7013
« UI\Draw\Text\Layout::__construct UI\Draw\Text\Layout::setWidth » PHP Manual UI\Draw\Text\Layou ... lor ( UI\Draw\Color $color , int $start = 0 , int $end = ? ) public UI\Draw\Text\Layout::setColor ( int $ ... color , int $start = 0 , int $end = ? ) Shall set the Color for all of, or a range o ... olor The color to use start The starting character end The ending character, by default the end of the st ... 連キーワード: Layout , Set , Text , int , setColor , end , public , character , use , default ...
https://man.plustar.jp/php/ui-draw-text-layout.setcolor.html - [similar]
配列の内部ポインタを最終要素にセットする 6877
« each extract » PHP Manual 配列 関数 配列の内部ポインタを最終要素にセットする end (PHP 4, PHP 5 ... , PHP 7, PHP 8) end — 配列の内部ポインタを最終要素にセットする 説明 en ... d ( array | object &$array ): mixed end() は array の内部ポインタを最後の要素まで進め、その ... ) を使うか、 ArrayIterator を使って下さい。 例 例1 end() の例 <?php $fruits = array( 'リンゴ' , 'バナナ' ... , 'クランベリー' ); echo end ( $fruits ); // クランベリー ?> 参考 current() - 配 ...
https://man.plustar.jp/php/function.end.html - [similar]
出力のバッファリングを有効にする 6877
« ob_list_handlers output_add_rewrite_var » PHP Manual 出力制御 関数 出力のバッファリングを有効に ... コピーされます。 内部バッファの内容を出力するには ob_end_flush() を使用します。 ob_end_clean() は、バッファ ... _start() をコールすることが可能です。この場合、 ob_end_flush() を適切な回数コールするようにしてください。 ... 値を渡すと、 これをバイパスすることができます。 ob_end_clean() 、 ob_end_flush() 、 ob_clean() 、 ob_flus ... 関数 PHP_OUTPUT_HANDLER_CLEANABLE ob_clean() 、 ob_end_clean() および ob_get_clean() PHP_OUTPUT_HANDLER_F ...
https://man.plustar.jp/php/function.ob-start.html - [similar]
Read data from a file onto the end of the buffer 6742
« EventBuffer::read EventBuffer::readLine » PHP Manual EventBuffer Read data from a file onto th ... e end of the buffer EventBuffer::readFrom (PECL event >= ... tBuffer::readFrom — Read data from a file onto the end of the buffer 説明 public EventBuffer::read ( mixe ... t Read data from the file specified by fd onto the end of the buffer. パラメータ fd Socket resource, stre ... line from the front of the buffer EventBuffer::appendFrom() - Moves the specified number of bytes from a ...
https://man.plustar.jp/php/eventbuffer.readfrom.html - [similar]
テンプレートを終了する 6742
« ps_end_pattern ps_fill_stroke » PHP Manual PS 関数 テンプレートを終了する ps_end_template (PEC ... L ps >= 1.2.0) ps_end_template — テンプレートを終了する 説明 ps_end_temp ... る 関連キーワード: テンプレート , 終了 , template , end , 開始 , psdoc , 関数 , stroke , resource , fill ...
https://man.plustar.jp/php/function.ps-end-template.html - [similar]
新しい DatePeriod オブジェクトを作成する 6694
« DatePeriod DatePeriod::getDateInterval » PHP Manual DatePeriod 新しい DatePeriod オブジェクトを ... tart , DateInterval $interval , DateTimeInterface $end , int $options = 0 ) public DatePeriod::__construc ... es 反復回数。 0 より大きな値でなければいけません。 end 期間の終了日。 isostr » ISO 8601 repeating interva ... 07-01' ); $interval = new DateInterval ( 'P7D' ); $end = new DateTime ( '2012-07-31' ); $recurrences = 4 ... ; $period = new DatePeriod ( $start , $interval , $end ); $period = new DatePeriod ( $iso ); // DatePerio ...
https://man.plustar.jp/php/dateperiod.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT