検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 38 for Reflection (0.007 sec.)
Reflection クラス 12893
« 拡張 Reflection::export » PHP Manual リフレクション Reflection クラス Reflection クラス (PHP 5 ... はじめに リフレクションクラスです。 クラス概要 class Reflection { /* メソッド */ public static export ( Reflector ... getModifierNames ( int $modifiers ): array } 目次 Reflection::export — エクスポートする Reflection::getModifier ... Names — 修飾子の名前を取得する 関連キーワード: Reflection , クラス , getModifierNames , export , public , st ...
https://man.plustar.jp/php/class.reflection.html - [similar]
修飾子の名前を取得する 11667
« Reflection::export ReflectionClass » PHP Manual Reflection 修飾子の名前を取得する Reflection:: ... getModifierNames (PHP 5, PHP 7, PHP 8) Reflection::getModifierNames — 修飾子の名前を取得する 説明 pu ... blic static Reflection::getModifierNames ( int $modifiers ): array 修飾子 ... ールド 戻り値 修飾子の名前の配列を返します。 例 例1 Reflection::getModifierNames() の例 <?php class Testing { fin ... } public function bar () { return; } } $foo = new ReflectionMethod ( 'Testing' , 'foo' ); echo "Modifiers for m ...
https://man.plustar.jp/php/reflection.getmodifiernames.html - [similar]
エクスポートする 11289
« Reflection Reflection::getModifierNames » PHP Manual Reflection エクスポートする Reflection::e ... xport (PHP 5, PHP 7) Reflection::export — エクスポートする 警告 この関数は PHP 7.4 ... に頼らないことを強く推奨します。 説明 public static Reflection::export ( Reflector $reflector , bool $return = fa ... で返します。それ以外の場合は null を返します。 参考 Reflection::getModifierNames() - 修飾子の名前を取得する 関連キ ... ーワード: Reflection , export , 関数 , return , パラメータ , 警告 , 推奨 ...
https://man.plustar.jp/php/reflection.export.html - [similar]
拡張 10676
« 例 Reflection » PHP Manual リフレクション 拡張 拡張 組み込みクラスの特別なバージョンを作成した ... う。 例1 組み込みクラスを拡張する <?php /** * 独自の Reflection_Method クラス */ class My_Reflection_Method extend ... s ReflectionMethod { public $visibility = array(); public funct ... :: __construct ( $o , $m ); $this -> visibility = Reflection :: getModifierNames ( $this -> getModifiers ()); } ... ion x () {} } // 情報を表示します var_dump (new My_Reflection_Method ( 'U' , 'x' )); ?> 上の例の出力は、 たとえば ...
https://man.plustar.jp/php/reflection.extending.html - [similar]
Reflection 9953
« Componere\Method::setStatic Componere\Value » PHP Manual Componere\Method Reflection Componere ... onere 2 >= 2.1.0) Componere\Method::getReflector — Reflection 説明 public Componere\Method::getReflector (): Ref ... lectionMethod Shall create or return a ReflectionMethod 戻り値 A ReflectionMethod for the current me ... thod (cached) 関連キーワード: Reflection , Componere , ReflectionMethod , setStatic , Value ...
https://man.plustar.jp/php/componere-method.getreflector.html - [similar]
Reflection 9906
« Componere\Abstract\Definition::addTrait Componere\Definition » PHP Manual Componere\Abstract\D ... efinition Reflection Componere\Abstract\Definition::getReflector (Compo ... 1.0) Componere\Abstract\Definition::getReflector — Reflection 説明 public Componere\Abstract\Definition::getRefl ... ector (): ReflectionClass Shall create or return a ReflectionClass 戻り ... 値 A ReflectionClass for the current definition (cached) 関連キーワ ...
https://man.plustar.jp/php/componere-abstract-definition.getreflector.html - [similar]
定義されている定数を取得する 8789
« ReflectionClass::getAttributes ReflectionClass::getConstants » PHP Manual ReflectionClass 定義 ... されている定数を取得する ReflectionClass::getConstant (PHP 5, PHP 7, PHP 8) Reflection ... onstant — 定義されている定数を取得する 説明 public ReflectionClass::getConstant ( string $name ): mixed 定義され ... が見つからなかった場合は、 false を返します。 例 例1 ReflectionClass::getConstant() の使い方 <?php class Example { ... nst C1 = false ; const C2 = 'I am a constant' ; } $reflection = new ReflectionClass ( 'Example' ); var_dump ( $r ...
https://man.plustar.jp/php/reflectionclass.getconstant.html - [similar]
メソッドの修飾子を取得する 8569
« ReflectionMethod::getDeclaringClass ReflectionMethod::getPrototype » PHP Manual ReflectionMeth ... od メソッドの修飾子を取得する ReflectionMethod::getModifiers (PHP 5, PHP 7, PHP 8) Reflecti ... Modifiers — メソッドの修飾子を取得する 説明 public ReflectionMethod::getModifiers (): int このメソッドのアクセス ... については 定義済みの定数 に説明があります。 例 例1 ReflectionMethod::getModifiers() の例 <?php class Testing { f ... } public function bar () { return; } } $foo = new ReflectionMethod ( 'Testing' , 'foo' ); echo "Modifiers for m ...
https://man.plustar.jp/php/reflectionmethod.getmodifiers.html - [similar]
ReflectionExtension を作成する 8412
« ReflectionExtension::__clone ReflectionExtension::export » PHP Manual ReflectionExtension Reflection ... ectionExtension を作成する ReflectionExtension::__construct (PHP 5, PHP 7, PHP 8) Reflec ... tionExtension::__construct — ReflectionExtension を作成する 説明 public ReflectionExtensio ... n::__construct ( string $name ) ReflectionExtension オブジェクトを作成します。 パラメータ nam ... e 拡張モジュールの名前。 例 例1 ReflectionExtension の例 <?php $ext = new ReflectionExtension ...
https://man.plustar.jp/php/reflectionextension.construct.html - [similar]
要件 8192
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 Reflection is requ ... 関連キーワード: 要件 , インストール , 設定 , 手順 , Reflection , required , ...
https://man.plustar.jp/php/componere.requirements.html - [similar]
PREV 1 2 3 4 NEXT