-
$AliasNbPages
-
-
$AltBody
-
Sets the text-only body of the message. This automatically sets the email to multipart/alternative. This body can be read by mail clients that do not have HTML email capability such as mutt. Clients that can read HTML will view the normal Body.
-
$answer_data
-
-
$answer_id
-
-
$attachment
-
-
$author
-
-
$AutoPageBreak
-
-
AcceptPageBreak
-
Whenever a page break condition is met, the method is called, and the break is issued or not depending on the returned value. The default implementation returns a value according to the mode selected by SetAutoPageBreak().
-
AddAddress
-
Adds a "To" address.
-
AddAttachment
-
Adds an attachment from a path on the filesystem.
-
AddBCC
-
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
-
AddCC
-
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
-
AddChange
-
Adds a change entry.
-
AddCustomHeader
-
Adds a custom header.
-
AddEmbeddedImage
-
Adds an embedded attachment. This can include images, sounds, and just about any other document. Make sure to set the $type to an image type. For JPEG images use "image/jpeg" and for GIF images use "image/gif".
-
AddFont
-
Imports a TrueType or Type1 font and makes it available. It is necessary to generate a font definition file first with the makefont.php utility. The definition file (and the font file itself when embedding) must be present either in the current directory or in the one indicated by FPDF_FONTPATH if the constant is defined. If it could not be found, the error "Could not include font definition file" is generated.
-
addHtmlLink
-
Output anchor link.
-
AddLink
-
Creates a new internal link and returns its identifier. An internal link is a clickable area which directs to another place within the document.
The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is defined with SetLink().
-
AddNote
-
Adds a simple note to the message.
-
AddPage
-
Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer. Then the page is added, the current position set to the top-left corner according to the left and top margins, and Header() is called to display the header.
-
AddrAppend
-
Creates recipient headers.
-
AddReplyTo
-
Adds a "Reply-to" address.
-
AddrFormat
-
Formats an address correctly.
-
AddStringAttachment
-
Adds a string or binary attachment (non-filesystem) to the list.
-
addTest
-
-
AliasNbPages
-
Defines an alias for the total number of pages. It will be substituted as the document is closed.
-
assert
-
-
Assert
-
Class Assert
-
assertEquals
-
-
assertRegexp
-
-
AttachAll
-
Attaches all fs, string, and binary attachments to the message.
-
Authenticate
-
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
-
$cachefile
-
-
$cc
-
-
$ChangeLog
-
Holds the change log.
-
$CharSet
-
Sets the CharSet of the message.
-
$cMargin
-
-
$ColorFlag
-
-
$compress
-
-
$ConfirmReadingTo
-
Sets the email address that a reading confirmation will be sent.
-
$ContentType
-
Sets the Content-type of the message.
-
$CoreFonts
-
-
$creator
-
-
$CRLF
-
SMTP reply line ending
-
$CurOrientation
-
-
$CurrentFont
-
-
$current_data
-
-
$current_data
-
-
$current_data
-
-
$current_element
-
-
$current_element
-
-
$current_key
-
-
$current_language
-
-
$CustomHeader
-
-
C39Object
-
Code 39 Barcode Render Class.
Code 39 is an alphanumeric bar code that can encode decimal number, case alphabet and some special symbols.
-
C128AObject
-
Code 128-A Barcode Render Class for PHP using the GD graphics library.
Code 128-A is a continuous, multilevel and include all upper case alphanumeric characters and ASCII control characters.
-
C128BObject
-
Code 128-B Barcode Render Class for PHP using the GD graphics library.
Code 128-B is a continuous, multilevel and full ASCII code.
-
C128CObject
-
Code 128-C Barcode Render Class for PHP using the GD graphics library.
Code 128-C is numeric only and provides the most efficiency.
-
Cell
-
Prints a cell (rectangular area) with optional borders, background color and character string. The upper-left corner of the cell corresponds to the current position. The text can be aligned or centered. After the call, the current position moves to the right or to the next line. It is possible to put a link on the text.
If automatic page breaking is enabled and the cell goes beyond the limit, a page break is done before outputting.
-
CheckChanges
-
Check which default settings have been changed for the report.
-
ClearAddresses
-
Clears all recipients assigned in the TO array. Returns void.
-
ClearAllRecipients
-
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
-
ClearAttachments
-
Clears all previously set filesystem, string, and binary attachments. Returns void.
-
ClearBCCs
-
Clears all recipients assigned in the BCC array. Returns void.
-
ClearCCs
-
Clears all recipients assigned in the CC array. Returns void.
-
ClearCustomHeaders
-
Clears all custom headers. Returns void.
-
ClearReplyTos
-
Clears all recipients assigned in the ReplyTo array. Returns void.
-
Close
-
Terminates the PDF document. It is not necessary to call this method explicitly because Output() does it automatically. If the document contains no page, AddPage() is called to prevent from getting an invalid document.
-
Close
-
Closes the socket and cleans up the state of the class.
-
closedHTMLTagHandler
-
Process closing tags.
-
Connect
-
Connect to the server specified on the port specified.
-
Connected
-
Returns true if connected to a server otherwise false
-
convertColorHexToDec
-
Returns an associative array (keys: R,G,B) from a hex html code (e.g. #3FE5AA).
-
countFailures
-
-
countTestCases
-
-
countTestCases
-
-
countTests
-
-
CreateBody
-
Assembles the message body. Returns an empty string on failure.
-
CreateHeader
-
Assembles message header.
-
C_mailer
-
C_mailer - PHPMailer class extension
-
class.phpmailer.php
-
-
class.smtp.php
-
-
$fExceptions
-
-
$fExceptions
-
-
$fFailedTestName
-
-
$fFailures
-
-
$fh
-
-
$fhPt
-
-
$FillColor
-
-
$fName
-
-
$FontFamily
-
-
$FontFiles
-
-
$fontList
-
-
$fonts
-
-
$FontSize
-
-
$FontSizePt
-
-
$FontStyle
-
-
$footer_font
-
-
$footer_margin
-
-
$fResult
-
-
$From
-
Sets the From email address for the message.
-
$FromName
-
Sets the From name of the message.
-
$fRunTests
-
-
$fStop
-
-
$fTests
-
-
$fw
-
-
$fwPt
-
-
fail
-
-
failed
-
-
failNotEquals
-
-
FixEOL
-
Changes every end of line from CR or LF to CRLF.
-
FlushObject
-
Flush the barcode image.
-
Footer
-
This method is used to render the page footer.
-
FPDF_FONTPATH
-
full path to PDF fonts directory
-
F_addLogAnswers
-
Add specified answers on tce_tests_logs_answer table.
-
F_allresults_table_header_element
-
Display table header element with order link.
-
F_checkTestStatus
-
Check and returns specific test status for the specified user.
-
F_check_fields_format
-
Check fields format using regular expression comparisons.
Returns a string containing a list of wrong fields (comma separated).
-
F_check_form_fields
-
Check Form Fields.
-
F_check_required_fields
-
Check Required Form Fields.
Returns a string containing a list of missing fields (comma separated).
-
F_check_unique
-
Check if specified fields are unique on table.
-
F_close_button
-
Returns XHTML code string to display a window close button
-
F_compact_string
-
Remove the following characters:
-
F_count_rows
-
Count rows of the given table.
-
F_createTest
-
Create user's test and returns TRUE on success.
-
F_csv_export_result_allusers
-
Export all test results to CSV.
-
F_csv_export_users
-
Export all users to CSV grouped by users' groups.
-
F_db_affected_rows
-
Returns number of rows (tuples) affected by the last INSERT, UPDATE or DELETE query associated with link_identifier.
-
F_db_affected_rows
-
Returns number of rows (tuples) affected by the last INSERT, UPDATE or DELETE query associated with link_identifier.
-
F_db_close
-
Closes the non-persistent connection to a database associated with the given connection resource.
-
F_db_close
-
Closes the non-persistent connection to a database associated with the given connection resource.
-
F_db_connect
-
Open a connection to a MySQL Server and select a database.
-
F_db_connect
-
Open a connection to a PostgreSQL Server and select a database.
-
F_db_error
-
Returns the text of the error message from previous database operation
-
F_db_error
-
Returns the text of the error message from previous database operation
-
F_db_fetch_array
-
Fetch a result row as an associative and numeric array.
-
F_db_fetch_array
-
Fetch a result row as an associative and numeric array.
-
F_db_insert_id
-
Get the ID generated from the previous INSERT operation
-
F_db_insert_id
-
Get the ID generated from the previous INSERT operation
-
F_db_num_rows
-
Get number of rows in result.
-
F_db_num_rows
-
Get number of rows in result.
-
F_db_query
-
Sends a query to the currently active database on the server that's associated with the specified link identifier.
NOTE: Convert MySQL RAND() function to PostgreSQL RANDOM() on ORDER BY clause of selection queries.
-
F_db_query
-
Sends a query to the currently active database on the server that's associated with the specified link identifier.
NOTE: Convert PostgreSQL RANDOM() function to MySQL RAND() on ORDER BY clause of selection queries.
-
F_decode_form_fields
-
Returns an array containing form fields.
-
F_decode_tcecode
-
Returns XHTML code from text marked-up with TCExam Code Tags
-
F_display_db_error
-
Print the database error message.
-
F_empty_to_null
-
Prepare field value for SQL query.
Returns the quoted string if not empty, NULL otherwise.
-
F_error_handler
-
Custom PHP error handler function.
-
F_executeTest
-
Returns true if the current user is authorized to execute the selected test.
Generates the test if it's not already generated.
-
F_getAuthorizedUsers
-
Returns a comma separated string of ID of the users that belong to the same groups.
-
F_getBoolean
-
Returns boolean value from string.
This function is needed to get the right boolean value from boolean field returned by PostgreSQL query.
-
F_getFirstTestUser
-
Returns the ID of the tce_tests_users table corresponding to a complete test of $test_id type.
-
F_getQuestionTestStat
-
Returns test data structure for selected question:
-
F_getTestBasicScore
-
Returns the basic score for right questions.
-
F_getTestData
-
Returns the test data.
-
F_getTestDuration
-
Returns the test duration time in seconds.
-
F_getTestName
-
Returns the test name.
-
F_getTestStartTime
-
Returns the user's test start time in seconds since UNIX epoch (1970-01-01 00:00:00).
-
F_getUserTests
-
Returns an XHTML unordered list of user's enabled tests.
-
F_getUserTestStat
-
Returns test data structure for selected user:
-
F_import_csv_users
-
Import users from CSV file (tab delimited text).
-
F_isAuthorizedUser
-
Returns true if the current user is authorized to update and delete the selected database record.
-
F_isRightTestlogUser
-
Checks if the current user is the right testlog_id owner.
This function is used for security reasons.
-
F_isValidIP
-
Check if user's IP is valid over test IP range
-
F_isValidTestUser
-
Check if user is authorized to execute the specified test
-
F_list_online_users
-
Display online users.
-
F_lockUserTest
-
Lock the user's test.
-
F_loginForm
-
Returns XHTML / CSS formatted string for login form.
-
F_login_form
-
Display login page.
NOTE: This function calls exit() after execution.
-
F_logout_form
-
Display logout form.
-
F_logout_page
-
Display logout page.
NOTE: This function calls exit() after execution.
-
F_menu_link
-
Returns a menu element link.
-
F_newTestLog
-
Creates a new tce_tests_logs table entry and returns inserted ID.
-
F_objects_callback
-
Callback function for preg_replace_callback.
-
F_objects_replacement
-
Returns the xhtml code needed to display the object by MIME type.
-
F_printTestInfo
-
Returns an XHTML string containing specified test information.
-
F_print_error
-
Handle error/warning/system messages.
-
F_questionForm
-
Returns a formatted XHTML form code to handle the specified question.
-
F_questionsMenu
-
Return a formatted XHTML ordered list containing test questions menu.
-
F_read_file_size
-
returns the file size in bytes
-
F_remove_tcecode
-
Returns specified string without tcecode mark-up tags
-
F_replace_angulars
-
Replace angular parenthesis with html equivalents (html entities).
-
F_selectAnswers
-
Return an array containing answer_id field of selected answers.
-
F_select_executed_distinct_tests_sql
-
Returns a SQL string to select executed tests accounting for user authorizations.
-
F_select_executed_tests_sql
-
Returns a SQL string to select executed user tests accounting for user authorizations.
-
F_select_subjects_sql
-
Returns a SQL string to select subjects accounting for user authorizations.
-
F_select_tests_sql
-
Returns a SQL string to select tests accounting for user authorizations.
-
F_select_user
-
Display user selection for using F_show_select_user function.
-
F_send_report_emails
-
Sends email test reports to users.
-
F_session_close
-
Close session.
Call garbage collector function to remove expired sessions.
-
F_session_destroy
-
Deletes the specific session.
-
F_session_gc
-
Garbage collector.
Deletes expired sessions.
NOTE: while time() function returns a 32 bit integer, it works fine until year 2038.
-
F_session_open
-
Open session.
-
F_session_read
-
Get session data.
-
F_session_string_to_array
-
Convert encoded session string data to array.
-
F_session_write
-
Insert or Update session.
-
F_show_online_users
-
Display online users form using F_list_online_users function.
-
F_show_page_navigator
-
Display Pages navigation index.
-
F_show_select_questions
-
Display question selection XHTML table.
-
F_show_select_user
-
Display user selection XHTML table.
-
F_stats_table_header_element
-
Display table header element with order link.
-
F_stripslashes_formfields
-
Strip slashes from posted form fields.
-
F_submit_button
-
Returns XHTML code string to display Form Submit Button.
-
F_substrHTML
-
Return a substring of XHTML code while making sure no html tags are chopped.
-
F_substr_utf8
-
Return part of a string removing remaining non-ASCII characters.
-
F_tcecodeToLine
-
Converts tcecode text to a single XHTML string removing some eobjects.
-
F_tcecodeToTitle
-
Converts tcecode text to simple string for XHTML title attribute.
-
F_terminateUserTest
-
Terminate user's test
-
F_testComment
-
Display a textarea for user's comment.
-
F_testInfoLink
-
Returns XHTML link to open test info popup.
-
F_text_to_xml
-
Escape some special characters (< > &).
-
F_twoColRow
-
Return a formatted XHTML row to display 2 columns data.
-
F_updateQuestionLog
-
Updates question log data (register user's answers).
-
F_updateTestComment
-
Updates user's test comment.
-
F_upload_file
-
Uploads image file to the server.
-
F_user_table_header_element
-
Display table header element with order link.
-
F_xml_export_questions
-
Export all questions of the selected subject to XML.
-
F_xml_export_users
-
Export all users to XML grouped by users' groups.
-
F_xml_to_text
-
Unescape some special characters (< > &).
-
F_zero_to_null
-
Prepare field value for SQL query.
Returns the num if different from zero, NULL otherwise.
-
$k
-
-
$keywords
-
-
K_ANSWER_TEXTAREA_COLS
-
number of columns for answer textarea
-
K_ANSWER_TEXTAREA_ROWS
-
number of rows for answer textarea
-
K_AUTH_ADMINISTRATOR
-
administrator level
-
K_AUTH_ADMIN_ANSWERS
-
required user's level to access "answer editor"
-
K_AUTH_ADMIN_INFO
-
required user's level to access "TCExam information"
-
K_AUTH_ADMIN_ONLINE_USERS
-
required user's level to display online users
-
K_AUTH_ADMIN_QUESTIONS
-
required user's level to access "question editor"
-
K_AUTH_ADMIN_RATING
-
required user's level to manually rate free text answers
-
K_AUTH_ADMIN_RESULTS
-
required user's level to display results
-
K_AUTH_ADMIN_SUBJECTS
-
required user's level to access "subject editor"
-
K_AUTH_ADMIN_TCECODE
-
required user's level to access "tcecode editor"
-
K_AUTH_ADMIN_TESTS
-
required user's level to access "test editor"
-
K_AUTH_ADMIN_UPLOAD_IMAGES
-
required user's level to upload images
-
K_AUTH_ADMIN_USERS
-
required user's level to access "user editor"
-
K_AUTH_INDEX
-
required user's level to access index page
-
K_BLANK_IMAGE
-
full path to a blank image
-
K_CELL_HEIGHT_RATIO
-
height of cell repect font height
-
K_CLOCK_IN_UTC
-
if true display admin clock in UTC (GMT)
-
K_COOKIE_DOMAIN
-
cookie domain
-
K_COOKIE_EXPIRE
-
expiration time for cookies
-
K_COOKIE_PATH
-
cookie path
-
K_COOKIE_SECURE
-
if true use secure cookies
-
K_DATABASE_HOST
-
database Host name (eg: localhost)
-
K_DATABASE_NAME
-
database name (tcexam)
-
K_DATABASE_PORT
-
database port (eg: 3306 or 5432)
-
K_DATABASE_TYPE
-
database type (POSTGRESQL or MYSQL)
-
K_DATABASE_USER_NAME
-
database user name
-
K_DATABASE_USER_PASSWORD
-
database user password
-
K_ENABLE_JSERRORS
-
if true display messages and errors on Javascript popup window
-
K_ERROR_TYPES
-
define error reporting types for debug
-
K_EXTEND_TIME_MINUTES
-
-
K_LANGUAGE
-
2-letters language code
-
K_MAIN_PAGE
-
main page (homepage)
-
K_MAX_MEMORY_LIMIT
-
max memory limit
-
K_MAX_MEMORY_LIMIT
-
max memory limit for a PHP script
-
K_MAX_ROWS_PER_PAGE
-
max number of rows to display in tables
-
K_MAX_ROWS_PER_PAGE
-
max number of rows to display in tables
-
K_MAX_UPLOAD_SIZE
-
max size to be uploaded in bytes
-
K_MAX_UPLOAD_SIZE
-
max file size to be uploaded [bytes]
-
K_PATH_CACHE
-
full path to cache directory
-
K_PATH_FONTS
-
full path to fonts directory
-
K_PATH_HOST
-
host URL (e.g.: "http://www.yoursite.com")
-
K_PATH_IMAGES
-
relative path to images directory
-
K_PATH_JSCRIPTS
-
relative path to javascript directory
-
K_PATH_MAIN
-
real full path where this program is installed (e.g: "/var/www/html/TCExam/")
-
K_PATH_PUBLIC_CODE
-
path to public code
-
K_PATH_PUBLIC_CODE_REAL
-
server path to public code
-
K_PATH_SHARED_JSCRIPTS
-
relative path to shared javascript directory
-
K_PATH_STYLE_SHEETS
-
relative path to stylesheets directory
-
K_PATH_TCEXAM
-
relative URL where this program is installed (e.g.: "/")
-
K_PATH_TMX_FILE
-
full path to TMX language file
-
K_PATH_URL_CACHE
-
url path to to cache directory
-
K_QUESTION_DIFFICULTY_LEVELS
-
number of difficulty levels for questions
-
K_QUESTION_LINE_MAX_LENGTH
-
define max line length in chars for question navigator on test execution interface
-
K_RANDOM_SECURITY
-
string used as a seed for some security code generation please change this value and keep it secret
-
K_REDIRECT_LOGIN_MODE
-
various pages redirection modes after login(valid values are 1,2 and 3).
-
K_SECONDS_IN_DAY
-
number of seconds in one day
-
K_SECONDS_IN_HOUR
-
number of seconds in one hour
-
K_SECONDS_IN_MINUTE
-
number of seconds in one minute
-
K_SECONDS_IN_MONTH
-
number of seconds in one month
-
K_SECONDS_IN_WEEK
-
number of seconds in one week
-
K_SECONDS_IN_YEAR
-
number of seconds in one year
-
K_SELECT_SUBSTRING
-
max number of chars to display on a selection box
-
K_SESSION_LIFE
-
user's session life time in seconds
-
K_SITE_AUTHOR
-
default site author
-
K_SITE_DESCRIPTION
-
default site description
-
K_SITE_ICON
-
path to default html icon
-
K_SITE_KEYWORDS
-
default keywords
-
K_SITE_REPLY
-
default html reply-to meta tag
-
K_SITE_STYLE
-
path to public CSS stylesheet
-
K_SITE_TITLE
-
default site name
-
K_SMALL_RATIO
-
reduction factor for small font
-
K_STANDARD_PORT
-
standard port for http (80) or https (443)
-
K_TABLE_ANSWERS
-
-
K_TABLE_GROUPS
-
-
K_TABLE_LOG_ANSWER
-
-
K_TABLE_PREFIX
-
prefix for database tables names
-
K_TABLE_QUESTIONS
-
-
K_TABLE_SESSIONS
-
-
K_TABLE_SUBJECTS
-
-
K_TABLE_SUBJECT_SET
-
-
K_TABLE_TESTS
-
-
K_TABLE_TESTS_LOGS
-
-
K_TABLE_TEST_GROUPS
-
-
K_TABLE_TEST_SUBJSET
-
-
K_TABLE_TEST_USER
-
-
K_TABLE_USERGROUP
-
-
K_TABLE_USERS
-
-
K_TCEXAM_AUTHOR
-
TCExam Author
-
K_TCEXAM_DESCRIPTION
-
TCExam description
-
K_TCEXAM_HELP_STYLE
-
full path to CSS stylesheet for help file
-
K_TCEXAM_ICON
-
relative path to html icon
-
K_TCEXAM_KEYWORDS
-
default html meta keywords
-
K_TCEXAM_REPLY_TO
-
reply-to meta tag
-
K_TCEXAM_STYLE
-
full path to CSS stylesheet
-
K_TCEXAM_TITLE
-
TCExam title
-
K_TCEXAM_VERSION
-
TCExam version (do not change)
-
K_TEST_COMMENT
-
if true allows the user to leave a comment on test
-
K_TEST_INFO_HEIGHT
-
popup window height in pixels for test info
-
K_TEST_INFO_WIDTH
-
popup window width in pixels for test info
-
K_TIMESTAMP_FORMAT
-
define timestamp format using PHP notation
-
K_TITLE_MAGNIFICATION
-
title magnification respect main font size
-
K_USE_ERROR_LOG
-
enable error logs (../log/tce_errors.log)
-
$segdata
-
-
$Sender
-
Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
-
$Sendmail
-
Sets the path of the sendmail program.
-
$smtp
-
-
$SMTPAuth
-
Sets SMTP authentication. Utilizes the Username and Password variables.
-
$SMTPDebug
-
Sets SMTP class debugging on or off.
-
$SMTPKeepAlive
-
Prevents the SMTP connection from being closed after each mail sending. If this is set to true then to close the connection requires an explicit call to SmtpClose().
-
$smtp_conn
-
-
$SMTP_PORT
-
SMTP server port
-
$state
-
-
$Subject
-
Sets the Subject of the message.
-
$subject
-
-
$subject_id
-
-
segContentHandler
-
Sets the character data handler function for the XML parser parser.handler.
-
segContentHandler
-
Sets the character data handler function for the XML parser parser.handler.
-
segContentHandler
-
Sets the character data handler function for the XML parser parser.handler.
-
Send
-
Starts a mail transaction from the email address specified in
-
Send
-
Creates message and assigns Mailer. If the message is not sent successfully then it returns false. Use the ErrorInfo variable to view description of the error.
-
SendAndMail
-
Starts a mail transaction from the email address specified in
-
SendHello
-
Sends a HELO/EHLO command.
-
SendmailSend
-
Sends mail using the $Sendmail program.
-
SendOrMail
-
Starts a mail transaction from the email address specified in
-
ServerHostname
-
Returns the server hostname or 'localhost.localdomain' if unknown.
-
ServerVar
-
Returns the appropriate server variable. Should work with both PHP 4.1.0+ as well as older versions. Returns an empty string if nothing is found.
-
SetAddress
-
Adds all of the addresses
-
SetAuthor
-
Defines the author of the document.
-
SetAutoPageBreak
-
Enables or disables the automatic page breaking mode. When enabling, the second parameter is the distance from the bottom of the page that defines the triggering limit. By default, the mode is on and the margin is 2 cm.
-
setBarcode
-
Set document barcode.
-
SetCompression
-
Activates or deactivates page compression. When activated, the internal representation of each page is compressed, which leads to a compression ratio of about 2 for the resulting document. Compression is on by default.
-
SetCreator
-
Defines the creator of the document. This is typically the name of the application that generates the PDF.
-
SetDisplayMode
-
Defines the way the document is to be displayed by the viewer. The zoom level can be set: pages can be displayed entirely on screen, occupy the full width of the window, use real size, be scaled by a specific zooming factor or use viewer default (configured in the Preferences menu of Acrobat). The page layout can be specified too: single at once, continuous display, two columns or viewer default. By default, documents use the full width mode with continuous display.
-
SetDrawColor
-
Defines the color used for all drawing operations (lines, rectangles and cell borders). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
-
SetError
-
Replace the default SetError
-
SetError
-
Adds the error message to the error container.
-
SetFillColor
-
Defines the color used for all filling operations (filled rectangles and cell backgrounds). It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
-
SetFont
-
Sets the font used to print character strings. It is mandatory to call this method at least once before printing text or the resulting document would not be valid.
-
SetFont
-
Set font type.
-
SetFontSize
-
Defines the size of the current font.
-
setFooterFont
-
Set footer font.
-
setFooterMargin
-
Set footer margin.
-
setHeaderData
-
Set header data.
-
setHeaderFont
-
Set header font.
-
setHeaderMargin
-
Set header margin.
-
setImageScale
-
Set the image scale.
-
SetKeywords
-
Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'.
-
SetLanguage
-
Sets the language for all class error messages. Returns false if it cannot load the language file. The default language type is English.
-
setLanguageArray
-
Set language array.
-
SetLeftMargin
-
Defines the left margin. The method can be called before creating the first page. If the current abscissa gets out of page, it is brought back to the margin.
-
SetLineWidth
-
Defines the line width. By default, the value equals 0.2 mm. The method can be called before the first page is created and the value is retained from page to page.
-
SetLink
-
Defines the page and position a link points to
-
SetMargins
-
Defines the left, top and right margins. By default, they equal 1 cm. Call this method to change them.
-
SetMessageType
-
Sets the message type.
-
SetRightMargin
-
Defines the right margin. The method can be called before creating the first page.
-
setStyle
-
Sets font style.
-
SetStyle
-
Set barcode style.
-
SetSubject
-
Defines the subject of the document.
-
SetTextColor
-
Defines the color used for text. It can be expressed in RGB components or gray scale. The method can be called before the first page is created and the value is retained from page to page.
-
SetTitle
-
Defines the title of the document.
-
SetTopMargin
-
Defines the top margin. The method can be called before creating the first page.
-
setUp
-
-
setUp
-
Run before each test is started.
-
SetWordWrap
-
Set the body wrapping.
-
SetX
-
Defines the abscissa of the current position. If the passed value is negative, it is relative to the right of the page.
-
SetXY
-
Defines the abscissa and ordinate of the current position. If the passed values are negative, they are relative respectively to the right and bottom of the page.
-
SetY
-
Moves the current abscissa back to the left margin and sets the ordinate. If the passed value is negative, it is relative to the bottom of the page.
-
shouldStop
-
-
SMTP
-
SMTP is rfc 821 compliant and implements all the rfc 821 SMTP commands except TURN which will always return a not implemented error. SMTP also provides some utility methods for sending mail to an SMTP server.
-
SMTP
-
Initialize the class so that the data is in a known state.
-
SmtpClose
-
Closes the active SMTP session if one exists.
-
SmtpConnect
-
Initiates a connection to an SMTP server. Returns false if the operation failed.
-
SmtpSend
-
Sends mail via SMTP using PhpSMTP (Author: Chris Ryan). Returns bool. Returns false if there is a bad MAIL FROM, RCPT, or DATA input.
-
startElementHandler
-
Sets the start element handler function for the XML parser parser.start_element_handler.
-
startElementHandler
-
Sets the start element handler function for the XML parser parser.start_element_handler.
-
startElementHandler
-
Sets the start element handler function for the XML parser parser.start_element_handler.
-
stop
-