Sam Liddicott wrote: > want to patch swig so that methods shadow classes can take variable > numbers of arguments.��The�shadow�methods�need�to�pass�on�the�same�number > of arguments using get_args() and call_user_func_array, but can't because
If I remember right, you have to use array($object, $method) as the function name. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
