enchant_broker_get_error

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1.0 )

enchant_broker_get_errorDevuelve el último error de un sponsor

Descripción

enchant_broker_get_error(EnchantBroker $broker): string|false

Devuelve el último error ocurrido para este sponsor.

Parámetros

broker

An Enchant broker returned by enchant_broker_init().

Valores devueltos

Devuelve el mensaje si se ha encontrado un error, o false en caso contrario.

Historial de cambios

Versión Descripción
8.0.0 broker expects an EnchantBroker instance now; previoulsy, a recurso was expected.
add a note

User Contributed Notes

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