對這文章發表回應
發表限制: 非會員 可以發表
發表者: 冷日 發表時間: 2012/9/5 7:57:13
undefined function bcadd()
2011-10-03 08:00:34 PDT
I`m new and I`m finding an help for this problem,
when I try to use the TCPDF example 27 I receive this error
Fatal error: Call to undefined function bcadd() in /var/www/html/tcpdf/barcodes.php on line 2063
what I`ve missed ?
thanks Paolo
nicolaasuni
2011-10-03 08:38:19 PDT
The IMB barcode (Intelligent Mail Barcode - Onecode - USPS-B-3200) requires the BC Math PHP extension (http://www.php.net/manual/en/book.bc.php) to perform some long calculations.
If want to use this kind of barcode (or see the complete example 27), then you have to install this extension.
Otherwise, edit the example 27 and comment the example of IMB barcode.
原文出處:SourceForge.net: TCPDF - PHP class for PDF: undefined function bcadd()
2011-10-03 08:00:34 PDT
I`m new and I`m finding an help for this problem,
when I try to use the TCPDF example 27 I receive this error
Fatal error: Call to undefined function bcadd() in /var/www/html/tcpdf/barcodes.php on line 2063
what I`ve missed ?
thanks Paolo
nicolaasuni
2011-10-03 08:38:19 PDT
The IMB barcode (Intelligent Mail Barcode - Onecode - USPS-B-3200) requires the BC Math PHP extension (http://www.php.net/manual/en/book.bc.php) to perform some long calculations.
If want to use this kind of barcode (or see the complete example 27), then you have to install this extension.
Otherwise, edit the example 27 and comment the example of IMB barcode.
原文出處:SourceForge.net: TCPDF - PHP class for PDF: undefined function bcadd()