Example #1
0
 /**
  * @param  integer $length
  * @return string
  */
 public function readLength($length = 1024)
 {
     return $this->_lastConnection->readLength($length);
 }