压根就没这个函数;
pdf_begin_page
(PHP 3 >= 3.0.6, PHP 4, PECL)pdf_begin_page -- Starts new page
Description
bool pdf_begin_page ( resource pdfdoc, float width, float height )
Add a new page to the document. 如果成功则返回 TRUE,失败则返回 FALSE。 The width and height are specified in points, which are 1/72 of an inch. 
表格 1. Common Page Sizes in Points

解决方案 »

  1.   

    怎么可能没有这个函数...  http://cn.php.net/manual/zh/function.pdf-begin-document.php你的问题应该是pdf扩张没有加载成功安装
    本 PECL 扩展未绑定于 PHP 中。 进一步信息例如新版本,下载,源程序,维护者信息以及更新日志可以在此找到: http://pecl.php.net/package/pdflib. To get these functions to work in PHP < 4.3.9, you have to compile PHP with --with-pdflib[=DIR]. DIR is the PDFlib base install directory, defaults to /usr/local. As of PHP 4.3.9, you must install this extension through PEAR, using the following command: pear install pdflib. 
      

  2.   

    郁闷了!http://pecl4win.php.net/ext.php/php_pdf.dll 只有PHP5的,哪有PHP4.4.4的啊!
      

  3.   

    http://pecl.php.net/package/pdflib自己下载编译.