mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Deleted tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294050 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1dfe2f5680
commit
61c1880f71
1 changed files with 2 additions and 2 deletions
|
@ -157,8 +157,8 @@ $fp = fopen('/tmp/lock.txt', 'r+');
|
|||
|
||||
/* Activate the LOCK_NB option on an LOCK_EX operation */
|
||||
if(!flock($fp, LOCK_EX | LOCK_NB)) {
|
||||
echo 'Unable to obtain lock';
|
||||
exit(-1);
|
||||
echo 'Unable to obtain lock';
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
/* ... */
|
||||
|
|
Loading…
Reference in a new issue