mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Can return string (bug #35840)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204479 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7c31b8ae80
commit
3176ee6e75
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.61 -->
|
||||
<refentry id="function.pathinfo">
|
||||
<refnamediv>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<constant>PATHINFO_DIRNAME</constant>,
|
||||
<constant>PATHINFO_BASENAME</constant> and
|
||||
<constant>PATHINFO_EXTENSION</constant>. It defaults to return all
|
||||
elements.
|
||||
elements. This function returns string if not all elements are requested.
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue