検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 1069 for [SIMILAR] 16 1024 4096 WITH 2482 メソ WITH 2165 ... (0.628 sec.)
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
列挙型と static メソッド 0
« 列挙型とメソッド 列挙型と定数 » PHP Manual 列挙型(Enum) 列挙型と static メソッド 列挙型と static メソッド 列挙型は、static メソッドを持つこともできます。 列挙型で static メソッドを使う主な理由は、 コンストラクタの代わりをさせるためです。たとえば、以下のようなものです: <?php enum Size { ...
https://man.plustar.jp/php/language.enumerations.static-methods.html - [similar]
オブジェクトの継承 0
« アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジェクトの継承 プログラミング言語の原則としてよくみられるものに継承があります。 PHP はオブジェクトモデルにおいてこの継承を利用しています。 多くのクラスとオブジェクトとの連携に継承は関係しています ...
https://man.plustar.jp/php/language.oop5.inheritance.html - [similar]
クラスメソッドの ReflectionMethod を取得する 0
« ReflectionClass::getInterfaces ReflectionClass::getMethods » PHP Manual ReflectionClass クラスメソッドの ReflectionMethod を取得する ReflectionClass::getMethod (PHP 5, PHP 7, PHP 8) ReflectionClass::getMethod — クラスメソッドの ReflectionMethod を取得する 説明 public ReflectionClass::g ...
https://man.plustar.jp/php/reflectionclass.getmethod.html - [similar]
private メソッドであるかどうかを調べる 0
« ReflectionMethod::isFinal ReflectionMethod::isProtected » PHP Manual ReflectionMethod private メソッドであるかどうかを調べる ReflectionMethod::isPrivate (PHP 5, PHP 7, PHP 8) ReflectionMethod::isPrivate — private メソッドであるかどうかを調べる 説明 public ReflectionMethod::isPrivate () ...
https://man.plustar.jp/php/reflectionmethod.isprivate.html - [similar]
protected メソッドであるかどうかを調べる 0
« ReflectionMethod::isPrivate ReflectionMethod::isPublic » PHP Manual ReflectionMethod protected メソッドであるかどうかを調べる ReflectionMethod::isProtected (PHP 5, PHP 7, PHP 8) ReflectionMethod::isProtected — protected メソッドであるかどうかを調べる 説明 public ReflectionMethod::isPro ...
https://man.plustar.jp/php/reflectionmethod.isprotected.html - [similar]
抽象メソッドであるかどうかを調べる 0
« ReflectionMethod::invokeArgs ReflectionMethod::isConstructor » PHP Manual ReflectionMethod 抽象メソッドであるかどうかを調べる ReflectionMethod::isAbstract (PHP 5, PHP 7, PHP 8) ReflectionMethod::isAbstract — 抽象メソッドであるかどうかを調べる 説明 public ReflectionMethod::isAbstract () ...
https://man.plustar.jp/php/reflectionmethod.isabstract.html - [similar]
列挙型とメソッド 0
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソッド 列挙型とメソッド 列挙型では、(Pure Enum と Backed Enum ともに) メソッドを含めることもできますし、 インターフェイスを実装することもできます。 列挙型がインターフェイスを実装する場合、 その ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]
メソッドの配列を取得する 0
« ReflectionClass::getMethod ReflectionClass::getModifiers » PHP Manual ReflectionClass メソッドの配列を取得する ReflectionClass::getMethods (PHP 5, PHP 7, PHP 8) ReflectionClass::getMethods — メソッドの配列を取得する 説明 public ReflectionClass::getMethods ( ? int $filter = null ): arra ...
https://man.plustar.jp/php/reflectionclass.getmethods.html - [similar]
変更履歴 0
« 共変性と反変性 名前空間 » PHP Manual クラスとオブジェクト 変更履歴 変更履歴 PHP の OOP モデルの変更履歴をここに記録します。 個々の機能の説明や注意点については、クラスとオブジェクトに関するドキュメントを参照ください。 バージョン 説明 8.1.0 追加: クラスの定数に対して、 final が指定できる ...
https://man.plustar.jp/php/language.oop5.changelog.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT