escpos-php icon indicating copy to clipboard operation
escpos-php copied to clipboard

Set hostname WindowsPrintConnector

Open villeracodecwork opened this issue 1 year ago • 0 comments

/**
     * set hostname for testing purposes and other cases where it is needed
     * for example, to print to a network printer without a DNS entry
     * @param string $hostname
     */
    public function setHostname($hostname): void
    {
        $this -> hostname = $hostname;
    }`

villeracodecwork avatar Sep 20 '24 18:09 villeracodecwork