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
This commit is contained in:
Adam Harvey 2011-02-07 07:23:42 +00:00
parent 1477d14987
commit ef23ffdb29

View file

@ -36,8 +36,9 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the value of the configuration option as a string on success, or
an empty string on failure or for <literal>null</literal> values.
Returns the value of the configuration option as a string on success, or an
empty string for <literal>null</literal> values. Returns &false; if the
configuration option doesn't exist.
</para>
</refsect1>