検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 199 for filter (0.006 sec.)
定義済み定数 5640
« リソース型 配列のソート » PHP Manual 配列 定義済み定数 定義済み定数 以下の定数は、PHP コアに含 ... を区別しないようにします。 フィルターのフラグ ARRAY_FILTER_USE_KEY ( int ) ARRAY_FILTER_USE_KEY は array_filt ... ック関数の最初の引数として渡すよう指示します。 ARRAY_FILTER_USE_BOTH ( int ) ARRAY_FILTER_USE_BOTH は array_fi ...
https://man.plustar.jp/php/array.constants.html - [similar]
画像を指定した解像度にリサンプリングする 5640
« Imagick::render Imagick::resetImagePage » PHP Manual Imagick 画像を指定した解像度にリサンプリン ... ( float $x_resolution , float $y_resolution , int $filter , float $blur ): bool 画像を指定した解像度にリサン ... リングします。 パラメータ x_resolution y_resolution filter blur 戻り値 成功した場合に true を返します。 例 例 ... magick -> resampleImage ( 200 , 200 , \ Imagick :: FILTER_LANCZOS , 1 ); header ( "Content-Type: image/jpg" ... Imagick , 指定 , resampleImage , float , imagick , filter , blur , render ...
https://man.plustar.jp/php/imagick.resampleimage.html - [similar]
定数を取得する 5619
« ReflectionClass::getConstant ReflectionClass::getConstructor » PHP Manual ReflectionClass 定数 ... 説明 public ReflectionClass::getConstants ( ? int $filter = null ): array アクセス権にかかわらず、クラスで定 ... 義されているすべての定数を取得します。 パラメータ filter オプションのフィルタで、取得したい定数の型を絞り込 ... 数の値を保持します。 変更履歴 バージョン 説明 8.0.0 filter が追加されました。 参考 ReflectionClass::getConsta ... ード: 定数 , 取得 , ReflectionClass , getConstants , filter , getConstant , 保持 , クラス , 定義 , 配列 ...
https://man.plustar.jp/php/reflectionclass.getconstants.html - [similar]
プロパティを取得する 5619
« ReflectionClass::getParentClass ReflectionClass::getProperty » PHP Manual ReflectionClass プロ ... 説明 public ReflectionClass::getProperties ( ? int $filter = null ): array プロパティを取得します。 パラメータ ... filter オプションのフィルタで、取得したいプロパティの型を ... トの配列を返します。 変更履歴 バージョン 説明 7.2.0 filter は、nullable になりました。 例 例1 ReflectionClass ... ィルタリングの例 この例では、オプションのパラメータ filter を使って private プロパティを読み飛ばします。 <?ph ...
https://man.plustar.jp/php/reflectionclass.getproperties.html - [similar]
定義済み定数 5544
« リソース型 例 » PHP Manual ImageMagick 定義済み定数 定義済み定数 以下の定数が定義されています。 ... ::STYLE_OBLIQUE ( int ) imagick::STYLE_ANY ( int ) FILTER 定数 imagick::FILTER_UNDEFINED ( int ) imagick::FI ... LTER_POINT ( int ) imagick::FILTER_BOX ( int ) imagick::FILTER_TRIANGLE ( int ) imagi ... ck::FILTER_HERMITE ( int ) imagick::FILTER_HANNING ( int ) im ... agick::FILTER_HAMMING ( int ) imagick::FILTER_BLACKMAN ( int ) i ...
https://man.plustar.jp/php/imagick.constants.html - [similar]
ReflectionObject クラス 5490
« ReflectionNamedType::isBuiltin ReflectionObject::__construct » PHP Manual リフレクション Refle ... ixed public ReflectionClass::getConstants ( ? int $filter = null ): array public ReflectionClass::getConstru ... Method public ReflectionClass::getMethods ( ? int $filter = null ): array public ReflectionClass::getModifie ... lse public ReflectionClass::getProperties ( ? int $filter = null ): array public ReflectionClass::getPropert ... c ReflectionClass::getReflectionConstants ( ? int $filter = null ): array public ReflectionClass::getShortNa ...
https://man.plustar.jp/php/class.reflectionobject.html - [similar]
定義済み定数 5436
« ストリームのクラス ストリームフィルタ » PHP Manual ストリーム 定義済み定数 定義済み定数 以下の ... ドされている場合のみ使用可能です。 定数 説明 STREAM_FILTER_READ stream_filter_append() または stream_filter_p ... 読み込みのときのみ 適用されることを示します。 STREAM_FILTER_WRITE stream_filter_append() または stream_filter_ ... 書き込みのときのみ 適用されることを示します。 STREAM_FILTER_ALL この定数は右の値と等価です: STREAM_FILTER_READ ... | STREAM_FILTER_WRITE PSFS_PASS_ON 返値 : ユーザー空間のフィルタが ...
https://man.plustar.jp/php/stream.constants.html - [similar]
ReflectionEnum クラス 5414
« ReflectionClassConstant::__toString ReflectionEnum::__construct » PHP Manual リフレクション Re ... ixed public ReflectionClass::getConstants ( ? int $filter = null ): array public ReflectionClass::getConstru ... Method public ReflectionClass::getMethods ( ? int $filter = null ): array public ReflectionClass::getModifie ... lse public ReflectionClass::getProperties ( ? int $filter = null ): array public ReflectionClass::getPropert ... c ReflectionClass::getReflectionConstants ( ? int $filter = null ): array public ReflectionClass::getShortNa ...
https://man.plustar.jp/php/class.reflectionenum.html - [similar]
変換フィルタ 5393
« 文字列フィルタ 圧縮フィルタ » PHP Manual 利用できるフィルタのリスト 変換フィルタ 変換フィルタ ... <?php $fp = fopen ( 'php://output' , 'w' ); stream_filter_append ( $fp , 'convert.base64-encode' ); fwrite ( ... n" ); $fp = fopen ( 'php://output' , 'w' ); stream_filter_append ( $fp , 'convert.base64-encode' , STREAM_FI ... == */ $fp = fopen ( 'php://output' , 'w' ); stream_filter_append ( $fp , 'convert.base64-decode' ); fwrite ( ... <?php $fp = fopen ( 'php://output' , 'w' ); stream_filter_append ( $fp , 'convert.quoted-printable-encode' ) ...
https://man.plustar.jp/php/filters.convert.html - [similar]
利用可能な暗号メソッドを取得 5393
« openssl_get_cert_locations openssl_get_curve_names » PHP Manual OpenSSL 関数 利用可能な暗号メソ ... s ); //ECB mode should be avoided $ciphers = array_filter ( $ciphers , function( $n ) { return stripos ( $n ... k: RC2, RC4, DES, 3DES, MD5 based $ciphers = array_filter ( $ciphers , function( $c ) { return stripos ( $c ... , "des" )=== FALSE ; } ); $ciphers = array_filter ( $ciphers , function( $c ) { return stripos ( $c ... , "rc2" )=== FALSE ; } ); $ciphers = array_filter ( $ciphers , function( $c ) { return stripos ( $c ...
https://man.plustar.jp/php/function.openssl-get-cipher-methods.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT