Example #1
0
 public static function post($url, $params)
 {
     $fHttp = new self();
     return $fHttp->_post_String($url, $params);
 }