Skip to content

function_parse_str

Wesley de Groot edited this page Jan 2, 2016 · 10 revisions

⛔️ tvOS.parse_str(str, array)

Please do not use, this is a internal function

String to array (like PHP's parse_str(...))

Internal function

Please do not use

Parameters

Type @var Description Required
string str the string Required
array array the returning array Required

Example

tvOS.parse_str(str, array)



Back to function list