You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But would it be wise to use PHP's jsonSerialize()?
And have an option in unpack() to convert associative array's to stdClass like json_decode($data, bool $assoc = FALSE)?
I know about this issue:
#18
But would it be wise to use PHP's jsonSerialize()?
And have an option in unpack() to convert associative array's to stdClass like json_decode($data, bool $assoc = FALSE)?
As __sleep() has this bug: #121
The text was updated successfully, but these errors were encountered: