Skip to content

function_toArray

Wesley de Groot edited this page Oct 22, 2015 · 38 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/

Function toArray

_('.wrapper').toArray(str)

string to array

  • @param object object
  • @param string string/object to put in the array
  • @return array
  • @example _().toArray(str);
  • @example _().toArray({my:'super',object:'rocks!'});

    Back to function list

Clone this wiki locally