private function __post_ file_get_contents() { $url = 'http://qiita.com/'; // POSTãã¼ã¿ $data = array( "param1" => "1", "param2" => 2 ); $data = http_build_query($data, "", "&"); // header $header = array( "Content-Type: application/x-www-form-urlencoded", "Content-Length: ".strlen($data) ); $context = array( "http" => array( "method" => "POST", "header" => implode("\r\n", $header), "content" => $da
{{#tags}}- {{label}}
{{/tags}}