<?php require "ficheroV2.class.php"; $fp = new Fichero("hi.txt"); $fp->Escribir("Hello word, Hola mundo!"); echo $fp->Gets_Cont(); $fp->Cierra(); ?>