EventBufferEvent::getDnsErrorString

(PECL event >= 1.2.6-beta)

EventBufferEvent::getDnsErrorStringDevuelve un string que describe el último error DNS

Descripción

public EventBufferEvent::getDnsErrorString(): string

Devuelve un string que describe el último error DNS durante la ejecución del método EventBufferEvent::connectHost() o un string vacío si no se detecta ningún error DNS.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve un string que describe el error DNS, o un string vacío si no hay ningún error.

Ver también

add a note

User Contributed Notes

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