If I do this in PHP:

<?
        $array = array();

        $array["foo"] = "bar";
        $array["hey"] = "you";
        $array["pink"]="floyd";

        myext_function($array);
?>


How do I find all the keys and values out of that array in my extension? 
Is there a way?




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to