PDF_MemImage
extends Fpdf
Table of Contents
Methods
-
__construct()
: mixed
-
GDImage()
: mixed
-
MemImage()
: mixed
__construct()
public
__construct([mixed $orientation = 'P' ][, mixed $unit = 'mm' ][, mixed $format = 'A4' ]) : mixed
Parameters
-
$orientation
: mixed
= 'P'
-
-
$unit
: mixed
= 'mm'
-
-
$format
: mixed
= 'A4'
-
GDImage()
public
GDImage(mixed $im[, mixed $x = null ][, mixed $y = null ][, mixed $w = 0 ][, mixed $h = 0 ][, mixed $link = '' ]) : mixed
Parameters
-
$im
: mixed
-
-
$x
: mixed
= null
-
-
$y
: mixed
= null
-
-
$w
: mixed
= 0
-
-
$h
: mixed
= 0
-
-
$link
: mixed
= ''
-
MemImage()
public
MemImage(mixed $data[, mixed $x = null ][, mixed $y = null ][, mixed $w = 0 ][, mixed $h = 0 ][, mixed $link = '' ]) : mixed
Parameters
-
$data
: mixed
-
-
$x
: mixed
= null
-
-
$y
: mixed
= null
-
-
$w
: mixed
= 0
-
-
$h
: mixed
= 0
-
-
$link
: mixed
= ''
-