gpt4 book ai didi

mysql - 使用 fpdf 创建 pdf 时从数据库查询中删除/转换字符

转载 作者:行者123 更新时间:2023-11-29 13:03:51 24 4
gpt4 key购买 nike

我正在从 mysql 表中提取数据并使用 fpdf 创建 pdf 文件。我从一个名为abstr的字段中提取数据,所以我有 $abstract = $data['abstr'] 然后 $pdf->Write(5,$abstract) 来写入它。问题是文本是这样的:

<p>Inferences and assumptions assist in information processing but also deny rather than facilitate critical thinking. Critical thinking is foundational to the development of tolerance and respectful relationships. Assignments in our course on &ldquo;hate&rdquo; have been shown to foster an inclusive world view, but students' lack of tolerance for ambiguity interferes with this progression.</p>

如何摆脱/转换

<p>, </p>,&ldquo;

还有其他字符?我尝试过 html_entity_decode,但它似乎不起作用。

最佳答案

试试这个:utf8_decode($abstract)

关于mysql - 使用 fpdf 创建 pdf 时从数据库查询中删除/转换字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22993221/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com