From a3d64be341c27e0dcf16eb8eba4afd963186d9d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Dec 2021 09:01:07 +0100 Subject: update to 1.12.0 with libbson and libmongoc 1.20.0 with libmongocrypt 1.3.0 raise dependency on PHP 7.2 --- REFLECTION | 934 +++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 727 insertions(+), 207 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 7ce6e92..b1bcc8d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #123 mongodb version 1.11.1 ] { +Extension [ extension #115 mongodb version 1.12.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -17,7 +17,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.11.1 } + Constant [ string MONGODB_VERSION ] { 1.12.0 } Constant [ string MONGODB_STABILITY ] { stable } } @@ -32,7 +32,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [2] { Parameter #0 [ $bson ] - Parameter #1 [ array $typemap ] + Parameter #1 [ array $typemap = ] } } Function [ function MongoDB\BSON\toJSON ] { @@ -396,9 +396,9 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Class [ final class MongoDB\BSON\Binary implements MongoDB\BSON\BinaryInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\Binary implements MongoDB\BSON\BinaryInterface, JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { - - Constants [8] { + - Constants [9] { Constant [ public int TYPE_GENERIC ] { 0 } Constant [ public int TYPE_FUNCTION ] { 1 } Constant [ public int TYPE_OLD_BINARY ] { 2 } @@ -406,6 +406,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Constant [ public int TYPE_UUID ] { 4 } Constant [ public int TYPE_MD5 ] { 5 } Constant [ public int TYPE_ENCRYPTED ] { 6 } + Constant [ public int TYPE_COLUMN ] { 7 } Constant [ public int TYPE_USER_DEFINED ] { 128 } } @@ -439,10 +440,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Method [ final public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ final public method __unserialize ] { @@ -485,7 +487,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Class [ final class MongoDB\BSON\DBPointer implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\DBPointer implements JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { - Constants [0] { } @@ -506,10 +508,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Method [ final public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ final public method __unserialize ] { @@ -546,7 +549,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Class [ final class MongoDB\BSON\Decimal128 implements MongoDB\BSON\Decimal128Interface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\Decimal128 implements MongoDB\BSON\Decimal128Interface, JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { - Constants [0] { } @@ -580,10 +583,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Method [ final public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ final public method __unserialize ] { @@ -614,7 +618,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Class [ final class MongoDB\BSON\Int64 implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\Int64 implements JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { - Constants [0] { } @@ -635,10 +639,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Method [ final public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ final public method __unserialize ] { @@ -675,7 +680,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Class [ final class MongoDB\BSON\Javascript implements MongoDB\BSON\JavascriptInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\Javascript implements MongoDB\BSON\JavascriptInterface, JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { - Constants [0] { } @@ -700,7 +705,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [2] { Parameter #0 [ $javascript ] - Parameter #1 [ $scope ] + Parameter #1 [ $scope = ] } } @@ -710,10 +715,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Method [ final public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ final public method __unserialize ] { @@ -866,7 +872,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Class [ final class MongoDB\BSON\ObjectId implements MongoDB\BSON\ObjectIdInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\ObjectId implements MongoDB\BSON\ObjectIdInterface, JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { - Constants [0] { } @@ -890,7 +896,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ final public method __construct ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ $id = ] } } @@ -906,10 +912,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Method [ final public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ final public method __unserialize ] { @@ -970,7 +977,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Class [ final class MongoDB\BSON\Regex implements MongoDB\BSON\RegexInterface, MongoDB\BSON\Type, Serializable, JsonSerializable ] { + Class [ final class MongoDB\BSON\Regex implements MongoDB\BSON\RegexInterface, MongoDB\BSON\Type, Serializable, JsonSerializable, Stringable ] { - Constants [0] { } @@ -995,7 +1002,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [2] { Parameter #0 [ $pattern ] - Parameter #1 [ $flags ] + Parameter #1 [ $flags = ] } } @@ -1005,10 +1012,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Method [ final public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ final public method __unserialize ] { @@ -1051,7 +1059,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Class [ final class MongoDB\BSON\Symbol implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\Symbol implements JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { - Constants [0] { } @@ -1072,10 +1080,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Method [ final public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ final public method __unserialize ] { @@ -1112,7 +1121,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Class [ final class MongoDB\BSON\Timestamp implements MongoDB\BSON\TimestampInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\Timestamp implements MongoDB\BSON\TimestampInterface, JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { - Constants [0] { } @@ -1147,10 +1156,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Method [ final public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ final public method __unserialize ] { @@ -1193,7 +1203,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Class [ final class MongoDB\BSON\Undefined implements JsonSerializable, MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\Undefined implements JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { - Constants [0] { } @@ -1214,10 +1224,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Method [ final public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ final public method __unserialize ] { @@ -1254,7 +1265,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Class [ final class MongoDB\BSON\UTCDateTime implements MongoDB\BSON\UTCDateTimeInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { + Class [ final class MongoDB\BSON\UTCDateTime implements MongoDB\BSON\UTCDateTimeInterface, JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { - Constants [0] { } @@ -1278,7 +1289,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ final public method __construct ] { - Parameters [1] { - Parameter #0 [ $milliseconds ] + Parameter #0 [ $milliseconds = ] } } @@ -1288,10 +1299,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Method [ final public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ final public method __unserialize ] { @@ -1394,7 +1406,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ final public method __construct ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ ?array $options = ] } } @@ -1410,7 +1422,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $query ] Parameter #1 [ $newObj ] - Parameter #2 [ array or NULL $updateOptions ] + Parameter #2 [ ?array $updateOptions = ] } } @@ -1418,7 +1430,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [2] { Parameter #0 [ $query ] - Parameter #1 [ array or NULL $deleteOptions ] + Parameter #1 [ ?array $deleteOptions = ] } } @@ -1457,7 +1469,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [2] { Parameter #0 [ $kmsProvider ] - Parameter #1 [ array or NULL $options ] + Parameter #1 [ ?array $options = ] } } @@ -1465,7 +1477,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [2] { Parameter #0 [ $value ] - Parameter #1 [ array or NULL $options ] + Parameter #1 [ ?array $options = ] } } @@ -1509,7 +1521,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [2] { Parameter #0 [ $document ] - Parameter #1 [ array or NULL $options ] + Parameter #1 [ ?array $options = ] } } @@ -1611,7 +1623,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Class [ final class MongoDB\Driver\CursorId implements Serializable ] { + Class [ final class MongoDB\Driver\CursorId implements Serializable, Stringable ] { - Constants [0] { } @@ -1638,10 +1650,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Method [ final public method __toString ] { + Method [ final public method __toString ] { - Parameters [0] { } + - Return [ string ] } Method [ final public method __unserialize ] { @@ -1690,9 +1703,9 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ final public method __construct ] { - Parameters [3] { - Parameter #0 [ $uri ] - Parameter #1 [ array $options ] - Parameter #2 [ array $driverOptions ] + Parameter #0 [ $uri = ] + Parameter #1 [ array $options = ] + Parameter #2 [ array $driverOptions = ] } } @@ -1715,7 +1728,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $db ] Parameter #1 [ MongoDB\Driver\Command $command ] - Parameter #2 [ $options ] + Parameter #2 [ $options = ] } } @@ -1724,7 +1737,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $db ] Parameter #1 [ MongoDB\Driver\Command $command ] - Parameter #2 [ array $options ] + Parameter #2 [ array $options = ] } } @@ -1733,7 +1746,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $db ] Parameter #1 [ MongoDB\Driver\Command $command ] - Parameter #2 [ array $options ] + Parameter #2 [ array $options = ] } } @@ -1742,7 +1755,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $db ] Parameter #1 [ MongoDB\Driver\Command $command ] - Parameter #2 [ $options ] + Parameter #2 [ $options = ] } } @@ -1751,7 +1764,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $namespace ] Parameter #1 [ MongoDB\Driver\Query $zquery ] - Parameter #2 [ $options ] + Parameter #2 [ $options = ] } } @@ -1760,7 +1773,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $namespace ] Parameter #1 [ MongoDB\Driver\BulkWrite $zbulk ] - Parameter #2 [ $options ] + Parameter #2 [ $options = ] } } @@ -1798,14 +1811,14 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ final public method selectServer ] { - Parameters [1] { - Parameter #0 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] + Parameter #0 [ ?MongoDB\Driver\ReadPreference $readPreference = ] } } Method [ final public method startSession ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ ?array $options = ] } } @@ -1836,7 +1849,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [2] { Parameter #0 [ $filter ] - Parameter #1 [ array or NULL $options ] + Parameter #1 [ ?array $options = ] } } @@ -1877,7 +1890,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ final public method __construct ] { - Parameters [1] { - Parameter #0 [ $level ] + Parameter #0 [ $level = ] } } @@ -1964,8 +1977,8 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $mode ] - Parameter #1 [ array or NULL $tagSets ] - Parameter #2 [ array or NULL $options ] + Parameter #1 [ ?array $tagSets = ] + Parameter #2 [ ?array $options = ] } } @@ -2063,7 +2076,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $db ] Parameter #1 [ MongoDB\Driver\Command $command ] - Parameter #2 [ $options ] + Parameter #2 [ $options = ] } } @@ -2072,7 +2085,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $db ] Parameter #1 [ MongoDB\Driver\Command $command ] - Parameter #2 [ array $options ] + Parameter #2 [ array $options = ] } } @@ -2081,7 +2094,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $db ] Parameter #1 [ MongoDB\Driver\Command $command ] - Parameter #2 [ array $options ] + Parameter #2 [ array $options = ] } } @@ -2090,7 +2103,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $db ] Parameter #1 [ MongoDB\Driver\Command $command ] - Parameter #2 [ array $options ] + Parameter #2 [ array $options = ] } } @@ -2099,7 +2112,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $namespace ] Parameter #1 [ MongoDB\Driver\Query $zquery ] - Parameter #2 [ $options ] + Parameter #2 [ $options = ] } } @@ -2108,7 +2121,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $namespace ] Parameter #1 [ MongoDB\Driver\BulkWrite $zbulk ] - Parameter #2 [ $options ] + Parameter #2 [ $options = ] } } @@ -2218,8 +2231,8 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ string $version ] - Parameter #1 [ bool or NULL $strict ] - Parameter #2 [ bool or NULL $deprecationErrors ] + Parameter #1 [ ?bool $strict = ] + Parameter #2 [ ?bool $deprecationErrors = ] } } @@ -2251,7 +2264,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $serialized ] } } } @@ -2354,7 +2367,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ final public method startTransaction ] { - Parameters [1] { - Parameter #0 [ array or NULL $options ] + Parameter #0 [ ?array $options = ] } } @@ -2398,8 +2411,8 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Parameters [3] { Parameter #0 [ $w ] - Parameter #1 [ $wtimeout ] - Parameter #2 [ $journal ] + Parameter #1 [ $wtimeout = ] + Parameter #2 [ $journal = ] } } @@ -2650,7 +2663,7 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } } - Interface [ interface MongoDB\Driver\Exception\Exception extends Throwable ] { + Interface [ interface MongoDB\Driver\Exception\Exception extends Throwable, Stringable ] { - Constants [0] { } @@ -2666,32 +2679,63 @@ Extension [ extension #123 mongodb version 1.11.1 ] { - Methods [8] { Method [ abstract public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ abstract public method getCode ] { + + - Parameters [0] { + } } Method [ abstract public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ abstract public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ abstract public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ abstract public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ abstract public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ abstract public method __toString ] { + Method [ abstract public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class MongoDB\Driver\Exception\RuntimeException extends RuntimeException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\RuntimeException extends RuntimeException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -2703,11 +2747,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [5] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $errorLabels ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ protected $errorLabels = NULL ] } - Methods [11] { @@ -2721,42 +2765,76 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class MongoDB\Driver\Exception\ServerException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable ] { + Class [ class MongoDB\Driver\Exception\ServerException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Stringable, Throwable ] { - Constants [0] { } @@ -2768,11 +2846,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [5] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $errorLabels ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ protected $errorLabels = NULL ] } - Methods [11] { @@ -2786,42 +2864,76 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class MongoDB\Driver\Exception\ConnectionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable ] { + Class [ class MongoDB\Driver\Exception\ConnectionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Stringable, Throwable ] { - Constants [0] { } @@ -2833,11 +2945,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [5] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $errorLabels ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ protected $errorLabels = NULL ] } - Methods [11] { @@ -2851,42 +2963,76 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ abstract class MongoDB\Driver\Exception\WriteException extends MongoDB\Driver\Exception\ServerException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ abstract class MongoDB\Driver\Exception\WriteException extends MongoDB\Driver\Exception\ServerException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -2898,12 +3044,12 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [6] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $errorLabels ] - Property [ protected $writeResult ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ protected $errorLabels = NULL ] + Property [ protected $writeResult = NULL ] } - Methods [12] { @@ -2923,42 +3069,76 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class MongoDB\Driver\Exception\AuthenticationException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\AuthenticationException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -2970,11 +3150,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [5] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $errorLabels ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ protected $errorLabels = NULL ] } - Methods [11] { @@ -2988,42 +3168,76 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class MongoDB\Driver\Exception\BulkWriteException extends MongoDB\Driver\Exception\WriteException implements MongoDB\Driver\Exception\Exception, Throwable ] { + Class [ class MongoDB\Driver\Exception\BulkWriteException extends MongoDB\Driver\Exception\WriteException implements MongoDB\Driver\Exception\Exception, Stringable, Throwable ] { - Constants [0] { } @@ -3035,12 +3249,12 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [6] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $errorLabels ] - Property [ protected $writeResult ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ protected $errorLabels = NULL ] + Property [ protected $writeResult = NULL ] } - Methods [12] { @@ -3060,42 +3274,76 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class MongoDB\Driver\Exception\CommandException extends MongoDB\Driver\Exception\ServerException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\CommandException extends MongoDB\Driver\Exception\ServerException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3107,12 +3355,12 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [6] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $errorLabels ] - Property [ protected $resultDocument ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ protected $errorLabels = NULL ] + Property [ protected $resultDocument = NULL ] } - Methods [12] { @@ -3132,42 +3380,76 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ final class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3179,11 +3461,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [5] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $errorLabels ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ protected $errorLabels = NULL ] } - Methods [11] { @@ -3197,42 +3479,76 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class MongoDB\Driver\Exception\EncryptionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable ] { + Class [ class MongoDB\Driver\Exception\EncryptionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Stringable, Throwable ] { - Constants [0] { } @@ -3244,11 +3560,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [5] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $errorLabels ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ protected $errorLabels = NULL ] } - Methods [11] { @@ -3262,42 +3578,76 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\ServerException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\ServerException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3309,11 +3659,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [5] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $errorLabels ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ protected $errorLabels = NULL ] } - Methods [11] { @@ -3327,42 +3677,76 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class MongoDB\Driver\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\InvalidArgumentException extends InvalidArgumentException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3374,52 +3758,86 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class MongoDB\Driver\Exception\LogicException extends LogicException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\LogicException extends LogicException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3431,52 +3849,86 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ final class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3488,11 +3940,11 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [5] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ protected $errorLabels ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ protected $errorLabels = NULL ] } - Methods [11] { @@ -3506,42 +3958,76 @@ Extension [ extension #123 mongodb version 1.11.1 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class MongoDB\Driver\Exception\UnexpectedValueException extends UnexpectedValueException implements Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\UnexpectedValueException extends UnexpectedValueException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3553,47 +4039,81 @@ Extension [ extension #123 mongodb version 1.11.1 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } -- cgit