Packageindex Classtrees Modulegroups Elementlist Report XML Files

soapval

nusoap_base
   |
  +-- soapval

public class soapval extends nusoap_base

NOTE: this is only really used when WSDL is not available.

AuthorsDietrich Ayala <dietricha@ganx4.com>
Versionv 0.6

 

Methods inherited from nusoap_base

nusoap_base, debug, geterror, seterror, serialize_val, serializeenvelope, timestamp_to_iso8601, iso8601_to_timestamp, formatdump

Public Method Summary

void soapval([ string $name, boolean $type, mixed $value, boolean $element_ns, boolean $type_ns, boolean $attributes ])
constructor
mixed decode()
decodes a soapval object into a PHP native type

Private Method Summary

string serialize()
return serialized value

Fields inherited from nusoap_base

$soap_defencoding, $namespaces, $typemap, $xmlentities, $title, $version, $error_str, $charencoding

Public Method Details

soapval

public void soapval([ string $name, boolean $type, mixed $value, boolean $element_ns, boolean $type_ns, boolean $attributes ])

 

Parameter
string $name = >>"noname"<<
optional value name
boolean $type = >>false<<
optional type name
mixed $value = >>-1<<
optional content of value
boolean $element_ns = >>false<<
optional namespace of value
boolean $type_ns = >>false<<
optional namespace of type
boolean $attributes = >>false<<
associative array of attributes to add to element serialization
Returns void


decode

public mixed decode()

 

Returns mixed


Private Method Details

serialize

private string serialize()

 

Returns string

XML data



Packageindex Classtrees Modulegroups Elementlist Report XML Files
Generated on Mon, 22 Apr 2002 16:07:52 -0700 by PHPDoc v1.5 www.phpdoc.de