File/nusoap.php

Description
Classes
Class Description
 class nusoap_base nusoap_base
 class soap_fault Contains information for a SOAP fault.
 class XMLSchema parses an XML Schema, allows access to it's data, other utility methods no validation... yet.
 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 soap_server soap_server allows the user to create a SOAP server that is capable of receiving messages and returning responses
 class wsdl parses a WSDL file, allows access to it's data, other utility methods
 class soap_parser soap_parser class parses SOAP XML messages into native PHP values
 class soapclient soapclient higher level class for easy usage.
Functions
iso8601_to_timestamp (line 854)

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 826)

convert unix timestamp to ISO 8601 compliant date string

  • access: public
void timestamp_to_iso8601 (string $timestamp, [mixed $utc = true])
  • string $timestamp: Unix time stamp
usleepWindows (line 891)

sleeps some number of microseconds

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

Documentation generated on Wed, 3 Aug 2005 21:29:07 -0400 by phpDocumentor 1.3.0RC3