blob: 652331259103ee67b8d9511251cd490d094a8dff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
The PEAR::Net_Ident implements Identification Protocol according
to RFC 1413.
The Identification Protocol (a.k.a., "ident", a.k.a., "the Ident
Protocol") provides a means to determine the identity of a user
of a particular TCP connection. Given a TCP port number pair, it
returns a character string which identifies the owner of that
connection on the server's system.
WWW: https://pear.php.net/package/Net_Ident
|