8/9/2011 ~ 1 min read

Inspect PHP Objects


// Inspect Your PHP Object $array = get_object_vars($this); while (list($key, $val) = each($array)) { echo "$key => $val"; echo "(I use html break element here)"; }


Headshot of Matthew Hippely

Hi, I’m Matthew. I live in Ventura County, and spend my time thinking about systems, software, and how things evolve over time.

You can find me on GitHub, LinkedIn, or read more about me here.