検索

phrase: max: clip:
target: order:
Results of 1 - 8 of about 8 for consumed (0.001 sec.)
フィルタを適用するときにコールされる 12995
« php_user_filter php_user_filter::onClose » PHP Manual php_user_filter フィルタを適用するときに ... ter::filter ( resource $in , resource $out , int &$consumed , bool $closing ): int このメソッドがコールされるの ... を指すリソースで、 変更した内容をここに保存します。 consumed consumed は常に参照渡しとする必要があります。 フィ ... 各 $bucket 上で $bucket->datalen をコールするたびに consumed を増やすことになります。 closing ストリームが終了処 ... コール , 適用 , user , 処理 , データ , バケット , consumed , ストリーム ...
https://man.plustar.jp/php/php-user-filter.filter.html - [similar]
ユーザー定義のストリームフィルタを登録する 10103
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... hp_user_filter { function filter ( $in , $out , & $consumed , $closing ) { while ( $bucket = stream_bucket_mak ... $bucket -> data = strtoupper ( $bucket -> data ); $consumed += $bucket -> datalen ; stream_bucket_append ( $ou ... er { var $mode ; function filter ( $in , $out , & $consumed , $closing ) { while ( $bucket = stream_bucket_mak ... ucket -> data = strtolower ( $bucket -> data ); } $consumed += $bucket -> datalen ; stream_bucket_append ( $ou ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
bucket を brigade の先頭に追加する 9633
« stream_bucket_new stream_context_create » PHP Manual ストリーム 関数 bucket を brigade の先頭に ... lls = 0 ; public function filter ( $in , $out , & $consumed , $closing ) { while ( $bucket = stream_bucket_mak ... e_writeable ( $in )) { $consumed += $bucket -> datalen ; if ( $this -> calls ++ == ...
https://man.plustar.jp/php/function.stream-bucket-prepend.html - [similar]
Cancels a statement 9181
« sqlsrv_begin_transaction sqlsrv_client_info » PHP Manual SQLSRV 関数 Cancels a statement sqlsr ... s associated with the statement that have not been consumed are deleted. After sqlsrv_cancel() has been called ... he results associated with the statement have been consumed. パラメータ stmt The statement resource to be canc ...
https://man.plustar.jp/php/function.sqlsrv-cancel.html - [similar]
php_user_filter クラス 7952
« ストリームラッパーとして登録するクラスの例 php_user_filter::filter » PHP Manual ストリーム php ... blic filter ( resource $in , resource $out , int &$consumed , bool $closing ): int public onClose (): void pub ...
https://man.plustar.jp/php/class.php-user-filter.html - [similar]
暗号化フィルタ 7808
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... e $skipped = 0 ; function filter ( $in , $out , & $consumed , $closing ) { while ( $bucket = stream_bucket_mak ... talen - $outlen ; $this -> skipped += $outlen ; } $consumed += $outlen ; stream_bucket_append ( $out , $bucket ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
Returns the Relaxed Extended JSON representation of a BSON value 7356
« MongoDB\BSON\toPHP MongoDB\BSON\Binary » PHP Manual 関数 Returns the Relaxed Extended JSON rep ... ost suited for producing output that can be easily consumed by web APIs and humans. パラメータ bson ( string ) ...
https://man.plustar.jp/php/function.mongodb.bson-torelaxedextendedjson.html - [similar]
The MongoDB\Driver\Cursor class 7193
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... ) { $document = $iterator -> current (); printf ( "Consumed document created at: %s\n" , $document -> createdA ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
PREV 1 NEXT