The What
Description
var_export()
gets structured information about the given variable. It is similar to var_dump()
with one exception: the returned representation is valid PHP code.
Who needs copy/paste? Right. Writing code from scratch is fun!
More coming soon…keep checking back.