Documentation
Cutter_ClearBuffer
boolean Cutter_ClearBuffer (int $InstanceID)
Parameters
InstanceID | ID to the cutter |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
This function clears the buffer of the cutter instance with the ID InstanceID.
Example
// Cleans the buffer of the clutter instance with the ID 12345
Cutter_ClearBuffer(12345);