SoapFault::__toString

(PHP 5, PHP 7, PHP 8)

SoapFault::__toStringObtain a string representation of a SoapFault

Açıklama

publicSoapFault::__toString(): string

Returns a string representation of the SoapFault.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

A string describing the SoapFault.

To Top