検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 1938 for IF (0.010 sec.)
3298
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... ion () == 5 and $w -> stop (); // Stop the watcher if further calls cause more than 10 iterations Ev :: ... socket_create ( AF_INET , SOCK_STREAM , SOL_TCP ); if ( $socket === FALSE ) { echo "socket_create() fail ... .co.uk\r\n" ; $in .= "Connection: Close\r\n\r\n" ; if (! socket_write ( $socket , $in , strlen ( $in ))) ... ocket_recv ( $socket , $out , 20 , MSG_DONTWAIT ); if ( $ret ) { echo $out ; } elseif ( $ret === 0 ) { / ...
https://man.plustar.jp/php/ev.examples.html - [similar]
Scans the buffer for an occurrence of a string 3298
« EventBuffer::readLine EventBuffer::searchEol » PHP Manual EventBuffer Scans the buffer for an ... t returns numeric position of the string, or false if the string was not found. If the start argument is ... search is performed from the start of the string. If end argument provided, the search is performed bet ... t occurrence of the string in the buffer, or false if string is not found. 警告 この関数は論理値 false を ... ; while ( 1 ) { $p = $buf -> search ( $str , $p ); if ( $p === FALSE ) { break; } ++ $total ; ++ $p ; } ...
https://man.plustar.jp/php/eventbuffer.search.html - [similar]
Prevents priority inversion 3298
« EventConfig::setFlags EventDnsBase » PHP Manual EventConfig Prevents priority inversion EventC ... unning callbacks and check for more events, or 0 , if there should be no such interval. max_callbacks A ... nning callbacks and check for more events, or -1 , if there should be no such limit. min_priority A prio ... interval and max_callbacks should not be enforced. If this is set to 0 , they are enforced for events of ... every priority; if it's set to 1 , they're enforced for events of pri ...
https://man.plustar.jp/php/eventconfig.setmaxdispatchinterval.html - [similar]
Execute a database command 3298
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... account. Users are therefore encouraged to use specific read and/or write command methods if possible. パ ... and will result in an exception at execution time if specified for an older server version. readPrefere ... rn A write concern to apply to the operation. 警告 If you are using a "session" which has a transaction ... in progress, you cannot specify a "readConcern" or "writeConcern" option. This wi ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]
Constructs a new SyncMutex object 3298
« SyncMutex SyncMutex::lock » PHP Manual SyncMutex Constructs a new SyncMutex object SyncMutex:: ... table mutex. パラメータ name The name of the mutex if this is a named mutex object. 注意 : If the name a ... Mutex object. エラー / 例外 An exception is thrown if the mutex cannot be created or opened. 例 例1 Sync ... ple <?php $mutex = new SyncMutex ( "UniqueName" ); if (! $mutex -> lock ( 3000 )) { echo "Unable to lock ...
https://man.plustar.jp/php/syncmutex.construct.html - [similar]
Check if a timer callback function is existed 3269
« swoole_timer_after swoole_timer_tick » PHP Manual Swoole 関数 Check if a timer callback functi ... (PECL swoole >= 1.9.0) swoole_timer_exists — Check if a timer callback function is existed 説明 swoole_t ...
https://man.plustar.jp/php/function.swoole-timer-exists.html - [similar]
Check if the connection is existed. 3269
« Swoole\Server\Port::set Swoole\Server::finish » PHP Manual Swoole\Server Check if the connecti ... PECL swoole >= 1.9.0) Swoole\Server::exist — Check if the connection is existed. 説明 public Swoole\Serv ...
https://man.plustar.jp/php/swoole-server.exist.html - [similar]
Check to see if the object is the first instance system-wide of named shared mem... 3269
« SyncSharedMemory::__construct SyncSharedMemory::read » PHP Manual SyncSharedMemory Check to se ... e if the object is the first instance system-wide of na ... c >= 1.1.0) SyncSharedMemory::first — Check to see if the object is the first instance system-wide of na ... = new SyncSharedMemory ( "AppReportName" , 1024 ); if ( $mem -> first ()) { // Do first time initializat ...
https://man.plustar.jp/php/syncsharedmemory.first.html - [similar]
Gets the data associated with a node synchronously 3269
« Zookeeper::exists Zookeeper::getAcl » PHP Manual Zookeeper Gets the data associated with a nod ... ashes separating ancestors of the node. watcher_cb If nonzero, a watch will be set at the server to noti ... fy the client if the node changes. stat If not NULL, will hold the ... the path on return. max_size Max size of the data. If 0 is used, this method will return the whole data. ... path , $value ); $r = $zookeeper -> get ( $path ); if ( $r ) echo $r ; else echo 'ERR' ; ?> 上の例の出力 ...
https://man.plustar.jp/php/zookeeper.get.html - [similar]
Returns most recent OpenSSL error reported on the buffer event 3240
« EventBufferEvent::setWatermark EventBufferEvent::sslFilter » PHP Manual EventBufferEvent Retur ... ffer event. 注意 : This function is available only if Event is compiled with OpenSSL support. パラメータ ... or string reported on the buffer event, or false , if there is no more error to return. 例 例1 EventBuff ... function ssl_event_cb ( $bev , $events , $ctx ) { if ( $events & EventBufferEvent :: ERROR ) { // Fetch ... ( STDERR , "Bufferevent error %s.\n" , $err ); } } if ( $events & ( EventBufferEvent :: EOF | EventBuffe ...
https://man.plustar.jp/php/eventbufferevent.sslerror.html - [similar]