Skip to content

Instantly share code, notes, and snippets.

@porfidev
Created April 25, 2018 01:30
Show Gist options
  • Save porfidev/e9f9c3ef9450150df54046807fc9b3db to your computer and use it in GitHub Desktop.
Save porfidev/e9f9c3ef9450150df54046807fc9b3db to your computer and use it in GitHub Desktop.
<?php
$name = "file-" . time();
$myfile = fopen($name, "w")
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment