2006-05-25 15:21:35 +00:00
|
|
|
<?xml version='1.0' encoding='iso-8859-1'?>
|
2009-07-11 08:59:47 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<refentry xml:id="function.spl-autoload-functions" xmlns="http://docbook.org/ns/docbook">
|
2007-01-28 20:13:03 +00:00
|
|
|
<refnamediv>
|
|
|
|
<refname>spl_autoload_functions</refname>
|
|
|
|
<refpurpose>Return all registered __autoload() functions</refpurpose>
|
|
|
|
</refnamediv>
|
2007-12-24 12:30:24 +00:00
|
|
|
<refsect1 role="description">
|
2008-03-20 01:25:04 +00:00
|
|
|
&reftitle.description;
|
2007-01-28 20:13:03 +00:00
|
|
|
<methodsynopsis>
|
|
|
|
<type>array</type><methodname>spl_autoload_functions</methodname>
|
|
|
|
<void/>
|
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
2008-03-20 01:25:04 +00:00
|
|
|
Get all registered __autoload() functions.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
|
|
|
&no.function.parameters;
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
|
|
|
An <type>array</type> of all registered __autoload functions.
|
|
|
|
If the autoload stack is not activated then the return value is &false;.
|
2007-01-28 20:13:03 +00:00
|
|
|
If no function is registered the return value will be an empty array.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2008-03-20 01:25:04 +00:00
|
|
|
|
2007-01-28 20:13:03 +00:00
|
|
|
</refentry>
|
2006-05-25 15:21:35 +00:00
|
|
|
|
|
|
|
<!-- 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"
|
2006-05-25 15:21:35 +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
|
|
|
|
-->
|