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

convert ISO 8601 compliant date string to unix timestamp

  • return: Unix timestamp (int) or false
  • access: public
mixed 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

  • return: ISO 8601 date string or false
  • access: public
mixed timestamp_to_iso8601 (int $timestamp, [boolean $utc = true])
  • int $timestamp: Unix time stamp
  • boolean $utc: Whether the time stamp is UTC or local
usleepWindows (line 982)

sleeps some number of microseconds

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

Documentation generated on Mon, 26 Apr 2010 16:16:49 -0400 by phpDocumentor 1.3.0RC3