2004-08-22 17:05:41 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-12-10 17:06:11 +00:00
|
|
|
<!-- $Revision: 1.6 $ -->
|
2005-09-04 11:49:43 +00:00
|
|
|
<!-- Purpose: basic.vartype -->
|
|
|
|
<!-- Membership: pecl -->
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<reference xml:id="ref.classkit" xmlns="http://docbook.org/ns/docbook">
|
2004-08-22 17:05:41 +00:00
|
|
|
<title>Classkit Functions</title>
|
|
|
|
<titleabbrev>Classkit</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="classkit.intro">
|
2004-08-22 17:05:41 +00:00
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
These functions allow the dynamic manipulation of PHP classes, at runtime.
|
|
|
|
</para>
|
2005-05-01 17:21:22 +00:00
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
This extension has been replaced by
|
|
|
|
<link linkend="ref.runkit">runkit</link>, which is not limited to class
|
|
|
|
manipulation but has function manipulation, as well.
|
|
|
|
</para>
|
|
|
|
</note>
|
2004-08-22 17:05:41 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
&reference.classkit.configure;
|
|
|
|
&reference.classkit.ini;
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="classkit.resources">
|
2004-08-22 17:05:41 +00:00
|
|
|
&reftitle.resources;
|
|
|
|
&no.resource;
|
|
|
|
</section>
|
|
|
|
|
|
|
|
&reference.classkit.constants;
|
|
|
|
</partintro>
|
|
|
|
|
2007-12-10 17:06:11 +00:00
|
|
|
&reference.classkit.entities.functions;
|
2004-08-22 17:05:41 +00:00
|
|
|
|
|
|
|
</reference>
|
|
|
|
|
|
|
|
<!-- 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
|
|
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
|
|
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
|
|
|
|
-->
|