検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 11 for bucket (0.003 sec.)
bucket を brigade の先頭に追加する 11682
« stream_bucket_new stream_context_create » PHP Manual ストリーム 関数 bucket を brigade の先頭に ... 追加する stream_bucket_prepend (PHP 5, PHP 7, PHP 8) stream_bucket_prepen ... d — bucket を brigade の先頭に追加する 説明 stream_bucket_pre ... pend ( resource $brigade , object $bucket ): void この関数を呼ぶと、bucket brigade の先頭に ... r() から呼ばれます。 パラメータ brigade brigade は bucket brigade を指すリソースで、ここにはひとつあるいは複 ...
https://man.plustar.jp/php/function.stream-bucket-prepend.html - [similar]
操作する brigade から bucket オブジェクトを返す 11415
« stream_bucket_append stream_bucket_new » PHP Manual ストリーム 関数 操作する brigade から bucket ... et オブジェクトを返す stream_bucket_make_writeable (PHP 5, PHP 7, PHP 8) stream_bucket ... _make_writeable — 操作する brigade から bucket オブジェクトを返す 説明 stream_bucket_make_writeab ... ::filter() からコールされます。 パラメータ brigade bucket オブジェクトを返す brigade。 戻り値 以下に示すプロ ... パティを持つ bucket オブジェクトを返すか、 null を返します。 data ( st ...
https://man.plustar.jp/php/function.stream-bucket-make-writeable.html - [similar]
bucket を brigade に追加する 10366
« ストリーム 関数 stream_bucket_make_writeable » PHP Manual ストリーム 関数 bucket を brigade に ... 追加する stream_bucket_append (PHP 5, PHP 7, PHP 8) stream_bucket_append ...bucket を brigade に追加する 説明 stream_bucket_append ( ... resource $brigade , object $bucket ): void 警告 この関数は、 現在のところ詳細な情報は ...
https://man.plustar.jp/php/function.stream-bucket-append.html - [similar]
現在のストリームで使用する新しい bucket を作成する 10135
« stream_bucket_make_writeable stream_bucket_prepend » PHP Manual ストリーム 関数 現在のストリー ... ムで使用する新しい bucket を作成する stream_bucket_new (PHP 5, PHP 7, PHP 8) ... stream_bucket_new — 現在のストリームで使用する新しい bucket を作 ... 成する 説明 stream_bucket_new ( resource $stream , string $buffer ): object ...
https://man.plustar.jp/php/function.stream-bucket-new.html - [similar]
ユーザー定義のストリームフィルタを登録する 9779
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... ( $in , $out , & $consumed , $closing ) { while ( $bucket = stream_bucket_make_writeable ( $in )) { $bucket ... -> data = strtoupper ( $bucket -> data ); $consumed += $bucket -> datalen ; strea ... m_bucket_append ( $out , $bucket ); } return PSFS_PASS_ON ; ... ( $in , $out , & $consumed , $closing ) { while ( $bucket = stream_bucket_make_writeable ( $in )) { if ( $th ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
ストリーム 関数 8250
« streamWrapper::url_stat stream_bucket_append » PHP Manual ストリーム ストリーム 関数 ストリーム ... 関数 目次 stream_bucket_append — bucket を brigade に追加する stream_bucke ... t_make_writeable — 操作する brigade から bucket オブジェクトを返す stream_bucket_new — 現在のストリ ... ームで使用する新しい bucket を作成する stream_bucket_prepend — bucket を briga ...
https://man.plustar.jp/php/ref.stream.html - [similar]
暗号化フィルタ 8037
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... ( $in , $out , & $consumed , $closing ) { while ( $bucket = stream_bucket_make_writeable ( $in )) { $outlen ... = $bucket -> datalen ; if ( $this -> skipped < 32 ){ $outlen ... = min ( $bucket -> datalen , 32 - $this -> skipped ); $bucket -> d ... ata = substr ( $bucket -> data , $outlen ); $bucket -> datalen = $bucket ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
ストリーム 7699
« SplSubject::notify はじめに » PHP Manual その他の基本モジュール ストリーム ストリーム はじめに ... イルについての情報を取得する ストリーム 関数 stream_bucket_append — bucket を brigade に追加する stream_bucke ... t_make_writeable — 操作する brigade から bucket オブジェクトを返す stream_bucket_new — 現在のストリ ... ームで使用する新しい bucket を作成する stream_bucket_prepend — bucket を briga ...
https://man.plustar.jp/php/book.stream.html - [similar]
Returns a scalar value to be used as a hash value 6934
« Ds\Hashable::equals Sequence » PHP Manual Hashable Returns a scalar value to be used as a hash ... ecause all your objects will be hashed to the same bucket. It's therefore very important that you pick a goo ... y during a hash table lookup to determine * if the bucket's key matches the lookup key. The hash has to be e ...
https://man.plustar.jp/php/ds-hashable.hash.html - [similar]
フィルタを適用するときにコールされる 6828
« php_user_filter php_user_filter::onClose » PHP Manual php_user_filter フィルタを適用するときに ... したデータの長さをここで加算します。 大半の場合、各 $bucket 上で $bucket->datalen をコールするたびに consumed ...
https://man.plustar.jp/php/php-user-filter.filter.html - [similar]
PREV 1 2 NEXT