Statement on glibc/iconv Vulnerability

SplFixedArray::jsonSerialize

(PHP 8 >= 8.1.0)

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

Descripción

public SplFixedArray::jsonSerialize(): array

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

Parámetros

Esta función no tiene parámetros.

Valores devueltos

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top