This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
PHP manual on var_dump This is a brilliant way to dump variables to a webserver’s error log in This is especially helpful when experimenting with POST requests in barebone environments. <? php ob_start (); var_dump ( $this ); error_log ( ob_get_clean ());
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.