← All docs

get_object_vars()

get_object_vars() is available inside eval'd code via the magician interpreter; compiled (AOT) code does not support it yet.

get_object_vars()

function get_object_vars(mixed $object): mixed

get_object_vars() is available inside eval’d code via the magician interpreter; compiled (AOT) code does not support it yet.

Parameters:

  • $object (mixed)

Returns: mixed

Availability

No examples yet — check examples/ and showcases/ for usage patterns.