array_key_exists for multidimensional array

This is a discussion on array_key_exists for multidimensional array within the PHP General forums, part of the PHP Programming Forums category; Hi! Bellow an example of usage array_key_exists for one dimensional arrat (MyArr1). How I call array_key_exists for multidimensional (MyArr2) ? Thanks &...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-11-2006
Vadim
 
Posts: n/a
Default array_key_exists for multidimensional array

Hi!

Bellow an example of usage array_key_exists for one dimensional arrat
(MyArr1). How I call array_key_exists for multidimensional (MyArr2) ?

Thanks

<?php
$MyArr1=array();
$MyArr1['A']=1;
if (array_key_exists('A', $MyArr1))
print "A exists";
else
print "A doesnt exist";


$MyArr2=array();
$MyArr2['A'][1] = 1;
$MyArr2['A'][2] = 1;

if (array_key_exists(????????????))
print "A1 exists";
else
print "A1 doesnt exist";
?>

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:26 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0