if($fp = fopen('miotxt.txt', 'w')) {
fwrite($fp, 'Hello World');
fclose($fp);
}

P.S. bel libricino