SplFixedArray::jsonSerialize

(PHP 8 >= 8.1.0)

SplFixedArray::jsonSerializeReturns a representation that can be converted to JSON

Açıklama

publicSplFixedArray::jsonSerialize(): array

Serializes the array to a value that can be serialized natively by json_encode().

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns array data which can be serialized by json_encode(), which is a value of any type other than a resource.

To Top