NOTE: This class is NOT intended to be accessed outside of a Base object. There is NO guarantees that the API of this class will not change across versions.
저자: Michael Slusarz (slusarz@horde.org)
예제 #1
0
파일: Base.php 프로젝트: Gomez/horde
 /**
  * Parses a cacheID created by getCacheId().
  *
  * @deprecated
  *
  * @param string $id  The cache ID.
  *
  * @return array  An array with the following information:
  *   - highestmodseq: (integer)
  *   - messages: (integer)
  *   - uidnext: (integer)
  *   - uidvalidity: (integer) Always present
  */
 public function parseCacheId($id)
 {
     return Horde_Imap_Client_Base_Deprecated::parseCacheId($id);
 }