検索

phrase: max: clip:
target: order:
Results of 641 - 650 of about 2375 for New (0.036 sec.)
Manipulation 2243
« Threaded::isTerminated Threaded::notify » PHP Manual Threaded Manipulation Threaded::merge (PE ... ) < 10 ) $array [] = count ( $array ); $stdClass = new stdClass (); $stdClass -> foo = "foo" ; $stdClass ... > bar = "bar" ; $stdClass -> baz = "baz" ; $safe = new Threaded (); $safe -> merge ( $array ); $safe -> f ...
https://man.plustar.jp/php/threaded.merge.html - [similar]
指定したドキュメントのステータスを取得する 2243
« tidy::getRelease tidy::head » PHP Manual tidy 指定したドキュメントのステータスを取得する tidy: ... () の例 <?php $html = '<p>paragraph</i>' ; $tidy = new tidy (); $tidy -> parseString ( $html ); $tidy2 = ...
https://man.plustar.jp/php/tidy.getstatus.html - [similar]
Collect references to completed tasks 2243
« Worker Worker::getStacked » PHP Manual Worker Collect references to completed tasks Worker::co ... basic example of Worker::collect() <?php $worker = new Worker (); echo "There are currently { $worker -> ... r ( $i = 0 ; $i < 15 ; ++ $i ) { $worker -> stack (new class extends Threaded {}); } echo "There are { $w ...
https://man.plustar.jp/php/worker.collect.html - [similar]
Retrieve a item 2243
« Yaconf Yaconf::has » PHP Manual Yaconf Retrieve a item Yaconf::get (PECL yaconf >= 1.0.0) Yaco ... tionA] ;override configuration key in SectionA key=new_val 上の例の出力は、 たとえば以下のようになります。 ... mp(Yaconf::get("foo.SectionB.key"));' //string(7) "new_val" php7 -r 'var_dump(Yaconf::get("foo")["Section ...
https://man.plustar.jp/php/yaconf.get.html - [similar]
URL を組み立てる 2243
« Yaf_Route_Regex Yaf_Route_Regex::__construct » PHP Manual Yaf_Route_Regex URL を組み立てる Yaf ... 1 Yaf_Route_Regex::assemble() の例 <?php $router = new Yaf_Router (); $route = new Yaf_Route_Regex ( "#^/ ...
https://man.plustar.jp/php/yaf-route-regex.assemble.html - [similar]
URLを組み立てる 2243
« Yaf_Route_Simple Yaf_Route_Simple::__construct » PHP Manual Yaf_Route_Simple URLを組み立てる Y ... Yaf_Route_Simple::assemble() の例 <?php $router = new Yaf_Router (); $route = new Yaf_Route_Simple ( 'm' ...
https://man.plustar.jp/php/yaf-route-simple.assemble.html - [similar]
2243
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipAr ... 2 アーカイブの詳細の出力および一覧表示 <?php $za = new ZipArchive (); $za -> open ( 'test_with_comment.zi ... による OpenOffice メタ情報の読み込み <?php $reader = new XMLReader (); $reader -> open ( 'zip://' . dirname ...
https://man.plustar.jp/php/zip.examples.html - [similar]
キャッシュの内容を取得する 2221
« CachingIterator::current CachingIterator::getFlags » PHP Manual CachingIterator キャッシュの内 ... CachingIterator::getCache() の例 <?php $iterator = new ArrayIterator (array( 1 , 2 , 3 )); $cache = new C ...
https://man.plustar.jp/php/cachingiterator.getcache.html - [similar]
The parallel\Future class 2221
« parallel\Runtime::kill parallel\Future::cancel » PHP Manual parallel The parallel\Future class ... le showing Future as return value <?php $runtime = new \ parallel \ Runtime ; $future = $runtime -> run ( ... g Future as synchronization point <?php $runtime = new \ parallel \ Runtime ; $future = $runtime -> run ( ...
https://man.plustar.jp/php/class.parallel-future.html - [similar]
指定された DateTimeInterface オブジェクトをカプセル化した、新しい DateTime オブ... 2221
« DateTime::createFromImmutable DateTime::getLastErrors » PHP Manual DateTime 指定された DateTim ... 変更可能な DateTime オブジェクトを作る <?php $date = new DateTimeImmutable ( "2014-06-20 11:45 Europe/Londo ... DateTime :: createFromInterface ( $date ); $date = new DateTime ( "2014-06-20 11:45 Europe/London" ); $al ...
https://man.plustar.jp/php/datetime.createfrominterface.html - [similar]