From 8b80fc1009a9ee4b193575a0c040211e106fe4e6 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 19 Nov 2009 10:25:05 +0000 Subject: [PATCH] LOCK_NB can be added git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290971 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/flock.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/reference/filesystem/functions/flock.xml b/reference/filesystem/functions/flock.xml index adeadb0f8e..c6996047f3 100644 --- a/reference/filesystem/functions/flock.xml +++ b/reference/filesystem/functions/flock.xml @@ -65,15 +65,13 @@ LOCK_UN to release a lock (shared or exclusive). - - - LOCK_NB if you don't want - flock to block while locking. - (not supported on Windows) - - + + It is also possible to add LOCK_NB if you don't + want flock to block while locking. + (not supported on Windows) +