検索

phrase: max: clip:
target: order:
Results of 421 - 430 of about 1210 for [SIMILAR] 16 1024 4096 WITH 44346 floatval WITH ... (1.022 sec.)
foreach 0
« for break » PHP Manual 制御構造 foreach foreach (PHP 4, PHP 5, PHP 7, PHP 8) foreach は、配列を反復処理するための便利な方法です。 foreach が使えるのは配列とオブジェクトだけであり、 別のデータ型や初期化前の変数に対して使うとエラーになります。 この構造には二種類の構文があります。 foreach ...
https://man.plustar.jp/php/control-structures.foreach.html - [similar]
数字かどうかを調べる 0
« ctype_cntrl ctype_graph » PHP Manual Ctype 関数 数字かどうかを調べる ctype_digit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_digit — 数字かどうかを調べる 説明 ctype_digit ( mixed $text ): bool 与えられた文字列 text のすべての文字が 数字であるかどうかを調べます。 パラメータ text 調べる文 ...
https://man.plustar.jp/php/function.ctype-digit.html - [similar]
文字エンコーディング変換用の設定を行なう 0
« iconv_mime_encode iconv_strlen » PHP Manual iconv 関数 文字エンコーディング変換用の設定を行なう iconv_set_encoding (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) iconv_set_encoding — 文字エンコーディング変換用の設定を行なう 説明 iconv_set_encoding ( string $type , string $encoding ): bool type ...
https://man.plustar.jp/php/function.iconv-set-encoding.html - [similar]
構文 0
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使うことで、定数を宣言することが出来ます。 define() を使えば任意の式を使って定数を定義できますが、 const キーワードを使う場合には、 次の段落で説明する制約があります。 定数が一度定義されると、 変 ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
スクリプトに渡された引数の数 0
« $http_response_header $argv » PHP Manual 定義済の変数 スクリプトに渡された引数の数 $argc (PHP 4, PHP 5, PHP 7, PHP 8) $argc — スクリプトに渡された引数の数 説明 コマンドライン から実行したときに、 現在のスクリプトに渡された引数の数が含まれます。 注意 : スクリプトのファイル名は、常にスク ...
https://man.plustar.jp/php/reserved.variables.argc.html - [similar]
文字列を Javascript のコードとして実行する 0
« V8Js::__construct V8Js::getExtensions » PHP Manual V8Js 文字列を Javascript のコードとして実行する V8Js::executeString (PECL v8js >= 0.1.0) V8Js::executeString — 文字列を Javascript のコードとして実行する 説明 public V8Js::executeString ( string $script , string $identifier = "V8Js::ex ...
https://man.plustar.jp/php/v8js.executestring.html - [similar]
サポートされるフィルタの一覧を返す 0
« filter_input filter_var_array » PHP Manual Filter 関数 サポートされるフィルタの一覧を返す filter_list (PHP 5 >= 5.2.0, PHP 7, PHP 8) filter_list — サポートされるフィルタの一覧を返す 説明 filter_list (): array パラメータ この関数にはパラメータはありません。 戻り値 サポートされる全フィル ...
https://man.plustar.jp/php/function.filter-list.html - [similar]
注記の枠線の、破線の状態を設定する 0
« ps_set_border_color ps_set_border_style » PHP Manual PS 関数 注記の枠線の、破線の状態を設定する ps_set_border_dash (PECL ps >= 1.1.0) ps_set_border_dash — 注記の枠線の、破線の状態を設定する 説明 ps_set_border_dash ( resource $psdoc , float $black , float $white ): bool ps_add_weblink() ...
https://man.plustar.jp/php/function.ps-set-border-dash.html - [similar]
文字列の幅を取得する 0
« ps_string_geometry ps_stroke » PHP Manual PS 関数 文字列の幅を取得する ps_stringwidth (PECL ps >= 1.1.0) ps_stringwidth — 文字列の幅を取得する 説明 ps_stringwidth ( resource $psdoc , string $text , int $fontid = 0 , float $size = 0.0 ): float 指定されたフォントとサイズで出力した場合に、 ...
https://man.plustar.jp/php/function.ps-stringwidth.html - [similar]
グレースケール画像に三次元効果を施して返す 0
« Imagick::edgeImage Imagick::encipherImage » PHP Manual Imagick グレースケール画像に三次元効果を施して返す Imagick::embossImage (PECL imagick 2, PECL imagick 3) Imagick::embossImage — グレースケール画像に三次元効果を施して返す 説明 public Imagick::embossImage ( float $radius , float $si ...
https://man.plustar.jp/php/imagick.embossimage.html - [similar]