getUids() 공개 메소드

Returns the message ids of the messages in this folder.
public getUids ( string $folder ) : array
$folder string Check the status of this folder.
리턴 array The message ids.
예제 #1
0
파일: Base.php 프로젝트: jubinpatel/horde
 /**
  * Returns the message ids of the messages in this folder.
  *
  * @param string $folder Check the status of this folder.
  *
  * @return array The message ids.
  */
 public function getUids($folder)
 {
     return $this->_driver->getUids($folder);
 }