phprs\util\Curl::PUT PHP Метод

PUT() публичный Метод

public PUT ( $url, $content, $headers = null, $followLoc = true )
    public function PUT($url, $content, $headers = null, $followLoc = true)
    {
        return $this->execCurl($url, __FUNCTION__, $content, $headers, $followLoc);
    }