This question already has answers here: How to use class methods as callbacks (5 answers) Closed last month.
I need to create an array of arrays. I have been using array_map(null,$a,$b,$c) 开发者_如何学Pythonto do this and it works fine, however, it doesn\'t work if one of the mapped arrays doesn\'t exist.