« Examples
Gopher Functions »
PHP 4 Manual
Examples
Basic Example
Edit
Report a Bug
Basic Example
<?php
readfile
(
"gopher://gopher.example.com/somedocument"
);
?>