Hi,

returning array('5' => 'Foo', '10' => 'Bar') from a SoapServer handler class 
ends up as array(0 => 'Foo', 1 => 'Bar') at the client end. I can hardly 
imagine this being a feature, but maybe someone can tell me if this is 
somehow wanted or inevitable behavior.

Thanks,

Ron Korving 

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to