2009-08-15 14:39:48 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<phpdoc:classref xml:id= "class.reflectionfunction" xmlns:phpdoc= "http://php.net/ns/phpdoc" xmlns= "http://docbook.org/ns/docbook" xmlns:xlink= "http://www.w3.org/1999/xlink" xmlns:xi= "http://www.w3.org/2001/XInclude" >
<title > The ReflectionFunction class</title>
<titleabbrev > ReflectionFunction</titleabbrev>
<partintro >
<!-- {{{ ReflectionFunction intro -->
<section xml:id= "reflectionfunction.intro" >
&reftitle.intro;
<para >
The <classname > ReflectionFunction</classname> class reports
information about a function.
</para>
</section>
<!-- }}} -->
<section xml:id= "reflectionfunction.synopsis" >
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis >
2021-11-24 08:49:02 +00:00
<ooclass >
<classname > ReflectionFunction</classname>
</ooclass>
2009-08-15 14:39:48 +00:00
<classsynopsisinfo >
<ooclass >
<classname > ReflectionFunction</classname>
</ooclass>
2021-11-24 08:49:02 +00:00
2009-08-15 14:39:48 +00:00
<ooclass >
<modifier > extends</modifier>
<classname > ReflectionFunctionAbstract</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
2009-12-29 09:42:00 +00:00
<classsynopsisinfo role= "comment" > &Constants; </classsynopsisinfo>
2009-08-15 14:39:48 +00:00
<fieldsynopsis >
<modifier > const</modifier>
2020-11-02 15:39:04 +00:00
<type > int</type>
2009-08-15 14:39:48 +00:00
<varname linkend= "reflectionfunction.constants.is-deprecated" > ReflectionFunction::IS_DEPRECATED</varname>
<initializer > 262144</initializer>
</fieldsynopsis>
2021-11-24 08:49:02 +00:00
<classsynopsisinfo role= "comment" > &InheritedProperties; </classsynopsisinfo>
<xi:include xpointer= "xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionfunctionabstract')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))" >
<xi:fallback />
</xi:include>
2009-08-15 14:39:48 +00:00
2009-12-29 09:42:00 +00:00
<classsynopsisinfo role= "comment" > &Methods; </classsynopsisinfo>
2020-12-30 17:35:49 +00:00
<xi:include xpointer= "xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionfunction')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])" >
2021-11-24 08:49:02 +00:00
<xi:fallback />
</xi:include>
<xi:include xpointer= "xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionfunction')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" >
<xi:fallback />
2020-12-30 17:35:49 +00:00
</xi:include>
2009-08-15 14:39:48 +00:00
2021-11-24 08:49:02 +00:00
<classsynopsisinfo role= "comment" > &InheritedMethods; </classsynopsisinfo>
<xi:include xpointer= "xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionfunctionabstract')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" >
<xi:fallback />
</xi:include>
2009-08-15 14:39:48 +00:00
</classsynopsis>
<!-- }}} -->
</section>
<!-- {{{ ReflectionFunction constants -->
<section xml:id= "reflectionfunction.constants" >
&reftitle.constants;
2012-01-03 06:12:37 +00:00
<section xml:id= "reflectionfunction.constants.modifiers" >
<title > ReflectionFunction Modifiers</title>
2009-08-15 14:39:48 +00:00
<variablelist >
<varlistentry xml:id= "reflectionfunction.constants.is-deprecated" >
<term > <constant > ReflectionFunction::IS_DEPRECATED</constant> </term>
<listitem >
2012-01-03 06:12:37 +00:00
<para >
Indicates deprecated functions.
</para>
2009-08-15 14:39:48 +00:00
</listitem>
</varlistentry>
</variablelist>
</section>
</section>
<!-- }}} -->
</partintro>
&reference.reflection.entities.reflectionfunction;
</phpdoc:classref>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
2009-09-25 07:04:39 +00:00
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
2009-08-15 14:39:48 +00:00
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->