Open Journal Systems
3.3.0
|
Public Member Functions | |
get ($type) | |
getAll () | |
Static Public Member Functions | |
static | getInstance () |
Protected Attributes | |
$userAgent | |
$version | |
Static Protected Attributes | |
static | $instance |
Class used for querying curl_version data
Definition at line 8 of file CurlVersion.php.
Guzzle\Http\Curl\CurlVersion::get | ( | $type | ) |
Get a specific type of curl information
string | $type | Version information to retrieve. This value is one of:
|
Definition at line 66 of file CurlVersion.php.
References Guzzle\Http\Curl\CurlVersion\$version, and Guzzle\Http\Curl\CurlVersion\getAll().
Guzzle\Http\Curl\CurlVersion::getAll | ( | ) |
Get all of the curl_version() data
Definition at line 42 of file CurlVersion.php.
References Guzzle\Http\Curl\CurlVersion\$version.
Referenced by Guzzle\Http\Curl\CurlVersion\get().
|
static |
Definition at line 28 of file CurlVersion.php.
References Guzzle\Http\Curl\CurlVersion\$instance.
Referenced by Guzzle\Http\Client\getDefaultUserAgent(), Guzzle\Tests\Http\Curl\CurlVersionTest\testCachesCurlInfo(), and Guzzle\Tests\Http\Curl\CurlVersionTest\testIsSingleton().
|
staticprotected |
Definition at line 18 of file CurlVersion.php.
Referenced by Guzzle\Http\Curl\CurlVersion\getInstance().
|
protected |
Definition at line 23 of file CurlVersion.php.
|
protected |
curl_version() information
Definition at line 14 of file CurlVersion.php.
Referenced by Guzzle\Http\Curl\CurlVersion\get(), and Guzzle\Http\Curl\CurlVersion\getAll().