mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
1477d14987
commit
ef23ffdb29
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue