PHP Function List
soap-soapfault-construct doesn't exist. Closest matches:
- soapfault
- construct
- construct
- construct
- getconstructor
- imap_fetchstructure
- yaf_action_abstract
- is_soap_fault
- apc_load_constants
- yaf_config_abstract
- sybase_pconnect
- imap_bodystruct
- domprocessinginstruction
- hasconstant
- openal_context_destroy
- mssql_connect
- session_start
- yaf_controller_abstract
- spl_autoload_unregister
- soapparam
Site Search Results
-
SoapFault::SoapFault ( string $faultcode, string $faultstring [, string $faultactor [, string $detail [, string $faultname [, string $headerfault]]]] ) This class is used to send SOAP fault responses from the PHP handler. faultcode, faultstring, faultactor and detail ...
-
SoapClient::SoapClient - ManualSoapClient:: _ _ construct SoapClient:: _ _ doRequest SoapClient:: _ _ getFunctions SoapClient:: _ _ getLastRequest SoapClient ... The exceptions option is a boolean value defining whether soap errors throw exceptions of type SoapFault.
-
SoapServer::SoapServer - ManualSoapServer:: _ _ construct SoapServer:: fault SoapServer:: getFunctions SoapServer:: handle ... Allow setting a default SOAP version (soap_version), internal character ... SoapFault SoapServer::setPersistence
-
SoapClient::__doRequest - ManualSoapClient:: _ _ construct SoapClient:: _ _ doRequest SoapClient:: _ _ getFunctions SoapClient:: _ _ getLastRequest SoapClient:: ... Instead, the exception is saved in a class attribute called SoapFault.__soap_fault, and is actually thrown AFTER the __doRequest ...
-
SoapClient::__getLastResponse - ManualSoapClient:: _ _ construct SoapClient:: _ _ doRequest SoapClient:: _ _ getFunctions ... Returns the XML received in the last SOAP response. Note: This method works ... Just set the "exceptions" option to false, and the SoapFault instance will be returned ...
-
SoapClient::__soapCall - ManualThe name of the SOAP function to call. arguments An array of the arguments to ... argument is documented in http://php.net/manual/en/function.soap-soapclient-construct ... print($client-> execute ($params));} catch (SoapFault $exception) { echo $exception;
-
SoapServer:: _ _ construct SoapServer:: fault SoapServer:: getFunctions SoapServer:: handle SoapServer:: ... If you use Adobe Flex, Flash or AIR as SOAP client and are unable to get the error message in case of a soap fault, upgrade to PHP 5.2.6.
-
SoapClient:: _ _ construct SoapClient:: _ _ doRequest SoapClient:: _ _ getFunctions ... throw new SoapFault ('Could not connect to host after 5 attempts'); } return ... I'm writing PHP SOAP client (based on php_soap extension) which uses Google ...
-
SoapClient::__getLastRequest - ManualSoapClient:: _ _ construct SoapClient:: _ _ doRequest SoapClient:: _ _ getFunctions ... Returns the XML sent in the last SOAP request. Note: This method works only ... catch(SoapFault $fault){ // <xmp> tag displays xml output in html
-
SoapServer:: _ _ construct SoapServer:: fault SoapServer:: getFunctions SoapServer:: handle ... be hidden by an Apache segmentation fault along with an HTTP headers error SoapFault ... than one operation in your binding (with the same parameters), make sure the <soap ...

Other forms of search
To search the string "soap-soapfault-construct" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
