nlopess Tue Jan 3 19:04:03 2006 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions pathinfo.xml
Log:
fix proto (return value)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/pathinfo.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/pathinfo.xml
diff -u phpdoc/en/reference/filesystem/functions/pathinfo.xml:1.8
phpdoc/en/reference/filesystem/functions/pathinfo.xml:1.9
--- phpdoc/en/reference/filesystem/functions/pathinfo.xml:1.8 Tue Jan 3
17:19:23 2006
+++ phpdoc/en/reference/filesystem/functions/pathinfo.xml Tue Jan 3
19:04:03 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.61 -->
<refentry id="function.pathinfo">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>array</type><methodname>pathinfo</methodname>
+ <type>mixed</type><methodname>pathinfo</methodname>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>