PHP 8.3.4 Released!

SoapFault::__toString

(PHP 5, PHP 7, PHP 8)

SoapFault::__toStringObtain a string representation of a SoapFault

Descrição

public SoapFault::__toString(): string

Returns a string representation of the SoapFault.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

A string describing the SoapFault.

add a note

User Contributed Notes

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