FPDF Script Timed Out
问题 I’m working with the FPDF library to generate PDFs. At some point I include an image into the pdf (in the header) and do: require_once APPPATH . '../vendor/setasign/fpdf/fpdf.php'; class cifpdf extends FPDF { public function __construct($params = array()) { $this->CI = &get_instance(); $orientation = array_key_exists('orientation', $params) ? $params['orientation'] : 'P'; $mesure = array_key_exists('mesure', $params) ? $params['mesure'] : 'mm'; $format = array_key_exists('format', $params) ?