diff --git a/content/reference/php/api-docs/DOCTUM_VERSION b/content/reference/php/api-docs/DOCTUM_VERSION index d41f08f1f..0413736d6 100644 --- a/content/reference/php/api-docs/DOCTUM_VERSION +++ b/content/reference/php/api-docs/DOCTUM_VERSION @@ -1 +1 @@ -5.5.1 \ No newline at end of file +5.5.4 \ No newline at end of file diff --git a/content/reference/php/api-docs/Google.html b/content/reference/php/api-docs/Google.html index 1bc51c655..e52460c6a 100644 --- a/content/reference/php/api-docs/Google.html +++ b/content/reference/php/api-docs/Google.html @@ -3,7 +3,7 @@ - Google | Google Protobuf - v3.21.10 + Google | Google Protobuf - 4.33.6 @@ -57,7 +57,7 @@ - Google Protobuf - v3.21.10 + Google Protobuf - 4.33.6

A protocol buffer option, which can be attached to a message, field, enumeration, etc.

+ +
+
+ PrintOptions
+
+
+
+
+ RepeatedField
+

RepeatedField is used by generated protocol message classes to manipulate +repeated fields. It can be used like native PHP array.

diff --git a/content/reference/php/api-docs/Google/Protobuf/Any.html b/content/reference/php/api-docs/Google/Protobuf/Any.html index eb77f9cdf..6ec460c1e 100644 --- a/content/reference/php/api-docs/Google/Protobuf/Any.html +++ b/content/reference/php/api-docs/Google/Protobuf/Any.html @@ -3,7 +3,7 @@ - Google\Protobuf\Any | Google Protobuf - v3.21.10 + Google\Protobuf\Any | Google Protobuf - 4.33.6 @@ -57,7 +57,7 @@ - Google Protobuf - v3.21.10 + Google Protobuf - 4.33.6
- + null
clear() @@ -301,7 +305,7 @@

Methods

- + null
discardUnknownFields() @@ -312,7 +316,7 @@

Methods

- + null
mergeFrom(object $msg) @@ -323,7 +327,7 @@

Methods

- + null
mergeFromString(string $data) @@ -334,10 +338,10 @@

Methods

- + null
- mergeFromJsonString(string $data, $ignore_unknown = false) + mergeFromJsonString(string $data, bool $ignore_unknown = false)

Parses a json string to protobuf message.

- + null
mergeFromArray(array $array) @@ -431,7 +435,7 @@

Methods

string
- serializeToJsonString() + serializeToJsonString($options = 0)

Serialize the message to json string.

- jsonByteSize() + jsonByteSize($options = 0)

No description

@@ -463,6 +467,18 @@

Methods

+ +
+
+ __debugInfo() + +

No description

+
+
from  +Message
+
+
+
@@ -480,7 +496,7 @@

Methods

- pack($msg) + pack(Message $msg)

The type_url will be created according to the given message’s type and the value is encoded data from the given message.

@@ -492,7 +508,7 @@

Methods

- is($klass) + is(string $klass)

This method returns whether the type_url in any_message is corresponded to the given class.

@@ -557,7 +573,7 @@

Details

- + __construct($data = NULL) @@ -591,7 +607,7 @@

Parameters

protected readWrapperValue($member) @@ -626,7 +642,7 @@

Parameters

protected writeWrapperValue($member, $value) @@ -666,7 +682,7 @@

Parameters

protected readOneof($number) @@ -701,7 +717,7 @@

Parameters

protected hasOneof($number) @@ -736,7 +752,7 @@

Parameters

protected writeOneof($number, $value) @@ -776,7 +792,7 @@

Parameters

protected whichOneof($oneof_name) @@ -811,8 +827,8 @@

Parameters

+ null clear() @@ -825,6 +841,15 @@

+

Return Value

+ + + + + + +
null
+ @@ -835,8 +860,8 @@

+ null discardUnknownFields()

@@ -849,6 +874,15 @@

+

Return Value

+ + + + + + +
null
+ @@ -859,8 +893,8 @@

+ null mergeFrom(object $msg)

@@ -888,6 +922,15 @@

Parameters

+

Return Value

+ + + + + + +
null
+ @@ -898,8 +941,8 @@

Parameters

+ null mergeFromString(string $data) @@ -925,6 +968,15 @@

Parameters

+

Return Value

+ + + + + + +
null
+

Exceptions

@@ -944,9 +996,9 @@

Exceptions

- - mergeFromJsonString(string $data, $ignore_unknown = false) +Message at line 770

+ null + mergeFromJsonString(string $data, bool $ignore_unknown = false)
@@ -969,13 +1021,22 @@

Parameters

Json protobuf data.

- + bool $ignore_unknown +

Return Value

+ + + + + + +
null
+

Exceptions

@@ -995,7 +1056,7 @@

Exceptions

parseFromStream($input) @@ -1030,8 +1091,8 @@

Parameters

- protected +Message at line 1037

+ protected null mergeFromArray(array $array) @@ -1065,6 +1126,15 @@

Parameters

+

Return Value

+ + + + + + +
null
+ @@ -1075,7 +1145,7 @@

Parameters

protected mergeFromJsonArray($array, $ignore_unknown) @@ -1115,7 +1185,7 @@

Parameters

parseFromJsonStream($input, $ignore_unknown) @@ -1155,7 +1225,7 @@

Parameters

serializeToStream($output) @@ -1190,7 +1260,7 @@

Parameters

serializeToJsonStream($output) @@ -1225,7 +1295,7 @@

Parameters

string serializeToString() @@ -1258,9 +1328,9 @@

Return Value

string - serializeToJsonString() + serializeToJsonString($options = 0)
@@ -1271,6 +1341,16 @@

Serialize the message to json string.

+

Parameters

+ + + + + + + +
$options
+

Return Value

@@ -1291,7 +1371,7 @@

Return Value

byteSize() @@ -1316,9 +1396,44 @@

+ + jsonByteSize($options = 0) + +

+
+ + + +
+

No description

+ +
+
+

Parameters

+ + + + + + + +
$options
+ + + + + +
+
+ +
+
+

+ - jsonByteSize() + __debugInfo()

@@ -1341,7 +1456,7 @@

Message unpack() @@ -1394,9 +1509,9 @@

Exceptions

- pack($msg) + pack(Message $msg)
@@ -1412,9 +1527,9 @@

Parameters

- + - +
Message $msg

A proto message.

@@ -1429,9 +1544,9 @@

Parameters

- is($klass) + is(string $klass)
@@ -1447,9 +1562,9 @@

Parameters

- + - +
string $klass

The fully qualified PHP class name of a proto message type.

@@ -1463,7 +1578,7 @@

Parameters

- + string getTypeUrl() @@ -1493,7 +1608,8 @@

breaking changes.) Note: this functionality is not currently available in the official protobuf release, and it is not used for type URLs beginning with -type.googleapis.com. +type.googleapis.com. As of May 2023, there are no widely used type server +implementations and no plans to implement one. Schemes other than http, https (or the empty scheme) might be used with implementation specific semantics. @@ -1519,7 +1635,7 @@

Return Value

- + $this setTypeUrl(string $var) @@ -1549,7 +1665,8 @@

breaking changes.) Note: this functionality is not currently available in the official protobuf release, and it is not used for type URLs beginning with -type.googleapis.com. +type.googleapis.com. As of May 2023, there are no widely used type server +implementations and no plans to implement one. Schemes other than http, https (or the empty scheme) might be used with implementation specific semantics. @@ -1585,7 +1702,7 @@

Return Value

- + string getValue() @@ -1617,7 +1734,7 @@

Return Value

- + $this setValue(string $var) diff --git a/content/reference/php/api-docs/Google/Protobuf/Api.html b/content/reference/php/api-docs/Google/Protobuf/Api.html index 7fb3ac2de..5a81725ed 100644 --- a/content/reference/php/api-docs/Google/Protobuf/Api.html +++ b/content/reference/php/api-docs/Google/Protobuf/Api.html @@ -3,7 +3,7 @@ - Google\Protobuf\Api | Google Protobuf - v3.21.10 + Google\Protobuf\Api | Google Protobuf - 4.33.6 @@ -57,7 +57,7 @@ - Google Protobuf - v3.21.10 + Google Protobuf - 4.33.6

@@ -150,6 +154,15 @@

Properties

$syntax

The source syntax of the service.

+ + + + protected + + + $edition +

The source edition string, only valid when syntax is SYNTAX_EDITIONS.

+ @@ -241,7 +254,7 @@

Methods

- + null
clear() @@ -252,7 +265,7 @@

Methods

- + null
discardUnknownFields() @@ -263,7 +276,7 @@

Methods

- + null
mergeFrom(object $msg) @@ -274,7 +287,7 @@

Methods

- + null
mergeFromString(string $data) @@ -285,10 +298,10 @@

Methods

- + null
- mergeFromJsonString(string $data, $ignore_unknown = false) + mergeFromJsonString(string $data, bool $ignore_unknown = false)

Parses a json string to protobuf message.

- + null
mergeFromArray(array $array) @@ -382,7 +395,7 @@

Methods

string
- serializeToJsonString() + serializeToJsonString($options = 0)

Serialize the message to json string.

- jsonByteSize() + jsonByteSize($options = 0)

No description

@@ -414,6 +427,18 @@

Methods

+ +
+
+ __debugInfo() + +

No description

+
+
from  +Message
+
+
+
string
@@ -436,7 +461,7 @@

Methods

- RepeatedField + Method>
getMethods() @@ -449,14 +474,14 @@

Methods

$this
- setMethods(Method[]|RepeatedField $var) + setMethods(Method[] $var)

The methods of this interface, in unspecified order.

- RepeatedField + Option>
getOptions() @@ -469,7 +494,7 @@

Methods

$this
- setOptions(Option[]|RepeatedField $var) + setOptions(Option[] $var)

Any metadata attached to the interface.

@@ -550,7 +575,7 @@

Methods

- RepeatedField + Mixin>
getMixins() @@ -563,7 +588,7 @@

Methods

$this
- setMixins(Mixin[]|RepeatedField $var) + setMixins(Mixin[] $var)

Included interfaces. See [Mixin][].

@@ -587,6 +612,26 @@

Methods

The source syntax of the service.

+
+
+
+ string +
+
+ getEdition() + +

The source edition string, only valid when syntax is SYNTAX_EDITIONS.

+
+
+
+
+ $this +
+
+ setEdition(string $var) + +

The source edition string, only valid when syntax is SYNTAX_EDITIONS.

+
@@ -596,7 +641,7 @@

Details

- + __construct($data = NULL) @@ -630,7 +675,7 @@

Parameters

protected readWrapperValue($member) @@ -665,7 +710,7 @@

Parameters

protected writeWrapperValue($member, $value) @@ -705,7 +750,7 @@

Parameters

protected readOneof($number) @@ -740,7 +785,7 @@

Parameters

protected hasOneof($number) @@ -775,7 +820,7 @@

Parameters

protected writeOneof($number, $value) @@ -815,7 +860,7 @@

Parameters

protected whichOneof($oneof_name) @@ -850,8 +895,8 @@

Parameters

+ null clear() @@ -864,6 +909,15 @@

+

Return Value

+ + + + + + +
null
+ @@ -874,8 +928,8 @@

+ null discardUnknownFields()

@@ -888,6 +942,15 @@

+

Return Value

+ + + + + + +
null
+ @@ -898,8 +961,8 @@

+ null mergeFrom(object $msg)

@@ -927,6 +990,15 @@

Parameters

+

Return Value

+ + + + + + +
null
+ @@ -937,8 +1009,8 @@

Parameters

+ null mergeFromString(string $data) @@ -964,6 +1036,15 @@

Parameters

+

Return Value

+ + + + + + +
null
+

Exceptions

@@ -983,9 +1064,9 @@

Exceptions

- - mergeFromJsonString(string $data, $ignore_unknown = false) +Message at line 770

+ null + mergeFromJsonString(string $data, bool $ignore_unknown = false)
@@ -1008,13 +1089,22 @@

Parameters

Json protobuf data.

- + bool $ignore_unknown +

Return Value

+ + + + + + +
null
+

Exceptions

@@ -1034,7 +1124,7 @@

Exceptions

parseFromStream($input) @@ -1069,8 +1159,8 @@

Parameters

- protected +Message at line 1037

+ protected null mergeFromArray(array $array) @@ -1104,6 +1194,15 @@

Parameters

+

Return Value

+ + + + + + +
null
+ @@ -1114,7 +1213,7 @@

Parameters

protected mergeFromJsonArray($array, $ignore_unknown) @@ -1154,7 +1253,7 @@

Parameters

parseFromJsonStream($input, $ignore_unknown) @@ -1194,7 +1293,7 @@

Parameters

serializeToStream($output) @@ -1229,7 +1328,7 @@

Parameters

serializeToJsonStream($output) @@ -1264,7 +1363,7 @@

Parameters

string serializeToString() @@ -1297,9 +1396,9 @@

Return Value

string - serializeToJsonString() + serializeToJsonString($options = 0)
@@ -1310,6 +1409,16 @@

Serialize the message to json string.

+

Parameters

+ + + + + + + +
$options
+

Return Value

@@ -1330,7 +1439,7 @@

Return Value

byteSize() @@ -1355,9 +1464,44 @@

+ + jsonByteSize($options = 0) + +

+
+ + + +
+

No description

+ +
+
+

Parameters

+ + + + + + + +
$options
+ + + + + +
+
+ +
+
+

+ - jsonByteSize() + __debugInfo()

@@ -1379,7 +1523,7 @@

- + string getName() @@ -1412,7 +1556,7 @@

Return Value

- + $this setName(string $var) @@ -1455,8 +1599,8 @@

Return Value

- - RepeatedField + + Method> getMethods()

@@ -1473,7 +1617,7 @@

Return Value

- +
RepeatedFieldMethod>
@@ -1487,9 +1631,9 @@

Return Value

- + $this - setMethods(Method[]|RepeatedField $var) + setMethods(Method[] $var)

@@ -1504,7 +1648,7 @@

Parameters

- + @@ -1529,8 +1673,8 @@

Return Value

- - RepeatedField + + Option> getOptions()

@@ -1547,7 +1691,7 @@

Return Value

Method[]|RepeatedFieldMethod[] $var
- +
RepeatedFieldOption>
@@ -1561,9 +1705,9 @@

Return Value

- + $this - setOptions(Option[]|RepeatedField $var) + setOptions(Option[] $var)

@@ -1578,7 +1722,7 @@

Parameters

- + @@ -1603,7 +1747,7 @@

Return Value

- + string getVersion() @@ -1651,7 +1795,7 @@

Return Value

- + $this setVersion(string $var) @@ -1709,7 +1853,7 @@

Return Value

- + SourceContext|null getSourceContext() @@ -1742,7 +1886,7 @@

Return Value

- + hasSourceContext() @@ -1766,7 +1910,7 @@

- + clearSourceContext() @@ -1790,7 +1934,7 @@

- + $this setSourceContext(SourceContext $var) @@ -1833,8 +1977,8 @@

Return Value

- - RepeatedField + + Mixin> getMixins()

@@ -1851,7 +1995,7 @@

Return Value

Option[]|RepeatedFieldOption[] $var
- +
RepeatedFieldMixin>
@@ -1865,9 +2009,9 @@

Return Value

- + $this - setMixins(Mixin[]|RepeatedField $var) + setMixins(Mixin[] $var)

@@ -1882,7 +2026,7 @@

Parameters

- + @@ -1907,7 +2051,7 @@

Return Value

- + int getSyntax() @@ -1939,7 +2083,7 @@

Return Value

- + $this setSyntax(int $var) @@ -1975,6 +2119,80 @@

Return Value

+
+ + + +
+

+ + string + getEdition() + +

+
+ + + +
+

The source edition string, only valid when syntax is SYNTAX_EDITIONS.

Generated from protobuf field string edition = 8;

+
+
+ +

Return Value

+ +
Mixin[]|RepeatedFieldMixin[] $var
+ + + + +
string
+ + + + +
+
+ +
+
+

+ + $this + setEdition(string $var) + +

+
+ + + +
+

The source edition string, only valid when syntax is SYNTAX_EDITIONS.

Generated from protobuf field string edition = 8;

+
+
+

Parameters

+ + + + + + + +
string$var
+ + +

Return Value

+ + + + + + +
$this
+ + + +
diff --git a/content/reference/php/api-docs/Google/Protobuf/BoolValue.html b/content/reference/php/api-docs/Google/Protobuf/BoolValue.html index 36ed89dac..641c6208d 100644 --- a/content/reference/php/api-docs/Google/Protobuf/BoolValue.html +++ b/content/reference/php/api-docs/Google/Protobuf/BoolValue.html @@ -3,7 +3,7 @@ - Google\Protobuf\BoolValue | Google Protobuf - v3.21.10 + Google\Protobuf\BoolValue | Google Protobuf - 4.33.6 @@ -57,7 +57,7 @@ - Google Protobuf - v3.21.10 + Google Protobuf - 4.33.6
- + null
clear() @@ -212,7 +214,7 @@

Methods

- + null
discardUnknownFields() @@ -223,7 +225,7 @@

Methods

- + null
mergeFrom(object $msg) @@ -234,7 +236,7 @@

Methods

- + null
mergeFromString(string $data) @@ -245,10 +247,10 @@

Methods

- + null
- mergeFromJsonString(string $data, $ignore_unknown = false) + mergeFromJsonString(string $data, bool $ignore_unknown = false)

Parses a json string to protobuf message.

- + null
mergeFromArray(array $array) @@ -342,7 +344,7 @@

Methods

string
- serializeToJsonString() + serializeToJsonString($options = 0)

Serialize the message to json string.

- jsonByteSize() + jsonByteSize($options = 0)

No description

@@ -374,6 +376,18 @@

Methods

+ +
+
+ __debugInfo() + +

No description

+
+
from  +Message
+
+
+
bool
@@ -400,7 +414,7 @@

Details

- + __construct($data = NULL) @@ -434,7 +448,7 @@

Parameters

protected readWrapperValue($member) @@ -469,7 +483,7 @@

Parameters

protected writeWrapperValue($member, $value) @@ -509,7 +523,7 @@

Parameters

protected readOneof($number) @@ -544,7 +558,7 @@

Parameters

protected hasOneof($number) @@ -579,7 +593,7 @@

Parameters

protected writeOneof($number, $value) @@ -619,7 +633,7 @@

Parameters

protected whichOneof($oneof_name) @@ -654,8 +668,8 @@

Parameters

+ null clear() @@ -668,6 +682,15 @@

+

Return Value

+ + + + + + +
null
+ @@ -678,8 +701,8 @@

+ null discardUnknownFields()

@@ -692,6 +715,15 @@

+

Return Value

+ + + + + + +
null
+ @@ -702,8 +734,8 @@

+ null mergeFrom(object $msg)

@@ -731,6 +763,15 @@

Parameters

+

Return Value

+ + + + + + +
null
+ @@ -741,8 +782,8 @@

Parameters

+ null mergeFromString(string $data) @@ -768,6 +809,15 @@

Parameters

+

Return Value

+ + + + + + +
null
+

Exceptions

@@ -787,9 +837,9 @@

Exceptions

- - mergeFromJsonString(string $data, $ignore_unknown = false) +Message at line 770

+ null + mergeFromJsonString(string $data, bool $ignore_unknown = false)
@@ -812,13 +862,22 @@

Parameters

Json protobuf data.

- + bool $ignore_unknown +

Return Value

+ + + + + + +
null
+

Exceptions

@@ -838,7 +897,7 @@

Exceptions

parseFromStream($input) @@ -873,8 +932,8 @@

Parameters

- protected +Message at line 1037

+ protected null mergeFromArray(array $array) @@ -908,6 +967,15 @@

Parameters

+

Return Value

+ + + + + + +
null
+ @@ -918,7 +986,7 @@

Parameters

protected mergeFromJsonArray($array, $ignore_unknown) @@ -958,7 +1026,7 @@

Parameters

parseFromJsonStream($input, $ignore_unknown) @@ -998,7 +1066,7 @@

Parameters

serializeToStream($output) @@ -1033,7 +1101,7 @@

Parameters

serializeToJsonStream($output) @@ -1068,7 +1136,7 @@

Parameters

string serializeToString() @@ -1101,9 +1169,9 @@

Return Value

string - serializeToJsonString() + serializeToJsonString($options = 0)
@@ -1114,6 +1182,16 @@

Serialize the message to json string.

+

Parameters

+ + + + + + + +
$options
+

Return Value

@@ -1134,7 +1212,7 @@

Return Value

byteSize() @@ -1159,9 +1237,44 @@

+ + jsonByteSize($options = 0) + +

+
+ + + +
+

No description

+ +
+
+

Parameters

+ + + + + + + +
$options
+ + + + + +
+
+ +
+
+

+ - jsonByteSize() + __debugInfo()

@@ -1183,7 +1296,7 @@

- + bool getValue() @@ -1215,7 +1328,7 @@

Return Value

- + $this setValue(bool $var) diff --git a/content/reference/php/api-docs/Google/Protobuf/BytesValue.html b/content/reference/php/api-docs/Google/Protobuf/BytesValue.html index 1d2bddba6..8776ebd6a 100644 --- a/content/reference/php/api-docs/Google/Protobuf/BytesValue.html +++ b/content/reference/php/api-docs/Google/Protobuf/BytesValue.html @@ -3,7 +3,7 @@ - Google\Protobuf\BytesValue | Google Protobuf - v3.21.10 + Google\Protobuf\BytesValue | Google Protobuf - 4.33.6 @@ -57,7 +57,7 @@ - Google Protobuf - v3.21.10 + Google Protobuf - 4.33.6

- + null
clear() @@ -212,7 +214,7 @@

Methods

- + null
discardUnknownFields() @@ -223,7 +225,7 @@

Methods

- + null
mergeFrom(object $msg) @@ -234,7 +236,7 @@

Methods

- + null
mergeFromString(string $data) @@ -245,10 +247,10 @@

Methods

- + null
- mergeFromJsonString(string $data, $ignore_unknown = false) + mergeFromJsonString(string $data, bool $ignore_unknown = false)

Parses a json string to protobuf message.

- + null
mergeFromArray(array $array) @@ -342,7 +344,7 @@

Methods

string
- serializeToJsonString() + serializeToJsonString($options = 0)

Serialize the message to json string.

- jsonByteSize() + jsonByteSize($options = 0)

No description

@@ -374,6 +376,18 @@

Methods

+ +
+
+ __debugInfo() + +

No description

+
+
from  +Message
+
+
+
string
@@ -400,7 +414,7 @@

Details

- + __construct($data = NULL) @@ -434,7 +448,7 @@

Parameters

protected readWrapperValue($member) @@ -469,7 +483,7 @@

Parameters

protected writeWrapperValue($member, $value) @@ -509,7 +523,7 @@

Parameters

protected readOneof($number) @@ -544,7 +558,7 @@

Parameters

protected hasOneof($number) @@ -579,7 +593,7 @@

Parameters

protected writeOneof($number, $value) @@ -619,7 +633,7 @@

Parameters

protected whichOneof($oneof_name) @@ -654,8 +668,8 @@

Parameters

+ null clear() @@ -668,6 +682,15 @@

+

Return Value

+ + + + + + +
null
+ @@ -678,8 +701,8 @@

+ null discardUnknownFields()

@@ -692,6 +715,15 @@

+

Return Value

+ + + + + + +
null
+ @@ -702,8 +734,8 @@

+ null mergeFrom(object $msg)

@@ -731,6 +763,15 @@

Parameters

+

Return Value

+ + + + + + +
null
+ @@ -741,8 +782,8 @@

Parameters

+ null mergeFromString(string $data) @@ -768,6 +809,15 @@

Parameters

+

Return Value

+ + + + + + +
null
+

Exceptions

@@ -787,9 +837,9 @@

Exceptions

- - mergeFromJsonString(string $data, $ignore_unknown = false) +Message at line 770

+ null + mergeFromJsonString(string $data, bool $ignore_unknown = false)
@@ -812,13 +862,22 @@

Parameters

Json protobuf data.

- + bool $ignore_unknown +

Return Value

+ + + + + + +
null
+

Exceptions

@@ -838,7 +897,7 @@

Exceptions

parseFromStream($input) @@ -873,8 +932,8 @@

Parameters

- protected +Message at line 1037

+ protected null mergeFromArray(array $array) @@ -908,6 +967,15 @@

Parameters

+

Return Value

+ + + + + + +
null
+ @@ -918,7 +986,7 @@

Parameters

protected mergeFromJsonArray($array, $ignore_unknown) @@ -958,7 +1026,7 @@

Parameters

parseFromJsonStream($input, $ignore_unknown) @@ -998,7 +1066,7 @@

Parameters

serializeToStream($output) @@ -1033,7 +1101,7 @@

Parameters

serializeToJsonStream($output) @@ -1068,7 +1136,7 @@

Parameters

string serializeToString() @@ -1101,9 +1169,9 @@

Return Value

string - serializeToJsonString() + serializeToJsonString($options = 0)
@@ -1114,6 +1182,16 @@

Serialize the message to json string.

+

Parameters

+ + + + + + + +
$options
+

Return Value

@@ -1134,7 +1212,7 @@

Return Value

byteSize() @@ -1159,9 +1237,44 @@

+ + jsonByteSize($options = 0) + +

+
+ + + +
+

No description

+ +
+
+

Parameters

+ + + + + + + +
$options
+ + + + + +
+
+ +
+
+

+ - jsonByteSize() + __debugInfo()

@@ -1183,7 +1296,7 @@

- + string getValue() @@ -1215,7 +1328,7 @@

Return Value

- + $this setValue(string $var) diff --git a/content/reference/php/api-docs/Google/Protobuf/Descriptor.html b/content/reference/php/api-docs/Google/Protobuf/Descriptor.html index 91d331c7e..b29c244e6 100644 --- a/content/reference/php/api-docs/Google/Protobuf/Descriptor.html +++ b/content/reference/php/api-docs/Google/Protobuf/Descriptor.html @@ -3,7 +3,7 @@ - Google\Protobuf\Descriptor | Google Protobuf - v3.21.10 + Google\Protobuf\Descriptor | Google Protobuf - 4.33.6 @@ -57,7 +57,7 @@ - Google Protobuf - v3.21.10 + Google Protobuf - 4.33.6