Method String.Buffer()->add()
- Method
add
intadd(string|String.Buffer...data)- Description
Adds
datato the buffer.- Returns
Returns the size of the buffer.
- Note
Pike 7.8 and earlier did not support adding String.Buffers directly.
int add(string|String.Buffer ... data)
Adds data to the buffer.
Returns the size of the buffer.
Pike 7.8 and earlier did not support adding String.Buffers directly.