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

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

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