PHP Class Curl\ConstantsTable

Show file Open project: stil/curl-easy Class Usage Examples

Protected Properties

Property Type Description
$curlConstantsTable Array of cURL constants required for intelligent setters

Public Methods

Method Description
findNumericValue ( string $const ) : integer
loadCurlConstantsTable ( ) : array

Method Details

findNumericValue() public static method

public static findNumericValue ( string $const ) : integer
$const string
return integer

loadCurlConstantsTable() public static method

public static loadCurlConstantsTable ( ) : array
return array

Property Details

$curlConstantsTable protected static property

Array of cURL constants required for intelligent setters
protected static $curlConstantsTable