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