検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 96 for isSet (0.006 sec.)
変数が null かどうか調べる 6014
« is_long is_numeric » PHP Manual 変数操作 関数 変数が null かどうか調べる is_null (PHP 4 >= 4.0 ... existent in ... bool(true) bool(true) 参考 null 型 isset() - 変数が宣言されていること、そして null とは異な ...
https://man.plustar.jp/php/function.is-null.html - [similar]
キーワードのリスト 6014
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト こ ... nclude include_once instanceof insteadof interface isset() list() match (PHP 8.0 以降) namespace new or pri ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
全ての定義済の変数を配列で返す 5962
« get_debug_type get_resource_id » PHP Manual 変数操作 関数 全ての定義済の変数を配列で返す get_d ... nt_r ( array_keys ( get_defined_vars ())); ?> 参考 isset() - 変数が宣言されていること、そして null とは異な ...
https://man.plustar.jp/php/function.get-defined-vars.html - [similar]
変数の型が文字列かどうかを調べる 5962
« is_scalar isset » PHP Manual 変数操作 関数 変数の型が文字列かどうかを調べる is_string (PHP 4, ...
https://man.plustar.jp/php/function.is-string.html - [similar]
オブジェクトもしくはクラスにプロパティが存在するかどうかを調べる 5962
« method_exists trait_exists » PHP Manual クラス/オブジェクト関数 オブジェクトもしくはクラスにプ ... されたクラスに存在するかどうかを確認します。 注意 : isset() とは対照的に、 プロパティの値が null の場合でも ...
https://man.plustar.jp/php/function.property-exists.html - [similar]
日付と時刻の解釈を「緩いモード」で行うかを取得する 5962
« IntlCalendar::isEquivalentTo IntlCalendar::isSet » PHP Manual IntlCalendar 日付と時刻の解釈を「 ...
https://man.plustar.jp/php/intlcalendar.islenient.html - [similar]
ある日付/時刻が週末にあるかを調べる 5962
« IntlCalendar::isSet IntlCalendar::roll » PHP Manual IntlCalendar ある日付/時刻が週末にあるかを ...
https://man.plustar.jp/php/intlcalendar.isweekend.html - [similar]
オブジェクト 5962
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェ ... p $obj = (object) array( '1' => 'foo' ); var_dump (isset( $obj ->{ '1' })); // PHP 7.2.0 以降は 'bool(true) ...
https://man.plustar.jp/php/language.types.object.html - [similar]
文字列 5962
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです ... $str = 'abc' ; var_dump ( $str [ '1' ]); var_dump (isset( $str [ '1' ])); var_dump ( $str [ '1.0' ]); var_d ... ump (isset( $str [ '1.0' ])); var_dump ( $str [ 'x' ]); var_d ... ump (isset( $str [ 'x' ])); var_dump ( $str [ '1x' ]); var_du ... mp (isset( $str [ '1x' ])); ?> 上の例の出力は以下となります。 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
変数操作 5909
« ReflectionException はじめに » PHP Manual 変数・データ型関連 変数操作 変数操作 はじめに インス ... 調べる is_string — 変数の型が文字列かどうかを調べる isset — 変数が宣言されていること、そして null とは異なる ...
https://man.plustar.jp/php/book.var.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT