検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 106 for lock (0.007 sec.)
指定したキーの排他ロックを解放する 7190
« wincache_ucache_set Windows でのビルド » PHP Manual WinCache 関数 指定したキーの排他ロックを解 ... 放する wincache_unlock (PECL wincache >= 1.1.0) wincache_unlock — 指定した ... キーの排他ロックを解放する 説明 wincache_unlock ( string $key ): bool 指定したキーに対して、 winca ... che_lock() を使って取得した排他ロックを解放します。 別のプロ ... スがロックを取得できるようになります。 警告 wincache_lock() および wincache_unlock() を使っていると、FastCGI ...
https://man.plustar.jp/php/function.wincache-unlock.html - [similar]
Returns the CUBRID database parameters 6960
« cubrid_get_client_info cubrid_get_query_timeout » PHP Manual CUBRID 関数 Returns the CUBRID da ... following parameters: PARAM_ISOLATION_LEVEL PARAM_LOCK_TIMEOUT PARAM_MAX_STRING_LENGTH PARAM_AUTO_COMMIT ... M_ISOLATION_LEVEL The transaction isolation level. LOCK_TIMEOUT CUBRID provides the lock timeout feature, ... which sets the waiting time (in seconds) for the lock until the transaction lock setting is allowed. The ... default value of the lock_timeout_in_secs parameter is -1, which means the a ...
https://man.plustar.jp/php/function.cubrid-get-db-parameter.html - [similar]
簡易なファイルロックを行う 6934
« SplFileObject::fgetss SplFileObject::fpassthru » PHP Manual SplFileObject 簡易なファイルロック ... を行う SplFileObject::flock (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::floc ... 易なファイルロックを行う 説明 public SplFileObject::flock ( int $operation , int &$wouldBlock = null ): bool ... flock() と同じ簡易な方法でファイルをロックもしくはロック ... は次のいずれかです: 共有ロック (読み手) にするには LOCK_SH 。 排他ロック (書き手) にするには LOCK_EX 。 (共 ...
https://man.plustar.jp/php/splfileobject.flock.html - [similar]
Increases the count of the semaphore 6908
« SyncSemaphore::lock SyncEvent » PHP Manual SyncSemaphore Increases the count of the semaphore ... SyncSemaphore::unlock (PECL sync >= 1.0.0) SyncSemaphore::unlock — Incre ... ount of the semaphore 説明 public SyncSemaphore::unlock ( int &$prevcount = ? ): bool Increases the count ... た場合に false を返します。 例 例1 SyncSemaphore::unlock() example <?php $semaphore = new SyncSemaphore ( " ... mitedResource_2clients" , 2 ); if (! $semaphore -> lock ( 3000 )) { echo "Unable to lock semaphore." ; exi ...
https://man.plustar.jp/php/syncsemaphore.unlock.html - [similar]
The SyncReaderWriter class 6857
« SyncEvent::wait SyncReaderWriter::__construct » PHP Manual Sync The SyncReaderWriter class The ... public __construct ( string $name = ? , int $autounlock = 1 ) public readlock ( int $wait = -1 ): bool pub ... lic readunlock (): bool public writelock ( int $wait = -1 ): bool ... public writeunlock (): bool } 目次 SyncReaderWriter::__construct — Co ... new SyncReaderWriter object SyncReaderWriter::readlock — Waits for a read lock SyncReaderWriter::readunlo ...
https://man.plustar.jp/php/class.syncreaderwriter.html - [similar]
Open a shared lock on a repository 6780
« svn_repos_hotcopy svn_repos_recover » PHP Manual SVN 関数 Open a shared lock on a repository s ... (PECL svn >= 0.1.0) svn_repos_open — Open a shared lock on a repository 説明 svn_repos_open ( string $path ... 引数のリストのみが 記述されています。 Open a shared lock on a repository. 注意 警告 この関数は、 実験的 なも ... 自己責任で使用してください。 関連キーワード: Open , lock , repository , shared , repos , 関数 , open , 警告 ...
https://man.plustar.jp/php/function.svn-repos-open.html - [similar]
Constructs a new SyncReaderWriter object 6614
« SyncReaderWriter SyncReaderWriter::readlock » PHP Manual SyncReaderWriter Constructs a new Syn ... riter::__construct ( string $name = ? , int $autounlock = 1 ) Constructs a named or unnamed reader-writer ... Windows, name must not contain backslashes. autounlock Specifies whether or not to automatically unlock t ... an object is: A named reader-writer with an autounlock of FALSE, the object is locked for either reading ... nd the PHP script concludes before the object is unlocked, then the underlying objects will end up in an i ...
https://man.plustar.jp/php/syncreaderwriter.construct.html - [similar]
Constructs a new SyncSemaphore object 6614
« SyncSemaphore SyncSemaphore::lock » PHP Manual SyncSemaphore Constructs a new SyncSemaphore ob ... ring $name = ? , int $initialval = 1 , bool $autounlock = true ) Constructs a named or unnamed semaphore. ... tial value of the semaphore. This is the number of locks that may be obtained. autounlock Specifies whethe ... r or not to automatically unlock the semaphore at the conclusion of the PHP script. ... 告 If an object is: A named semaphore with an autounlock of false , the object is locked, and the PHP scrip ...
https://man.plustar.jp/php/syncsemaphore.construct.html - [similar]
実行時設定 6562
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ン 名前 デフォルト 変更可能 変更履歴 memcached.sess_locking On PHP_INI_ALL memcached 0.1.0 以降で利用可能で ... ary_protocol に置き換えられました。 memcached.sess_lock_wait 150000 PHP_INI_ALL memcached 0.1.0 以降で利用 ... emcached 3.1.0 以降で利用可能です。 memcached.sess_lock_expire 0 PHP_INI_ALL memcached 2.2.0 以降で利用可能 ... です。 memcached.sess_lock_retries 5 PHP_INI_ALL memcached 3.0.0 以降で利用可 ...
https://man.plustar.jp/php/memcached.configuration.html - [similar]
The SyncMutex class 6511
« 定義済み定数 SyncMutex::__construct » PHP Manual Sync The SyncMutex class The SyncMutex class ... internally track the number of times the mutex is locked. The mutex is unlocked as soon as it goes out of ... scope or is unlocked the same number of times that it was locked. クラ ... */ public __construct ( string $name = ? ) public lock ( int $wait = -1 ): bool public unlock ( bool $all ... uct — Constructs a new SyncMutex object SyncMutex::lock — Waits for an exclusive lock SyncMutex::unlock...
https://man.plustar.jp/php/class.syncmutex.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT