PHP $ua = 'UnkoBrowser/1.0'; $rf = 'http://www.google.co.jp/'; //--- php.ini ã® user_agent ãã£ã¬ã¯ãã£ããå©ç¨ ini_set('user_agent', "{$ua}\r\nReferer: {$rf}"); $buf = file_get_contents('http://www.google.com/'); //--- ã¹ããªã¼ã ã³ã³ããã¹ããå©ç¨ $buf = file_get_contents( 'http://www.google.com/', false, stream_context_create( array( 'http'=>array( 'method' => "POST", 'header' => "Content-type: application/x-www-form-ur
{{#tags}}- {{label}}
{{/tags}}