Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

get_flattened

oatkiller edited this page Sep 13, 2010 · 1 revision

flatten a multidimensional array

(function () {

// returns [1,2,3,4,5,6];
[1,2,[3,4],[5,6]][o.get_flattened]();

})();
Clone this wiki locally