CakeFest 2024: The Official CakePHP Conference

The SoapParam class

(PHP 5, PHP 7, PHP 8)

Introduzione

Represents parameter to a SOAP call.

Sommario della classe

class SoapParam {
/* Proprietà */
/* Metodi */
public __construct(mixed $data, string $name)
}

Proprietà

param_data

param_name

Indice dei contenuti

add a note

User Contributed Notes

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