注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
private function __post_ file_get_contents() { $url = 'http://qiita.com/'; // POSTデータ $data = ... 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
2014/10/29 リンク