This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$file = file_get_contents('/tmp/file', FILE_TEXT); | |
$file_decoded = base64_decode($file); | |
echo file_put_contents('/tmp/file.html', $file_decoded, FILE_TEXT); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fork it, use it, break it, fix it, | |
Comm it, push it, pull - request it, | |
Fetch it, branch it, patch it, fake it, | |
Merge it, git: it, never - https: it. | |
Write it, cut it, paste it, save it, | |
Build it, check it, quick - rewrite it, | |
Clone it, crack it, crop it, comp it, | |
Drag and drop it, gzlib - gzip it. |