|
6727 | 6727 | 'MongoDB\BSON\Binary::getType' => ['int'], |
6728 | 6728 | 'MongoDB\BSON\Binary::__toString' => ['string'], |
6729 | 6729 | 'MongoDB\BSON\Binary::serialize' => ['string'], |
6730 | | -'MongoDB\BSON\Binary::unserialize' => ['void', 'serialized'=>'string'], |
| 6730 | +'MongoDB\BSON\Binary::unserialize' => ['void', 'data'=>'string'], |
6731 | 6731 | 'MongoDB\BSON\Binary::jsonSerialize' => ['mixed'], |
6732 | 6732 | 'MongoDB\BSON\BinaryInterface::getData' => ['string'], |
6733 | 6733 | 'MongoDB\BSON\BinaryInterface::getType' => ['int'], |
6734 | 6734 | 'MongoDB\BSON\BinaryInterface::__toString' => ['string'], |
6735 | 6735 | 'MongoDB\BSON\DBPointer::__toString' => ['string'], |
6736 | 6736 | 'MongoDB\BSON\DBPointer::serialize' => ['string'], |
6737 | | -'MongoDB\BSON\DBPointer::unserialize' => ['void', 'serialized'=>'string'], |
| 6737 | +'MongoDB\BSON\DBPointer::unserialize' => ['void', 'data'=>'string'], |
6738 | 6738 | 'MongoDB\BSON\DBPointer::jsonSerialize' => ['mixed'], |
6739 | 6739 | 'MongoDB\BSON\Decimal128::__construct' => ['void', 'value'=>'string'], |
6740 | 6740 | 'MongoDB\BSON\Decimal128::__toString' => ['string'], |
6741 | 6741 | 'MongoDB\BSON\Decimal128::serialize' => ['string'], |
6742 | | -'MongoDB\BSON\Decimal128::unserialize' => ['void', 'serialized'=>'string'], |
| 6742 | +'MongoDB\BSON\Decimal128::unserialize' => ['void', 'data'=>'string'], |
6743 | 6743 | 'MongoDB\BSON\Decimal128::jsonSerialize' => ['mixed'], |
6744 | 6744 | 'MongoDB\BSON\Decimal128Interface::__toString' => ['string'], |
6745 | 6745 | 'MongoDB\BSON\Document::fromBSON' => ['MongoDB\BSON\Document', 'bson'=>'string'], |
|
6751 | 6751 | 'MongoDB\BSON\Document::toPHP' => ['object|array', 'typeMap='=>'?array'], |
6752 | 6752 | 'MongoDB\BSON\Document::toCanonicalExtendedJSON' => ['string'], |
6753 | 6753 | 'MongoDB\BSON\Document::toRelaxedExtendedJSON' => ['string'], |
| 6754 | +'MongoDB\BSON\Document::offsetExists' => ['bool', 'offset'=>'mixed'], |
| 6755 | +'MongoDB\BSON\Document::offsetGet' => ['mixed', 'offset'=>'mixed'], |
| 6756 | +'MongoDB\BSON\Document::offsetSet' => ['void', 'offset'=>'mixed', 'value'=>'mixed'], |
| 6757 | +'MongoDB\BSON\Document::offsetUnset' => ['void', 'offset'=>'mixed'], |
6754 | 6758 | 'MongoDB\BSON\Document::__toString' => ['string'], |
6755 | 6759 | 'MongoDB\BSON\Document::serialize' => ['string'], |
6756 | | -'MongoDB\BSON\Document::unserialize' => ['void', 'serialized'=>'string'], |
| 6760 | +'MongoDB\BSON\Document::unserialize' => ['void', 'data'=>'string'], |
6757 | 6761 | 'MongoDB\BSON\Int64::__construct' => ['void', 'value'=>'string|int'], |
6758 | 6762 | 'MongoDB\BSON\Int64::__toString' => ['string'], |
6759 | 6763 | 'MongoDB\BSON\Int64::serialize' => ['string'], |
6760 | | -'MongoDB\BSON\Int64::unserialize' => ['void', 'serialized'=>'string'], |
| 6764 | +'MongoDB\BSON\Int64::unserialize' => ['void', 'data'=>'string'], |
6761 | 6765 | 'MongoDB\BSON\Int64::jsonSerialize' => ['mixed'], |
6762 | 6766 | 'MongoDB\BSON\Iterator::current' => ['mixed'], |
6763 | 6767 | 'MongoDB\BSON\Iterator::key' => ['string|int'], |
|
6769 | 6773 | 'MongoDB\BSON\Javascript::getScope' => ['?object'], |
6770 | 6774 | 'MongoDB\BSON\Javascript::__toString' => ['string'], |
6771 | 6775 | 'MongoDB\BSON\Javascript::serialize' => ['string'], |
6772 | | -'MongoDB\BSON\Javascript::unserialize' => ['void', 'serialized'=>'string'], |
| 6776 | +'MongoDB\BSON\Javascript::unserialize' => ['void', 'data'=>'string'], |
6773 | 6777 | 'MongoDB\BSON\Javascript::jsonSerialize' => ['mixed'], |
6774 | 6778 | 'MongoDB\BSON\JavascriptInterface::getCode' => ['string'], |
6775 | 6779 | 'MongoDB\BSON\JavascriptInterface::getScope' => ['?object'], |
6776 | 6780 | 'MongoDB\BSON\JavascriptInterface::__toString' => ['string'], |
6777 | 6781 | 'MongoDB\BSON\MaxKey::serialize' => ['string'], |
6778 | | -'MongoDB\BSON\MaxKey::unserialize' => ['void', 'serialized'=>'string'], |
| 6782 | +'MongoDB\BSON\MaxKey::unserialize' => ['void', 'data'=>'string'], |
6779 | 6783 | 'MongoDB\BSON\MaxKey::jsonSerialize' => ['mixed'], |
6780 | 6784 | 'MongoDB\BSON\MinKey::serialize' => ['string'], |
6781 | | -'MongoDB\BSON\MinKey::unserialize' => ['void', 'serialized'=>'string'], |
| 6785 | +'MongoDB\BSON\MinKey::unserialize' => ['void', 'data'=>'string'], |
6782 | 6786 | 'MongoDB\BSON\MinKey::jsonSerialize' => ['mixed'], |
6783 | 6787 | 'MongoDB\BSON\ObjectId::__construct' => ['void', 'id='=>'?string'], |
6784 | 6788 | 'MongoDB\BSON\ObjectId::getTimestamp' => ['int'], |
6785 | 6789 | 'MongoDB\BSON\ObjectId::__toString' => ['string'], |
6786 | 6790 | 'MongoDB\BSON\ObjectId::serialize' => ['string'], |
6787 | | -'MongoDB\BSON\ObjectId::unserialize' => ['void', 'serialized'=>'string'], |
| 6791 | +'MongoDB\BSON\ObjectId::unserialize' => ['void', 'data'=>'string'], |
6788 | 6792 | 'MongoDB\BSON\ObjectId::jsonSerialize' => ['mixed'], |
6789 | 6793 | 'MongoDB\BSON\ObjectIdInterface::getTimestamp' => ['int'], |
6790 | 6794 | 'MongoDB\BSON\ObjectIdInterface::__toString' => ['string'], |
|
6793 | 6797 | 'MongoDB\BSON\PackedArray::getIterator' => ['MongoDB\BSON\Iterator'], |
6794 | 6798 | 'MongoDB\BSON\PackedArray::has' => ['bool', 'index'=>'int'], |
6795 | 6799 | 'MongoDB\BSON\PackedArray::toPHP' => ['object|array', 'typeMap='=>'?array'], |
| 6800 | +'MongoDB\BSON\PackedArray::offsetExists' => ['bool', 'offset'=>'mixed'], |
| 6801 | +'MongoDB\BSON\PackedArray::offsetGet' => ['mixed', 'offset'=>'mixed'], |
| 6802 | +'MongoDB\BSON\PackedArray::offsetSet' => ['void', 'offset'=>'mixed', 'value'=>'mixed'], |
| 6803 | +'MongoDB\BSON\PackedArray::offsetUnset' => ['void', 'offset'=>'mixed'], |
6796 | 6804 | 'MongoDB\BSON\PackedArray::__toString' => ['string'], |
6797 | 6805 | 'MongoDB\BSON\PackedArray::serialize' => ['string'], |
6798 | | -'MongoDB\BSON\PackedArray::unserialize' => ['void', 'serialized'=>'string'], |
| 6806 | +'MongoDB\BSON\PackedArray::unserialize' => ['void', 'data'=>'string'], |
| 6807 | +'MongoDB\BSON\Persistable::bsonSerialize' => ['stdClass|MongoDB\BSON\Document|array'], |
6799 | 6808 | 'MongoDB\BSON\Regex::__construct' => ['void', 'pattern'=>'string', 'flags='=>'string'], |
6800 | 6809 | 'MongoDB\BSON\Regex::getPattern' => ['string'], |
6801 | 6810 | 'MongoDB\BSON\Regex::getFlags' => ['string'], |
6802 | 6811 | 'MongoDB\BSON\Regex::__toString' => ['string'], |
6803 | 6812 | 'MongoDB\BSON\Regex::serialize' => ['string'], |
6804 | | -'MongoDB\BSON\Regex::unserialize' => ['void', 'serialized'=>'string'], |
| 6813 | +'MongoDB\BSON\Regex::unserialize' => ['void', 'data'=>'string'], |
6805 | 6814 | 'MongoDB\BSON\Regex::jsonSerialize' => ['mixed'], |
6806 | 6815 | 'MongoDB\BSON\RegexInterface::getPattern' => ['string'], |
6807 | 6816 | 'MongoDB\BSON\RegexInterface::getFlags' => ['string'], |
6808 | 6817 | 'MongoDB\BSON\RegexInterface::__toString' => ['string'], |
6809 | | -'MongoDB\BSON\Serializable::bsonSerialize' => ['object|array'], |
| 6818 | +'MongoDB\BSON\Serializable::bsonSerialize' => ['stdClass|MongoDB\BSON\Document|MongoDB\BSON\PackedArray|array'], |
6810 | 6819 | 'MongoDB\BSON\Symbol::__toString' => ['string'], |
6811 | 6820 | 'MongoDB\BSON\Symbol::serialize' => ['string'], |
6812 | | -'MongoDB\BSON\Symbol::unserialize' => ['void', 'serialized'=>'string'], |
| 6821 | +'MongoDB\BSON\Symbol::unserialize' => ['void', 'data'=>'string'], |
6813 | 6822 | 'MongoDB\BSON\Symbol::jsonSerialize' => ['mixed'], |
6814 | 6823 | 'MongoDB\BSON\Timestamp::__construct' => ['void', 'increment'=>'string|int', 'timestamp'=>'string|int'], |
6815 | 6824 | 'MongoDB\BSON\Timestamp::getTimestamp' => ['int'], |
6816 | 6825 | 'MongoDB\BSON\Timestamp::getIncrement' => ['int'], |
6817 | 6826 | 'MongoDB\BSON\Timestamp::__toString' => ['string'], |
6818 | 6827 | 'MongoDB\BSON\Timestamp::serialize' => ['string'], |
6819 | | -'MongoDB\BSON\Timestamp::unserialize' => ['void', 'serialized'=>'string'], |
| 6828 | +'MongoDB\BSON\Timestamp::unserialize' => ['void', 'data'=>'string'], |
6820 | 6829 | 'MongoDB\BSON\Timestamp::jsonSerialize' => ['mixed'], |
6821 | 6830 | 'MongoDB\BSON\TimestampInterface::getTimestamp' => ['int'], |
6822 | 6831 | 'MongoDB\BSON\TimestampInterface::getIncrement' => ['int'], |
|
6825 | 6834 | 'MongoDB\BSON\UTCDateTime::toDateTime' => ['DateTime'], |
6826 | 6835 | 'MongoDB\BSON\UTCDateTime::__toString' => ['string'], |
6827 | 6836 | 'MongoDB\BSON\UTCDateTime::serialize' => ['string'], |
6828 | | -'MongoDB\BSON\UTCDateTime::unserialize' => ['void', 'serialized'=>'string'], |
| 6837 | +'MongoDB\BSON\UTCDateTime::unserialize' => ['void', 'data'=>'string'], |
6829 | 6838 | 'MongoDB\BSON\UTCDateTime::jsonSerialize' => ['mixed'], |
6830 | 6839 | 'MongoDB\BSON\UTCDateTimeInterface::toDateTime' => ['DateTime'], |
6831 | 6840 | 'MongoDB\BSON\UTCDateTimeInterface::__toString' => ['string'], |
6832 | 6841 | 'MongoDB\BSON\Undefined::__toString' => ['string'], |
6833 | 6842 | 'MongoDB\BSON\Undefined::serialize' => ['string'], |
6834 | | -'MongoDB\BSON\Undefined::unserialize' => ['void', 'serialized'=>'string'], |
| 6843 | +'MongoDB\BSON\Undefined::unserialize' => ['void', 'data'=>'string'], |
6835 | 6844 | 'MongoDB\BSON\Undefined::jsonSerialize' => ['mixed'], |
6836 | 6845 | 'MongoDB\BSON\Unserializable::bsonUnserialize' => ['void', 'data'=>'array'], |
6837 | 6846 | 'MongoDB\Driver\BulkWrite::__construct' => ['void', 'options='=>'?array'], |
|
6864 | 6873 | 'MongoDB\Driver\Cursor::valid' => ['bool'], |
6865 | 6874 | 'MongoDB\Driver\CursorId::__toString' => ['string'], |
6866 | 6875 | 'MongoDB\Driver\CursorId::serialize' => ['string'], |
6867 | | -'MongoDB\Driver\CursorId::unserialize' => ['void', 'serialized'=>'string'], |
| 6876 | +'MongoDB\Driver\CursorId::unserialize' => ['void', 'data'=>'string'], |
6868 | 6877 | 'MongoDB\Driver\CursorInterface::getId' => ['MongoDB\Driver\CursorId'], |
6869 | 6878 | 'MongoDB\Driver\CursorInterface::getServer' => ['MongoDB\Driver\Server'], |
6870 | 6879 | 'MongoDB\Driver\CursorInterface::isDead' => ['bool'], |
|
6933 | 6942 | 'MongoDB\Driver\Monitoring\CommandSucceededEvent::getServer' => ['MongoDB\Driver\Server'], |
6934 | 6943 | 'MongoDB\Driver\Monitoring\CommandSucceededEvent::getServiceId' => ['?MongoDB\BSON\ObjectId'], |
6935 | 6944 | 'MongoDB\Driver\Monitoring\CommandSucceededEvent::getServerConnectionId' => ['?int'], |
| 6945 | +'MongoDB\Driver\Monitoring\LogSubscriber::log' => ['void', 'level'=>'int', 'domain'=>'string', 'message'=>'string'], |
6936 | 6946 | 'MongoDB\Driver\Monitoring\SDAMSubscriber::serverChanged' => ['void', 'event'=>'MongoDB\Driver\Monitoring\ServerChangedEvent'], |
6937 | 6947 | 'MongoDB\Driver\Monitoring\SDAMSubscriber::serverClosed' => ['void', 'event'=>'MongoDB\Driver\Monitoring\ServerClosedEvent'], |
6938 | 6948 | 'MongoDB\Driver\Monitoring\SDAMSubscriber::serverOpening' => ['void', 'event'=>'MongoDB\Driver\Monitoring\ServerOpeningEvent'], |
|
6975 | 6985 | 'MongoDB\Driver\ReadConcern::__construct' => ['void', 'level='=>'?string'], |
6976 | 6986 | 'MongoDB\Driver\ReadConcern::getLevel' => ['?string'], |
6977 | 6987 | 'MongoDB\Driver\ReadConcern::isDefault' => ['bool'], |
6978 | | -'MongoDB\Driver\ReadConcern::bsonSerialize' => ['object|array'], |
| 6988 | +'MongoDB\Driver\ReadConcern::bsonSerialize' => ['stdClass'], |
6979 | 6989 | 'MongoDB\Driver\ReadConcern::serialize' => ['string'], |
6980 | | -'MongoDB\Driver\ReadConcern::unserialize' => ['void', 'serialized'=>'string'], |
| 6990 | +'MongoDB\Driver\ReadConcern::unserialize' => ['void', 'data'=>'string'], |
6981 | 6991 | 'MongoDB\Driver\ReadPreference::__construct' => ['void', 'mode'=>'string|int', 'tagSets='=>'?array', 'options='=>'?array'], |
6982 | 6992 | 'MongoDB\Driver\ReadPreference::getHedge' => ['?object'], |
6983 | 6993 | 'MongoDB\Driver\ReadPreference::getMaxStalenessSeconds' => ['int'], |
6984 | 6994 | 'MongoDB\Driver\ReadPreference::getMode' => ['int'], |
6985 | 6995 | 'MongoDB\Driver\ReadPreference::getModeString' => ['string'], |
6986 | 6996 | 'MongoDB\Driver\ReadPreference::getTagSets' => ['array'], |
6987 | | -'MongoDB\Driver\ReadPreference::bsonSerialize' => ['object|array'], |
| 6997 | +'MongoDB\Driver\ReadPreference::bsonSerialize' => ['stdClass'], |
6988 | 6998 | 'MongoDB\Driver\ReadPreference::serialize' => ['string'], |
6989 | | -'MongoDB\Driver\ReadPreference::unserialize' => ['void', 'serialized'=>'string'], |
| 6999 | +'MongoDB\Driver\ReadPreference::unserialize' => ['void', 'data'=>'string'], |
6990 | 7000 | 'MongoDB\Driver\Server::executeBulkWrite' => ['MongoDB\Driver\WriteResult', 'namespace'=>'string', 'bulkWrite'=>'MongoDB\Driver\BulkWrite', 'options='=>'MongoDB\Driver\WriteConcern|array|null'], |
6991 | 7001 | 'MongoDB\Driver\Server::executeCommand' => ['MongoDB\Driver\Cursor', 'db'=>'string', 'command'=>'MongoDB\Driver\Command', 'options='=>'MongoDB\Driver\ReadPreference|array|null'], |
6992 | 7002 | 'MongoDB\Driver\Server::executeQuery' => ['MongoDB\Driver\Cursor', 'namespace'=>'string', 'query'=>'MongoDB\Driver\Query', 'options='=>'MongoDB\Driver\ReadPreference|array|null'], |
|
7006 | 7016 | 'MongoDB\Driver\Server::isPrimary' => ['bool'], |
7007 | 7017 | 'MongoDB\Driver\Server::isSecondary' => ['bool'], |
7008 | 7018 | 'MongoDB\Driver\ServerApi::__construct' => ['void', 'version'=>'string', 'strict='=>'?bool', 'deprecationErrors='=>'?bool'], |
7009 | | -'MongoDB\Driver\ServerApi::bsonSerialize' => ['object|array'], |
| 7019 | +'MongoDB\Driver\ServerApi::bsonSerialize' => ['stdClass'], |
7010 | 7020 | 'MongoDB\Driver\ServerApi::serialize' => ['string'], |
7011 | | -'MongoDB\Driver\ServerApi::unserialize' => ['void', 'serialized'=>'string'], |
| 7021 | +'MongoDB\Driver\ServerApi::unserialize' => ['void', 'data'=>'string'], |
7012 | 7022 | 'MongoDB\Driver\ServerDescription::getHelloResponse' => ['array'], |
7013 | 7023 | 'MongoDB\Driver\ServerDescription::getHost' => ['string'], |
7014 | 7024 | 'MongoDB\Driver\ServerDescription::getLastUpdateTime' => ['int'], |
|
7038 | 7048 | 'MongoDB\Driver\WriteConcern::getW' => ['string|int|null'], |
7039 | 7049 | 'MongoDB\Driver\WriteConcern::getWtimeout' => ['int'], |
7040 | 7050 | 'MongoDB\Driver\WriteConcern::isDefault' => ['bool'], |
7041 | | -'MongoDB\Driver\WriteConcern::bsonSerialize' => ['object|array'], |
| 7051 | +'MongoDB\Driver\WriteConcern::bsonSerialize' => ['stdClass'], |
7042 | 7052 | 'MongoDB\Driver\WriteConcern::serialize' => ['string'], |
7043 | | -'MongoDB\Driver\WriteConcern::unserialize' => ['void', 'serialized'=>'string'], |
| 7053 | +'MongoDB\Driver\WriteConcern::unserialize' => ['void', 'data'=>'string'], |
7044 | 7054 | 'MongoDB\Driver\WriteConcernError::getCode' => ['int'], |
7045 | 7055 | 'MongoDB\Driver\WriteConcernError::getInfo' => ['?object'], |
7046 | 7056 | 'MongoDB\Driver\WriteConcernError::getMessage' => ['string'], |
|
0 commit comments