mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294383 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e6da6812af
commit
4ac23ed948
2 changed files with 4 additions and 2 deletions
|
@ -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()
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue