PHP 8.5.0 RC 2 available for testing

La clase SoapParam

(PHP 5, PHP 7, PHP 8)

Introducciรณn

Representa un parรกmetro en una llamada SOAP.

Sinopsis de la Clase

class SoapParam {
/* Propiedades */
/* Mรฉtodos */
public __construct(mixed $data, string $name)
}

Propiedades

param_data

param_name

Tabla de contenidos

๏ผ‹add a note

User Contributed Notes

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