PHP Functions : SOAP Functions
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions SOAP Functions
Help URL: http://www.php.net/manual/en/ref.soap.php
Items Related to SOAP Functions
Inner Elements of SOAP Functions
SOAP Functions contains following items:
- is_soap_fault (is soap fault)
- SoapClient->__call() (Soap Client call )
- SoapClient->__construct() (Soap Client construct )
- SoapClient->__doRequest() (Soap Client do Request )
- SoapClient->__getFunctions() (Soap Client get Functions )
- SoapClient->__getLastRequest() (Soap Client get Last Request )
- SoapClient->__getLastRequestHeaders() (Soap Client get Last Request Headers )
- SoapClient->__getLastResponse() (Soap Client get Last Response )
- SoapClient->__getLastResponseHeaders() (Soap Client get Last Response Headers )
- SoapClient->__getTypes() (Soap Client get Types )
- SoapClient->__setCookie() (Soap Client set Cookie )
- SoapClient->__soapCall() (Soap Client soap Call )
- SoapFault->__construct() (Soap Fault construct )
- SoapHeader->__construct() (Soap Header construct )
- SoapParam->__construct() (Soap Param construct )
- SoapServer->addFunction() (Soap Server add Function )
- SoapServer->__construct() (Soap Server construct )
- SoapServer->fault() (Soap Server fault )
- SoapServer->getFunctions() (Soap Server get Functions )
- SoapServer->handle() (Soap Server handle )
- SoapServer->setClass() (Soap Server set Class )
- SoapServer->setPersistence() (Soap Server set Persistence )
- SoapVar->__construct() (Soap Var construct )
- use_soap_error_handler (use soap error handler)
PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers. -- wikipedia.org
|