示例#1
0
文件: Mcached.php 项目: horde/horde
 /**
  * Get the specified attribute of this object and ensure that only a single
  * value is being returned.
  *
  * @param string $attr The attribute to read.
  *
  * @return mixed The value of this attribute.
  */
 public function getSingle($attr)
 {
     return $this->_object->getSingle($attr);
 }