Empty Block

Method jsonToArray


Info
  public function jsonToArray (string $jsonObj): null|array; 

Converts JSON string to Funcdown Array.

Arguments
  • @jsonObj - Provided value must be valid JSON string.
Return Value

Returns null on failure, when aynthing goes wrong. Returns Funcdown Array on success.

Empty Block
Empty Block
Empty Block
Empty Block