http://www.php.net/manual/en/function.array-search.php
and look at the first User Contributed Notes.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Am Samstag, 18. November 2006 22:08 schrieb Erik Gyepes:
> Oliver Block wrote:
> > Am Samstag, 18. November 2006 19:46 schrieb Erik Gyepes:
> >
> > What exactly do you need to do? You should read the manual too, at
>
> I would like to check if the value is really in the array, if it is not
> then I
Oliver Block wrote:
Am Samstag, 18. November 2006 19:46 schrieb Erik Gyepes:
What exactly do you need to do? You should read the manual too, at
I would like to check if the value is really in the array, if it is not
then I would like do some other things. (so not check if it is an array
Hi guys,
I have an array with navigation items like that:
$navigationItemArr = array("Home"=>"home",
"Profile"=>"profile",
"Photogallery"=>"photogallery",
"Contact"=>array("contact","subsection")
);
How can I check for a value
4 matches
Mail list logo