示例#1
0
文件: Resource.php 项目: horde/horde
 /**
  * Converts a value from the default charset to the driver's
  * charset.
  *
  * @param mixed $value  A value to convert.
  *
  * @return mixed  The converted value.
  */
 public function convertToDriver($value)
 {
     return $this->_driver->convertToDriver($value);
 }