検索

phrase: max: clip:
target: order:
Results of 521 - 530 of about 2375 for New (0.098 sec.)
Fires/sets the event 2310
« SyncEvent::__construct SyncEvent::reset » PHP Manual SyncEvent Fires/sets the event SyncEvent: ... () 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.fire.html - [similar]
Resets a manual event 2310
« SyncEvent::fire SyncEvent::wait » PHP Manual SyncEvent Resets a manual event SyncEvent::reset ... () example <?php // In a web application: $event = new SyncEvent ( "DemoApplication" , true ); $event -> ... wait (); // In a cron job: $event = new SyncEvent ( "DemoApplication" , true ); $event -> ...
https://man.plustar.jp/php/syncevent.reset.html - [similar]
Returns the size of the named shared memory 2310
« SyncSharedMemory::read SyncSharedMemory::write » PHP Manual SyncSharedMemory Returns the size ... 例1 SyncSharedMemory::size() example <?php $mem = new SyncSharedMemory ( "AppReportName" , 1024 ); var_d ... 参考 SyncSharedMemory::__construct() - Constructs a new SyncSharedMemory object SyncSharedMemory::write() ...
https://man.plustar.jp/php/syncsharedmemory.size.html - [similar]
RecursiveCallbackFilterIterator クラス 2287
« RecursiveCachingIterator::hasChildren RecursiveCallbackFilterIterator::__construct » PHP Manua ... たります。 例2 再帰コールバックの基本例 <?php $dir = new RecursiveDirectoryIterator ( __DIR__ ); // 大きなフ ... ァイル ( > 100MB) をフィルタします $files = new RecursiveCallbackFilterIterator ( $dir , function ... 00 ) { return TRUE ; } return FALSE ; }); foreach (new RecursiveIteratorIterator ( $files ) as $file ) { ...
https://man.plustar.jp/php/class.recursivecallbackfilteriterator.html - [similar]
CURLFile オブジェクトを作る 2287
« CURLFile CURLFile::getFilename » PHP Manual CURLFile CURLFile オブジェクトを作る CURLFile::__c ... hp' ); // CURLFile オブジェクトを作ります $cfile = new CURLFile ( 'cats.jpg' , 'image/jpeg' , 'test_name' ... t ( $request , CURLOPT_POSTFIELDS , [ 'blob[0]' => new CURLFile ( realpath ( 'first-file.jpg' ), 'image/j ... peg' ), 'blob[1]' => new CURLFile ( realpath ( 'second-file.txt' ), 'text/p ... lain' ), 'blob[2]' => new CURLFile ( realpath ( 'third-file.exe' ), 'applica ...
https://man.plustar.jp/php/curlfile.construct.html - [similar]
Adds values to the front of the deque 2287
« Ds\Deque::toArray Map » PHP Manual Deque Adds values to the front of the deque Ds\Deque::unshi ... ll the current values forward to make room for the new values. パラメータ values The values to add to the ... 例 例1 Ds\Deque::unshift() example <?php $deque = new \ Ds \ Deque ([ 1 , 2 , 3 ]); $deque -> unshift ( ...
https://man.plustar.jp/php/ds-deque.unshift.html - [similar]
Adds values to the front of the sequence 2287
« Ds\Sequence::sum Vector » PHP Manual Sequence Adds values to the front of the sequence Ds\Sequ ... ll the current values forward to make room for the new values. パラメータ values The values to add to the ... 1 Ds\Sequence::unshift() example <?php $sequence = new \ Ds \ Vector ([ 1 , 2 , 3 ]); $sequence -> unshif ...
https://man.plustar.jp/php/ds-sequence.unshift.html - [similar]
Adds values to the front of the vector 2287
« Ds\Vector::toArray Deque » PHP Manual Vector Adds values to the front of the vector Ds\Vector: ... ll the current values forward to make room for the new values. パラメータ values The values to add to the ... 例 例1 Ds\Vector::unshift() example <?php $vector = new \ Ds \ Vector ([ 1 , 2 , 3 ]); $vector -> unshift ...
https://man.plustar.jp/php/ds-vector.unshift.html - [similar]
2287
« 定義済み定数 Collection » PHP Manual Data Structures 例 例 例1 Vector <?php $vector = new \ Ds ... [1] => b [2] => c [3] => d ) 例2 Map <?php $map = new \ Ds \ Map (); $map -> put ( 'a' , 1 ); $map -> pu ...
https://man.plustar.jp/php/ds.examples.html - [similar]
Set callback for connection close 2287
« EventHttpConnection::makeRequest EventHttpConnection::setLocalAddress » PHP Manual EventHttpCo ... tcross', EventHttpRequest::OUTPUT_HEADER ); $buf = new EventBuffer(); $buf->add('<html>'); $req->sendRepl ... | $port > 65535) { exit("Invalid port"); } $base = new EventBase(); $http = new EventHttp($base); $http-> ...
https://man.plustar.jp/php/eventhttpconnection.setclosecallback.html - [similar]