Ver original<?php$fh = fopen('test.html', 'a');fwrite($fh, '<h1>¡Hola mundo!</h1>');fclose($fh); unlink('test.html');?>