phprs\util\Curl::POST PHP Méthode

POST() public méthode

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