PHP преобразовать объект в массив вложенного

$array = json_decode(json_encode($nested_object), true);
Innocent Ibis