关闭 FPDF table 并返回全行格式

Closing an FPDF table and returning to full line format

我使用 fpdf 创建了一个 table,我正在使用 MultiCell 调用填充它。但我想关闭 table 并在其后添加一些全长文本。我似乎不知道该怎么做。

使用 SetX(0) 将 x 设置为 0,然后使用具有全角文本的多单元格。 例如:-

$pdf->SetX(0)
$pdf->MultiCell(200,10,'Testing',0,'L')