MIME::string_at PHP 메소드

string_at() 보호된 메소드

protected string_at ( $pos )
    protected function string_at($pos)
    {
        $end = strpos($this->cache, "", $pos);
        return $this->substr($pos, $end - $pos);
    }