|
|
soapval
nusoap_base | +-- soapval
|
public class soapval extends nusoap_base
NOTE: this is only really used when WSDL is not available.
|
|
|
|
|
Private Method Summary |
string |
serialize() return serialized value
|
|
|
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 |
|
|
|
|
Generated on Mon, 22 Apr 2002 16:07:52 -0700 by PHPDoc v1.5 www.phpdoc.de
|