vrana Tue Jan 3 17:19:24 2006 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions pathinfo.xml
Log:
Can return string (bug #35840)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/pathinfo.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/pathinfo.xml
diff -u phpdoc/en/reference/filesystem/functions/pathinfo.xml:1.7
phpdoc/en/reference/filesystem/functions/pathinfo.xml:1.8
--- phpdoc/en/reference/filesystem/functions/pathinfo.xml:1.7 Wed Sep 1
00:01:26 2004
+++ phpdoc/en/reference/filesystem/functions/pathinfo.xml Tue Jan 3
17:19:23 2006
@@ -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>