hholzgra                Fri Dec 21 08:39:56 2001 EDT

  Modified files:              
    /phpdoc/en/functions        var.xml 
  Log:
  added is_callable skeleton
  does anybody know *how* this is supposed to work?
  
  
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.86 phpdoc/en/functions/var.xml:1.87
--- phpdoc/en/functions/var.xml:1.86    Thu Dec 20 20:04:04 2001
+++ phpdoc/en/functions/var.xml Fri Dec 21 08:39:56 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.86 $ -->
+<!-- $Revision: 1.87 $ -->
  <reference id="ref.variables">
   <title>Variable Functions</title>
   <titleabbrev>Variables</titleabbrev>
@@ -1537,6 +1537,30 @@
     </para>
    </refsect1>
   </refentry>
+
+  <refentry id='function.is-callable'>
+   <refnamediv>
+    <refname>is_callable</refname>
+    <refpurpose>
+     Find out whether the argument is a valid callable construct
+    </refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Description</title>
+    <funcsynopsis>
+     <funcprototype>
+      <funcdef>bool <function>is_callable</function></funcdef>
+      <paramdef>mixed <parameter>var</parameter></paramdef>
+      <paramdef>bool 
+<parameter><optional>syntax_only</optional></parameter></paramdef>
+      <paramdef>string 
+<parameter><optional>callable_name</optional></parameter></paramdef>
+     </funcprototype>
+    </funcsynopsis>
+    <para>
+     &warn.undocumented.func;
+    </para>
+   </refsect1>
+  </refentry>
+  
 
  </reference>
 


Reply via email to