検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 142 for pattern (0.019 sec.)
画像プロファイルを返す 5923
« Imagick::getImageProfile Imagick::getImageProperties » PHP Manual Imagick 画像プロファイルを返 ... 返す 説明 public Imagick::getImageProfiles ( string $pattern = "*" , bool $include_values = true ): array 関連付 ... ck をコンパイルした場合に使用可能です。 パラメータ pattern プロファイル名のパターン。 include_values プロファ ... 関連キーワード: 画像 , Imagick , getImageProfiles , pattern , パターン , include , values , imagick , string , ...
https://man.plustar.jp/php/imagick.getimageprofiles.html - [similar]
日付/時刻 の値を文字列としてフォーマットする 5923
« IntlDateFormatter::create IntlDateFormatter::formatObject » PHP Manual IntlDateFormatter 日付/ ... 'MM/dd/yyyy' ); echo 'First Formatted output with pattern is ' . datefmt_format ( $fmt , 0 ); $fmt = datefmt ... 'MM/dd/yyyy' ); echo "Second Formatted output with pattern is " . datefmt_format ( $fmt , 0 ); ?> 例2 オブジェ ... 'MM/dd/yyyy' ); echo 'First Formatted output with pattern is ' . $fmt -> format ( 0 ); $fmt = new IntlDateFo ... 'MM/dd/yyyy' ); echo 'Second Formatted output with pattern is ' . $fmt -> format ( 0 ); ?> 上の例の出力は以下 ...
https://man.plustar.jp/php/intldateformatter.format.html - [similar]
マルチバイト文字列に大文字小文字を区別せずに正規表現による置換を行う 5887
« mb_ereg mb_eregi » PHP Manual マルチバイト文字列 関数 マルチバイト文字列に大文字小文字を区別せ ... 表現による置換を行う 説明 mb_eregi_replace ( string $pattern , string $replacement , string $string , ? string ... : string | false | null string において、 正規表現 pattern にマッチする文字列を replacement に置換します。 パ ... ラメータ pattern 正規表現パターン。マルチバイト文字を使用できます。 ... 文字 , 区別 , string , 列 , replace , eregi , 関数 , pattern ...
https://man.plustar.jp/php/function.mb-eregi-replace.html - [similar]
指定したパターンに一致するすべてのキーについての情報を配列で返す 5851
« gnupg_init gnupg_listsignatures » PHP Manual GnuPG 関数 指定したパターンに一致するすべてのキー ... 説明 gnupg_keyinfo ( resource $identifier , string $pattern ): array パラメータ identifier gnupg_init() あるい ... は gnupg のコールで得られた gnupg ID。 pattern キーに対してチェックを行いたいパターン。 戻り値 指 ... 情報 , 配列 , 指定 , keyinfo , init , identifier , pattern ...
https://man.plustar.jp/php/function.gnupg-keyinfo.html - [similar]
マルチバイト文字列にコールバック関数を用いた正規表現による置換を行う 5851
« mb_ereg_match mb_ereg_replace » PHP Manual マルチバイト文字列 関数 マルチバイト文字列にコールバ ... る置換を行う 説明 mb_ereg_replace_callback ( string $pattern , callable $callback , string $string , ? string $ ... ptions = null ): string | false | null string から pattern にマッチする文字列を検索し、 一致した文字列を call ... callback を指定するところが異なります。 パラメータ pattern 正規表現パターン。 pattern ではマルチバイト文字列を ... te match // $matches[1] the match for the first subpattern // enclosed in '(...)' and so on return $matches [ ...
https://man.plustar.jp/php/function.mb-ereg-replace-callback.html - [similar]
範囲をシェーディングで塗りつぶす 5851
« ps_shading ps_show_boxed » PHP Manual PS 関数 範囲をシェーディングで塗りつぶす ps_shfill (PECL ... 作られている必要があります。 この関数は、 ps_shading_pattern() でシェーディングからパターンを作成し、 それを塗り ... 降の出力で用いるシェーディングを作成する ps_shading_pattern() - シェーディング用のパターンを作成する 関連キーワ ... ng , 作成 , shfill , shadingid , パターン , 事前 , pattern , psdoc , 関数 ...
https://man.plustar.jp/php/function.ps-shfill.html - [similar]
Imagick がサポートするフォーマットを返す 5851
« Imagick::queryFonts Imagick::radialBlurImage » PHP Manual Imagick Imagick がサポートするフォー ... 説明 public static Imagick::queryFormats ( string $pattern = "*" ): array Imagick がサポートするフォーマットを ... 返します。 パラメータ pattern 戻り値 Imagick がサポートするフォーマットを含む配列 ... ット , サポート , queryFormats , imagick , エラー , pattern , パラメータ , ImagickException , 例外 ...
https://man.plustar.jp/php/imagick.queryformats.html - [similar]
ファイル名がパターンにマッチするか調べる 5804
« flock fopen » PHP Manual ファイルシステム 関数 ファイル名がパターンにマッチするか調べる fnmatc ... パターンにマッチするか調べる 説明 fnmatch ( string $pattern , string $filename , int $flags = 0 ): bool fnmatc ... h() は filename で指定された文字列が pattern で指定されたシェルワイルドカードにマッチするかどう ... かチェックします。 パラメータ pattern シェルのワイルドカードパターン。 filename 調べたい ... ド: マッチ , パターン , fnmatch , シェル , フラグ , pattern , filename , フォーマット , flags , ユーザー ...
https://man.plustar.jp/php/function.fnmatch.html - [similar]
正規表現による検索と置換を行う 5804
« PCRE 関数 preg_grep » PHP Manual PCRE 関数 正規表現による検索と置換を行う preg_filter (PHP 5 > ... 検索と置換を行う 説明 preg_filter ( string | array $pattern , string | array $replacement , string | array $su ... '1' , 'a' , '2' , 'b' , '3' , 'A' , 'B' , '4' ); $pattern = array( '/\d/' , '/[a-z]/' , '/[1a]/' ); $replace ... "preg_filter returns\n" ; print_r ( preg_filter ( $pattern , $replace , $subject )); echo "preg_replace retur ... ns\n" ; print_r ( preg_replace ( $pattern , $replace , $subject )); ?> 上の例の出力は以下とな ...
https://man.plustar.jp/php/function.preg-filter.html - [similar]
画像のプロパティを返す 5768
« Imagick::getImageProfiles Imagick::getImageProperty » PHP Manual Imagick 画像のプロパティを返す ... 説明 public Imagick::getImageProperties ( string $pattern = "*" , bool $include_values = true ): array 関連付 ... ck をコンパイルした場合に使用可能です。 パラメータ pattern プロパティ名のパターン。 include_values プロパティ ... ド: 画像 , Imagick , getImageProperties , imagick , pattern , include , values , パターン , メソッド , 情報 ...
https://man.plustar.jp/php/imagick.getimageproperties.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT