Plain text variable dump


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. header('Content-type: text/plain; charset=UTF-8');
  2. var_export($variable);
  3. die("\n" .__FILE__.":".__LINE__);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.