検索

phrase: max: clip:
target: order:
Results of 821 - 830 of about 2650 for 上の (0.206 sec.)
交差型に含まれている型を返す 2128
« ReflectionIntersectionType ReflectionReference » PHP Manual ReflectionIntersectionType 交差型に ... $reflectionParam -> getType ()-> getTypes ()); ?> 上の例の出力は、 たとえば以下のようになります。 array(2) ...
https://man.plustar.jp/php/reflectionintersectiontype.gettypes.html - [similar]
ReflectionMethod オブジェクトの文字列表現を返す 2128
« ReflectionMethod::setAccessible ReflectionNamedType » PHP Manual ReflectionMethod ReflectionMe ... ld (), 'sayHelloTo' ); echo $reflectionMethod ; ?> 上の例の出力は以下となります。 Method [ <user> public me ...
https://man.plustar.jp/php/reflectionmethod.tostring.html - [similar]
宣言しているクラスを取得する 2128
« ReflectionParameter::getClass ReflectionParameter::getDeclaringFunction » PHP Manual Reflectio ... , 0 ); var_dump ( $param -> getDeclaringClass ()); 上の例の出力は以下となります。 object(ReflectionClass)#2 ...
https://man.plustar.jp/php/reflectionparameter.getdeclaringclass.html - [similar]
引数が型を持つかを調べる 2128
« ReflectionParameter::getType ReflectionParameter::isArray » PHP Manual ReflectionParameter 引数 ... var_dump ( $reflectionParams [ 1 ]-> hasType ()); 上の例の出力は、 たとえば以下のようになります。 bool(tru ...
https://man.plustar.jp/php/reflectionparameter.hastype.html - [similar]
プロパティの型を取得する 2128
« ReflectionProperty::getName ReflectionProperty::getValue » PHP Manual ReflectionProperty プロパ ... 'name' ); echo $rp -> getType ()-> getName (); ?> 上の例の出力は以下となります。 string 参考 ReflectionPro ...
https://man.plustar.jp/php/reflectionproperty.gettype.html - [similar]
プロパティが型を持つかをチェックする 2128
« ReflectionProperty::hasDefaultValue ReflectionProperty::isDefault » PHP Manual ReflectionPrope ... ser' , 'name' ); var_dump ( $rp -> hasType ()); ?> 上の例の出力は以下となります。 bool(true) 参考 Reflectio ...
https://man.plustar.jp/php/reflectionproperty.hastype.html - [similar]
null が許されるかをチェックする 2128
« ReflectionType ReflectionType::__toString » PHP Manual ReflectionType null が許されるかをチェッ ... lectionParams [ 1 ]-> getType ()-> allowsNull ()); 上の例の出力は以下となります。 bool(false) bool(true) 参 ...
https://man.plustar.jp/php/reflectiontype.allowsnull.html - [similar]
union 型に含まれる型を返す。 2128
« ReflectionUnionType ReflectionGenerator » PHP Manual ReflectionUnionType union 型に含まれる型を ... p ( $reflectionParam -> getType ()-> getTypes ()); 上の例の出力は、 たとえば以下のようになります。 array(2) ...
https://man.plustar.jp/php/reflectionuniontype.gettypes.html - [similar]
バンドル内の要素数を取得する 2128
« ResourceBundle ResourceBundle::create » PHP Manual ResourceBundle バンドル内の要素数を取得する ... "/usr/share/data/myapp" ); echo $r -> count (); ?> 上の例の出力は以下となります。 42 参考 resourcebundle_ge ...
https://man.plustar.jp/php/resourcebundle.count.html - [similar]
Determin if buffer enabled 2128
« SeasLog::getBuffer SeasLog::getDatetimeFormat » PHP Manual SeasLog Determin if buffer enabled ... php var_dump ( SeasLog :: getBufferEnabled ()); ?> 上の例の出力は、 たとえば以下のようになります。 bool(fal ...
https://man.plustar.jp/php/seaslog.getbufferenabled.html - [similar]