Esempio n. 1
0
 public static function PUT($method, $data)
 {
     $curl = new CurlHandler();
     return $curl->PUT($method, $data);
 }