示例#1
0
 public function isSeekable()
 {
     parent::isSeekable();
     return false;
 }
示例#2
0
 public function isWritable()
 {
     parent::isWritable();
     return false;
 }