TwistPHP Documentation

decodeResponseJSON

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

decodeResponseJSONAutomatically return a JSON response as an array

Parameters

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

Return Values

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

Example

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

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