Subject: | private $is_connected = 0; => public... |
Summary: | Package rating comment |
Messages: | 1 |
Author: | selcuk mart |
Date: | 2013-06-23 12:31:21 |
|
|
|
selcuk mart rated this package as follows:
Utility: | Good |
Consistency: | Good |
Examples: | Good |
|
selcuk mart - 2013-06-23 12:31:21
private $is_connected = 0; => public $is_connected = 0;
imap_open($this->mbox,$username,$password); => @imap_open($this->mbox,$username,$password);
and for search, fetch,delete etc i have used SE_UID, FT_UID.
And there is problem here;
'name'=>$i->parameters[0]->value
some times this parameter( parameters[0] ) can be object not an array.
|