PHP 5 has an excellent streams interface and filtering support.

Filter Example
<?php
    $data 
file_get_contents("php://filter/read=string.rot13/resource=http://www.coggeshall.org/");
?>