Работа с файлами
$file_name = 'test.phar';
$phar_content = file_get_contents($file_name);$outfile = 'out.phar'
file_put_contents($outfile, $phar_content);$file_name = 'test.phar';
@unlink($file_name);Last updated
$file_name = 'test.phar';
$phar_content = file_get_contents($file_name);$outfile = 'out.phar'
file_put_contents($outfile, $phar_content);$file_name = 'test.phar';
@unlink($file_name);Last updated