検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 483 for [SIMILAR] 16 1024 4096 WITH 62907 myclass WITH 3... (0.376 sec.)
The MongoDB\Driver\Exception\RuntimeException class 0
« MongoDB\Driver\Exception\LogicException MongoDB\Driver\Exception\RuntimeException::hasErrorLabel » PHP Manual MongoDB\Driver\Exception The MongoDB\Driver\Exception\RuntimeException class The MongoDB\Driver\Exception\RuntimeException class (mongodb >= 1.0.0) はじめに Thrown when the dri ...
https://man.plustar.jp/php/class.mongodb-driver-exception-runtimeexception.html - [similar]
Exception 0
« 定義済みの例外 Exception::__construct » PHP Manual 定義済みの例外 Exception Exception (PHP 5, PHP 7, PHP 8) はじめに Exception は、 すべてのユーザー例外の基底クラスです。 クラス概要 class Exception implements Throwable { /* プロパティ */ protected string $ message = "" ; private string ...
https://man.plustar.jp/php/class.exception.html - [similar]
ErrorException 0
« Exception::__clone ErrorException::__construct » PHP Manual 定義済みの例外 ErrorException ErrorException (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに エラー例外です。 クラス概要 class ErrorException extends Exception { /* プロパティ */ protected int $ severity = E_ERROR ; /* 継承したプロパテ ...
https://man.plustar.jp/php/class.errorexception.html - [similar]
マングリングされたオブジェクトのプロパティを配列で返す 0
« get_declared_traits get_object_vars » PHP Manual クラス/オブジェクト関数 マングリングされたオブジェクトのプロパティを配列で返す get_mangled_object_vars (PHP 7 >= 7.4.0, PHP 8) get_mangled_object_vars — マングリングされたオブジェクトのプロパティを配列で返す 説明 get_mangled_object_vars ...
https://man.plustar.jp/php/function.get-mangled-object-vars.html - [similar]
クラス定数がprivateかを調べる 0
« 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 メソッドであるかどうかを調べる 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]
private プロパティであるかどうかを調べる 0
« ReflectionProperty::isInitialized ReflectionProperty::isPromoted » PHP Manual ReflectionProperty private プロパティであるかどうかを調べる ReflectionProperty::isPrivate (PHP 5, PHP 7, PHP 8) ReflectionProperty::isPrivate — private プロパティであるかどうかを調べる 説明 public ReflectionP ...
https://man.plustar.jp/php/reflectionproperty.isprivate.html - [similar]
クラス定数が 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]