nlopess         Thu May 20 11:40:33 2004 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fnmatch.xml 
  Log:
  fix proto
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fnmatch.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/filesystem/functions/fnmatch.xml
diff -u phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.9 
phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.10
--- phpdoc/en/reference/filesystem/functions/fnmatch.xml:1.9    Mon Mar  1 11:27:37 
2004
+++ phpdoc/en/reference/filesystem/functions/fnmatch.xml        Thu May 20 11:40:32 
2004
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
   <refentry id="function.fnmatch">
    <refnamediv>
     <refname>fnmatch</refname> 
-    <refpurpose>Match filename against a  pattern</refpurpose>
+    <refpurpose>Match filename against a pattern</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>array</type><methodname>fnmatch</methodname>
+     <type>bool</type><methodname>fnmatch</methodname>
      <methodparam><type>string</type><parameter>pattern</parameter></methodparam>
      <methodparam><type>string</type><parameter>string</parameter></methodparam>
      <methodparam 
choice="opt"><type>int</type><parameter>flags</parameter></methodparam>


Reply via email to