Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct () | |
Authorise ($host, $port=false, $tval=false, $username, $password, $debug_level=0) | |
Connect ($host, $port=false, $tval=30) | |
Login ($username= '', $password= '') | |
Disconnect () |
Attributs publics | |
$POP3_PORT = 110 | |
$POP3_TIMEOUT = 30 | |
$CRLF = "\r\n" | |
$do_debug = 2 | |
$host | |
$port | |
$tval | |
$username | |
$password | |
$Version = '5.2.6' |
Fonctions membres privées | |
getResponse ($size=128) | |
sendString ($string) | |
checkResponse ($string) | |
displayErrors () | |
catchWarning ($errno, $errstr, $errfile, $errline) |
Attributs privés | |
$pop_conn | |
$connected | |
$error |
POP3::__construct | ( | ) |
POP3::Authorise | ( | $host, | |
$port = false , |
|||
$tval = false , |
|||
$username, | |||
$password, | |||
$debug_level = 0 |
|||
) |
Combination of public events - connect, login, disconnect public
string | $host | |
bool | int | $port | |
bool | int | $tval | |
string | $username | |
string | $password | |
int | $debug_level |
Définition à la ligne 160 du fichier pop3.php.
Références $host, $password, $POP3_PORT, $POP3_TIMEOUT, $port, $tval, $username, Connect(), Disconnect(), et Login().
|
private |
Takes over from PHP for the socket warning handler private
integer | $errno | |
string | $errstr | |
string | $errfile | |
integer | $errline |
Définition à la ligne 409 du fichier pop3.php.
|
private |
Checks the POP3 server response for +OK or -ERR private
string | $string |
Définition à la ligne 368 du fichier pop3.php.
Références displayErrors().
Référencé par Connect(), et Login().
POP3::Connect | ( | $host, | |
$port = false , |
|||
$tval = 30 |
|||
) |
Connect to the POP3 server public
string | $host | |
bool | int | $port | |
integer | $tval |
Définition à la ligne 212 du fichier pop3.php.
Références $host, $port, $tval, checkResponse(), displayErrors(), et getResponse().
Référencé par Authorise().
POP3::Disconnect | ( | ) |
Disconnect from the POP3 server public
Définition à la ligne 327 du fichier pop3.php.
Références sendString().
Référencé par Authorise().
|
private |
If debug is enabled, display the error message array private
Définition à la ligne 391 du fichier pop3.php.
Référencé par checkResponse(), Connect(), et Login().
|
private |
Get the socket response back. $size is the maximum number of bytes to retrieve private
integer | $size |
Définition à la ligne 344 du fichier pop3.php.
Référencé par Connect(), et Login().
POP3::Login | ( | $username = '' , |
|
$password = '' |
|||
) |
Login to the POP3 server (does not support APOP yet) public
string | $username | |
string | $password |
Définition à la ligne 287 du fichier pop3.php.
Références $CRLF, $password, $username, checkResponse(), displayErrors(), getResponse(), et sendString().
Référencé par Authorise().
|
private |
Send a string down the open socket connection to the POP3 server private
string | $string |
Définition à la ligne 356 du fichier pop3.php.
Référencé par Disconnect(), et Login().
POP3::$host |
Définition à la ligne 89 du fichier pop3.php.
Référencé par Authorise(), et Connect().
POP3::$password |
Définition à la ligne 113 du fichier pop3.php.
Référencé par Authorise(), et Login().
POP3::$POP3_PORT = 110 |
Définition à la ligne 65 du fichier pop3.php.
Référencé par Authorise().
POP3::$POP3_TIMEOUT = 30 |
Définition à la ligne 71 du fichier pop3.php.
Référencé par Authorise().
POP3::$port |
Définition à la ligne 95 du fichier pop3.php.
Référencé par Authorise(), et Connect().
POP3::$tval |
Définition à la ligne 101 du fichier pop3.php.
Référencé par Authorise(), et Connect().
POP3::$username |
Définition à la ligne 107 du fichier pop3.php.
Référencé par Authorise(), et Login().