検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 199 for filter (0.012 sec.)
LDAP 結果エントリをクライアント側でソートする 4844
« ldap_set_rebind_proc ldap_start_tls » PHP Manual LDAP 関数 LDAP 結果エントリをクライアント側で ... ( resource $link , resource $result , string $sortfilter ): bool ldap_search() が返す LDAP 検索結果をソート ... ース。 result ldap_search() が返す検索結果 ID。 sortfilter ソートのキーとして使う属性。 戻り値 値を返しません ... (ldap_connect を参照) $dn = 'ou=example,dc=org' ; $filter = '(|(sn=Doe*)(givenname=John*))' ; $justthese = a ... name' , 'mail' ); $sr = ldap_search ( $ds , $dn , $filter , $justthese ); // ソート ldap_sort ( $ds , $sr , ...
https://man.plustar.jp/php/function.ldap-sort.html - [similar]
傾きを除去する 4844
« Imagick::deleteImageProperty Imagick::despeckleImage » PHP Manual Imagick 傾きを除去する Imagi ... kewImagick -> getImageHeight () / 2 , \ Imagick :: FILTER_LANCZOS , 1 ); $imagick -> resizeimage ( $imagick ... , $imagick -> getImageHeight () / 2 , \ Imagick :: FILTER_LANCZOS , 1 ); $newCanvas = new \ Imagick (); $new ...
https://man.plustar.jp/php/imagick.deskewimage.html - [similar]
新機能 4844
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から P ... て、ストリームラッパーをサポートするようになります。 Filter FILTER_VALIDATE_FLOAT フィルタは min_range と max_ ... オプションをサポートするようになりました。 これは、 FILTER_VALIDATE_INT と同じセマンティクスです。 FFI FFI は ... す。 GD 画像に scatter フィルタを適用するための IMG_FILTER_SCATTER が追加されました。 Hash Castagnoli 多項式を ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]
関数・メソッド 4811
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... fill_keys - キーを指定して、配列を値で埋める array_filter - コールバック関数を使用して、配列の要素をフィルタ ... :__toString - 現在の要素の文字列表現を返す CallbackFilterIterator::accept - 現在の値、現在のキー、そして内部 ... テレータを引数としてでコールバックを呼び出す CallbackFilterIterator::__construct - フィルタリングしたイテレータ ... s the number of values in the collection Ds\Deque::filter - Creates a new deque using a callable to determin ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
その他の変更 4811
« PHP 8.1.x で推奨されなくなる機能 PHP 7.4.x から PHP 8.0.x への移行 » PHP Manual PHP 8.0.x から ... らず、 クラスの継承の実装の詳細に依存していました。 Filter FILTER_VALIDATE_INT フィルタの FILTER_FLAG_ALLOW_O ...
https://man.plustar.jp/php/migration81.other-changes.html - [similar]
Returns the number of values in the collection 4790
« Ds\Deque::copy Ds\Deque::filter » PHP Manual Deque Returns the number of values in the collect ...
https://man.plustar.jp/php/ds-deque.count.html - [similar]
テーブルに関する統計情報を取得する 4790
« odbc_specialcolumns odbc_tableprivileges » PHP Manual ODBC 関数 テーブルに関する統計情報を取得 ... POSITION COLUMN_NAME ASC_OR_DESC CARDINALITY PAGES FILTER_CONDITION ドライバは追加のカラムを返すことが出来ま ... [ASC_OR_DESC] => [CARDINALITY] => 15 [PAGES] => 3 [FILTER_CONDITION] => ) 参考 odbc_tables() - 指定したデータ ...
https://man.plustar.jp/php/function.odbc-statistics.html - [similar]
画像のサイズを変更する 4790
« Imagick::resetImagePage Imagick::rollImage » PHP Manual Imagick 画像のサイズを変更する Imagick ... ick::resizeImage ( int $columns , int $rows , int $filter , float $blur , bool $bestfit = false , bool $lega ... ん。 パラメータ columns 画像の幅。 rows 画像の高さ。 filter フィルタ定数 の一覧を参照ください。 blur blur 要素 ... ion resizeImage ( $imagePath , $width , $height , $filterType , $blur , $bestFit , $cropZoom ) { // blur 要素 ... )); $imagick -> resizeImage ( $width , $height , $filterType , $blur , $bestFit ); $cropWidth = $imagick -> ...
https://man.plustar.jp/php/imagick.resizeimage.html - [similar]
The Sequence interface 4768
« Ds\Hashable::hash Ds\Sequence::allocate » PHP Manual Data Structures The Sequence interface Th ... ontains ( mixed ...$values ): bool abstract public filter ( callable $callback = ? ): Ds\Sequence abstract p ... if the sequence contains given values Ds\Sequence::filter — Creates a new sequence using a callable to deter ...
https://man.plustar.jp/php/class.ds-sequence.html - [similar]
The Set class 4768
« Ds\Pair::toArray Ds\Set::add » PHP Manual Data Structures The Set class The Set class (No vers ... Ds\Set public diff ( Ds\Set $set ): Ds\Set public filter ( callable $callback = ? ): Ds\Set public first () ... et using values that aren't in another set Ds\Set::filter — Creates a new set using a callable to determine ...
https://man.plustar.jp/php/class.ds-set.html - [similar]