mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed build (missing markup)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276457 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1ac4d89822
commit
8d9f8f7bc8
5 changed files with 18 additions and 10 deletions
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
|
||||
<appendix xml:id="mongo.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.constants;
|
||||
&no.constants;
|
||||
<para>
|
||||
<table xml:id="mysql.client-flags">
|
||||
<table xml:id="mongo.client-flags">
|
||||
<title>Mongo Comparison Operators</title>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
|
||||
<refentry xml:id="function.mongo-gridfs-init" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
|
@ -85,7 +85,9 @@ $file = mongo_gridfs_find($gridfs, array("filename" => "profilePic.jpg"));
|
|||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
$jpg will now be storing a file resource.
|
||||
<para>
|
||||
$jpg will now be storing a file resource.
|
||||
</para>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
|
||||
<refentry xml:id="function.mongo-gridfs-list" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
|
@ -88,7 +88,9 @@ file2.txt
|
|||
mypic.jpg
|
||||
]]>
|
||||
</screen>
|
||||
depending on what is in the database.
|
||||
<para>
|
||||
depending on what is in the database.
|
||||
</para>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
|
||||
<refentry xml:id="function.mongo-has-next" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
|
@ -67,7 +67,9 @@ while (mongo_has_next($cursor)) {
|
|||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
The above example will output a dot for each document in the collection foo.bar.
|
||||
<para>
|
||||
The above example will output a dot for each document in the collection foo.bar.
|
||||
</para>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
|
||||
<refentry xml:id="function.mongo-query" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
|
@ -135,7 +135,9 @@ $cursor = mongo_query($conn, "zoo.animals", array("name" => $searchterm), ($page
|
|||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
This returns results 11-20 of objects in the zoo.animals collection with the name field "panda".
|
||||
<para>
|
||||
This returns results 11-20 of objects in the zoo.animals collection with the name field "panda".
|
||||
</para>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue