svn: /phpdoc/fr/trunk/reference/soap/ functions/use-soap-error-handler.xml soapclient/call.xml soapclient/construct.xml soapclient/dorequest.xml soapclient/getfunctions.xml soapclient/getlastrequest.xml soapclient/getlastrequestheaders.xml soapclient/getlastresponse.xml soapclient/getlastresponseheaders.xml soapclient/gettypes.xml soapclient/setcookie.xml soapclient/setlocation.xml soapclient/setsoapheaders.xml soapclient/soapcall.xml soapfault/construct.xml soapparam/construct.xml soapserver/ad
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Mon, 28 Dec 2020 00:56:17 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=352231
Log:
Apply SVN revision 352202
Changed paths:
U phpdoc/fr/trunk/reference/soap/functions/use-soap-error-handler.xml
U phpdoc/fr/trunk/reference/soap/soapclient/call.xml
U phpdoc/fr/trunk/reference/soap/soapclient/construct.xml
U phpdoc/fr/trunk/reference/soap/soapclient/dorequest.xml
U phpdoc/fr/trunk/reference/soap/soapclient/getfunctions.xml
U phpdoc/fr/trunk/reference/soap/soapclient/getlastrequest.xml
U phpdoc/fr/trunk/reference/soap/soapclient/getlastrequestheaders.xml
U phpdoc/fr/trunk/reference/soap/soapclient/getlastresponse.xml
U phpdoc/fr/trunk/reference/soap/soapclient/getlastresponseheaders.xml
U phpdoc/fr/trunk/reference/soap/soapclient/gettypes.xml
U phpdoc/fr/trunk/reference/soap/soapclient/setcookie.xml
U phpdoc/fr/trunk/reference/soap/soapclient/setlocation.xml
U phpdoc/fr/trunk/reference/soap/soapclient/setsoapheaders.xml
U phpdoc/fr/trunk/reference/soap/soapclient/soapcall.xml
U phpdoc/fr/trunk/reference/soap/soapfault/construct.xml
U phpdoc/fr/trunk/reference/soap/soapparam/construct.xml
U phpdoc/fr/trunk/reference/soap/soapserver/addfunction.xml
U phpdoc/fr/trunk/reference/soap/soapserver/addsoapheader.xml
U phpdoc/fr/trunk/reference/soap/soapserver/construct.xml
U phpdoc/fr/trunk/reference/soap/soapserver/fault.xml
U phpdoc/fr/trunk/reference/soap/soapserver/handle.xml
U phpdoc/fr/trunk/reference/soap/soapserver/setclass.xml
U phpdoc/fr/trunk/reference/soap/soapvar/construct.xml
svn-diffs-352231.txt
(text/x-diff, 39.8 KB)
Modified: phpdoc/fr/trunk/reference/soap/functions/use-soap-error-handler.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/functions/use-soap-error-handler.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/functions/use-soap-error-handler.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="function.use-soap-error-handler" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>use_soap_error_handler</refname>
@@ -14,7 +13,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>use_soap_error_handler</methodname>
- <methodparam choice="opt"><type>bool</type><parameter>handler</parameter><initializer>&true;</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>enable</parameter><initializer>&true;</initializer></methodparam>
</methodsynopsis>
<para>
@@ -34,7 +33,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>handler</parameter></term>
+ <term><parameter>enable</parameter></term>
<listitem>
<para>
Avec la valeur &true;, le détail des erreurs sera envoyé
@@ -63,7 +62,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapclient/call.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient/call.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapclient/call.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 345071 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="soapclient.call" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapClient::__call</refname>
@@ -13,8 +12,8 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>mixed</type><methodname>SoapClient::__call</methodname>
- <methodparam><type>string</type><parameter>function_name</parameter></methodparam>
- <methodparam><type>array</type><parameter>arguments</parameter></methodparam>
+ <methodparam><type>string</type><parameter>name</parameter></methodparam>
+ <methodparam><type>array</type><parameter>args</parameter></methodparam>
</methodsynopsis>
<para>
L'appel direct à cette méthode est obsolète. Habituellement, les
@@ -26,7 +25,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapclient/construct.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient/construct.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapclient/construct.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes Maintainer: yannick -->
-
<refentry xml:id="soapclient.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapClient::__construct</refname>
@@ -11,11 +10,11 @@
<refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
+ <constructorsynopsis>
<modifier>public</modifier> <methodname>SoapClient::__construct</methodname>
- <methodparam><type>mixed</type><parameter>wsdl</parameter></methodparam>
- <methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
- </methodsynopsis>
+ <methodparam><type class="union"><type>string</type><type>null</type></type><parameter>wsdl</parameter></methodparam>
+ <methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>[]</initializer></methodparam>
+ </constructorsynopsis>
<para>
&info.function.alias; <methodname>SoapClient::SoapClient</methodname>
</para>
@@ -22,7 +21,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapclient/dorequest.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient/dorequest.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapclient/dorequest.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350653 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapclient.dorequest" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapClient::__doRequest</refname>
@@ -12,12 +11,12 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>string</type><methodname>SoapClient::__doRequest</methodname>
+ <modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>SoapClient::__doRequest</methodname>
<methodparam><type>string</type><parameter>request</parameter></methodparam>
<methodparam><type>string</type><parameter>location</parameter></methodparam>
<methodparam><type>string</type><parameter>action</parameter></methodparam>
<methodparam><type>int</type><parameter>version</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>one_way</parameter><initializer>0</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>oneWay</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
<para>
Exécute une requête SOAP.
@@ -66,7 +65,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>one_way</parameter></term>
+ <term><parameter>oneWay</parameter></term>
<listitem>
<para>
Si <literal>one_way</literal> prend la valeur de 1,
@@ -86,6 +85,28 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0</entry>
+ <entry>
+ The type of <parameter>oneWay</parameter> is &boolean; now; formerly it was &integer;.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -126,7 +147,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapclient/getfunctions.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient/getfunctions.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapclient/getfunctions.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 341254 Maintainer: jpauli Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: jpauli Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapclient.getfunctions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapClient::__getFunctions</refname>
@@ -12,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>array</type><methodname>SoapClient::__getFunctions</methodname>
- <void />
+ <modifier>public</modifier> <type class="union"><type>array</type><type>null</type></type><methodname>SoapClient::__getFunctions</methodname>
+ <void/>
</methodsynopsis>
<para>
<function>SoapClient::__getFunctions</function> retourne un tableau de
@@ -82,7 +81,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapclient/getlastrequest.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient/getlastrequest.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapclient/getlastrequest.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336715 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapclient.getlastrequest" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapClient::__getLastRequest</refname>
@@ -12,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>string</type><methodname>SoapClient::__getLastRequest</methodname>
- <void />
+ <modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>SoapClient::__getLastRequest</methodname>
+ <void/>
</methodsynopsis>
<para>
Retourne le code XML de la dernière requête SOAP émise.
@@ -68,7 +67,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapclient/getlastrequestheaders.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient/getlastrequestheaders.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapclient/getlastrequestheaders.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 340334 Maintainer: jpauli Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: jpauli Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapclient.getlastrequestheaders" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapClient::__getLastRequestHeaders</refname>
@@ -12,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>string</type><methodname>SoapClient::__getLastRequestHeaders</methodname>
- <void />
+ <modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>SoapClient::__getLastRequestHeaders</methodname>
+ <void/>
</methodsynopsis>
<para>
Retourne les en-têtes de la dernière requête SOAP
@@ -69,7 +68,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapclient/getlastresponse.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient/getlastresponse.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapclient/getlastresponse.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322122 Maintainer: jpauli Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: jpauli Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="soapclient.getlastresponse" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapClient::__getLastResponse</refname>
@@ -12,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>string</type><methodname>SoapClient::__getLastResponse</methodname>
- <void />
+ <modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>SoapClient::__getLastResponse</methodname>
+ <void/>
</methodsynopsis>
<para>
Retourne le code XML de la dernière réponse SOAP.
@@ -69,7 +68,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapclient/getlastresponseheaders.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient/getlastresponseheaders.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapclient/getlastresponseheaders.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322122 Maintainer: jpauli Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: jpauli Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapclient.getlastresponseheaders" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapClient::__getLastResponseHeaders</refname>
@@ -12,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>string</type><methodname>SoapClient::__getLastResponseHeaders</methodname>
- <void />
+ <modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>SoapClient::__getLastResponseHeaders</methodname>
+ <void/>
</methodsynopsis>
<para>
Retourne les entêtes de la dernière réponse SOAP.
@@ -69,7 +68,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapclient/gettypes.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient/gettypes.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapclient/gettypes.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 300897 Maintainer: jpauli Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: jpauli Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="soapclient.gettypes" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapClient::__getTypes</refname>
@@ -12,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>array</type><methodname>SoapClient::__getTypes</methodname>
- <void />
+ <modifier>public</modifier> <type class="union"><type>array</type><type>null</type></type><methodname>SoapClient::__getTypes</methodname>
+ <void/>
</methodsynopsis>
<para>
<function>SoapClient::__getTypes</function>
@@ -100,7 +99,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapclient/setcookie.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient/setcookie.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapclient/setcookie.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: dams Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="soapclient.setcookie" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -14,7 +14,7 @@
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>SoapClient::__setCookie</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
+ <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>value</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Définit le cookie qui sera envoyé avec la requête SOAP.
@@ -58,8 +58,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0</entry>
+ <entry>
+ <parameter>value</parameter> is now nullable.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapclient/setlocation.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient/setlocation.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapclient/setlocation.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 296054 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: dams Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapclient.setlocation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapClient::__setLocation</refname>
@@ -12,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>string</type><methodname>SoapClient::__setLocation</methodname>
- <methodparam choice="opt"><type>string</type><parameter>new_location</parameter></methodparam>
+ <modifier>public</modifier> <type class="union"><type>string</type><type>null</type></type><methodname>SoapClient::__setLocation</methodname>
+ <methodparam choice="opt"><type>string</type><parameter>location</parameter><initializer>""</initializer></methodparam>
</methodsynopsis>
<para>
Configure l'URL cible, à qui seront envoyés les requêtes SOAP.
@@ -33,7 +32,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>new_location</parameter></term>
+ <term><parameter>location</parameter></term>
<listitem>
<para>
La nouvelle URL.
@@ -90,7 +89,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapclient/setsoapheaders.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient/setsoapheaders.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapclient/setsoapheaders.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 296056 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: dams Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="soapclient.setsoapheaders" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapClient::__setSoapHeaders</refname>
@@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>SoapClient::__setSoapHeaders</methodname>
- <methodparam choice="opt"><type>mixed</type><parameter>soapheaders</parameter></methodparam>
+ <methodparam choice="opt"><type class="union"><type>SoapHeader</type><type>array</type><type>null</type></type><parameter>headers</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Définit un en-tête à utiliser dans les requêtes SOAP.
@@ -30,7 +29,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>soapheaders</parameter></term>
+ <term><parameter>headers</parameter></term>
<listitem>
<para>
L'en-tête à configurer. Il peut être un objet
@@ -103,7 +102,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapclient/soapcall.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapclient/soapcall.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapclient/soapcall.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 329616 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapclient.soapcall" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapClient::__soapCall</refname>
@@ -13,11 +12,11 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>mixed</type><methodname>SoapClient::__soapCall</methodname>
- <methodparam><type>string</type><parameter>function_name</parameter></methodparam>
- <methodparam><type>array</type><parameter>arguments</parameter></methodparam>
- <methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
- <methodparam choice="opt"><type>mixed</type><parameter>input_headers</parameter></methodparam>
- <methodparam choice="opt"><type>array</type><parameter role="reference">output_headers</parameter></methodparam>
+ <methodparam><type>string</type><parameter>name</parameter></methodparam>
+ <methodparam><type>array</type><parameter>args</parameter></methodparam>
+ <methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>options</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type class="union"><type>SoapHeader</type><type>array</type><type>null</type></type><parameter>inputHeaders</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>array</type><parameter role="reference">outputHeaders</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Ceci est une fonction bas niveau de l'API qui est utilisée pour faire des appels
@@ -41,7 +40,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>function_name</parameter></term>
+ <term><parameter>name</parameter></term>
<listitem>
<para>
Le nom de la fonction SOAP à appeler.
@@ -49,7 +48,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>arguments</parameter></term>
+ <term><parameter>args</parameter></term>
<listitem>
<para>
Un tableau d'arguments à passer à la fonction. Cela peut être
@@ -77,7 +76,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>input_headers</parameter></term>
+ <term><parameter>inputHeaders</parameter></term>
<listitem>
<para>
Un tableau d'entêtes à envoyer avec la requête SOAP.
@@ -85,7 +84,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>output_headers</parameter></term>
+ <term><parameter>outputHeaders</parameter></term>
<listitem>
<para>
Si fourni, ce tableau sera rempli avec les entêtes de
@@ -160,7 +159,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapfault/construct.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapfault/construct.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapfault/construct.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: dams Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapfault.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapFault::__construct</refname>
@@ -11,15 +10,15 @@
<refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <methodname>SoapFault::__construct</methodname>
- <methodparam><type>string</type><parameter>faultcode</parameter></methodparam>
- <methodparam><type>string</type><parameter>faultstring</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>faultactor</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>detail</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>faultname</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>headerfault</parameter></methodparam>
- </methodsynopsis>
+ <constructorsynopsis>
+ <modifier>public</modifier> <methodname>SoapFault::__construct</methodname>
+ <methodparam><type class="union"><type>array</type><type>string</type><type>null</type></type><parameter>code</parameter></methodparam>
+ <methodparam><type>string</type><parameter>string</parameter></methodparam>
+ <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>actor</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>mixed</type><parameter>details</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>name</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>mixed</type><parameter>headerFault</parameter><initializer>&null;</initializer></methodparam>
+ </constructorsynopsis>
<para>
&info.function.alias; <methodname>SoapFault::SoapFault</methodname>
</para>
@@ -27,7 +26,6 @@
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapparam/construct.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapparam/construct.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapparam/construct.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: dams Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapparam.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapParam::__construct</refname>
@@ -11,11 +10,11 @@
<refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <methodname>SoapParam::__construct</methodname>
+ <constructorsynopsis>
+ <modifier>public</modifier> <methodname>SoapParam::__construct</methodname>
<methodparam><type>mixed</type><parameter>data</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
- </methodsynopsis>
+ </constructorsynopsis>
<para>
&info.function.alias; <methodname>SoapParam::SoapParam</methodname>
</para>
@@ -22,7 +21,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapserver/addfunction.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapserver/addfunction.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapserver/addfunction.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 303893 Maintainer: jpauli Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: jpauli Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapserver.addfunction" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapServer::addFunction</refname>
@@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>SoapServer::addFunction</methodname>
- <methodparam><type>mixed</type><parameter>functions</parameter></methodparam>
+ <methodparam><type class="union"><type>array</type><type>string</type><type>int</type></type><parameter>functions</parameter></methodparam>
</methodsynopsis>
<para>
Exporte une ou plusieurs fonctions pour les clients distants.
@@ -104,7 +103,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapserver/addsoapheader.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapserver/addsoapheader.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapserver/addsoapheader.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 291207 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: dams Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="soapserver.addsoapheader" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapServer::addSoapHeader</refname>
@@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>SoapServer::addSoapHeader</methodname>
- <methodparam><type>SoapHeader</type><parameter>object</parameter></methodparam>
+ <methodparam><type>SoapHeader</type><parameter>header</parameter></methodparam>
</methodsynopsis>
<para>
Ajoute un en-tête SOAP à la réponse courante.
@@ -25,7 +24,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>object</parameter></term>
+ <term><parameter>header</parameter></term>
<listitem>
<para>
L'en-tête à renvoyer.
@@ -44,7 +43,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapserver/construct.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapserver/construct.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapserver/construct.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 321901 Maintainer: jpauli Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: jpauli Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapserver.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapServer::__construct</refname>
@@ -11,11 +10,11 @@
<refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
+ <constructorsynopsis>
<modifier>public</modifier> <methodname>SoapServer::__construct</methodname>
- <methodparam><type>mixed</type><parameter>wsdl</parameter></methodparam>
- <methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
- </methodsynopsis>
+ <methodparam><type class="union"><type>string</type><type>null</type></type><parameter>wsdl</parameter></methodparam>
+ <methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>[]</initializer></methodparam>
+ </constructorsynopsis>
<para>
&info.function.alias; <methodname>SoapServer::SoapServer</methodname>
</para>
@@ -22,7 +21,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapserver/fault.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapserver/fault.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapserver/fault.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: dams Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapserver.fault" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapServer::fault</refname>
@@ -15,9 +14,9 @@
<modifier>public</modifier> <type>void</type><methodname>SoapServer::fault</methodname>
<methodparam><type>string</type><parameter>code</parameter></methodparam>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>actor</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>details</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>name</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>actor</parameter><initializer>""</initializer></methodparam>
+ <methodparam choice="opt"><type>mixed</type><parameter>details</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>name</parameter><initializer>""</initializer></methodparam>
</methodsynopsis>
<para>
Envoie une réponse au client de la requête courante,
@@ -96,7 +95,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapserver/handle.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapserver/handle.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapserver/handle.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: dams Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapserver.handle" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapServer::handle</refname>
@@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>SoapServer::handle</methodname>
- <methodparam choice="opt"><type>string</type><parameter>soap_request</parameter></methodparam>
+ <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>request</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Effectue une requête SOAP, appelle les fonctions nécessaires et envoie
@@ -26,7 +25,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>soap_request</parameter></term>
+ <term><parameter>request</parameter></term>
<listitem>
<para>
La requête SOAP. Si cet argument est omis, la requête est supposée être
@@ -68,6 +67,28 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0</entry>
+ <entry>
+ <parameter>request</parameter> is now nullable.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
@@ -78,7 +99,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapserver/setclass.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapserver/setclass.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapserver/setclass.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351129 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapserver.setclass" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapServer::setClass</refname>
@@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>SoapServer::setClass</methodname>
- <methodparam><type>string</type><parameter>class_name</parameter></methodparam>
+ <methodparam><type>string</type><parameter>class</parameter></methodparam>
<methodparam rep="repeat"><type>mixed</type><parameter>args</parameter></methodparam>
</methodsynopsis>
<para>
@@ -32,7 +31,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>class_name</parameter></term>
+ <term><parameter>class</parameter></term>
<listitem>
<para>
Le nom de la classe exportée.
@@ -72,7 +71,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/soap/soapvar/construct.xml
===================================================================
--- phpdoc/fr/trunk/reference/soap/soapvar/construct.xml 2020-12-28 00:43:21 UTC (rev 352230)
+++ phpdoc/fr/trunk/reference/soap/soapvar/construct.xml 2020-12-28 00:56:17 UTC (rev 352231)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 339115 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352202 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
-
<refentry xml:id="soapvar.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>SoapVar::__construct</refname>
@@ -11,15 +10,15 @@
<refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <methodname>SoapVar::__construct</methodname>
+ <constructorsynopsis>
+ <modifier>public</modifier> <methodname>SoapVar::__construct</methodname>
<methodparam><type>mixed</type><parameter>data</parameter></methodparam>
- <methodparam><type>string</type><parameter>encoding</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>type_name</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>type_namespace</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>node_name</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>node_namespace</parameter></methodparam>
- </methodsynopsis>
+ <methodparam><type class="union"><type>int</type><type>null</type></type><parameter>encoding</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>typeName</parameter><initializer>""</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>typeNamespace</parameter><initializer>""</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>nodeName</parameter><initializer>""</initializer></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>nodeNamespace</parameter><initializer>""</initializer></methodparam>
+ </constructorsynopsis>
<para>
&info.function.alias; <methodname>SoapVar::SoapVar</methodname>
</para>
@@ -26,7 +25,6 @@
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml