Pike v8.0 release 1116

Method String.Buffer()->add()


Method add

int add(string|String.Buffer ... data)

Description

Adds data to the buffer.

Returns

Returns the size of the buffer.

Note

Pike 7.8 and earlier did not support adding String.Buffers directly.


Method add

int add(string|String.Buffer ... data)

Description

Adds data to the buffer.

Returns

Returns the size of the buffer.

Note

Pike 7.8 and earlier did not support adding String.Buffers directly.