W3cubDocs

/PHP

SplFixedArray::jsonSerialize

(PHP 8 >= 8.1.0)

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

Description

public SplFixedArray::jsonSerialize(): array

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

Parameters

This function has no parameters.

Return Values

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

© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/splfixedarray.jsonserialize.php