Skip to content

Instantly share code, notes, and snippets.

@Schepp
Created May 16, 2013 20:47
Show Gist options
  • Save Schepp/5594970 to your computer and use it in GitHub Desktop.
Save Schepp/5594970 to your computer and use it in GitHub Desktop.
file_put_contents($filename,base64_decode(str_replace(array(
'data:image/jpeg;base64,',
'data:image/png;base64,',
'data:image/gif;base64,',
),'',$datauri)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment