2015-03-24 18:15:02 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-09-02 18:42:15 +00:00
|
|
|
<!-- $Revision$ -->
|
2015-03-24 18:15:02 +00:00
|
|
|
|
2015-12-17 21:57:19 +00:00
|
|
|
<refentry xml:id="mongodb-bson-minkey.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2015-03-24 18:15:02 +00:00
|
|
|
<refnamediv>
|
2015-12-17 21:57:19 +00:00
|
|
|
<refname>MongoDB\BSON\MinKey::__construct</refname>
|
|
|
|
<refpurpose>Construct a new MinKey</refpurpose>
|
2015-03-24 18:15:02 +00:00
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
|
|
|
<methodsynopsis>
|
2015-12-17 21:57:19 +00:00
|
|
|
<modifier>final</modifier> <modifier>public</modifier> <methodname>MongoDB\BSON\MinKey::__construct</methodname>
|
|
|
|
<void/>
|
2015-03-24 18:15:02 +00:00
|
|
|
</methodsynopsis>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
|
|
|
&no.function.parameters;
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="errors">
|
|
|
|
&reftitle.errors;
|
2015-12-17 21:57:19 +00:00
|
|
|
<simplelist>
|
|
|
|
&mongodb.throws.argumentparsing;
|
|
|
|
</simplelist>
|
2015-03-24 18:15:02 +00:00
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
|
|
|
|
<refsect1 role="examples">
|
|
|
|
&reftitle.examples;
|
|
|
|
<example>
|
2015-12-17 21:57:19 +00:00
|
|
|
<title><function>MongoDB\BSON\MinKey::__construct</function> example</title>
|
2015-03-24 18:15:02 +00:00
|
|
|
<programlisting role="php">
|
|
|
|
<![CDATA[
|
|
|
|
<?php
|
|
|
|
|
2015-12-17 21:57:19 +00:00
|
|
|
var_dump(new MongoDB\BSON\MinKey());
|
2015-03-24 18:15:02 +00:00
|
|
|
|
|
|
|
?>
|
|
|
|
]]>
|
|
|
|
</programlisting>
|
2015-12-17 21:57:19 +00:00
|
|
|
&example.outputs;
|
2015-03-24 18:15:02 +00:00
|
|
|
<screen>
|
|
|
|
<![CDATA[
|
2015-12-17 21:57:19 +00:00
|
|
|
object(MongoDB\BSON\MinKey)#1 (0) {
|
|
|
|
}
|
2015-03-24 18:15:02 +00:00
|
|
|
]]>
|
|
|
|
</screen>
|
|
|
|
</example>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
|
|
|
|
<refsect1 role="seealso">
|
|
|
|
&reftitle.seealso;
|
|
|
|
<simplelist>
|
2015-12-17 21:57:19 +00:00
|
|
|
<member><link xlink:href="&url.mongodb.docs.bson;">BSON Types</link></member>
|
2015-03-24 18:15:02 +00:00
|
|
|
</simplelist>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- 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:"~/.phpdoc/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
|
|
|
|
-->
|