rquadling Wed May 2 14:37:41 2007 UTC
Modified files:
/phpdoc quickref.txt
Log:
Updated PDF functions
http://cvs.php.net/viewvc.cgi/phpdoc/quickref.txt?r1=1.19&r2=1.20&diff_format=u
Index: phpdoc/quickref.txt
diff -u phpdoc/quickref.txt:1.19 phpdoc/quickref.txt:1.20
--- phpdoc/quickref.txt:1.19 Sun Apr 22 10:49:03 2007
+++ phpdoc/quickref.txt Wed May 2 14:37:41 2007
@@ -2273,6 +2273,8 @@
linkinfo - Gets information about a link
list - Assign variables as if they were an array
localeconv - Get numeric formatting information
+locale_get_default - Get the default Locale
+locale_set_default - Set the default Locale
localtime - Get the local time
log - Natural logarithm
log10 - Base-10 logarithm
@@ -3657,6 +3659,8 @@
PDF_add_note - Set annotation for current page [deprecated]
PDF_add_outline - Add bookmark for current page [deprecated]
PDF_add_pdflink - Add file link annotation for current page [deprecated]
+PDF_add_table_cell - Add a cell to a new or existing table
+PDF_add_textflow - Create Textflow or add text to existing Textflow
PDF_add_thumbnail - Add thumbnail for current page
PDF_add_weblink - Add weblink for current page [deprecated]
PDF_arc - Draw a counterclockwise circular arc segment
@@ -3670,7 +3674,8 @@
PDF_begin_page - Start new page [deprecated]
PDF_begin_page_ext - Start new page
PDF_begin_pattern - Start pattern definition
-PDF_begin_template - Start template definition
+PDF_begin_template - Start template definition [deprecated]
+PDF_begin_template_ext - Start template definition
PDF_circle - Draw a circle
PDF_clip - Clip to current path
PDF_close - Close pdf resource [deprecated]
@@ -3678,10 +3683,11 @@
PDF_closepath_fill_stroke - Close, fill and stroke current path
PDF_closepath_stroke - Close and stroke path
PDF_close_image - Close image
-PDF_close_pdi - Close the input PDF document
+PDF_close_pdi - Close the input PDF document [deprecated]
PDF_close_pdi_page - Close the page handle
PDF_concat - Concatenate a matrix to the CTM
PDF_continue_text - Output text in next line
+PDF_create_3dview - Create 3D view
PDF_create_action - Create action for objects or events
PDF_create_annotation - Create rectangular annotation
PDF_create_bookmark - Create bookmark
@@ -3694,6 +3700,7 @@
PDF_define_layer - Create layer definition
PDF_delete - Delete PDFlib object
PDF_delete_pvf - Delete PDFlib virtual file
+PDF_delete_table - Delete table object
PDF_delete_textflow - Delete textflow object
PDF_encoding_set_char - Add glyph name and/or Unicode value
PDF_endpath - End current path
@@ -3714,6 +3721,7 @@
PDF_findfont - Prepare font for later use [deprecated]
PDF_fit_image - Place image or template
PDF_fit_pdi_page - Place imported PDF page
+PDF_fit_table - Place table on page
PDF_fit_textflow - Format textflow in rectangular area
PDF_fit_textline - Place single line of text
PDF_get_apiname - Get name of unsuccessfull API function
@@ -3728,12 +3736,17 @@
PDF_get_majorversion - Get major version number [deprecated]
PDF_get_minorversion - Get minor version number [deprecated]
PDF_get_parameter - Get string parameter
-PDF_get_pdi_parameter - Get PDI string parameter
-PDF_get_pdi_value - Get PDI numerical parameter
+PDF_get_pdi_parameter - Get PDI string parameter [deprecated]
+PDF_get_pdi_value - Get PDI numerical parameter [deprecated]
PDF_get_value - Get numerical parameter
+PDF_info_font - Query detailed information about a loaded font
+PDF_info_matchbox - Query matchbox information
+PDF_info_table - Retrieve table information
PDF_info_textflow - Query textflow state
+PDF_info_textline - Perform textline formatting and query metrics
PDF_initgraphics - Reset graphic state
PDF_lineto - Draw a line
+PDF_load_3ddata - Load 3D model
PDF_load_font - Search and prepare font
PDF_load_iccprofile - Search and prepare ICC profile
PDF_load_image - Open image file
@@ -3747,9 +3760,12 @@
PDF_open_image_file - Read image from file [deprecated]
PDF_open_jpeg - Open JPEG image [deprecated]
PDF_open_memory_image - Open image created with PHP's image functions [not
supported]
-PDF_open_pdi - Open PDF file
+PDF_open_pdi - Open PDF file [deprecated]
PDF_open_pdi_page - Prepare a page
PDF_open_tiff - Open TIFF image [deprecated]
+PDF_pcos_get_number - Get value of pCOS path with type number or boolean
+PDF_pcos_get_stream - Get contents of pCOS path with type stream, fstream, or
string
+PDF_pcos_get_string - Get value of pCOS path with type name, string, or boolean
PDF_place_image - Place image on the page [deprecated]
PDF_place_pdi_page - Place PDF page [deprecated]
PDF_process_pdi - Process imported PDF document
@@ -3810,6 +3826,7 @@
PDF_suspend_page - Suspend page
PDF_translate - Set origin of coordinate system
PDF_utf16_to_utf8 - Convert string from UTF-16 to UTF-8
+PDF_utf32_to_utf16 - Convert string from UTF-32 to UTF-16
PDF_utf8_to_utf16 - Convert string from UTF-8 to UTF-16
PDO->beginTransaction() - Initiates a transaction
PDO->commit() - Commits a transaction