Portál AbcLinuxu, 16. července 2025 04:51
Řešení dotazu:
$subor = "test.txt"; $fh = fopen($subor, 'w') or die("nemozem otvorit subor"); $data = "\n"; fwrite($fh, $data); fclose($fh);
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.