示例#1
0
文件: io.php 项目: raypulver/phpleon
 function append($buf)
 {
     $this->buffer = StringBuffer::concat(array($this->buffer, $buf));
 }