标签: php html string printing
嗨我有一个包含html内容的字符串。我需要从打印机打印出来。
例如,我的字符串是;
$string =" <html> <head> <style type='text/css'> //CSS COMES HERE </style> </head> <body> Hello world </body> </html>";
我需要打印字符串输出。例如;
Printer.Print(echo '$string');
//没有这样的命令我只想解释我想做什么。