From ef23ffdb29870e6d8c91acfaad3b0226f72ac1ed Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 7 Feb 2011 07:23:42 +0000 Subject: [PATCH] Fix doc bug #53940 (ini_get return values are (not) ambiguous). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308083 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/ini-get.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/info/functions/ini-get.xml b/reference/info/functions/ini-get.xml index 7d4447cb82..ca1b8c1baa 100644 --- a/reference/info/functions/ini-get.xml +++ b/reference/info/functions/ini-get.xml @@ -36,8 +36,9 @@ &reftitle.returnvalues; - Returns the value of the configuration option as a string on success, or - an empty string on failure or for null values. + Returns the value of the configuration option as a string on success, or an + empty string for null values. Returns &false; if the + configuration option doesn't exist.