PHP Classes

private $is_connected = 0; => public $is_connected = 0; imap_...

Recommend this page to a friend!

      PHP 5 IMAP Class  >  All threads  >  private $is_connected = 0; => public...  >  (Un) Subscribe thread alerts  
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

  1. private $is_connected = 0; => public...   Reply   Report abuse  
Picture of selcuk mart 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.