Creates a fax object.
function Fax ( $attachment, $_options = NULL )
Determines whether Mac OS X’s efax client is properly installed on the server.
function eFaxInstalled ( )
Determines whether HylaFax’s sendfax client is properly installed on the server.
function HylaFaxInstalled ( )
Retrieve the number to which a fax was sent from its job id number
function GetNumberFromId ( $jid )
Transmit a fax.
function Send ( $destination_number )
Get state of job by job ID
function State ( $jid )
Internal method to provide a command-line set of arguments to be passed to the faxing application.
function _attachments ( )