git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294383 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2010-02-03 13:26:54 +00:00
parent e6da6812af
commit 4ac23ed948
2 changed files with 4 additions and 2 deletions

View file

@ -238,7 +238,7 @@ Array
// A simple function used for comparing the results below
function yesno($expression)
{
return($expression ? 'Yes' : 'No');
return($expression ? 'Yes' : 'No');
}
// Get the path to php.ini using the php_ini_loaded_file()

View file

@ -20,7 +20,9 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns an array of realpath cache entries. The keys are original path entries, and the values are arrays of data items, containing the resolved path, expiration date, and other options kept in the cache.
Returns an array of realpath cache entries. The keys are original path
entries, and the values are arrays of data items, containing the resolved
path, expiration date, and other options kept in the cache.
</para>
</refsect1>