PHP 8.5.0 Alpha 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