Examples
Gopher Functions
Examples
PHP Manual
Basic Example
<?php
readfile
(
"gopher://gopher.example.com/somedocument"
);
?>
Examples
Gopher Functions
Examples
PHP Manual