MAKS\AmqpAgent\Helper\ArrayProxyTrait::castArrayToString
Returns a string representation of an array by imploding it recursively with common formatting of data-types.
Signature
public function castArrayToString(array
        $array )
            
        Parameters
- $array— array
- The array to implode.
Returns
- string