示例#1
0
文件: Nstring.php 项目: horde/horde
 /**
  */
 public function escape()
 {
     return is_null($this->_data) ? 'NIL' : parent::escape();
 }