Codice PHP:
<?php
$textarray
=file($filelocation);

$rev=array_reverse($textarray);
.....
...
?>