検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 497 for [SIMILAR] 16 1024 4096 WITH 22061 typeerror WITH... (0.364 sec.)
クラス定数が protected かを調べる 0
« 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]
無名クラス 0
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、その場限りの使い捨てのオブジェクトが必要になった場合に便利です。 <?php // 明示的にクラスを宣言して使う class Logger { public function log ( $msg ) { echo $msg ; } } $util -> setLogger (new Log ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]
ReflectionClass を作成する 0
« ReflectionClass ReflectionClass::export » PHP Manual ReflectionClass ReflectionClass を作成する ReflectionClass::__construct (PHP 5, PHP 7, PHP 8) ReflectionClass::__construct — ReflectionClass を作成する 説明 public ReflectionClass::__construct ( object | string $objectOrClass ) 新しい ...
https://man.plustar.jp/php/reflectionclass.construct.html - [similar]
ReflectionClass オブジェクトの文字列表現を返す 0
« ReflectionClass::setStaticPropertyValue ReflectionClassConstant » PHP Manual ReflectionClass ReflectionClass オブジェクトの文字列表現を返す ReflectionClass::__toString (PHP 5, PHP 7, PHP 8) ReflectionClass::__toString — ReflectionClass オブジェクトの文字列表現を返す 説明 public Reflect ...
https://man.plustar.jp/php/reflectionclass.tostring.html - [similar]
メソッドのアクセス範囲を設定する 0
« ReflectionMethod::isStatic ReflectionMethod::__toString » PHP Manual ReflectionMethod メソッドのアクセス範囲を設定する ReflectionMethod::setAccessible (PHP 5 >= 5.3.2, PHP 7, PHP 8) ReflectionMethod::setAccessible — メソッドのアクセス範囲を設定する 説明 public ReflectionMethod::setAcce ...
https://man.plustar.jp/php/reflectionmethod.setaccessible.html - [similar]
プロパティのアクセス範囲を設定する 0
« ReflectionProperty::isStatic ReflectionProperty::setValue » PHP Manual ReflectionProperty プロパティのアクセス範囲を設定する ReflectionProperty::setAccessible (PHP 5 >= 5.3.0, PHP 7, PHP 8) ReflectionProperty::setAccessible — プロパティのアクセス範囲を設定する 説明 public ReflectionPro ...
https://man.plustar.jp/php/reflectionproperty.setaccessible.html - [similar]
protected プロパティであるかどうかを調べる 0
« ReflectionProperty::isPromoted ReflectionProperty::isPublic » PHP Manual ReflectionProperty protected プロパティであるかどうかを調べる ReflectionProperty::isProtected (PHP 5, PHP 7, PHP 8) ReflectionProperty::isProtected — protected プロパティであるかどうかを調べる 説明 public Reflecti ...
https://man.plustar.jp/php/reflectionproperty.isprotected.html - [similar]
列挙型と定数 0
« 列挙型と static メソッド トレイト » PHP Manual 列挙型(Enum) 列挙型と定数 列挙型と定数 列挙型には定数も含めることができます。 定数には public, private, protected が指定できますが、 列挙型では実際 private と protected は同じものです。 なぜなら、継承が許されていないからです。 列挙型の定数 ...
https://man.plustar.jp/php/language.enumerations.constants.html - [similar]
Serialization to BSON 0
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON Serialization to BSON Arrays If an array is a packed array — i.e. empty array or the keys start at 0 and are sequential without gaps: BSON array . If the array is not packed — i.e. having assoc ...
https://man.plustar.jp/php/mongodb.persistence.serialization.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]