検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 106 for lock (0.010 sec.)
Release the lock. 8485
« Swoole\Lock::trylock Swoole\Mmap » PHP Manual Swoole\Lock Release the lock. Swoole\Lock::unlock ... k (PECL swoole >= 1.9.0) Swoole\Lock::unlock — Release the lock. 説明 public Swoole\Loc ... k::unlock (): void パラメータ この関数にはパラメータはありま ... ん。 戻り値 関連キーワード: Release , Swoole , the , Lock , unlock , パラメータ , trylock , Mmap , swoole , ...
https://man.plustar.jp/php/swoole-lock.unlock.html - [similar]
Set a write lock on the given OID 8459
« cubrid_lock_read cubrid_move_cursor » PHP Manual CUBRID 関数 Set a write lock on the given OID ... cubrid_lock_write (PECL CUBRID >= 8.3.0) cubrid_lock_write — S ... et a write lock on the given OID 説明 cubrid_lock_write ( resource ... $conn_identifier , string $oid ): bool The cubrid_lock_write() function is used to put write lock on the ... oid OID of the instance that you want to put write lock on. 戻り値 成功した場合に true を、失敗した場合に ...
https://man.plustar.jp/php/function.cubrid-lock-write.html - [similar]
EXCLUSIVE LOCK を実行する 8459
« TableSelect::limit TableSelect::lockShared » PHP Manual mysql_xdevapi\TableSelect EXCLUSIVE LOCK ... CK を実行する TableSelect::lockExclusive (No version information available, might ... only be in Git) TableSelect::lockExclusive — EXCLUSIVE LOCK を実行する 説明 public m ... ysql_xdevapi\TableSelect::lockExclusive ( int $lock_waiting_option = ? ): mysql_x ... devapi\TableSelect EXCLUSIVE LOCK 付きで読み取り操作を実行します。 一度にアクティブに ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.lockexclusive.html - [similar]
SHARED LOCK を実行する 8459
« TableSelect::lockExclusive TableSelect::offset » PHP Manual mysql_xdevapi\TableSelect SHARED LOCK ... OCK を実行する TableSelect::lockShared (No version information available, might onl ... y be in Git) TableSelect::lockShared — SHARED LOCK を実行する 説明 public mysql_x ... devapi\TableSelect::lockShared ( int $lock_waiting_option = ? ): mysql_xdev ... api\TableSelect 読み取り操作を SHARED LOCK 付きで実行します。 アクティブになれるロックは一度に ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.lockshared.html - [similar]
Set a read lock on the given OID 8434
« cubrid_lob2_write cubrid_lock_write » PHP Manual CUBRID 関数 Set a read lock on the given OID ... cubrid_lock_read (PECL CUBRID >= 8.3.0) cubrid_lock_read — Set ... a read lock on the given OID 説明 cubrid_lock_read ( resource ... $conn_identifier , string $oid ): bool The cubrid_lock_read() function is used to put read lock on the in ... oid OID of the instance that you want to put read lock on. 戻り値 成功した場合に true を、失敗した場合に ...
https://man.plustar.jp/php/function.cubrid-lock-read.html - [similar]
Execute operation with EXCLUSIVE LOCK 7870
« CollectionFind::limit CollectionFind::lockShared » PHP Manual mysql_xdevapi\CollectionFind Exe ... cute operation with EXCLUSIVE LOCK CollectionFind::lockExclusive (No version informat ... n available, might only be in Git) CollectionFind::lockExclusive — Execute operation with EXCLUSIVE LOCK... 明 public mysql_xdevapi\CollectionFind::lockExclusive ( int $lock_waiting_option = ? ): mysql_x ... のトランザクションはドキュメントの更新、 SELECT ... LOCK IN SHARE MODE、 および、トランザクション分離レベル ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.lockexclusive.html - [similar]
ファイルのアドバイザリ・ロック 7780
« streamWrapper::stream_flush streamWrapper::stream_metadata » PHP Manual streamWrapper ファイル ... のアドバイザリ・ロック streamWrapper::stream_lock (PHP 5, PHP 7, PHP 8) streamWrapper::stream_lock... ドバイザリ・ロック 説明 public streamWrapper::stream_lock ( int $operation ): bool このメソッドは、 flock() ... コールされます。また file_put_contents() ( flags が LOCK_EX を含む場合)、 stream_set_blocking() がコールされ ... たときやストリームを閉じるとき ( LOCK_UN ) にもコールされます。 パラメータ operation ope ...
https://man.plustar.jp/php/streamwrapper.stream-lock.html - [similar]
SHARED LOCK 付きで操作を実行する 7703
« CollectionFind::lockExclusive CollectionFind::offset » PHP Manual mysql_xdevapi\CollectionFind ... SHARED LOCK 付きで操作を実行する CollectionFind::lockShared (N ... n available, might only be in Git) CollectionFind::lockShared — SHARED LOCK 付きで操作を実行する 説明 publ ... ic mysql_xdevapi\CollectionFind::lockShared ( int $lock_waiting_option = ? ): mysql_xdev ... 終了し、最新の値を使うまで待たされます。 パラメータ lock_waiting_option オプションで指定できる、ロック待ちの ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.lockshared.html - [similar]
Constructs a new SyncMutex object 7703
« SyncMutex SyncMutex::lock » PHP Manual SyncMutex Constructs a new SyncMutex object SyncMutex:: ... . 例 例1 SyncMutex::__construct() named mutex with lock timeout example <?php $mutex = new SyncMutex ( "Un ... iqueName" ); if (! $mutex -> lock ( 3000 )) { echo "Unable to lock mutex." ; exit(); ... } /* ... */ $mutex -> unlock (); ?> 例2 SyncMutex::__construct() unnamed mutex ... example <?php $mutex = new SyncMutex (); $mutex -> lock (); /* ... */ $mutex -> unlock (); ?> 参考 SyncMut ...
https://man.plustar.jp/php/syncmutex.construct.html - [similar]
Waits for a read lock 7677
« SyncReaderWriter::__construct SyncReaderWriter::readunlock » PHP Manual SyncReaderWriter Waits ... for a read lock SyncReaderWriter::readlock (PECL sync >= 1.0.0) Sy ... ncReaderWriter::readlock — Waits for a read lock 説明 public SyncReaderWrit ... er::readlock ( int $wait = -1 ): bool Obtains a read lock on a ... メータ wait The number of milliseconds to wait for a lock. A value of -1 is infinite. 戻り値 成功した場合に ...
https://man.plustar.jp/php/syncreaderwriter.readlock.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT