mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
pathinfo() operates naively on the input string
Closes GH-798.
This commit is contained in:
parent
e83ad8ecd4
commit
70babd5faf
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@
|
|||
predefined reserved variables</link>.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
<function>pathinfo</function> operates naively on the input string,
|
||||
and is not aware of the actual filesystem, or path components such
|
||||
as "<literal>..</literal>".
|
||||
</para>
|
||||
</note>
|
||||
<caution>
|
||||
<para>
|
||||
<function>pathinfo</function> is locale aware, so for it to parse a path
|
||||
|
|
Loading…
Reference in a new issue