如何在FPDF-php中显示Money符号

时间:2015-09-14 03:39:55

标签: php fpdf

美好的一天我是新手程序员,请帮我解决这个问题。

我想以PDF格式显示₱登录,但在我的代码中显示"&#8369";

这是我的代码先生/妈妈

$a = htmlentities("₱");
$b = iconv('UTF-8', 'windows-1252', html_entity_decode($a));
$pdf->Write(5,"Your amount balance is".$b."-".$balancevalue);

如果显示这个钱标志,我的编码就完全结束了。

提前致谢,如果我的英语太糟糕,我很抱歉:)

1 个答案:

答案 0 :(得分:0)

$pdf->SetFont('dejavusans', '', 10);