|
SplFixedArray::jsonSerializeReturns a representation that can be converted to JSON Description
public array SplFixedArray::jsonSerialize()
Serializes the array to a value that can be serialized natively by json_encode. ParametersThis function has no parameters. Return ValuesReturns array data which can be serialized by json_encode, which is a value of any type other than a resource. |