-
-
Notifications
You must be signed in to change notification settings - Fork 2
function_toArray
Wesley de Groot edited this page Oct 23, 2015
·
38 revisions
_ _____
| | / ____|
| | | (___
_ | | \___ \
______ _ | |__| | ____) |
|______| (_) \____/ |______/
string to array
- @param object [object] Wrapper
- @param string|object str string/object to put in the array
- @return array
- @example _.toArray(str);
- @example _.toArray({my:'super',object:'rocks!'});
`_.toArray({my:'super',object:'rocks!'});`
© Wesley de Groot • CC-BY 4.0 • WDGWV