$num = array_values($assoc);

Regards,
Greg
--
phpDocumentor
http://www.phpdoc.org

Gerard Samuel wrote:

What would be the quickest, most reliable means to convert an associative array to a numeric array.
Running an implode()/explode() combination comes to mind, but
reliablity can be questioned when it comes to deciding a delimiter, since,
the data can possibly contain any character.


Any suggestions are welcome.
Thanks



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



Reply via email to