1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
<?xml version="1.0" encoding="utf-8"?>
<set xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="index" xml:lang="en">
<title>PHP Manual</title>
<info xmlns="http://docbook.org/ns/docbook" xml:id="bookinfo">
<authorgroup xmlns="http://docbook.org/ns/docbook" xml:id="authors">
<author>
<personname>
<firstname>A</firstname><surname>B</surname>
</personname>
</author>
</authorgroup>
<copyright>
<year>1997-<?dbtimestamp format="Y"?></year>
<holder>the PHP Documentation Group</holder>
</copyright>
<legalnotice xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="copyright">
<info><title>Copyright</title></info>
<simpara>
If you are interested in redistribution or republishing of this document
in whole or in part, either modified or unmodified, and you have questions,
please contact the Copyright holders at
<link xlink:href="mailto:doc-license@lists.php.net">doc-license@lists.php.net</link>.
Note that this address is mapped to a publicly archived mailing list.
</simpara>
</legalnotice>
</info>
<book xml:id="manual">
<title>PHP Manual</title>
<preface xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="preface">
<info>
<title>Preface</title>
<abstract>
<simpara>
<acronym>PHP</acronym>, which stands for "<literal>PHP: Hypertext
Preprocessor</literal>" is a widely-used Open Source general-purpose
scripting language
</simpara>
</abstract>
</info>
<section xmlns="http://docbook.org/ns/docbook" annotations="chunk:false" xml:id="contributors">
<info><title>Authors and Contributors</title></info>
<section>
<info><title>Authors and Editors</title></info>
<para>
The following contributors should be
recognized for the impact they have made and/or continue to make by adding
content to the manual:
</para>
</section>
</section>
</preface>
</book>
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="mongodb.setup">
<title xmlns="http://docbook.org/ns/docbook">Installing/Configuring</title>
<article xml:id="mongodb.requirements">
<title xmlns="http://docbook.org/ns/docbook">Requirements</title>
<para>
As of version 1.16.0, the driver requires PHP 7.2 or higher. Previous
versions of the driver allow compatibility with older PHP versions.
</para>
</article>
</book>
<book xml:id="chapterInBook">
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="introduction">
<info><title>Introduction</title></info>
<section xml:id="intro-whatis">
<info><title>What is PHP?</title></info>
<para>
<acronym>PHP</acronym> (recursive acronym for <literal>PHP: Hypertext
Preprocessor</literal>) is a widely-used open source general-purpose
scripting language that is especially suited for web
development and can be embedded into HTML.
</para>
</section>
</chapter>
</book>
<appendix xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="apcu.constants">
<title xmlns="http://docbook.org/ns/docbook">Predefined Constants</title>
<simpara xmlns="http://docbook.org/ns/docbook">
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
</simpara>
</appendix>
<part xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="reserved.interfaces">
<title>Predefined Interfaces and Classes</title>
<partintro>
<para>
See also the <link linkend="spl.interfaces">SPL Interfaces</link> and <link linkend="reserved.classes">reserved classes</link>.
</para>
</partintro>
</part>
<phpdoc:classref 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" xml:id="class.traversable">
<title>The <interfacename>Traversable</interfacename> interface</title>
<titleabbrev>Traversable</titleabbrev>
<partintro>
<refsect1 role="changelog">
<title xmlns="http://docbook.org/ns/docbook">Changelog</title>
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>Version</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>7.3.4, 8.0.0</entry>
<entry>Something happened.</entry>
</row>
<row>
<entry>PECL example 3.5.4</entry>
<entry>Something happened in PECL.</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
</partintro>
</phpdoc:classref>
</set>
|