検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 106 for lock (0.007 sec.)
Unlocks the mutex 7652
« SyncMutex::lock SyncSemaphore » PHP Manual SyncMutex Unlocks the mutex SyncMutex::unlock (PECL ... sync >= 1.0.0) SyncMutex::unlock — Unlocks the mutex 説明 public SyncMutex::unlock ... When the internal counter reaches zero, the actual lock on the object is released. パラメータ all Specifie ... internal counter to zero and therefore release the lock. 戻り値 成功した場合に true を、失敗した場合に fal ... se を返します。 例 例1 SyncMutex::unlock() example <?php $mutex = new SyncMutex ( "UniqueNa ...
https://man.plustar.jp/php/syncmutex.unlock.html - [similar]
Waits for an exclusive write lock 7652
« SyncReaderWriter::readunlock SyncReaderWriter::writeunlock » PHP Manual SyncReaderWriter Waits ... for an exclusive write lock SyncReaderWriter::writelock (PECL sync >= 1.0.0) S ... yncReaderWriter::writelock — Waits for an exclusive write lock 説明 public Sy ... ncReaderWriter::writelock ( int $wait = -1 ): bool Obtains an exclusive writ ... e lock on a SyncReaderWriter object. パラメータ wait The ...
https://man.plustar.jp/php/syncreaderwriter.writelock.html - [similar]
汎用のファイルロックを行う 7626
« filetype fnmatch » PHP Manual ファイルシステム 関数 汎用のファイルロックを行う flock (PHP 4, P ... HP 5, PHP 7, PHP 8) flock — 汎用のファイルロックを行う 説明 flock ( resource ... $stream , int $operation , int &$would_block = null ): bool flock() を使うと、(ほとんどの Unix、 ... されるまでこの関数はブロックします。 以下で説明する LOCK_NB オプションでこの挙動を制御することができます。 ... のいずれかとなります。 共有ロック(読み手)とするには LOCK_SH をセットします。 排他的ロック(書き手)とするには ...
https://man.plustar.jp/php/function.flock.html - [similar]
Sync 7601
« Shmop はじめに » PHP Manual プロセス制御 Sync Sync はじめに インストール/設定 要件 インストール ... uct — Constructs a new SyncMutex object SyncMutex::lock — Waits for an exclusive lock SyncMutex::unlock... Unlocks the mutex SyncSemaphore — The SyncSemaphore class ... nstructs a new SyncSemaphore object SyncSemaphore::lock — Decreases the count of the semaphore or waits Sy ... ncSemaphore::unlock — Increases the count of the semaphore SyncEvent — ...
https://man.plustar.jp/php/book.sync.html - [similar]
Decreases the count of the semaphore or waits 7524
« SyncSemaphore::__construct SyncSemaphore::unlock » PHP Manual SyncSemaphore Decreases the coun ... t of the semaphore or waits SyncSemaphore::lock (PECL sync >= 1.0.0) SyncSemaphore::lock — Decreas ... the semaphore or waits 説明 public SyncSemaphore::lock ( int $wait = -1 ): bool Decreases the count of a ... した場合に false を返します。 例 例1 SyncSemaphore::lock() example <?php $semaphore = new SyncSemaphore ( " ... mitedResource_2clients" , 2 ); if (! $semaphore -> lock ( 3000 )) { echo "Unable to lock semaphore." ; exi ...
https://man.plustar.jp/php/syncsemaphore.lock.html - [similar]
Swoole 7421
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... oole 関数 swoole_async_dns_lookup — Async and non-blocking hostname to IP lookup swoole_async_read — Read ... ync class Swoole\Async::dnsLookup — Async and non-blocking hostname to IP lookup. Swoole\Async::read — Rea ... r. Swoole\Buffer::__construct — Fixed size memory blocks allocation. Swoole\Buffer::__destruct — Destruct ... rver::start — Start the swoole http server. Swoole\Lock — The Swoole\Lock class Swoole\Lock::__construct — ...
https://man.plustar.jp/php/book.swoole.html - [similar]
指定したキーで排他ロックを確保する 7421
« wincache_fcache_meminfo wincache_ocache_fileinfo » PHP Manual WinCache 関数 指定したキーで排他 ... ロックを確保する wincache_lock (PECL wincache >= 1.1.0) wincache_lock — 指定したキ ... ーで排他ロックを確保する 説明 wincache_lock ( string $key , bool $isglobal = false ): bool 指定 ... それをブロックします。 現在のスクリプトが wincache_unlock() でロックを解放するまでは他のスクリプトからロック ... を確保できません。 警告 wincache_lock() および wincache_unlock() を使っていると、FastCGI ...
https://man.plustar.jp/php/function.wincache-lock.html - [similar]
実行時設定 7370
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... r.recv_timeout 10000 PHP_INI_ALL zookeeper.session_lock 1 PHP_INI_SYSTEM zookeeper.sess_lock_wait 150000 P ... meout for any ZooKeeper session. zookeeper.session_lock int Enable PHP session locking. zookeeper.sess_loc ... k_wait int PHP Session spin lock retry wait time in microseconds. Be carefull when ... default value. Negative values result in a reduces locking to a try lock. 関連キーワード: 設定 , 実行 , zo ...
https://man.plustar.jp/php/zookeeper.configuration.html - [similar]
Releases a read lock 7319
« SyncReaderWriter::readlock SyncReaderWriter::writelock » PHP Manual SyncReaderWriter Releases ... a read lock SyncReaderWriter::readunlock (PECL sync >= 1.0.0) ... SyncReaderWriter::readunlock — Releases a read lock 説明 public SyncReaderWrite ... r::readunlock (): bool Releases a read lock on a SyncReaderWrite ... false を返します。 例 例1 SyncReaderWriter::readunlock() example <?php $readwrite = new SyncReaderWriter ...
https://man.plustar.jp/php/syncreaderwriter.readunlock.html - [similar]
Releases a write lock 7319
« SyncReaderWriter::writelock SyncSharedMemory » PHP Manual SyncReaderWriter Releases a write lock ... ck SyncReaderWriter::writeunlock (PECL sync >= 1.0.0) SyncReaderWriter::writeunlock ... — Releases a write lock 説明 public SyncReaderWriter::writeunlock (): bool ... Releases a write lock on a SyncReaderWriter object. パラメータ この関数に ... false を返します。 例 例1 SyncReaderWriter::writeunlock() example <?php $readwrite = new SyncReaderWriter ...
https://man.plustar.jp/php/syncreaderwriter.writeunlock.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT