検索

phrase: max: clip:
target: order:
Results of 801 - 810 of about 2650 for 上の (0.106 sec.)
URL 関数 2128
« 定義済み定数 base64_decode » PHP Manual URLs URL 関数 URL 関数 目次 base64_decode — MIME base6 ... された全てのヘッダを取得する get_meta_tags — ファイル上のすべてのメタタグ情報を配列に展開する http_build_quer ...
https://man.plustar.jp/php/ref.url.html - [similar]
クラスのコンストラクタを取得する 2128
« ReflectionClass::getConstants ReflectionClass::getDefaultProperties » PHP Manual ReflectionCla ... > getConstructor (); var_dump ( $constructor ); ?> 上の例の出力は以下となります。 object(ReflectionMethod)# ...
https://man.plustar.jp/php/reflectionclass.getconstructor.html - [similar]
インターフェイスの名前を取得する 2128
« ReflectionClass::getFileName ReflectionClass::getInterfaces » PHP Manual ReflectionClass インタ ... az" ); print_r ( $rc1 -> getInterfaceNames ()); ?> 上の例の出力は、 たとえば以下のようになります。 Array ( ...
https://man.plustar.jp/php/reflectionclass.getinterfacenames.html - [similar]
クラスメソッドの ReflectionMethod を取得する 2128
« ReflectionClass::getInterfaces ReflectionClass::getMethods » PHP Manual ReflectionClass クラス ... etMethod ( 'getMethod' ); var_dump ( $method ); ?> 上の例の出力は以下となります。 object(ReflectionMethod)# ...
https://man.plustar.jp/php/reflectionclass.getmethod.html - [similar]
クラスのプロパティを表す ReflectionProperty を取得する 2128
« ReflectionClass::getProperties ReflectionClass::getReflectionConstant » PHP Manual ReflectionC ... getProperty ( 'name' ); var_dump ( $property ); ?> 上の例の出力は以下となります。 object(ReflectionProperty ...
https://man.plustar.jp/php/reflectionclass.getproperty.html - [similar]
抽象クラスであるかどうかを調べる 2128
« ReflectionClass::inNamespace ReflectionClass::isAnonymous » PHP Manual ReflectionClass 抽象クラ ... ); var_dump ( $abstractClass -> isAbstract ()); ?> 上の例の出力は以下となります。 bool(false) bool(true) 参 ...
https://man.plustar.jp/php/reflectionclass.isabstract.html - [similar]
クラスが無名クラスかを調べる 2128
« ReflectionClass::isAbstract ReflectionClass::isCloneable » PHP Manual ReflectionClass クラスが ... ()); var_dump ( $anonClass -> isAnonymous ()); ?> 上の例の出力は以下となります。 bool(false) bool(true) 参 ...
https://man.plustar.jp/php/reflectionclass.isanonymous.html - [similar]
このクラスがクローン可能かどうかを返す 2128
« ReflectionClass::isAnonymous ReflectionClass::isEnum » PHP Manual ReflectionClass このクラスが ... ()); var_dump ( $cloneable -> isCloneable ()); ?> 上の例の出力は以下となります。 bool(false) bool(true) 関 ...
https://man.plustar.jp/php/reflectionclass.iscloneable.html - [similar]
final クラスであるかどうかを調べる 2128
« ReflectionClass::isEnum ReflectionClass::isInstance » PHP Manual ReflectionClass final クラスで ... nal ()); var_dump ( $finalClass -> isFinal ()); ?> 上の例の出力は以下となります。 bool(false) bool(true) 参 ...
https://man.plustar.jp/php/reflectionclass.isfinal.html - [similar]
このクラスがインターフェイスであるかどうかを調べる 2128
« ReflectionClass::isInstantiable ReflectionClass::isInternal » PHP Manual ReflectionClass このク ... rface' ); var_dump ( $class -> isInterface ()); ?> 上の例の出力は以下となります。 bool(true) 参考 Reflectio ...
https://man.plustar.jp/php/reflectionclass.isinterface.html - [similar]