Пример #1
0
 public static function delete($url, $obj = array())
 {
     return RestCurl::exec("DELETE", $url, $obj);
 }