Phly\Http\PhpInputStream::__toString PHP Метод

__toString() публичный Метод

public __toString ( )
    public function __toString()
    {
        if ($this->reachedEof) {
            return $this->cache;
        }
        $this->getContents();
        return $this->cache;
    }