socket_clear_error(3) php man page | unix.com

Man Page: socket_clear_error

Operating Environment: php

Section: 3

SOCKET_CLEAR_ERROR(3)							 1						     SOCKET_CLEAR_ERROR(3)

socket_clear_error - Clears the error on the socket or the last error code

SYNOPSIS
void socket_clear_error ([resource $socket])
DESCRIPTION
This function clears the error code on the given socket or the global last socket error if no socket is specified. This function allows explicitly resetting the error code value either of a socket or of the extension global last error code. This may be useful to detect within a part of the application if an error occurred or not.
PARAMETERS
o $socket - A valid socket resource created with socket_create(3).
RETURN VALUES
No value is returned.
SEE ALSO
socket_last_error(3), socket_strerror(3). PHP Documentation Group SOCKET_CLEAR_ERROR(3)
Related Man Pages
socket_strerror(3) - php
socket_listen(3) - php
socket_bind(3) - php
socket_connect(3) - php
socket_getsockname(3) - php
Similar Topics in the Unix Linux Community
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Please Welcome Ravinder Singh to the Moderation Team
Denial Of Service Attack Update