Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
F
  Functions, StringBuilder
G
  growth_size, StringBuilder
P
  Properties, StringBuilder
R
  reset, StringBuilder
S
  StringBuilder
T
  toString, StringBuilder
Buffer growth size.
public function reset()
Clear the string builder data.
While using Response.write is far away faster than concatenating strings, sometimes you need to store the entire output before printing it.
public function toString()
Concatenate the fragments into a string.