Pass the URL to fopen( ) and get the contents of the page with fread( ): $page = ''; $fh = fopen('http://www.example.com/robots.txt','r') or ...
確定! 回上一頁