クラス POMO_StringReader::read_all()
クラス POMO_StringReader::read_all()
定義ファイル :/blog/wp-includes/pomo/streams.php
1 2 3 | function read_all() { return $this->substr($this->_str, $this->_pos, this->strlen($this->_str)); } |
WEBシステム SI屋の代表のブログです。
1 2 3 | function read_all() { return $this->substr($this->_str, $this->_pos, this->strlen($this->_str)); } |