Results of 61 - 70 of about 170 for フィルタ (0.094 sec.)
- 関数・メソッド 5538
- « 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ
...
y_filter - コールバック関数を使用して、配列の要素をフィルタリングする array_flip - 配列のキーと値を反転する arr ...
ックを呼び出す CallbackFilterIterator::__construct - フィルタリングしたイテレータを別のイテレータから作成する cal ...
CollectionFind::fields - ドキュメントのフィールドのフィルタを設定する CollectionFind::groupBy - グループ化の条件 ...
む FilterIterator::accept - イテレータの現在の要素がフィルタを満たすかどうかを調べる FilterIterator::current - 現 ...
-
https://man.plustar.jp/php/indexes.functions.html
- [similar]
- FilterIterator クラス 5504
- « FilesystemIterator::setFlags FilterIterator::accept » PHP Manual イテレータ FilterIterator クラ
...
PHP 8) はじめに この抽象イテレータは、望まざる値をフィルタリングします。 独自のイテレータフィルタを実装するには ...
次 FilterIterator::accept — イテレータの現在の要素がフィルタを満たすかどうかを調べる FilterIterator::__construct ...
-
https://man.plustar.jp/php/class.filteriterator.html
- [similar]
- エントリを読み込む 5504
- « ldap_parse_result ldap_rename_ext » PHP Manual LDAP 関数 エントリを読み込む ldap_read (PHP 4,
...
rols = null ): LDAP\Result | array | false 指定したフィルタ filter を使用し、スコープ LDAP_SCOPE_BASE でディレ ...
スタンス。 base ディレクトリのベース DN。 filter 空のフィルタは指定できません。 このエントリに関する全ての情報を完 ...
全に取得したい場合は、 objectClass=* というフィルタを使用してください。 ディレクトリサーバーで使用される ...
ている場合、 objectClass=inetOrgPerson のように適切なフィルタを使用することができます。 attributes 必要な属性を、 ...
-
https://man.plustar.jp/php/function.ldap-read.html
- [similar]
- ストリーム 関数 5504
- « streamWrapper::url_stat stream_bucket_append » PHP Manual ストリーム ストリーム 関数 ストリーム
...
ームにコピーする stream_filter_append — ストリームにフィルタを付加する stream_filter_prepend — フィルタをストリー ...
る stream_filter_register — ユーザー定義のストリームフィルタを登録する stream_filter_remove — ストリームからフィ ...
文字列に読み込む stream_get_filters — 登録されているフィルタのリストを取得する stream_get_line — 指定されたデリミ ...
-
https://man.plustar.jp/php/ref.stream.html
- [similar]
- 定義済み定数 5414
- « ストリームのクラス ストリームフィルタ » PHP Manual ストリーム 定義済み定数 定義済み定数 以下の
...
ream_filter_prepend() と共に使われます。 指定されたフィルタが 読み込みのときのみ 適用されることを示します。 STR ...
ream_filter_prepend() と共に使われます。 指定されたフィルタが 書き込みのときのみ 適用されることを示します。 STR ...
EAM_FILTER_WRITE PSFS_PASS_ON 返値 : ユーザー空間のフィルタが バケットを $out に返したことを 示します。 PSFS_FE ...
ED_ME 返値 : ユーザー空間のフィルタが $out にバケットを返さなかったことを 示します。(つ ...
-
https://man.plustar.jp/php/stream.constants.html
- [similar]
- 画像にフィルタを適用する 5358
- « imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi
...
lter (PHP 5, PHP 7, PHP 8) imagefilter — 画像にフィルタを適用する 説明 imagefilter ( GdImage $image , int $ ...
| bool ...$args ): bool imagefilter() は、指定したフィルタ filter を image に適用します。 パラメータ image im ...
関連キーワード: 画像 , 適用 , imagefilter , レベル , フィルタ , args , 効果 , 輝度 , コンポーネント , filter ...
-
https://man.plustar.jp/php/function.imagefilter.html
- [similar]
- 画像のサイズを変更する 5335
- « Gmagick::resampleimage Gmagick::rollimage » PHP Manual Gmagick 画像のサイズを変更する Gmagick:
...
lur , bool $fit = false ): Gmagick 指定した大きさとフィルタで、画像のサイズを変更します。 パラメータ width 画像 ...
の幅。 height 画像の高さ。 filter 利用するフィルタ。 blur blur 要素。> 1 はぼやけた状態、< 1 はシャープ ...
-
https://man.plustar.jp/php/gmagick.resizeimage.html
- [similar]
- 国際化関数 5324
- « ob_iconv_handler はじめに » PHP Manual 自然言語および文字エンコーディング 国際化関数 国際化関数
...
たロケール ID を返す Locale::filterMatches — 言語タグフィルタがロケールにマッチするかどうかを調べる Locale::getAl ...
lTimeZone::createTimeZoneIDEnumeration — 指定されたフィルタ条件を反映した、システムタイムゾーンのイテレータを取 ...
-
https://man.plustar.jp/php/book.intl.html
- [similar]
- アクティブなリソースを返す 5301
- « get_required_files getenv » PHP Manual PHP オプション/情報 関数 アクティブなリソースを返す get
...
ス の配列を返します。 オプションでリソース型によってフィルタリングされます。 注意 : この関数は、デバッグやテスト ...
説明 8.0.0 type は、nullable になりました。 例 例1 フィルタリングされていない get_resources() <?php $fp = tmpfi ...
rray(1) { [1]=> resource(1) of type (stream) } 例2 フィルタリングされた get_resources() <?php $fp = tmpfile (); ...
-
https://man.plustar.jp/php/function.get-resources.html
- [similar]
- メソッドの配列を取得する 5301
- « ReflectionClass::getMethod ReflectionClass::getModifiers » PHP Manual ReflectionClass メソッド
...
メソッドの配列を取得します。 パラメータ filter 結果をフィルタして、特定の属性を持つメソッドだけを含めるようにしま ...
す。 デフォルトは、何もフィルタしません。 ReflectionMethod::IS_STATIC 、 Reflection ...
5) "Apple" } } 例2 ReflectionClass::getMethods() のフィルタリング <?php class Apple { public function firstMeth ...
-
https://man.plustar.jp/php/reflectionclass.getmethods.html
- [similar]