Static Public Member Functions |
static | connect ($host=null, $user=null, $pass=null, $port=null, $vssl=null, $tout=null, $context=null, $debug=null) |
static | auth ($conn=null, $user=null, $pass=null, $debug=null) |
static | disconnect ($conn=null, $debug=null) |
static | pnoop ($conn=null, $debug=null) |
static | prset ($conn=null, $debug=null) |
static | pquit ($conn=null, $debug=null) |
static | pstat ($conn=null, $debug=null) |
static | pdele ($conn=null, $msg=null, $debug=null) |
static | pretr ($conn=null, $msg=null, $debug=null) |
static | plist ($conn=null, $msg=null, $debug=null) |
static | puidl ($conn=null, $msg=null, $debug=null) |
Data Fields |
const | CRLF = "\r\n" |
const | PORT = 110 |
const | TOUT = 30 |
const | COUT = 5 |
const | BLEN = 1024 |
Detailed Description
Definition at line 27 of file POP35.php.
Member Function Documentation
static auth |
( |
$ |
conn = null , |
|
|
$ |
user = null , |
|
|
$ |
pass = null , |
|
|
$ |
debug = null |
|
) |
| [static] |
static connect |
( |
$ |
host = null , |
|
|
$ |
user = null , |
|
|
$ |
pass = null , |
|
|
$ |
port = null , |
|
|
$ |
vssl = null , |
|
|
$ |
tout = null , |
|
|
$ |
context = null , |
|
|
$ |
debug = null |
|
) |
| [static] |
static disconnect |
( |
$ |
conn = null , |
|
|
$ |
debug = null |
|
) |
| [static] |
static pdele |
( |
$ |
conn = null , |
|
|
$ |
msg = null , |
|
|
$ |
debug = null |
|
) |
| [static] |
static plist |
( |
$ |
conn = null , |
|
|
$ |
msg = null , |
|
|
$ |
debug = null |
|
) |
| [static] |
static pnoop |
( |
$ |
conn = null , |
|
|
$ |
debug = null |
|
) |
| [static] |
static pquit |
( |
$ |
conn = null , |
|
|
$ |
debug = null |
|
) |
| [static] |
static pretr |
( |
$ |
conn = null , |
|
|
$ |
msg = null , |
|
|
$ |
debug = null |
|
) |
| [static] |
static prset |
( |
$ |
conn = null , |
|
|
$ |
debug = null |
|
) |
| [static] |
static pstat |
( |
$ |
conn = null , |
|
|
$ |
debug = null |
|
) |
| [static] |
static puidl |
( |
$ |
conn = null , |
|
|
$ |
msg = null , |
|
|
$ |
debug = null |
|
) |
| [static] |
Field Documentation
The documentation for this class was generated from the following file: