Hi,

i have an array like:

Array
(
    [1] => Array
        (
            [alias] => foo
            ...
        )
    [2] => Array
        (
            [alias] => bar
            ...
        )
    ...
)

I need some way to find out, if an alias "foo" is in the array. Any idea how
to do this?

Thanks,
Thomas 'Neo' Weber
---
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to