検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 497 for [SIMILAR] 16 1024 4096 WITH 22061 typeerror WITH... (0.616 sec.)
オーバーロード 0
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロード PHP におけるオーバーロード機能は、 プロパティやメソッドを動的に 作成する ための手法です。 これらの動的エンティティは、マジックメソッドを用いて処理されます。 マジックメソッドは、クラス内でさ ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]
ReflectionClassConstant クラス 0
« 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]
オブジェクトとの違い 0
« 定数式における列挙型の値 値のリスト » PHP Manual 列挙型(Enum) オブジェクトとの違い オブジェクトとの違い 列挙型はクラスやオブジェクトの上に構築されていますが、 オブジェクトに関連する機能を全てサポートしているわけではありません。 特に、列挙型では状態を持つことが禁止されています。 コンスト ...
https://man.plustar.jp/php/language.enumerations.object-differences.html - [similar]
ReflectionProperty オブジェクトを作成する 0
« ReflectionProperty::__clone ReflectionProperty::export » PHP Manual ReflectionProperty ReflectionProperty オブジェクトを作成する ReflectionProperty::__construct (PHP 5, PHP 7, PHP 8) ReflectionProperty::__construct — ReflectionProperty オブジェクトを作成する 説明 public ReflectionPrope ...
https://man.plustar.jp/php/reflectionproperty.construct.html - [similar]
ReflectionProperty クラス 0
« ReflectionParameter::__toString ReflectionProperty::__clone » PHP Manual リフレクション ReflectionProperty クラス ReflectionProperty クラス (PHP 5, PHP 7, PHP 8) はじめに ReflectionProperty クラスは クラスのプロパティについての情報を報告します。 クラス概要 class ReflectionProperty impl ...
https://man.plustar.jp/php/class.reflectionproperty.html - [similar]
ReflectionMethod クラス 0
« ReflectionFunctionAbstract::__toString ReflectionMethod::__construct » PHP Manual リフレクション ReflectionMethod クラス ReflectionMethod クラス (PHP 5, PHP 7, PHP 8) はじめに ReflectionMethod クラスは メソッドについての情報を報告します。 クラス概要 class ReflectionMethod extends Refle ...
https://man.plustar.jp/php/class.reflectionmethod.html - [similar]
オブジェクトの継承 0
« アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジェクトの継承 プログラミング言語の原則としてよくみられるものに継承があります。 PHP はオブジェクトモデルにおいてこの継承を利用しています。 多くのクラスとオブジェクトとの連携に継承は関係しています ...
https://man.plustar.jp/php/language.oop5.inheritance.html - [similar]
Yaf_Response_Abstract クラス 0
« Yaf_Request_Simple::isXmlHttpRequest Yaf_Response_Abstract::appendBody » PHP Manual Yaf Yaf_Response_Abstract クラス Yaf_Response_Abstract クラス (Yaf >=1.0.0) はじめに クラス概要 class Yaf_Response_Abstract { /* 定数 */ const string DEFAULT_BODY = "content" ; /* プロパティ */ protecte ...
https://man.plustar.jp/php/class.yaf-response-abstract.html - [similar]
例外を拡張する 0
« 例外(exceptions) ファイバー » PHP Manual 例外(exceptions) 例外を拡張する 例外を拡張する 組み込みの Exception クラスを拡張することで、例外クラスをユーザーが 定義することが可能です。以下のメンバーおよびプロパティは、 組み込みの Exception クラスから派生した子クラスの中でアクセス可能です。 ...
https://man.plustar.jp/php/language.exceptions.extending.html - [similar]
列挙型とメソッド 0
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソッド 列挙型とメソッド 列挙型では、(Pure Enum と Backed Enum ともに) メソッドを含めることもできますし、 インターフェイスを実装することもできます。 列挙型がインターフェイスを実装する場合、 その ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]