CakeFest 2024: The Official CakePHP Conference

Класс SoapParam

(PHP 5, PHP 7, PHP 8)

Введение

Представляет параметры для вызова SOAP.

Обзор классов

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