検索

phrase: max: clip:
target: order:
Results of 811 - 820 of about 2650 for 上の (0.079 sec.)
列挙型が case を持つかを調べる 2128
« ReflectionEnum::getCases ReflectionEnum::isBacked » PHP Manual ReflectionEnum 列挙型が case を ... var_dump ( $rEnum -> hasCase ( 'Horseshoes' )); ?> 上の例の出力は以下となります。 bool(true) bool(false) 参 ...
https://man.plustar.jp/php/reflectionenum.hascase.html - [similar]
Backed Enum の case が持つスカラー値を取得する 2128
« ReflectionEnumBackedCase::__construct ReflectionZendExtension » PHP Manual ReflectionEnumBacke ... s' ); var_dump ( $rCase -> getBackingValue ()); ?> 上の例の出力は以下となります。 string(1) "S" 参考 列挙型 ...
https://man.plustar.jp/php/reflectionenumbackedcase.getbackingvalue.html - [similar]
クラスを取得する 2128
« ReflectionExtension::export ReflectionExtension::getClassNames » PHP Manual ReflectionExtensio ... MLWriter' ); var_dump ( $ext -> getClasses ()); ?> 上の例の出力は、 たとえば以下のようになります。 array(1) ...
https://man.plustar.jp/php/reflectionextension.getclasses.html - [similar]
クラス名を取得する 2128
« ReflectionExtension::getClasses ReflectionExtension::getConstants » PHP Manual ReflectionExten ... riter' ); var_dump ( $ext -> getClassNames ()); ?> 上の例の出力は、 たとえば以下のようになります。 array(1) ...
https://man.plustar.jp/php/reflectionextension.getclassnames.html - [similar]
依存性を取得する 2128
« ReflectionExtension::getConstants ReflectionExtension::getFunctions » PHP Manual ReflectionExt ... 'dom' ); print_r ( $dom -> getDependencies ()); ?> 上の例の出力は、 たとえば以下のようになります。 Array ( ...
https://man.plustar.jp/php/reflectionextension.getdependencies.html - [similar]
拡張モジュールのバージョンを取得する 2128
« ReflectionExtension::getName ReflectionExtension::info » PHP Manual ReflectionExtension 拡張モ ... 'mysqli' ); var_dump ( $ext -> getVersion ()); ?> 上の例の出力は、 たとえば以下のようになります。 string(3 ...
https://man.plustar.jp/php/reflectionextension.getversion.html - [similar]
文字列に変換する 2128
« ReflectionFunction::isDisabled ReflectionFunctionAbstract » PHP Manual ReflectionFunction 文字 ... e ); } echo new ReflectionFunction ( 'title' ); ?> 上の例の出力は、 たとえば以下のようになります。 Function ...
https://man.plustar.jp/php/reflectionfunction.tostring.html - [similar]
非推奨であるかどうかを調べる 2128
« ReflectionFunctionAbstract::isClosure ReflectionFunctionAbstract::isGenerator » PHP Manual Ref ... ( 'ereg' ); var_dump ( $rf -> isDeprecated ()); ?> 上の例の出力は以下となります。 bool(true) 参考 Reflectio ...
https://man.plustar.jp/php/reflectionfunctionabstract.isdeprecated.html - [similar]
ReflectionGenerator オブジェクトを構築する 2128
« ReflectionGenerator ReflectionGenerator::getExecutingFile » PHP Manual ReflectionGenerator Ref ... : { $reflectionGen -> getExecutingFile ()} output; 上の例の出力は、 たとえば以下のようになります。 gen Line ...
https://man.plustar.jp/php/reflectiongenerator.construct.html - [similar]
現在実行中のジェネレータの行を取得する 2128
« ReflectionGenerator::getExecutingGenerator ReflectionGenerator::getFunction » PHP Manual Refle ... Line: { $reflectionGen -> getExecutingLine ()} " ; 上の例の出力は、 たとえば以下のようになります。 Line: 7 ...
https://man.plustar.jp/php/reflectiongenerator.getexecutingline.html - [similar]