PHP 7.0.6 Released

SoapFault::__toString

(PHP 5 >= 5.0.1, PHP 7)

SoapFault::__toStringObtain a string representation of a SoapFault

Description

public string SoapFault::__toString ( void )

Returns a string representation of the SoapFault.

Parameters

This function has no parameters.

Return Values

A string describing the SoapFault.

User Contributed Notes

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