TwistPHP Documentation

verifySSLRequest

File path: dist/twist/Core/Utilities/Curl.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

verifySSLRequestTell Curl whether to verify the Host and Peer when making requests to HTTPS urls

Parameters

Name Type Description
[$blEnable = true]booleann/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$blEnable true;

//Call the function verifySSLRequest with the example vars
Twist::Curl() -> verifySSLRequest($blEnable);