finalize() public method

Finish using this print connector (close file, socket, send accumulated output, etc).
public finalize ( )
Example #1
0
 /**
  * Close the underlying buffer. With some connectors, the
  * job will not actually be sent to the printer until this is called.
  */
 function close()
 {
     $this->connector->finalize();
 }