From d87fd4956e1e9b5d99d4dff9c593ba5ee544ae6a Mon Sep 17 00:00:00 2001 From: Ruslan Yakushev Date: Wed, 21 Apr 2010 05:17:42 +0000 Subject: [PATCH] Added description for the isglobal parameter in wincache_lock API. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298245 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/wincache/functions/wincache_lock.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/reference/wincache/functions/wincache_lock.xml b/reference/wincache/functions/wincache_lock.xml index 86683861b5..d2f16f8b1b 100644 --- a/reference/wincache/functions/wincache_lock.xml +++ b/reference/wincache/functions/wincache_lock.xml @@ -12,6 +12,7 @@ boolwincache_lock stringkey + boolisglobalfalse Obtains an exclusive lock on a given key. The execution of the current script will be blocked until the @@ -39,6 +40,15 @@ + + isglobal + + + Controls whether the scope of the lock is system-wide or local. Local locks are scoped to the application pool + in IIS FastCGI case or to all php processes that have the same parent process identifier. + + +