parent root
PHP: SoapFault::__toString - Manual

SoapFault::__toString

(PHP 5, PHP 7)

SoapFault::__toStringObtain a string representation of a SoapFault

Description

public SoapFault::__toString ( void ) : string

Returns a string representation of the SoapFault.

Parameters

This function has no parameters.

Return Values

A string describing the SoapFault.

add a noteadd a note

User Contributed Notes

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