You can do multiple arrays with array_map and no callback: $result = array_map(null, array('a', 'b', 'c'), array('aa', 'bb', 'cc'));.
確定! 回上一頁