Beispiel #1
0
 /**
  * @return int
  */
 public function getLength()
 {
     return $this->stream->getLength();
 }
Beispiel #2
0
 /**
  * @return int
  */
 public function getLength()
 {
     $this->initializeStream();
     return $this->stream->getLength();
 }