Example #1
0
 public static function request($url, $data = array())
 {
     return file_get_contents($url, 0, Context::makePost($data));
 }