parent root
PHP: SoapParam - Manual
PHP 7.2.23 Release Announcement

The SoapParam class

(PHP 5, PHP 7)

Introduction

Represents parameter to a SOAP call.

Class synopsis

SoapParam {
/* Methods */
__construct ( mixed $data , string $name )
SoapParam ( mixed $data , string $name )
}

Table of Contents

add a noteadd a note

User Contributed Notes

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