検索

phrase: max: clip:
target: order:
Results of 451 - 460 of about 734 for s (0.042 sec.)
識別 3059
« Thread Thread::getCurrentThread » PHP Manual Thread 識別 Thread::getCreatorId (PECL pthreads > ... 作ったスレッドあるいはプロセスの ID を返す <?php class My extends Thread { public function run () { prin ... tf ( "%s created by Thread #%lu\n" , __CLASS__ , $this -> g ... etCreatorId ()); } } $my = new My (); $my -> start (); ?> 上の例の出力は以下となります。 My creat ... CreatorId , パラメータ , getCurrentThread , pthreads , public , int , 関数 , 数値 ...
https://man.plustar.jp/php/thread.getcreatorid.html - [similar]
Get the state of the zookeeper connection 3059
« Zookeeper::getRecvTimeout Zookeeper::isRecoverable » PHP Manual Zookeeper Get the state of the ... zookeeper connection Zookeeper::getState (PECL zookeeper >= 0.1.0) Zookeeper::getState ... — Get the state of the zookeeper connection 説明 public Zookee ... per::getState (): int パラメータ この関数にはパラメータはあり ... ません。 戻り値 Returns the state of zookeeper connection on success, and ...
https://man.plustar.jp/php/zookeeper.getstate.html - [similar]
Checks if the current zookeeper connection state can be recovered 3059
« Zookeeper::getState Zookeeper::set » PHP Manual Zookeeper Checks if the current zookeeper conn ... ection state can be recovered Zookeeper::isRecoverable (PEC ... L zookeeper >= 0.1.0) Zookeeper::isRecoverable — Checks if the current zookeeper conne ... ction state can be recovered 説明 public Zookeeper::isReco ... verable (): bool The application must close the handle and try to reconnect. パラメータ ...
https://man.plustar.jp/php/zookeeper.isrecoverable.html - [similar]
Sets the debugging level for the library 3059
« Zookeeper::setAcl Zookeeper::setDeterministicConnOrder » PHP Manual Zookeeper Sets the debuggi ... ng level for the library Zookeeper::setDebugLevel (PECL zookeeper >= 0.1.0) Zookeeper::s ... etDebugLevel — Sets the debugging level for the library 説明 public ... static Zookeeper::setDebugLevel ( int $logLevel ): b ... ool パラメータ logLevel ZooKeeper log level constants. 戻り値 成功した場合に true を、失敗した場合に ...
https://man.plustar.jp/php/zookeeper.setdebuglevel.html - [similar]
Sets the stream to be used by the library for logging 3059
« Zookeeper::setDeterministicConnOrder Zookeeper::setWatcher » PHP Manual Zookeeper Sets the str ... eam to be used by the library for logging Zookeeper::setLogStre ... am (PECL zookeeper >= 0.1.0) Zookeeper::setLogStream — Sets the stream to be used by the lib ... rary for logging 説明 public Zookeeper::setLogStream ( resource $stream ): bool The zookeepe ... r library uses stderr as its default log stream. Application mu ...
https://man.plustar.jp/php/zookeeper.setlogstream.html - [similar]
Set a watcher function 3059
« Zookeeper::setLogStream ZookeeperConfig » PHP Manual Zookeeper Set a watcher function Zookeepe ... r::setWatcher (PECL zookeeper >= 0.1.0) Zookeeper::setW ... atcher — Set a watcher function 説明 public Zookeeper::setWat ... r_cb ): bool パラメータ watcher_cb A watch will be set at the server to notify the client if the node c ... hanges. 戻り値 成功した場合に true を、失敗した場合に fal ...
https://man.plustar.jp/php/zookeeper.setwatcher.html - [similar]
SessionUpdateTimestampHandlerInterface クラス 3031
« SessionIdInterface::create_sid SessionUpdateTimestampHandlerInterface::updateTimestamp » PHP M ... anual Sessions SessionUpdateTimestampHandlerInterface クラ ...SessionUpdateTimestampHandlerInterface クラス (PHP 7 ... , PHP 8) はじめに SessionUpdateTimestampHandlerInterface は カスタムセ ... セッションハンドラを オブジェクト指向型 の起動方法で session_set_save_handler() に渡すために、このインター ...
https://man.plustar.jp/php/class.sessionupdatetimestamphandlerinterface.html - [similar]
Moves the specified number of bytes from a source buffer to the end of the curre... 3031
« EventBuffer::addBuffer EventBuffer::__construct » PHP Manual EventBuffer Moves the specified n ... umber of bytes from a source buffer to the end of the current buf ... PECL event >= 1.6.0) EventBuffer::appendFrom — Moves the specified number of bytes from a source buffer ... ppendFrom ( EventBuffer $buf , int $len ): int Moves the specified number of bytes from a source buffer ... e current buffer. If there are fewer number of bytes, it moves all the bytes available from the source ...
https://man.plustar.jp/php/eventbuffer.appendfrom.html - [similar]
Read data from an evbuffer and drain the bytes read 3031
« EventBuffer::pullup EventBuffer::readFrom » PHP Manual EventBuffer Read data from an evbuffer ... and drain the bytes read EventBuffer::read (PECL event >= 1.6.0) Event ... ead — Read data from an evbuffer and drain the bytes read 説明 public EventBuffer::read ( int $max_byte ... s ): string Read the first max_bytes from the buffer and ... drain the bytes read. If more max_bytes are requested than are ava ...
https://man.plustar.jp/php/eventbuffer.read.html - [similar]
Extracts a line from the front of the buffer 3031
« EventBuffer::readFrom EventBuffer::search » PHP Manual EventBuffer Extracts a line from the fr ... vent >= 1.2.6-beta) EventBuffer::readLine — Extracts a line from the front of the buffer 説明 public Ev ... entBuffer::readLine ( int $eol_style ): string Extracts a line from the front of th ... e buffer and returns it in a newly allocated string. If there is not a ... whole line to read, the function returns null . The line terminator is not included in the ...
https://man.plustar.jp/php/eventbuffer.readline.html - [similar]