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:
Jakub Vrana 2006-01-03 17:19:23 +00:00
parent 7c31b8ae80
commit 3176ee6e75

View file

@ -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>