検索

phrase: max: clip:
target: order:
Results of 1 - 5 of about 5 for filtername (0.001 sec.)
フィルタをストリームに付加する 11582
« stream_filter_append stream_filter_register » PHP Manual ストリーム 関数 フィルタをストリームに ... stream_filter_prepend ( resource $stream , string $filtername , int $read_write = ? , mixed $params = ? ): resou ... rce filtername で指定されたフィルタを、 stream に付加されているフ ... 加えます。 パラメータ stream 対象となるストリーム。 filtername フィルタ名。 read_write デフォルトでは、 stream_fi ... e が返されるのは、 stream がリソースではない場合や filtername が見つからない場合です。 注意 注意 : カスタム(ユー ...
https://man.plustar.jp/php/function.stream-filter-prepend.html - [similar]
ストリームにフィルタを付加する 11067
« stream_copy_to_stream stream_filter_prepend » PHP Manual ストリーム 関数 ストリームにフィルタを ... stream_filter_append ( resource $stream , string $filtername , int $read_write = ? , mixed $params = ? ): resou ... rce filtername で指定されたフィルタを、 stream に付加されているフ ... 加えます。 パラメータ stream 対象となるストリーム。 filtername フィルタ名。 read_write デフォルトでは、 stream_fi ... e が返されるのは、 stream がリソースではない場合や filtername が見つからない場合です。 例 例1 フィルタの適用され ...
https://man.plustar.jp/php/function.stream-filter-append.html - [similar]
php_user_filter クラス 8751
« ストリームラッパーとして登録するクラスの例 php_user_filter::filter » PHP Manual ストリーム php ... php_user_filter { /* プロパティ */ public string $ filtername = "" ; public mixed $ params = "" ; public ? resou ... ose (): void public onCreate (): bool } プロパティ filtername stream_filter_append() で登録するフィルタの名前。 ...
https://man.plustar.jp/php/class.php-user-filter.html - [similar]
ユーザー定義のストリームフィルタを登録する 7464
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... S_PASS_ON ; } function onCreate () { if ( $this -> filtername == 'str.toupper' ) { $this -> mode = 1 ; } elseif ... ( $this -> filtername == 'str.tolower' ) { $this -> mode = 0 ; } else { ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
フィルタを作成するときにコールされる 7078
« php_user_filter::onClose streamWrapper » PHP Manual php_user_filter フィルタを作成するときにコ ... 使えるようになります。 プロパティ 内容 FilterClass->filtername フィルタのインスタンスを作成するときの名前を表す文 ...
https://man.plustar.jp/php/php-user-filter.oncreate.html - [similar]
PREV 1 NEXT