[PHP-DOC] cvs: phpdoc /en/functions funchand.xml From: Ron Chmara (ron <email protected>)
Date: 12/09/00

ronabop Sat Dec 9 20:25:36 2000 EDT

  Modified files:
    /phpdoc/en/functions funchand.xml
  Log:
  Updating per errata.
  
Index: phpdoc/en/functions/funchand.xml
diff -u phpdoc/en/functions/funchand.xml:1.3 phpdoc/en/functions/funchand.xml:1.4
--- phpdoc/en/functions/funchand.xml:1.3 Fri Nov 24 21:24:06 2000
+++ phpdoc/en/functions/funchand.xml Sat Dec 9 20:25:35 2000
@@ -369,7 +369,7 @@
     <title>Description</title>
     <funcsynopsis>
      <funcprototype>
- <funcdef>int <function>function_exists</function></funcdef>
+ <funcdef>bool <function>function_exists</function></funcdef>
       <paramdef>string <parameter>function_name</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
@@ -386,6 +386,8 @@
 }
       </programlisting>
      </informalexample>
+ Note that a function name may exist, even if the function itself
+ is unusable due to configuration or compiling options.
     </para>
     <para>
      See also <function>method_exists</function>.