mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixing position of <para> tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299512 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
59e9f400e0
commit
4ae803bb91
2 changed files with 6 additions and 6 deletions
|
@ -59,10 +59,10 @@
|
|||
$profile = $db->getDBRef($ref);
|
||||
?>
|
||||
]]>
|
||||
<para>
|
||||
See <function>MongoDB::createDBRef</function> for more information about how to programatically create DB references.
|
||||
</para>
|
||||
</programlisting>
|
||||
<para>
|
||||
See <function>MongoDB::createDBRef</function> for more information about how to programatically create DB references.
|
||||
</para>
|
||||
</example>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -60,10 +60,10 @@ $download = $downloads->findOne('filename.tgz'); // instance of MongoGridFSFile
|
|||
print_r($download);
|
||||
?>
|
||||
]]>
|
||||
<para>
|
||||
See <classname>MongoGridFSFile</classname> for more information about how to work with files.
|
||||
</para>
|
||||
</programlisting>
|
||||
<para>
|
||||
See <classname>MongoGridFSFile</classname> for more information about how to work with files.
|
||||
</para>
|
||||
&example.outputs.similar;
|
||||
<screen>
|
||||
<![CDATA[
|
||||
|
|
Loading…
Reference in a new issue