検索

phrase: max: clip:
target: order:
Results of 491 - 500 of about 2375 for New (0.071 sec.)
新しい関数 2336
« 変更された関数 PHP 5.6.x における OpenSSL 関連の変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への ... ocations() openssl_x509_fingerprint() openssl_spki_new() openssl_spki_verify() openssl_spki_export_challe ... spki , PDO , export , 変更 , poll , fingerprint , new , verify , challenge ...
https://man.plustar.jp/php/migration56.new-functions.html - [similar]
Waits for the event to be fired/set 2336
« SyncEvent::reset SyncReaderWriter » PHP Manual SyncEvent Waits for the event to be fired/set S ... () example <?php // In a web application: $event = new SyncEvent ( "GetAppReport" ); $event -> fire (); / ... / In a cron job: $event = new SyncEvent ( "GetAppReport" ); $event -> wait (); ? ...
https://man.plustar.jp/php/syncevent.wait.html - [similar]
アメリカ 2336
« アフリカ 南極 » PHP Manual サポートされるタイムゾーンのリスト アメリカ アメリカ アメリカ Ameri ... ntevideo America/Montserrat America/Nassau America/New_York America/Nipigon America/Nome America/Noronha ... h America/North_Dakota/Center America/North_Dakota/New_Salem America/Nuuk America/Ojinaga America/Panama ... , St , Bay , La , Bahia , Kentucky , San , City , New ...
https://man.plustar.jp/php/timezones.america.html - [similar]
Gets the remaining stack size 2336
« Worker::collect Worker::isShutdown » PHP Manual Worker Gets the remaining stack size Worker::g ... asic example of Worker::getStacked <?php $worker = new Worker (); for ( $i = 0 ; $i < 5 ; ++ $i ) { $work ... er -> stack (new class extends Threaded {}); } echo "There are { $w ...
https://man.plustar.jp/php/worker.getstacked.html - [similar]
使われているルート名を取得する 2336
« Yaf_Router::__construct Yaf_Router::getRoute » PHP Manual Yaf_Router 使われているルート名を取得 ... er = $dispatcher -> getRouter (); $rewrite_route = new Yaf_Route_Rewrite ( "/product/list/:page" , array( ... roduct" , "action" => "list" , ) ); $regex_route = new Yaf_Route_Rewrite ( "#^/product/info/(\d+)" , arra ... her $dispatcher ) { $dispatcher -> registerPlugin (new DummyPlugin ()); } } ?> 例2 プラグイン Dummy.php ( ...
https://man.plustar.jp/php/yaf-router.getcurrentroute.html - [similar]
Poll the items 2336
« ZMQPoll::getLastErrors ZMQPoll::remove » PHP Manual ZMQPoll Poll the items ZMQPoll::poll (PECL ... request-reply pattern (reply socket) */ $context = new ZMQContext (); $server = $context -> getSocket ( Z ... rver -> bind ( "tcp://127.0.0.1:5555" ); /* Create new pollset for incoming/outgoing message */ $poll = n ...
https://man.plustar.jp/php/zmqpoll.poll.html - [similar]
The ZMQDevice class 2310
« ZMQPoll::remove ZMQDevice::__construct » PHP Manual 0MQ messaging The ZMQDevice class The ZMQD ... Device } 目次 ZMQDevice::__construct — Construct a new device ZMQDevice::getIdleTimeout — Get the idle ti ... t — Get the timer timeout ZMQDevice::run — Run the new device ZMQDevice::setIdleCallback — Set the idle c ...
https://man.plustar.jp/php/class.zmqdevice.html - [similar]
ISO 日付を設定する 2310
« DateTimeImmutable::setDate DateTimeImmutable::setTime » PHP Manual DateTimeImmutable ISO 日付を ... setISODate() の例 オブジェクト指向型 <?php $date = new DateTimeImmutable (); $date -> setISODate ( 2008 , ... 範囲を超えた値が親の値に加算される例 <?php $date = new DateTimeImmutable (); $newDate = $date -> setISODa ... te ( 2008 , 2 , 7 ); echo $newDate -> format ( 'Y-m-d' ) . "\n" ; $newDate = $dat ... e -> setISODate ( 2008 , 2 , 8 ); echo $newDate -> format ( 'Y-m-d' ) . "\n" ; $newDate = $dat ...
https://man.plustar.jp/php/datetimeimmutable.setisodate.html - [similar]
Returns whether the map is empty 2310
« Ds\Map::intersect Ds\Map::jsonSerialize » PHP Manual Map Returns whether the map is empty Ds\M ... rwise. 例 例1 Ds\Map::isEmpty() example <?php $a = new \ Ds \ Map ([ "a" => 1 , "b" => 2 , "c" => 3 ]); $ ... b = new \ Ds \ Map (); var_dump ( $a -> isEmpty ()); var_d ...
https://man.plustar.jp/php/ds-map.isempty.html - [similar]
Returns whether the queue is empty 2310
« Ds\PriorityQueue::count Ds\PriorityQueue::jsonSerialize » PHP Manual PriorityQueue Returns whe ... 例1 Ds\PriorityQueue::isEmpty() example <?php $a = new \ Ds \ PriorityQueue (); $b = new \ Ds \ PriorityQ ...
https://man.plustar.jp/php/ds-priorityqueue.isempty.html - [similar]