Ver original$a=fopen("apuntes.txt","a+");$b=file("apuntes.txt");$c=strtoupper(join("",$b));file_put_contents("apuntes.txt",$c);fclose($a);