Skip to content

Instantly share code, notes, and snippets.

@wakumaku
Created April 14, 2016 16:25
Show Gist options
  • Save wakumaku/6dd27ab89d790245affa218a5e1e552c to your computer and use it in GitHub Desktop.
Save wakumaku/6dd27ab89d790245affa218a5e1e552c to your computer and use it in GitHub Desktop.
<?php
$fileContents = file_get_contents($filePath);
$fileContents = implode('', explode("\0", $fileContents));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment