CakeFest 2024: The Official CakePHP Conference

La classe SoapParam

(PHP 5, PHP 7, PHP 8)

Introduction

Représente un paramètre dans un appel SOAP.

Synopsis de la classe

class SoapParam {
/* Propriétés */
/* Méthodes */
public __construct(mixed $data, string $name)
}

Propriétés

param_data

param_name

Sommaire

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top