検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 653 for static (0.038 sec.)
ICU が使っているタイムゾーンデータのバージョンを取得する 3315
« IntlTimeZone::getRegion IntlTimeZone::getUnknown » PHP Manual IntlTimeZone ICU が使っているタイ ... を取得する 説明 オブジェクト指向型 (method): public static IntlTimeZone::getTZDataVersion (): string | false ...
https://man.plustar.jp/php/intltimezone.gettzdataversion.html - [similar]
はじめに 3315
« FFI インストール/設定 » PHP Manual FFI はじめに はじめに This extension allows the loading of ... is implemented as a single class FFI with several static methods (some of them may be called dynamically), ...
https://man.plustar.jp/php/intro.ffi.html - [similar]
名前空間の使用法: 基本編 3315
« 同一ファイル内での複数の名前空間の定義 名前空間と動的言語機能 » PHP Manual 名前空間 名前空間の ... つの方法があります。 $a = new foo(); あるいは foo::staticmethod(); のような非修飾名 あるいはプレフィックスな ... new subnamespace\foo(); あるいは subnamespace\foo::staticmethod(); のような修飾名 あるいはプレフィックスつき ... ntnamespace\foo(); あるいは \currentnamespace\foo::staticmethod(); のような完全修飾名 あるいはグローバルプレ ... e ; const FOO = 1 ; function foo () {} class foo { static function staticmethod () {} } ?> file2.php <?php n ...
https://man.plustar.jp/php/language.namespaces.basics.html - [similar]
マジックメソッド 3315
« オブジェクトの反復処理 finalキーワード » PHP Manual クラスとオブジェクト マジックメソッド マジ ... す: __construct() , __destruct() , __call() , __callStatic() , __get() , __set() , __isset() , __unset() , __ ... 力は以下となります。 int(5) bool(true) __set_state() static __set_state ( array $properties ): object この sta ... php class A { public $var1 ; public $var2 ; public static function __set_state ( $an_array ) { $obj = new A ...
https://man.plustar.jp/php/language.oop5.magic.html - [similar]
利用可能な PDO ドライバの配列を返す 3315
« PDO::getAttribute PDO::inTransaction » PHP Manual PDO 利用可能な PDO ドライバの配列を返す PDO: ... — 利用可能な PDO ドライバの配列を返す 説明 public static PDO::getAvailableDrivers (): array pdo_drivers (): ...
https://man.plustar.jp/php/pdo.getavailabledrivers.html - [similar]
サポートするシグネチャ型の配列を返す 3315
« Phar::getSupportedCompression Phar::getVersion » PHP Manual Phar サポートするシグネチャ型の配列 ... ポートするシグネチャ型の配列を返す 説明 final public static Phar::getSupportedSignatures (): array サポートする ...
https://man.plustar.jp/php/phar.getsupportedsignatures.html - [similar]
このメソッドに動的に作成されたクロージャを返す 3315
« ReflectionMethod::export ReflectionMethod::getDeclaringClass » PHP Manual ReflectionMethod この ... のリストのみが 記述されています。 パラメータ object staticメソッドの場合は不要、その他のメソッドの場合は必須と ...
https://man.plustar.jp/php/reflectionmethod.getclosure.html - [similar]
エクスポートする 3315
« ReflectionParameter::__construct ReflectionParameter::getAttributes » PHP Manual ReflectionPar ... この関数に頼らないことを強く推奨します。 説明 public static ReflectionParameter::export ( string $function , s ...
https://man.plustar.jp/php/reflectionparameter.export.html - [similar]
private プロパティであるかどうかを調べる 3315
« ReflectionProperty::isInitialized ReflectionProperty::isPromoted » PHP Manual ReflectionProper ... ロパティが readonly かを調べる ReflectionProperty::isStatic() - staticプロパティであるかどうかを調べる 関連キー ...
https://man.plustar.jp/php/reflectionproperty.isprivate.html - [similar]
protected プロパティであるかどうかを調べる 3315
« ReflectionProperty::isPromoted ReflectionProperty::isPublic » PHP Manual ReflectionProperty pr ... ロパティが readonly かを調べる ReflectionProperty::isStatic() - staticプロパティであるかどうかを調べる 関連キー ...
https://man.plustar.jp/php/reflectionproperty.isprotected.html - [similar]