TwistPHP Documentation

disableUrlEncoding

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

disableUrlEncodingStop the system from URL encoding all parameters before they are sent

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 disableUrlEncoding with the example vars
Twist::Curl() -> disableUrlEncoding($blEnable);