PHP 8.3.4 Released!

The SoapParam class

(PHP 5, PHP 7, PHP 8)

Introdução

Represents parameter to a SOAP call.

Resumo da classe

class SoapParam {
/* Propriedades */
/* Métodos */
public __construct(mixed $data, string $name)
}

Propriedades

param_data

param_name

Índice

add a note

User Contributed Notes

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