mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
This also applies to dirname() -- bug #53262
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305449 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c5168db28a
commit
750841d531
1 changed files with 7 additions and 0 deletions
|
@ -115,6 +115,13 @@ echo "3) ".dirname(".");
|
|||
as "<literal>..</literal>".
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
<function>dirname</function> is locale aware, so for it to see the
|
||||
correct directory name with multibyte character paths, the matching locale must
|
||||
be set using the <function>setlocale</function> function.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
Since PHP 4.3.0, you will often get a slash or a dot back from
|
||||
|
|
Loading…
Reference in a new issue