検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 1007 for [SIMILAR] 16 1024 4096 WITH 14448 ス定 WITH 1098... (0.651 sec.)
オブジェクト定数 10000
« プロパティ クラスのオートローディング » PHP Manual クラスとオブジェクト オブジェクト定数 オブジェクト定数 値が変更できない 定数 をクラス内に定義することができます。 クラス定数のデフォルトのアクセス範囲は public です。 注意 : クラス定数は、子クラスで再定義することもできます。 PHP 8.1.0 ...
https://man.plustar.jp/php/language.oop5.constants.html - [similar]
ReflectionClassConstant クラス 8135
« ReflectionClass::__toString ReflectionClassConstant::__construct » PHP Manual リフレクション ReflectionClassConstant クラス ReflectionClassConstant クラス (PHP 7 >= 7.1.0, PHP 8) はじめに ReflectionClassConstant クラスは、クラス定数に関する情報を報告します。 クラス概要 class Reflection ...
https://man.plustar.jp/php/class.reflectionclassconstant.html - [similar]
クラス定数がprivateかを調べる 7560
« ReflectionClassConstant::isFinal ReflectionClassConstant::isProtected » PHP Manual ReflectionClassConstant クラス定数がprivateかを調べる ReflectionClassConstant::isPrivate (PHP 7 >= 7.1.0, PHP 8) ReflectionClassConstant::isPrivate — クラス定数がprivateかを調べる 説明 public ReflectionC ...
https://man.plustar.jp/php/reflectionclassconstant.isprivate.html - [similar]
クラス定数が protected かを調べる 7560
« ReflectionClassConstant::isPrivate ReflectionClassConstant::isPublic » PHP Manual ReflectionClassConstant クラス定数が protected かを調べる ReflectionClassConstant::isProtected (PHP 7 >= 7.1.0, PHP 8) ReflectionClassConstant::isProtected — クラス定数が protected かを調べる 説明 public ...
https://man.plustar.jp/php/reflectionclassconstant.isprotected.html - [similar]
クラス定数が public かを調べる 7560
« ReflectionClassConstant::isProtected ReflectionClassConstant::__toString » PHP Manual ReflectionClassConstant クラス定数が public かを調べる ReflectionClassConstant::isPublic (PHP 7 >= 7.1.0, PHP 8) ReflectionClassConstant::isPublic — クラス定数が public かを調べる 説明 public Reflecti ...
https://man.plustar.jp/php/reflectionclassconstant.ispublic.html - [similar]
クラス定数が final かどうかを調べる 7560
« ReflectionClassConstant::getValue ReflectionClassConstant::isPrivate » PHP Manual ReflectionClassConstant クラス定数が final かどうかを調べる ReflectionClassConstant::isFinal (PHP 8 >= 8.1.0) ReflectionClassConstant::isFinal — クラス定数が final かどうかを調べる 説明 public ReflectionC ...
https://man.plustar.jp/php/reflectionclassconstant.isfinal.html - [similar]
構文 6542
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使うことで、定数を宣言することが出来ます。 define() を使えば任意の式を使って定数を定義できますが、 const キーワードを使う場合には、 次の段落で説明する制約があります。 定数が一度定義されると、 変 ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
指定した名前の定数が存在するかどうかを調べる 6537
« define die » PHP Manual その他の関数 指定した名前の定数が存在するかどうかを調べる defined (PHP 4, PHP 5, PHP 7, PHP 8) defined — 指定した名前の定数が存在するかどうかを調べる 説明 defined ( string $constant_name ): bool 指定した定数が存在し、定義されているかどうかを調べます。 注意 : 変数 ...
https://man.plustar.jp/php/function.defined.html - [similar]
定数の値を返す 6436
« connection_status define » PHP Manual その他の関数 定数の値を返す constant (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) constant — 定数の値を返す 説明 constant ( string $name ): mixed name で指定した定数の値を返します。 constant() はある定数の値を取得する必要があるが、 その名前が不明な場合に有 ...
https://man.plustar.jp/php/function.constant.html - [similar]
ReflectionClassConstant を構築する 5749
« ReflectionClassConstant ReflectionClassConstant::export » PHP Manual ReflectionClassConstant ReflectionClassConstant を構築する ReflectionClassConstant::__construct (PHP 7 >= 7.1.0, PHP 8) ReflectionClassConstant::__construct — ReflectionClassConstant を構築する 説明 public ReflectionC ...
https://man.plustar.jp/php/reflectionclassconstant.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT