Peter James wrote:
> array_map(array('Maker', 'sGetNameId'), array("1") )
>
> Have a look at the callback type, here:
> http://www.php.net/manual/en/language.pseudo-types.phpThanks! That did it. Now if only PHP could treat class functions first-class citizens instead of having making us jump through hoops ;) Jc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

