Class StringBuffer

Object
   |
   --StringBuffer
Classes extended from StringBuffer:
Location: Program_Root/lang/StringBuffer.php
This is an attempt at an exact clone of the StringBuffer class for Java
 It contains all of the same methods, and emulates the same methods and steps that are taken in Java.

 You have more control than simply using PHP's .= append feature, because you can work with only
 one string at a time, making adjustments to that buffer as you work, and call common requests on
 that buffer.

Class Variable Summary


Inherited Class Variable Summary


Method Summary


Inherited Method Summary

Inherited From Class Object


Variable Detail


Method Detail