HW_IDENTIFY(3) 1 HW_IDENTIFY(3)
hw_Identify - Identifies as user
SYNOPSIS
string hw_identify (int $link, string $username, string $password)
DESCRIPTION
Identifies as user with $username and $password. Identification is only valid for the current session. I do not think this function will
be needed very often. In most cases it will be easier to identify with the opening of the connection.
PARAMETERS
o $link
- The connection identifier.
o $username
- The username.
o $password
- The password.
SEE ALSO
hw_connect(3).
PHP Documentation Group HW_IDENTIFY(3)