예제 #1
0
파일: io.php 프로젝트: raypulver/phpleon
 function append($buf)
 {
     $this->buffer = StringBuffer::concat(array($this->buffer, $buf));
 }