File path: dist/twist/Core/Utilities/Curl.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
decodeResponseJSON
— Automatically return a JSON response as an array
Name | Description |
---|---|
[$blEnable = false] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$blEnable = false;
//Call the function decodeResponseJSON with the example vars
Twist::Curl() -> decodeResponseJSON($blEnable);