SoapParam->__construct()
(No version information available, might be only in CVS)
SoapParam->__construct() ? Constructeur SoapParam
Description
class SoapParam {__construct ( mixed data, string name )
}
Construit un nouvel objet SoapParam.
Liste de paramètres
- data
Les données à passer ou à retourner. Vous pouvez passer ce paramètre directement en tant qu'une valeur PHP, mais dans ce cas, il sera nommé paramN et le service SOAP ne le comprendra pas.
- name
Le nom du paramètre.
Exemples
Exemple 2349. Quelques exemples
<?php
$client = new SoapClient(null,array('location' => "http://localhost/soap.php",
'uri' => "http://test-uri/"));
$client->SomeFunction(new SoapParam($a, "a"),
new SoapParam($b, "b"),
new SoapParam($c, "c"));
?>
Voir aussi
| SoapClient->__soapCall() |
| SoapVar->__construct() |
Outils (masquer)
S'enregistrer
Liste des Membres
Qui est en ligne?
FAQ