Esempietto veloce.

$fd = fopen("man.txt","w");
fwrite($fd, "--tutto quello che vuoi scriverci--");
fclose($fd);