I have a (hopefully) simple question about the PEAR SOAP class.
I want to use the SOAP 'serialize' function, but I cant seem to get it to work. I've included the SOAP/Value.php file, but when I call $soap->serialize($something) I get a "Call to undefined function: serialize()" error.
Any ideas? I'm sure it's a completly stupid question.