Warning: file_put_contents(): Only -1 of 53 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
pdf_begin_page Manuál PHP Předcházející Další (PHP 3 >= 3.0.6, 4, PECL) pdf_begin_page -- Začít novou stranu Popis bool PDF_begin_page ( resource pdfdoc, float width, height )...
Forum und email
pdf_begin_page

pdf_begin_page

(PHP 3 >= 3.0.6, PHP 4, PECL)

pdf_begin_page -- Začít novou stranu

Popis

bool PDF_begin_page ( resource pdfdoc, float width, float height )

Funkce pdf_begin_page() začne novou stránku s výškou height a šířkou width. Pokud chcete vytvořit validní dokument, musíte zavolat tuto funkci a pdf_end_page() přinejmenším jednou.

Viz také pdf_end_page().