ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] cvs: phpdoc /en/functions var.xml
by Hartmut Holzgraefe other posts by this author
Dec 21 2001 1:39PM messages near this date
[PHP-DOC] cvs: phpdoc /it Translators | [PHP-DOC] cvs: phpdoc /tr bookinfo.xml preface.xml /tr/chapters config.xml install.xml intro.xml security.xml /tr/features cookies.xml error-handling.xml file-upload.xml images.xml /tr/functions filepro.xml
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> 
 

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved