Skip to content

Instantly share code, notes, and snippets.

@smartdeal
Created November 21, 2016 09:20
Show Gist options
  • Save smartdeal/376edece28ff3fa641b77587adc9d3d6 to your computer and use it in GitHub Desktop.
Save smartdeal/376edece28ff3fa641b77587adc9d3d6 to your computer and use it in GitHub Desktop.
<?php
ob_start();
var_dump($someVar);
$result = ob_get_clean();
file_put_contents('file.txt', $result);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment