Close, but I need something a little different. See asort (and propably most all array func) internally uses the zend internal hashtable to access elements to what apprears to be by reference. Do you know of a function that you actullay have to pass the param like api_func(&$param) ?
I'm trying to get a good example from the php source but grepping the source yields too much info I don't need.
Thanks