From b6705494b822862d69761a15622ebb47a5ccc75f Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 27 Feb 2004 12:27:53 +0000 Subject: [PATCH] typos by Dmitry git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152532 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/soap/functions/SoapServer-SoapServer.xml | 4 ++-- reference/soap/functions/SoapServer-addFunction.xml | 5 +++-- reference/soap/functions/is-soap-fault.xml | 5 ++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/soap/functions/SoapServer-SoapServer.xml b/reference/soap/functions/SoapServer-SoapServer.xml index 79b6d4d9b1..482d8fa42a 100644 --- a/reference/soap/functions/SoapServer-SoapServer.xml +++ b/reference/soap/functions/SoapServer-SoapServer.xml @@ -1,5 +1,5 @@ - + SoapServer::SoapServer @@ -18,7 +18,7 @@ This constuctor allows creating SoapServer objects in WSDL or nonWSDL mode. In the first case wsdl must be set to URI of WSDL file. In the second case, wsdl must be set to &null; and - uti option must be set. + uri option must be set. Additional options allow setting a default SOAP version (soap_version) and actor URI (actor). diff --git a/reference/soap/functions/SoapServer-addFunction.xml b/reference/soap/functions/SoapServer-addFunction.xml index 6fb2bc2e45..19641c6b92 100644 --- a/reference/soap/functions/SoapServer-addFunction.xml +++ b/reference/soap/functions/SoapServer-addFunction.xml @@ -1,5 +1,5 @@ - + SoapServer::addFunction @@ -35,10 +35,11 @@ addFunction("echoString"); function echoTwoStrings($inputString1, $inputString2) diff --git a/reference/soap/functions/is-soap-fault.xml b/reference/soap/functions/is-soap-fault.xml index 73ff4f2cad..11860ea9c6 100644 --- a/reference/soap/functions/is-soap-fault.xml +++ b/reference/soap/functions/is-soap-fault.xml @@ -1,10 +1,10 @@ - + is_soap_fault - checks if SOAP call was failed + Checks if SOAP call was failed @@ -34,7 +34,6 @@ 0)); $result = $client->SomeFunction(...); if (is_soap_fault($result)) {