Net_Socket::gets() (Previous) (Next) Net_Socket::isBlocking()

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Net_Socket::getStatus()

Net_Socket::getStatus() -- retrieve information about a connection

Descripción

Returns information about an existing socket resource.

Valor devuelto

array - the data as array or a PEAR_Error

The content of the array is:

  • boolean 'timed_out' - the socket timed out waiting for data

  • boolean 'blocked' - blocking mode

  • boolean 'eof' - indicates EOF event

  • integer 'unread_bytes' - number of bytes left in the socket buffer

Nota

Esta función no puede ser llamada estáticamente.

Net_Socket::gets() (Previous) (Next) Net_Socket::isBlocking()

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.