Ejemplo n.º 1
0
 /**
  * Whether the attached stream supports mark/reset.
  * @return boolean
  */
 public function markSupported()
 {
     return $this->inStream->markSupported();
 }