Dutch PHP Conference 2025 - Call For Papers

The SoapParam class

(PHP 5, PHP 7, PHP 8)

Вступ

Represents parameter to a SOAP call.

Короткий огляд класу

class SoapParam {
/* Властивості */
/* Методи */
public __construct(mixed $data, string $name)
}

Властивості

param_data

param_name

Зміст

add a note

User Contributed Notes

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