phprs\util\Curl::POST PHP Method

POST() public method

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);
    }