Browse
For agents
About
Welcart e-Commerce
/
1.4.0
Welcart e-Commerce
v1.4.0
Switch version
2.12.4
2.12.3
2.11.35
2.12.2
2.12.1
2.11.34
2.11.33
2.11.32
2.11.31
2.11.30
1.3.16
1.3.17
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.4.0
1.4.1
1.4.10
1.4.11
1.4.12
All 292 releases
Overview
Code
usc-e-shop
/
classes
/
fpdf
/
excn.php
excn.php
in Welcart e-Commerce 1.4.0, at classes/fpdf/excn.php
13 lines
235 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
require
(
USCES_PLUGIN_DIR
.
'
/classes/fpdf/mbfpdf.php
'
)
;
3
4
$
pdf
=
new
MBFPDF
(
)
;
5
$
pdf
->
AddMBFont
(
BIG5
,
'
BIG5
'
)
;
6
$
pdf
->
Open
(
)
;
7
$
pdf
->
AddPage
(
)
;
8
$
pdf
->
SetFont
(
BIG5
,
'
'
,
20
)
;
9
$pdf->Write(10,'?ڡ????�
10
18
C
タ・
?
83
%
'
);
11
$pdf->Output();
12
?>
13