有効にしたい場合、fpdf で SetAutoPageBreak をどのように使用しますか? ネット上で、あらゆる種類の亜種を見つけました。
$p->SetAutoPageBreak(1,20);
$p->SetAutoPageBreak(true,20);
$p->SetAutoPageBreak('true',20);
$p->SetAutoPageBreak(on,20);
$p->SetAutoPageBreak('on',20);
$p->SetAutoPageBreak('on','20');
ありがとう!