検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 45 for prepend (0.008 sec.)
Prepend data to the front of the buffer 14576
« EventBuffer::lock EventBuffer::prependBuffer » PHP Manual EventBuffer Prepend data to the fron ... t of the buffer EventBuffer::prepend (PECL event >= 1.2.6-beta) EventBuffer::prepend... o the front of the buffer 説明 public EventBuffer::prepend ( string $data ): bool Prepend data to the front o ... f the buffer. パラメータ data String to be prepended to the front of the buffer. 戻り値 成功した場合に ... 失敗した場合に false を返します。 参考 EventBuffer::prependBuffer() - Moves all data from source buffer to the ...
https://man.plustar.jp/php/eventbuffer.prepend.html - [similar]
既存のアイテムの前にデータを付加する 10733
« Memcached::isPristine Memcached::prependByKey » PHP Manual Memcached 既存のアイテムの前にデータ ... を付加する Memcached::prepend (PECL memcached >= 0.1.0) Memcached::prepend — 既存 ... イテムの前にデータを付加する 説明 public Memcached::prepend ( string $key , string $value ): bool Memcached::p ... ched::RES_NOTSTORED を返します。 例 例1 Memcached::prepend() の例 <?php $m = new Memcached (); $m -> addServe ... SION , false ); $m -> set ( 'foo' , 'abc' ); $m -> prepend ( 'foo' , 'def' ); var_dump ( $m -> get ( 'foo' )) ...
https://man.plustar.jp/php/memcached.prepend.html - [similar]
bucket を brigade の先頭に追加する 10672
« stream_bucket_new stream_context_create » PHP Manual ストリーム 関数 bucket を brigade の先頭に ... 追加する stream_bucket_prepend (PHP 5, PHP 7, PHP 8) stream_bucket_prepend — buck ... et を brigade の先頭に追加する 説明 stream_bucket_prepend ( resource $brigade , object $bucket ): void この関 ... クト。 戻り値 値を返しません。 例 例1 stream_bucket_prepend() の例 <?php class foo extends php_user_filter { p ... ppear again before any other bucket. stream_bucket_prepend ( $in , $bucket ); } } return PSFS_FEED_ME ; } } s ...
https://man.plustar.jp/php/function.stream-bucket-prepend.html - [similar]
最初の子ノードの前にノードを追加する 9891
« DOMParentNode::append DOMProcessingInstruction » PHP Manual DOMParentNode 最初の子ノードの前に ... ノードを追加する DOMParentNode::prepend (PHP 8) DOMParentNode::prepend — 最初の子ノードの前 ... にノードを追加する 説明 public DOMParentNode::prepend ( DOMNode | string ...$nodes ): void ひとつ以上の ... 連キーワード: ノード , 追加 , 最初 , DOMParentNode , prepend , nodes , append , DOMProcessingInstruction , publ ...
https://man.plustar.jp/php/domparentnode.prepend.html - [similar]
Moves all data from source buffer to the front of current buffer 9891
« EventBuffer::prepend EventBuffer::pullup » PHP Manual EventBuffer Moves all data from source b ... uffer to the front of current buffer EventBuffer::prependBuffer (PECL event >= 1.2.6-beta) EventBuffer::prep ... e front of current buffer 説明 public EventBuffer::prependBuffer ( EventBuffer $buf ): bool Behaves as EventB ... o the current instance of EventBuffer EventBuffer::prepend() - Prepend data to the front of the buffer 関連キ ... ーワード: EventBuffer , buffer , data , front , prependBuffer , all , from , addBuffer , prepend , buf ...
https://man.plustar.jp/php/eventbuffer.prependbuffer.html - [similar]
DOMParentNode インターフェイス 9233
« DOMNotation DOMParentNode::append » PHP Manual DOM DOMParentNode インターフェイス DOMParentNod ... append ( DOMNode | string ...$nodes ): void public prepend ( DOMNode | string ...$nodes ): void } 目次 DOMPar ... 後の子ノードの後ろにノードを追加する DOMParentNode::prepend — 最初の子ノードの前にノードを追加する 関連キーワー ... ード , append , public , DOMNode , string , nodes , prepend , 追加 , DOMNotation ...
https://man.plustar.jp/php/class.domparentnode.html - [similar]
フィルタをストリームに付加する 9171
« stream_filter_append stream_filter_register » PHP Manual ストリーム 関数 フィルタをストリームに ... 付加する stream_filter_prepend (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stream_filte ... r_prepend — フィルタをストリームに付加する 説明 stream_filte ... r_prepend ( resource $stream , string $filtername , int $rea ... ィルタ名。 read_write デフォルトでは、 stream_filter_prepend() は ストリームが読み込み用に開かれている場合は (つ ...
https://man.plustar.jp/php/function.stream-filter-prepend.html - [similar]
最後の子ノードの後ろにノードを追加する 8972
« DOMParentNode DOMParentNode::prepend » PHP Manual DOMParentNode 最後の子ノードの後ろにノードを ... ノード。 戻り値 値を返しません。 参考 DOMParentNode::prepend() - 最初の子ノードの前にノードを追加する 関連キーワ ... 加 , 最後 , 後ろ , DOMParentNode , append , nodes , prepend , public , DOMNode ...
https://man.plustar.jp/php/domparentnode.append.html - [similar]
ストリームからフィルタを取り除く 8253
« stream_filter_register stream_get_contents » PHP Manual ストリーム 関数 ストリームからフィルタ ... source $stream_filter ): bool 事前に stream_filter_prepend() あるいは stream_filter_append() でストリームに追 ... d() - ストリームにフィルタを付加する stream_filter_prepend() - フィルタをストリームに付加する 関連キーワード: ... ーム , フィルタ , stream , filter , 削除 , remove , prepend , append , 付加 , register ...
https://man.plustar.jp/php/function.stream-filter-remove.html - [similar]
指定したサーバーで既存のアイテムの前にデータを付加する 8253
« Memcached::prepend Memcached::quit » PHP Manual Memcached 指定したサーバーで既存のアイテムの前 ... にデータを付加する Memcached::prependByKey (PECL memcached >= 0.1.0) Memcached::prependB ... イテムの前にデータを付加する 説明 public Memcached::prependByKey ( string $server_key , string $key , string $ ... value ): bool Memcached::prependByKey() は機能的に Memcached::prepend() と同等です。 ... cached::RES_NOTSTORED を返します。 参考 Memcached::prepend() - 既存のアイテムの前にデータを付加する Memcached ...
https://man.plustar.jp/php/memcached.prependbykey.html - [similar]
PREV 1 2 3 4 5 NEXT