検索

phrase: max: clip:
target: order:
Results of 631 - 640 of about 2375 for New (0.046 sec.)
現在実行中のジェネレータのファイル名を取得する 2243
« ReflectionGenerator::__construct ReflectionGenerator::getExecutingGenerator » PHP Manual Refle ... e { public function gen () { yield 1 ; } } $gen = (new GenExample )-> gen (); $reflectionGen = new Reflec ...
https://man.plustar.jp/php/reflectiongenerator.getexecutingfile.html - [similar]
実行中の Generator オブジェクトを取得する 2243
« ReflectionGenerator::getExecutingFile ReflectionGenerator::getExecutingLine » PHP Manual Refle ... e { public function gen () { yield 1 ; } } $gen = (new GenExample )-> gen (); $reflectionGen = new Reflec ...
https://man.plustar.jp/php/reflectiongenerator.getexecutinggenerator.html - [similar]
ジェネレータの $this の値を取得する 2243
« ReflectionGenerator::getFunction ReflectionGenerator::getTrace » PHP Manual ReflectionGenerato ... e { public function gen () { yield 1 ; } } $gen = (new GenExample )-> gen (); $reflectionGen = new Reflec ...
https://man.plustar.jp/php/reflectiongenerator.getthis.html - [similar]
メソッドが宣言されているクラスを取得する 2243
« ReflectionMethod::getClosure ReflectionMethod::getModifiers » PHP Manual ReflectionMethod メソ ... return 'Hello ' . $name ; } } $reflectionMethod = new ReflectionMethod (new HelloWorld (), 'sayHelloTo' ...
https://man.plustar.jp/php/reflectionmethod.getdeclaringclass.html - [similar]
受け入れ状況を取得する 2243
« RegexIterator RegexIterator::__construct » PHP Manual RegexIterator 受け入れ状況を取得する Reg ... するアイテムのみを許可するものです。 <?php $names = new ArrayIterator (array( 'Ann' , 'Bob' , 'Charlie' , ... 'David' )); $filter = new RegexIterator ( $names , '/^[B-D]/' ); foreach ( $ ...
https://man.plustar.jp/php/regexiterator.accept.html - [similar]
フラグを取得する 2243
« RegexIterator::__construct RegexIterator::getMode » PHP Manual RegexIterator フラグを取得する ... r test' , 'str3' => 'test 123' ); $arrayIterator = new ArrayIterator ( $test ); $regexIterator = new Rege ...
https://man.plustar.jp/php/regexiterator.getflags.html - [similar]
正規表現フラグを返す 2243
« RegexIterator::getMode RegexIterator::getRegex » PHP Manual RegexIterator 正規表現フラグを返す ... r test' , 'str3' => 'test 123' ); $arrayIterator = new ArrayIterator ( $test ); $regexIterator = new Rege ...
https://man.plustar.jp/php/regexiterator.getpregflags.html - [similar]
SoapHeader コンストラクタ 2243
« SoapHeader SoapParam » PHP Manual SoapHeader SoapHeader コンストラクタ SoapHeader::__construct ... 例1 SoapHeader::__construct() の例 <?php $client = new SoapClient ( null , array( 'location' => "http://l ... $client -> __soapCall ( "echoVoid" , null , null , new SoapHeader ( 'http://soapinterop.org/echoheader/' ...
https://man.plustar.jp/php/soapheader.construct.html - [similar]
ファイル名を除いたパスを取得する 2243
« SplFileInfo::getOwner SplFileInfo::getPathInfo » PHP Manual SplFileInfo ファイル名を除いたパス ... 。 例 例1 SplFileInfo::getPath() の例 <?php $info = new SplFileInfo ( '/usr/bin/php' ); var_dump ( $info - ... > getPath ()); $info = new SplFileInfo ( '/usr/' ); var_dump ( $info -> getPa ...
https://man.plustar.jp/php/splfileinfo.getpath.html - [similar]
オブジェクトをストレージから取り除く 2243
« SplObjectStorage::current SplObjectStorage::getHash » PHP Manual SplObjectStorage オブジェクト ... 例 例1 SplObjectStorage::detach() の例 <?php $o = new StdClass ; $s = new SplObjectStorage (); $s -> att ...
https://man.plustar.jp/php/splobjectstorage.detach.html - [similar]