Krok po koroku, pełna dokumentacja w języku polskim. Skrypty napisane w PHP są z reguły umieszczane w dokumentach tekstowych (często razem z HTML lub XHTML). Dzięki temu PHP jest podobny w założeniach do dużo starszego mechanizmu Server Side Includes[4]. PHP pozwala także na wykonywanie skryptów z linii poleceń podobnie jak Perl i Python. Jego modułowa budowa udostępnia również możliwość programowania aplikacji z interfejsem graficznym. PHP umożliwia współpracę z wieloma rodzajami źródeł danych, jak na przykład serwery relacyjnych baz danych, pliki tekstowe czy dokumenty XML.
Opens a new PDF document.
compressionIf different from 0, document compression is turned on
filenameSets the file in which the document is written. - is a synonym for stdout.
If omitted, the document is created in memory and can either be written into a file with cpdf_save_to_file() or written to standard output with cpdf_output_buffer().
Notatka: Using stdout will not work if PHP is compiled as an apache module. You can solve this problem by skipping this parameter filename and using cpdf_output_buffer() later to output the PDF document.
doc_limitsAn array defining the document limitation. See cpdf_global_set_document_limits() for more information
Returns a document handle, needed as the first parameter for all other functions of the library.
| Poprzedni | Spis treści | Następny |
| cpdf_newpath | Początek rozdziału | cpdf_output_buffer |
php
kontakt:praca.pozycjonowanie@gmail.com