How do i get the values of wrapped arrays in php?

Iloduwmhxodyw

New Member
The $wrap array is a wrapped data and options array. How can I echo the array values of $options or $data calling the $wrap array variable?\[code\]$wrap = array($data, $options);$data = http://stackoverflow.com/questions/3603341/array(1,2,3,4,5,6,7,8);$options = array('a', 'b', "key" => "c", 'd', 'e');\[/code\]
 
Back
Top