2004-02-24 10:51:17 +00:00
|
|
|
<?xml version='1.0' encoding='iso-8859-1'?>
|
2007-12-10 17:06:11 +00:00
|
|
|
<!-- $Revision: 1.8 $ -->
|
2005-09-04 19:39:32 +00:00
|
|
|
<!-- Purpose: basic.other -->
|
|
|
|
<!-- Membership: bundled -->
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<reference xml:id="ref.spl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2004-02-24 10:51:17 +00:00
|
|
|
<title>Standard PHP Library (SPL) Functions</title>
|
2007-11-29 10:59:36 +00:00
|
|
|
<titleabbrev>SPL</titleabbrev>
|
2004-02-24 10:51:17 +00:00
|
|
|
|
|
|
|
<partintro>
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="spl.intro">
|
2004-02-24 10:51:17 +00:00
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
SPL is a collection of interfaces and classes that are meant to solve
|
2004-07-21 19:52:46 +00:00
|
|
|
standard problems.
|
|
|
|
</para>
|
|
|
|
<tip>
|
|
|
|
<para>
|
|
|
|
A more detailed documentation of SPL can be found
|
2007-06-20 22:25:43 +00:00
|
|
|
<link xlink:href="http://www.php.net/~helly/php/ext/spl/">here</link>.
|
2004-07-21 19:52:46 +00:00
|
|
|
</para>
|
2004-07-21 21:46:37 +00:00
|
|
|
</tip>
|
2004-02-24 10:51:17 +00:00
|
|
|
</section>
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="spl.installation">
|
2004-02-24 10:51:17 +00:00
|
|
|
&reftitle.install;
|
|
|
|
<para>
|
2004-04-11 14:36:33 +00:00
|
|
|
This extension is available and compiled by default in PHP 5.
|
2004-02-24 10:51:17 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
&reference.spl.constants;
|
|
|
|
</partintro>
|
2007-12-10 17:06:11 +00:00
|
|
|
&reference.spl.entities.functions;
|
2004-02-24 10:51:17 +00:00
|
|
|
</reference>
|
2004-04-11 14:36:33 +00:00
|
|
|
|
2004-02-24 10:51:17 +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
|
|
|
|
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
|
|
|
|
-->
|