検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 675 for [SIMILAR] 16 1024 4096 WITH 84694 boolval WITH 8... (0.636 sec.)
基本的な事 737
« 変数 定義済みの変数 » PHP Manual 変数 基本的な事 基本的な事 PHP の変数はドル記号の後に変数名が続く形式で表されます。 変数名は大文字小文字を区別します。 変数名は、PHPの他のラベルと同じルールに従います。 有効な変数名は文字またはアンダースコアから始まり、任意の数の文字、 数字、アンダースコ ...
https://man.plustar.jp/php/language.variables.basics.html - [similar]
変数の型を取得する 737
« get_resource_type intval » PHP Manual 変数操作 関数 変数の型を取得する gettype (PHP 4, PHP 5, PHP 7, PHP 8) gettype — 変数の型を取得する 説明 gettype ( mixed $value ): string PHP 変数 value の型を返します。 型のチェックには、この関数ではなく is_* 関数を使います。 パラメータ value 型を調 ...
https://man.plustar.jp/php/function.gettype.html - [similar]
変数の型が文字列かどうかを調べる 737
« is_scalar isset » PHP Manual 変数操作 関数 変数の型が文字列かどうかを調べる is_string (PHP 4, PHP 5, PHP 7, PHP 8) is_string — 変数の型が文字列かどうかを調べる 説明 is_string ( mixed $value ): bool 指定した変数の型が文字列かどうかを調べます。 パラメータ value 評価する変数。 戻り値 valu ...
https://man.plustar.jp/php/function.is-string.html - [similar]
変数が null かどうか調べる 737
« is_long is_numeric » PHP Manual 変数操作 関数 変数が null かどうか調べる is_null (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) is_null — 変数が null かどうか調べる 説明 is_null ( mixed $value ): bool 指定した変数が null かどうかを調べます。 パラメータ value 評価する変数。 戻り値 value が null ...
https://man.plustar.jp/php/function.is-null.html - [similar]
変数の型が float かどうか調べる 737
« is_double is_int » PHP Manual 変数操作 関数 変数の型が float かどうか調べる is_float (PHP 4, PHP 5, PHP 7, PHP 8) is_float — 変数の型が float かどうか調べる 説明 is_float ( mixed $value ): bool 与えられた変数の型が float かどうかを調べます。 注意 : 変数が数値もしくは数値形式の文字列の場 ...
https://man.plustar.jp/php/function.is-float.html - [similar]
変数が整数型かどうかを検査する 737
« is_float is_integer » PHP Manual 変数操作 関数 変数が整数型かどうかを検査する is_int (PHP 4, PHP 5, PHP 7, PHP 8) is_int — 変数が整数型かどうかを検査する 説明 is_int ( mixed $value ): bool 与えられた変数の型が整数型かどうかを検査します。 注意 : 変数が数値か数値形式の文字列かを判断したい ...
https://man.plustar.jp/php/function.is-int.html - [similar]
変数の型をセットする 737
« serialize strval » PHP Manual 変数操作 関数 変数の型をセットする settype (PHP 4, PHP 5, PHP 7, PHP 8) settype — 変数の型をセットする 説明 settype ( mixed &$var , string $type ): bool 変数 var の型を type にセットします。 パラメータ var 変換する変数。 type type の値は以下の命令のいずれか ...
https://man.plustar.jp/php/function.settype.html - [similar]
変数がオブジェクトかどうかを検査する 737
« is_numeric is_real » PHP Manual 変数操作 関数 変数がオブジェクトかどうかを検査する is_object (PHP 4, PHP 5, PHP 7, PHP 8) is_object — 変数がオブジェクトかどうかを検査する 説明 is_object ( mixed $value ): bool 与えられた変数がオブジェクトかどうかを調べます。 パラメータ value 評価する変数 ...
https://man.plustar.jp/php/function.is-object.html - [similar]
引数が、数えられる値かどうかを調べる 737
« is_callable is_double » PHP Manual 変数操作 関数 引数が、数えられる値かどうかを調べる is_countable (PHP 7 >= 7.3.0, PHP 8) is_countable — 引数が、数えられる値かどうかを調べる 説明 is_countable ( mixed $value ): bool 引数の内容が、 array または Countable を実装したオブジェクトかどうかを ...
https://man.plustar.jp/php/function.is-countable.html - [similar]
変数の型名をデバッグしやすい形で取得する 737
« floatval get_defined_vars » PHP Manual 変数操作 関数 変数の型名をデバッグしやすい形で取得する get_debug_type (PHP 8) get_debug_type — 変数の型名をデバッグしやすい形で取得する 説明 get_debug_type ( mixed $value ): string PHP の変数 value の、解決済みの名前を返します。 この関数は、オブジ ...
https://man.plustar.jp/php/function.get-debug-type.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT