CakeFest 2024: The Official CakePHP Conference

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