From 3afe2a7cd32f7eec51352ff323d9ff30ba4d03af Mon Sep 17 00:00:00 2001 From: Kenneth Schwartz Date: Sat, 6 Mar 2004 08:54:46 +0000 Subject: [PATCH] Fixed proto, added return values, note about warnings (bug #27510) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153009 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sem/functions/shm-put-var.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/reference/sem/functions/shm-put-var.xml b/reference/sem/functions/shm-put-var.xml index e997f1d66c..e387d1b40b 100644 --- a/reference/sem/functions/shm-put-var.xml +++ b/reference/sem/functions/shm-put-var.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description - intshm_put_var + boolshm_put_var intshm_identifier intvariable_key mixedvariable @@ -19,7 +19,16 @@ Inserts or updates a variable with a given variable_key. All variable-types are supported. - + + + &return.success; + + + Warnings (E_WARNING level) will be issued if + shm_identifier is not a valid SysV shared memory + index or if there was not enough shared memory remaining to complete your + request. + This function does not work on Windows systems.