Hi all,
Does anyone using the CMD_API_FILE_MANAGER function im having troubles to parse the output, i try'd
but that doesnt work also try'd
and then
but becouse not all sub arrays are the same some are 10 but some have islink= what makes the sub array 11 instead of 10.
All tips are welcome,
Does anyone using the CMD_API_FILE_MANAGER function im having troubles to parse the output, i try'd
PHP:
parse_str($result,$a);
PHP:
$a = explode("&",$result);
PHP:
array_chunk($a,10);
All tips are welcome,