File path: dist/twist/Core/Utilities/Curl.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
verifySSLRequest
— Tell Curl whether to verify the Host and Peer when making requests to HTTPS urls
Name | Description |
---|---|
[$blEnable = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$blEnable = true;
//Call the function verifySSLRequest with the example vars
Twist::Curl() -> verifySSLRequest($blEnable);