File path: dist/twist/Core/Utilities/Curl.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
disableUrlEncoding
— Stop the system from URL encoding all parameters before they are sent
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 disableUrlEncoding with the example vars
Twist::Curl() -> disableUrlEncoding($blEnable);