File/nusoap.php

Description
Classes
Class Description
 class nusoap_base nusoap_base
 class nusoap_fault Contains information for a SOAP fault.
 class soap_fault Backward compatibility
 class nusoap_xmlschema parses an XML Schema, allows access to it's data, other utility methods.
 class XMLSchema Backward compatibility
 class soapval For creating serializable abstractions of native PHP types. This class
 class soap_transport_http transport class for sending/receiving data via HTTP and HTTPS NOTE: PHP must be compiled with the CURL extension for HTTPS support
 class nusoap_server nusoap_server allows the user to create a SOAP server that is capable of receiving messages and returning responses
 class soap_server Backward compatibility
 class wsdl parses a WSDL file, allows access to it's data, other utility methods.
 class nusoap_parser nusoap_parser class parses SOAP XML messages into native PHP values
 class soap_parser Backward compatibility
 class nusoap_client [nu]soapclient higher level class for easy usage.
 class soapclient For backwards compatiblity, define soapclient unless the PHP SOAP extension is loaded.
Functions
iso8601_to_timestamp (line 932)

convert ISO 8601 compliant date string to unix timestamp

  • access: public
void iso8601_to_timestamp (string $datestr)
  • string $datestr: ISO 8601 compliant date string
timestamp_to_iso8601 (line 904)

convert unix timestamp to ISO 8601 compliant date string

  • access: public
void timestamp_to_iso8601 (string $timestamp, [boolean $utc = true])
  • string $timestamp: Unix time stamp
  • boolean $utc: Whether the time stamp is UTC or local
usleepWindows (line 970)

sleeps some number of microseconds

  • deprecated:
  • access: public
void usleepWindows (string $usec)
  • string $usec: the number of microseconds to sleep

Documentation generated on Tue, 06 Nov 2007 10:09:21 -0500 by phpDocumentor 1.3.0RC3