コード例 #1
0
 function _putstream($s)
 {
     if ($this->encrypted) {
         $s = $this->_RC4($this->_objectkey($this->current_obj_id), $s);
     }
     parent::_putstream($s);
 }