FOF30\Utils\Buffer::stream_tell PHP 메소드

stream_tell() 공개 메소드

Function to get the current position of the stream
또한 보기: streamWrapper::stream_tell
부터: 11.1
public stream_tell ( ) : integer
리턴 integer
    public function stream_tell()
    {
        return $this->position;
    }