Welcome Guest, Not a member yet? Register   Sign In
I have a problem with multi array, help me???
#1

[eluser]memVN[/eluser]
Simple , I have a array
$a = array(array("a","b"), "x"=>array("0","1","2"), array("X","Y"));
But I can't read it's, who can help me? Thanks
#2

[eluser]CodeIgniteMe[/eluser]
Wshy do you need this such complex array?
#3

[eluser]Jaketoolson[/eluser]
that's not a complex array. I've stored far more 'complex'. Array's are great tools.
Code:
array (
  array(
    a,
    b),
  x  =>  array(
      0,
      1,
      2
   ),
  array (
    x,
    y
  )
)
#4

[eluser]CodeIgniteMe[/eluser]
Arrays are great tools, but objects are better




Theme © iAndrew 2016 - Forum software by © MyBB