This question already has answers here:
Closed 8 years ago.
Possible Duplicate:
php. walk up multidimensional array?
I have a multidimensional arrray which contains arrays and objects. I have to search one value in it. How can I do?
view Object
(
[db_table] => views_view
[base_table] => users
[args] => Array
(
)
[use_ajax] =>
[result] => Array
(
)
[pager] => Array
(
[use_pager] =>
[items_per_page] => 10
[element] => 0
[offset] => 0
[current_page] => 0
)
[old_view] => Array
(
[0] =>
)
[vid] => 1
[name] => userone
[description] => userone
[tag] =>
[view_php] =>
[is_cacheable] => 0
[display] => Array
(
[default] => views_display Object
(
[db_table] => views_display
[vid] => 1
[id] => default
[display_title] => Defaults
[display_plugin] => default
[position] => 1
[display_options] => Array
(
Like this the array continue. How can I search if one value exists?