Exemplo n.º 1
0
 public function write($buffer, $length = 4096)
 {
     return parent::write($buffer, $length);
 }
Exemplo n.º 2
0
 public function write($buffer, $length = 4096)
 {
     echo 'onwrite: ' . $buffer;
     return parent::write($buffer, $length);
 }