Files
php-doc-ru/reference/mongodb/bson/undefined.xml
Mikhail Alferov 57d0f75369 Update mongodb 4639881 to En (#1064)
* Create todatetimeimmutable.xml

* Update language-snippets.ent to en

* Update binary.xml to en

* Update binaryinterface.xml to en

* Update dbpointer.xml to en

* Update decimal128.xml to en + опечатки

* Update decimal128interface.xml to en

* Update document.xml to en

* Update int64.xml to en + infostyle

* Update javascript.xml to en

* decimal128interface.xml исправил формулировку

* Update javascriptinterface.xml to en

* Update maxkey.xml to en

* Update minkey.xml to en

* Update objectid.xml to en

* Update objectidinterface.xml to en

* Update packedarray.xml to en

* Update regex.xml to en

* Update regexinterface.xml to en

* Update serializable.xml to en

* Update symbol.xml to en

* Update timestamp.xml to en

* Update timestampinterface.xml to en

* Update undefined.xml to en

* Update unserializable.xml to en

* Update utcdatetime.xml to en

* Update utcdatetimeinterface.xml to en

* Update construct.xml to en

* Update fromjson.xml to en

* Update fromphp.xml to en

* Update tocanonicalextendedjson.xml to en

* Update tojson.xml to en

* Update tophp.xml to en

* Update torelaxedextendedjson.xml to en

* Update clientencryption.xml to en

* Update cursor.xml to en

* Update cursorid.xml to en

* Update cursorinterface.xml to en

* Update readpreference.xml to en

* Update getid.xml to en

* Update getid.xml to en

* Update bulkwriteexception.xml to en

* Update sslconnectionexception.xml to en

* Update writeexception.xml to en

* Update construct.xml to en

* Update executebulkwrite.xml to en

* Update executecommand.xml to en

* Update executequery.xml to en

* Update commandsubscriber.xml to en

* Update sdamsubscriber.xml to en

* Update getserver.xml to en

* Update getserver.xml to en

* Update getserver.xml to en

* Update construct.xml to en

* Update construct.xml to en

* Update getmode.xml to en

* Update executebulkwrite.xml to en

* Update executecommand.xml to en

* Update executequery.xml to en

* Update getdeletedcount.xml to en

* Update getinsertedcount.xml to en

* Update getmatchedcount.xml to en

* Update getmodifiedcount.xml to en

* Update getupsertedcount.xml to en
2025-04-27 00:48:14 +03:00

112 lines
3.3 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 4639881688d3faaf0073ad71fe0a4b730aea15a0 Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="class.mongodb-bson-undefined" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Класс MongoDB\BSON\Undefined</title>
<titleabbrev>MongoDB\BSON\Undefined</titleabbrev>
<partintro>
<!-- {{{ MongoDB\BSON\Undefined intro -->
<section xml:id="mongodb-bson-undefined.intro">
&reftitle.intro;
<para>
Класс представляет BSON-данные с типом Undefined. Этот BSON-тип устарел,
и объекты этого класса нельзя создать. PHP создаст объект этого класса из BSON-типа Undefined
при преобразовании BSON-данных в PHP, а при сохранении документов в базе данных
преобразует объект обратно в BSON-данные.
</para>
</section>
<!-- }}} -->
<section xml:id="mongodb-bson-undefined.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>MongoDB\BSON\Undefined</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<modifier>final</modifier>
<ooclass>
<classname>MongoDB\BSON\Undefined</classname>
</ooclass>
<oointerface>
<interfacename>MongoDB\BSON\Type</interfacename>
</oointerface>
<oointerface>
<interfacename>Serializable</interfacename>
</oointerface>
<oointerface>
<interfacename>JsonSerializable</interfacename>
</oointerface>
<oointerface>
<interfacename>Stringable</interfacename>
</oointerface>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-bson-undefined')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
</classsynopsis>
<!-- }}} -->
</section>
<section role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&mongodb.changelog.serializable-interface-removed;
<row>
<entry>PECL-модуль mongodb 1.12.0</entry>
<entry>
Класс теперь реализует интерфейс <interfacename>Stringable</interfacename> для PHP 8.0+.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</section>
</partintro>
&reference.mongodb.bson.entities.undefined;
</reference>
<!-- 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
-->