17.11.2016, 13:45
Quote:
Not really, the fwrite is not necessary
PHP код:
|
PHP код:
new File:CreateNewFile = fopen("FileName.txt", io_write);
if(CreateNewFile) fclose(CreateNewFile);
Not really, the fwrite is not necessary
PHP код:
|
new File:CreateNewFile = fopen("FileName.txt", io_write);
if(CreateNewFile) fclose(CreateNewFile);