1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / phpeditor / syntax.xml
diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/syntax.xml b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/phpeditor/syntax.xml
deleted file mode 100644 (file)
index 6eef0eb..0000000
+++ /dev/null
@@ -1,6633 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<phpstandardsyntax>
-<s f="bcadd" u="string bcadd(string left_operand, string right_operand [, int scale])">Returns the sum of two arbitrary precision numbers</s>
-<s f="bccomp" u="int bccomp(string left_operand, string right_operand [, int scale])">Compares two arbitrary precision numbers</s>
-<s f="bcdiv" u="string bcdiv(string left_operand, string right_operand [, int scale])">Returns the quotient of two arbitrary precision numbers (division)</s>
-<s f="bcmod" u="string bcmod(string left_operand, string right_operand)">Returns the modulus of the two arbitrary precision operands</s>
-<s f="bcmul" u="string bcmul(string left_operand, string right_operand [, int scale])">Returns the multiplication of two arbitrary precision numbers</s>
-<s f="bcpow" u="string bcpow(string x, string y [, int scale])">Returns the value of an arbitrary precision number raised to the power of another</s>
-<s f="bcpowmod" u="string bcpowmod(string x, string y, string mod [, int scale])">Returns the value of an arbitrary precision number raised to the power of another reduced by a modulous</s>
-<s f="bcscale" u="bool bcscale(int scale)">Sets default scale parameter for all bc math functions</s>
-<s f="bcsqrt" u="string bcsqrt(string operand [, int scale])">Returns the square root of an arbitray precision number</s>
-<s f="bcsub" u="string bcsub(string left_operand, string right_operand [, int scale])">Returns the difference between two arbitrary precision numbers</s>
-<s f="bzcompress" u="string bzcompress(string source [, int blocksize100k [, int workfactor]])">Compresses a string into BZip2 encoded data</s>
-<s f="bzdecompress" u="string bzdecompress(string source [, int small])">Decompresses BZip2 compressed data</s>
-<s f="bzerrno" u="int bzerrno(resource bz)">Returns the error number</s>
-<s f="bzerror" u="array bzerror(resource bz)">Returns the error number and error string in an associative array</s>
-<s f="bzerrstr" u="string bzerrstr(resource bz)">Returns the error string</s>
-<s f="bzopen" u="resource bzopen(string|int file|fp, string mode)">Opens a new BZip2 stream</s>
-<s f="bzread" u="string bzread(resource bz[, int length])">Reads up to length bytes from a BZip2 stream, or 1024 bytes if length is not specified</s>
-<s f="jdtounix" u="int jdtounix(int jday)">Convert Julian Day to UNIX timestamp</s>
-<s f="unixtojd" u="int unixtojd([int timestamp])">Convert UNIX timestamp to Julian Day</s>
-<s f="cal_days_in_month" u="int cal_days_in_month(int calendar, int month, int year)">Returns the number of days in a month for a given year and calendar</s>
-<s f="cal_from_jd" u="array cal_from_jd(int jd, int calendar)">Converts from Julian Day Count to a supported calendar and return extended information</s>
-<s f="cal_info" u="array cal_info([int calendar])">Returns information about a particular calendar</s>
-<s f="cal_to_jd" u="int cal_to_jd(int calendar, int month, int day, int year)">Converts from a supported calendar to Julian Day Count</s>
-<s f="frenchtojd" u="int frenchtojd(int month, int day, int year)">Converts a french republic calendar date to julian day count</s>
-<s f="gregoriantojd" u="int gregoriantojd(int month, int day, int year)">Converts a gregorian calendar date to julian day count</s>
-<s f="jddayofweek" u="mixed jddayofweek(int juliandaycount [, int mode])">Returns name or number of day of week from julian day count</s>
-<s f="jdmonthname" u="string jdmonthname(int juliandaycount, int mode)">Returns name of month for julian day count</s>
-<s f="jdtofrench" u="string jdtofrench(int juliandaycount)">Converts a julian day count to a french republic calendar date</s>
-<s f="jdtogregorian" u="string jdtogregorian(int juliandaycount)">Converts a julian day count to a gregorian calendar date</s>
-<s f="jdtojewish" u="string jdtojewish(int juliandaycount [, bool hebrew [, int fl]])">Converts a julian day count to a jewish calendar date</s>
-<s f="jdtojulian" u="string jdtojulian(int juliandaycount)">Convert a julian day count to a julian calendar date</s>
-<s f="jewishtojd" u="int jewishtojd(int month, int day, int year)">Converts a jewish calendar date to a julian day count</s>
-<s f="juliantojd" u="int juliantojd(int month, int day, int year)">Converts a julian calendar date to julian day count</s>
-<s f="easter_date" u="int easter_date([int year])">Return the timestamp of midnight on Easter of a given year (defaults to current year)</s>
-<s f="easter_days" u="int easter_days([int year, [int method]])">Return the number of days after March 21 that Easter falls on for a given year (defaults to current year)</s>
-<s f="com_create_guid" u="string com_create_guid()">Generate a globally unique identifier (GUID)</s>
-<s f="com_event_sink" u="bool com_event_sink(object comobject, object sinkobject [, mixed sinkinterface])">Connect events from a COM object to a PHP object</s>
-<s f="com_get_active_object" u="object com_get_active_object(string progid [, int code_page ])">Returns a handle to an already running instance of a COM object</s>
-<s f="com_load_typelib" u="bool com_load_typelib(string typelib_name [, int case_insensitive])">Loads a Typelibrary and registers its constants</s>
-<s f="com_message_pump" u="bool com_message_pump([int timeoutms])">Process COM messages, sleeping for up to timeoutms milliseconds</s>
-<s f="com_print_typeinfo" u="bool com_print_typeinfo(object comobject | string typelib, string dispinterface, bool wantsink)">Print out a PHP class definition for a dispatchable interface</s>
-<s f="COMPersistHelper::GetCurFile" u="string COMPersistHelper::GetCurFile()">Determines the filename into which an object will be saved, or false if none is set, via IPersistFile::GetCurFile</s>
-<s f="COMPersistHelper::GetMaxStreamSize" u="int COMPersistHelper::GetMaxStreamSize()">Gets maximum stream size required to store the object data, via IPersistStream::GetSizeMax (or IPersistStreamInit::GetSizeMax)</s>
-<s f="COMPersistHelper::InitNew" u="int COMPersistHelper::InitNew()">Initializes the object to a default state, via IPersistStreamInit::InitNew</s>
-<s f="COMPersistHelper::LoadFromFile" u="bool COMPersistHelper::LoadFromFile(string filename [, int flags])">Load object data from file, via IPersistFile::Load</s>
-<s f="COMPersistHelper::LoadFromStream" u="mixed COMPersistHelper::LoadFromStream(resource stream)">Initializes an object from the stream where it was previously saved, via IPersistStream::Load or OleLoadFromStream</s>
-<s f="COMPersistHelper::SaveToFile" u="bool COMPersistHelper::SaveToFile(string filename [, bool remember])">Persist object data to file, via IPersistFile::Save</s>
-<s f="COMPersistHelper::SaveToStream" u="int COMPersistHelper::SaveToStream(resource stream)">Saves the object to a stream, via IPersistStream::Save</s>
-<s f="COMPersistHelper::__construct" u="int COMPersistHelper::__construct([object com_object])">Creates a persistence helper object, usually associated with a com_object</s>
-<s f="variant_abs" u="mixed variant_abs(mixed left)">Returns the absolute value of a variant</s>
-<s f="variant_add" u="mixed variant_add(mixed left, mixed right)">&quot;Adds&quot; two variant values together and returns the result</s>
-<s f="variant_and" u="mixed variant_and(mixed left, mixed right)">performs a bitwise AND operation between two variants and returns the result</s>
-<s f="variant_cast" u="object variant_cast(object variant, int type)">Convert a variant into a new variant object of another type</s>
-<s f="variant_cat" u="mixed variant_cat(mixed left, mixed right)">concatenates two variant values together and returns the result</s>
-<s f="variant_cmp" u="int variant_cmp(mixed left, mixed right [, int lcid [, int flags]])">Compares two variants</s>
-<s f="variant_date_from_timestamp" u="object variant_date_from_timestamp(int timestamp)">Returns a variant date representation of a unix timestamp</s>
-<s f="variant_date_to_timestamp" u="int variant_date_to_timestamp(object variant)">Converts a variant date/time value to unix timestamp</s>
-<s f="variant_div" u="mixed variant_div(mixed left, mixed right)">Returns the result from dividing two variants</s>
-<s f="variant_eqv" u="mixed variant_eqv(mixed left, mixed right)">Performs a bitwise equivalence on two variants</s>
-<s f="variant_fix" u="mixed variant_fix(mixed left)">Returns the integer part ? of a variant</s>
-<s f="variant_get_type" u="int variant_get_type(object variant)">Returns the VT_XXX type code for a variant</s>
-<s f="variant_idiv" u="mixed variant_idiv(mixed left, mixed right)">Converts variants to integers and then returns the result from dividing them</s>
-<s f="variant_imp" u="mixed variant_imp(mixed left, mixed right)">Performs a bitwise implication on two variants</s>
-<s f="variant_int" u="mixed variant_int(mixed left)">Returns the integer portion of a variant</s>
-<s f="variant_mod" u="mixed variant_mod(mixed left, mixed right)">Divides two variants and returns only the remainder</s>
-<s f="variant_mul" u="mixed variant_mul(mixed left, mixed right)">multiplies the values of the two variants and returns the result</s>
-<s f="variant_neg" u="mixed variant_neg(mixed left)">Performs logical negation on a variant</s>
-<s f="variant_not" u="mixed variant_not(mixed left)">Performs bitwise not negation on a variant</s>
-<s f="variant_or" u="mixed variant_or(mixed left, mixed right)">Performs a logical disjunction on two variants</s>
-<s f="variant_pow" u="mixed variant_pow(mixed left, mixed right)">Returns the result of performing the power function with two variants</s>
-<s f="variant_round" u="mixed variant_round(mixed left, int decimals)">Rounds a variant to the specified number of decimal places</s>
-<s f="variant_set" u="void variant_set(object variant, mixed value)">Assigns a new value for a variant object</s>
-<s f="variant_set_type" u="void variant_set_type(object variant, int type)">Convert a variant into another type.  Variant is modified &quot;in-place&quot;</s>
-<s f="variant_sub" u="mixed variant_sub(mixed left, mixed right)">subtracts the value of the right variant from the left variant value and returns the result</s>
-<s f="variant_xor" u="mixed variant_xor(mixed left, mixed right)">Performs a logical exclusion on two variants</s>
-<s f="ctype_alnum" u="bool ctype_alnum(mixed c)">Checks for alphanumeric character(s)</s>
-<s f="ctype_alpha" u="bool ctype_alpha(mixed c)">Checks for alphabetic character(s)</s>
-<s f="ctype_cntrl" u="bool ctype_cntrl(mixed c)">Checks for control character(s)</s>
-<s f="ctype_digit" u="bool ctype_digit(mixed c)">Checks for numeric character(s)</s>
-<s f="ctype_graph" u="bool ctype_graph(mixed c)">Checks for any printable character(s) except space</s>
-<s f="ctype_lower" u="bool ctype_lower(mixed c)">Checks for lowercase character(s)</s>
-<s f="ctype_print" u="bool ctype_print(mixed c)">Checks for printable character(s)</s>
-<s f="ctype_punct" u="bool ctype_punct(mixed c)">Checks for any printable character which is not whitespace or an alphanumeric character</s>
-<s f="ctype_space" u="bool ctype_space(mixed c)">Checks for whitespace character(s)</s>
-<s f="ctype_upper" u="bool ctype_upper(mixed c)">Checks for uppercase character(s)</s>
-<s f="ctype_xdigit" u="bool ctype_xdigit(mixed c)">Checks for character(s) representing a hexadecimal digit</s>
-<s f="curl_close" u="void curl_close(resource ch)">Close a cURL session</s>
-<s f="curl_copy_handle" u="resource curl_copy_handle(resource ch)">Copy a cURL handle along with all of it's preferences</s>
-<s f="curl_errno" u="int curl_errno(resource ch)">Return an integer containing the last error number</s>
-<s f="curl_error" u="string curl_error(resource ch)">Return a string contain the last error for the current session</s>
-<s f="curl_exec" u="bool curl_exec(resource ch)">Perform a cURL session</s>
-<s f="curl_getinfo" u="mixed curl_getinfo(resource ch [, int option])">Get information regarding a specific transfer</s>
-<s f="curl_init" u="resource curl_init([string url])">Initialize a cURL session</s>
-<s f="curl_setopt" u="bool curl_setopt(resource ch, int option, mixed value)">Set an option for a cURL transfer</s>
-<s f="curl_setopt_array" u="bool curl_setopt_array(resource ch, array options)">Set an array of option for a cURL transfer</s>
-<s f="curl_version" u="array curl_version([int version])">Return cURL version information.</s>
-<s f="curl_multi_add_handle" u="int curl_multi_add_handle(resource mh, resource ch)">Add a normal cURL handle to a cURL multi handle</s>
-<s f="curl_multi_close" u="void curl_multi_close(resource mh)">Close a set of cURL handles</s>
-<s f="curl_multi_exec" u="int curl_multi_exec(resource mh, int &amp;still_running)">Run the sub-connections of the current cURL handle</s>
-<s f="curl_multi_getcontent" u="string curl_multi_getcontent(resource ch)">Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set</s>
-<s f="curl_multi_info_read" u="array curl_multi_info_read(resource mh [, long msgs_in_queue])">Get information about the current transfers</s>
-<s f="curl_multi_init" u="resource curl_multi_init(void)">Returns a new cURL multi handle</s>
-<s f="curl_multi_remove_handle" u="int curl_multi_remove_handle(resource mh, resource ch)">Remove a multi handle from a set of cURL handles</s>
-<s f="curl_multi_select" u="int curl_multi_select(resource mh[, double timeout])">Get all the sockets associated with the cURL extension, which can then be &quot;selected&quot;</s>
-<s f="checkdate" u="bool checkdate(int month, int day, int year)">Returns true(1) if it is a valid date in gregorian calendar</s>
-<s f="date" u="string date(string format [, long timestamp])">Format a local date/time</s>
-<s f="date_create" u="DateTime date_create([string time[, DateTimeZone object]])">Returns new DateTime object</s>
-<s f="date_date_set" u="void date_date_set(DateTime object, long year, long month, long day)">Sets the date.</s>
-<s f="date_default_timezone_get" u="string date_default_timezone_get()">Gets the default timezone used by all date/time functions in a script</s>
-<s f="date_default_timezone_set" u="bool date_default_timezone_set(string timezone_identifier)">Sets the default timezone used by all date/time functions in a script</s>
-<s f="date_format" u="string date_format(DateTime object, string format)">Returns date formatted according to given format</s>
-<s f="date_format_locale" u="string date_format_locale(DateTime object, string format)"></s>
-<s f="date_isodate_set" u="void date_isodate_set(DateTime object, long year, long week[, long day])">Sets the ISO date.</s>
-<s f="date_modify" u="void date_modify(DateTime object, string modify)">Alters the timestamp.</s>
-<s f="date_offset_get" u="long date_offset_get(DateTime object)">Returns the DST offset.</s>
-<s f="date_parse" u="array date_parse(string date)">Returns associative array with detailed info about given date</s>
-<s f="date_sun_info" u="array date_sun_info(long time, float latitude, float longitude)">Returns an array with information about sun set/rise and twilight begin/end</s>
-<s f="date_sunrise" u="mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])">Returns time of sunrise for a given day and location</s>
-<s f="date_sunset" u="mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])">Returns time of sunset for a given day and location</s>
-<s f="date_time_set" u="void date_time_set(DateTime object, long hour, long minute[, long second])">Sets the time.</s>
-<s f="date_timezone_get" u="DateTimeZone date_timezone_get(DateTime object)">Return new DateTimeZone object relative to give DateTime</s>
-<s f="date_timezone_set" u="void date_timezone_set(DateTime object, DateTimeZone object)">Sets the timezone for the DateTime object.</s>
-<s f="getdate" u="array getdate([int timestamp])">Get date/time information</s>
-<s f="gmdate" u="string gmdate(string format [, long timestamp])">Format a GMT date/time</s>
-<s f="gmmktime" u="int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])">Get UNIX timestamp for a GMT date</s>
-<s f="gmstrftime" u="string gmstrftime(string format [, int timestamp])">Format a GMT/UCT time/date according to locale settings</s>
-<s f="idate" u="int idate(string format [, int timestamp])">Format a local time/date as integer</s>
-<s f="localtime" u="array localtime([int timestamp [, bool associative_array]])">Returns the results of the C system call localtime as an associative array if the associative_array argument is set to 1 other wise it is a regular array</s>
-<s f="mktime" u="int mktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])">Get UNIX timestamp for a date</s>
-<s f="strftime" u="string strftime(string format [, int timestamp])">Format a local time/date according to locale settings</s>
-<s f="strtotime" u="int strtotime(string time [, int now ])">Convert string representation of date and time to a timestamp</s>
-<s f="time" u="int time(void)">Return current UNIX timestamp</s>
-<s f="DateTime::__construct" u=" DateTime::__construct([string time[, DateTimeZone object]])">Creates new DateTime object</s>
-<s f="DateTimeZone::__construct" u=" DateTimeZone::__construct(string timezone)">Creates new DateTimeZone object.</s>
-<s f="timezone_abbreviations_list" u="array timezone_abbreviations_list()">Returns associative array containing dst, offset and the timezone name</s>
-<s f="timezone_identifiers_list" u="array timezone_identifiers_list()">Returns numerically index array with all timezone identifiers.</s>
-<s f="timezone_name_from_abbr" u="string timezone_name_from_abbr(string abbr[, long gmtOffset[, long isdst]])">Returns the timezone name from abbrevation</s>
-<s f="timezone_name_get" u="string timezone_name_get(DateTimeZone object)">Returns the name of the timezone.</s>
-<s f="timezone_offset_get" u="long timezone_offset_get(DateTimeZone object, DateTime object)">Returns the timezone offset.</s>
-<s f="timezone_open" u="DateTimeZone timezone_open(string timezone)">Returns new DateTimeZone object</s>
-<s f="timezone_transitions_get" u="array timezone_transitions_get(DateTimeZone object)">Returns numeracilly indexed array containing associative array for all transitions for the timezone.</s>
-<s f="dba_close" u="void dba_close(resource handle)">Closes database</s>
-<s f="dba_delete" u="bool dba_delete(string key, resource handle)">Deletes the entry associated with key    If inifile: remove all other key lines</s>
-<s f="dba_exists" u="bool dba_exists(string key, resource handle)">Checks, if the specified key exists</s>
-<s f="dba_fetch" u="string dba_fetch(string key, [int skip ,] resource handle)">Fetches the data associated with key</s>
-<s f="dba_firstkey" u="string dba_firstkey(resource handle)">Resets the internal key pointer and returns the first key</s>
-<s f="dba_handlers" u="array dba_handlers([bool full_info])">List configured database handlers</s>
-<s f="dba_insert" u="bool dba_insert(string key, string value, resource handle)">If not inifile: Insert value as key, return false, if key exists already     If inifile: Add vakue as key (next instance of key)</s>
-<s f="dba_list" u="array dba_list()">List opened databases</s>
-<s f="dba_nextkey" u="string dba_nextkey(resource handle)">Returns the next key</s>
-<s f="dba_open" u="resource dba_open(string path, string mode [, string handlername, string ...])">Opens path using the specified handler in mode</s>
-<s f="dba_optimize" u="bool dba_optimize(resource handle)">Optimizes (e.g. clean up, vacuum) database</s>
-<s f="dba_popen" u="resource dba_popen(string path, string mode [, string handlername, string ...])">Opens path using the specified handler in mode persistently</s>
-<s f="dba_replace" u="bool dba_replace(string key, string value, resource handle)">Inserts value as key, replaces key, if key exists already    If inifile: remove all other key lines</s>
-<s f="dba_sync" u="bool dba_sync(resource handle)">Synchronizes database</s>
-<s f="dbase_add_record" u="bool dbase_add_record(int identifier, array data)">Adds a record to the database</s>
-<s f="dbase_close" u="bool dbase_close(int identifier)">Closes an open dBase-format database file</s>
-<s f="dbase_create" u="bool dbase_create(string filename, array fields)">Creates a new dBase-format database file</s>
-<s f="dbase_delete_record" u="bool dbase_delete_record(int identifier, int record)">Marks a record to be deleted</s>
-<s f="dbase_get_header_info" u="array dbase_get_header_info(int database_handle)"></s>
-<s f="dbase_get_record" u="array dbase_get_record(int identifier, int record)">Returns an array representing a record from the database</s>
-<s f="dbase_get_record_with_names" u="array dbase_get_record_with_names(int identifier, int record)">Returns an associative array representing a record from the database</s>
-<s f="dbase_numfields" u="int dbase_numfields(int identifier)">Returns the number of fields (columns) in the database</s>
-<s f="dbase_numrecords" u="int dbase_numrecords(int identifier)">Returns the number of records in the database</s>
-<s f="dbase_open" u="int dbase_open(string name, int mode)">Opens a dBase-format database file</s>
-<s f="dbase_pack" u="bool dbase_pack(int identifier)">Packs the database (deletes records marked for deletion)</s>
-<s f="dbase_replace_record" u="bool dbase_replace_record(int identifier, array data, int recnum)">Replaces a record to the database</s>
-<s f="dom_attr_is_id" u="boolean dom_attr_is_id()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Attr-isId Since: DOM Level 3</s>
-<s f="dom_characterdata_append_data" u="void dom_characterdata_append_data(string arg)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-32791A2F Since:</s>
-<s f="dom_characterdata_delete_data" u="void dom_characterdata_delete_data(int offset, int count)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-7C603781 Since:</s>
-<s f="dom_characterdata_insert_data" u="void dom_characterdata_insert_data(int offset, string arg)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-3EDB695F Since:</s>
-<s f="dom_characterdata_replace_data" u="void dom_characterdata_replace_data(int offset, int count, string arg)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-E5CBA7FB Since:</s>
-<s f="dom_characterdata_substring_data" u="string dom_characterdata_substring_data(int offset, int count)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-6531BCCF Since:</s>
-<s f="DOMDocument::registerNodeClass" u="boolean DOMDocument::registerNodeClass(string baseclass, string extendedclass)">Register extended class used to create base node type</s>
-<s f="dom_document_adopt_node" u="DOMNode dom_document_adopt_node(DOMNode source)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-adoptNode Since: DOM Level 3</s>
-<s f="dom_document_create_attribute" u="DOMAttr dom_document_create_attribute(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1084891198 Since:</s>
-<s f="dom_document_create_attribute_ns" u="DOMAttr dom_document_create_attribute_ns(string namespaceURI, string qualifiedName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-DocCrAttrNS Since: DOM Level 2</s>
-<s f="dom_document_create_cdatasection" u="DOMCdataSection dom_document_create_cdatasection(string data)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-D26C0AF8 Since:</s>
-<s f="dom_document_create_comment" u="DOMComment dom_document_create_comment(string data)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1334481328 Since:</s>
-<s f="dom_document_create_document_fragment" u="DOMDocumentFragment dom_document_create_document_fragment()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-35CB04B5 Since:</s>
-<s f="dom_document_create_element" u="DOMElement dom_document_create_element(string tagName [, string value])">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-2141741547 Since:</s>
-<s f="dom_document_create_element_ns" u="DOMElement dom_document_create_element_ns(string namespaceURI, string qualifiedName [,string value])">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-DocCrElNS Since: DOM Level 2</s>
-<s f="dom_document_create_entity_reference" u="DOMEntityReference dom_document_create_entity_reference(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-392B75AE Since:</s>
-<s f="dom_document_create_processing_instruction" u="DOMProcessingInstruction dom_document_create_processing_instruction(string target, string data)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-135944439 Since:</s>
-<s f="dom_document_create_text_node" u="DOMText dom_document_create_text_node(string data)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1975348127 Since:</s>
-<s f="dom_document_get_element_by_id" u="DOMElement dom_document_get_element_by_id(string elementId)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getElBId Since: DOM Level 2</s>
-<s f="dom_document_get_elements_by_tag_name" u="DOMNodeList dom_document_get_elements_by_tag_name(string tagname)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-A6C9094 Since:</s>
-<s f="dom_document_get_elements_by_tag_name_ns" u="DOMNodeList dom_document_get_elements_by_tag_name_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getElBTNNS Since: DOM Level 2</s>
-<s f="dom_document_import_node" u="DOMNode dom_document_import_node(DOMNode importedNode, boolean deep)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Core-Document-importNode Since: DOM Level 2</s>
-<s f="dom_document_load" u="DOMNode dom_document_load(string source [, int options])">URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-load Since: DOM Level 3</s>
-<s f="dom_document_load_html" u="DOMNode dom_document_load_html(string source)">Since: DOM extended</s>
-<s f="dom_document_load_html_file" u="DOMNode dom_document_load_html_file(string source)">Since: DOM extended</s>
-<s f="dom_document_loadxml" u="DOMNode dom_document_loadxml(string source [, int options])">URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-loadXML Since: DOM Level 3</s>
-<s f="dom_document_normalize_document" u="void dom_document_normalize_document()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-normalizeDocument Since: DOM Level 3</s>
-<s f="dom_document_rename_node" u="DOMNode dom_document_rename_node(node n, string namespaceURI, string qualifiedName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-renameNode Since: DOM Level 3</s>
-<s f="dom_document_save" u="int dom_document_save(string file)">Convenience method to save to file</s>
-<s f="dom_document_save_html" u="string dom_document_save_html()">Convenience method to output as html</s>
-<s f="dom_document_save_html_file" u="int dom_document_save_html_file(string file)">Convenience method to save to file as html</s>
-<s f="dom_document_savexml" u="string dom_document_savexml([node n])">URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-saveXML Since: DOM Level 3</s>
-<s f="dom_document_validate" u="boolean dom_document_validate()">Since: DOM extended</s>
-<s f="dom_document_xinclude" u="int dom_document_xinclude([int options])">Substitutues xincludes in a DomDocument</s>
-<s f="dom_domconfiguration_can_set_parameter" u="boolean dom_domconfiguration_can_set_parameter(string name, domuserdata value)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration-canSetParameter Since:</s>
-<s f="dom_domconfiguration_get_parameter" u="domdomuserdata dom_domconfiguration_get_parameter(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration-getParameter Since:</s>
-<s f="dom_domimplementation_create_document" u="DOMDocument dom_domimplementation_create_document(string namespaceURI, string qualifiedName, DOMDocumentType doctype)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Level-2-Core-DOM-createDocument Since: DOM Level 2</s>
-<s f="dom_domimplementation_create_document_type" u="DOMDocumentType dom_domimplementation_create_document_type(string qualifiedName, string publicId, string systemId)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Level-2-Core-DOM-createDocType Since: DOM Level 2</s>
-<s f="dom_domimplementation_get_feature" u="DOMNode dom_domimplementation_get_feature(string feature, string version)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementation3-getFeature Since: DOM Level 3</s>
-<s f="dom_domimplementation_has_feature" u="boolean dom_domimplementation_has_feature(string feature, string version)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-5CED94D7 Since:</s>
-<s f="dom_domimplementationlist_item" u="domdomimplementation dom_domimplementationlist_item(int index)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementationList-item Since:</s>
-<s f="dom_domimplementationsource_get_domimplementation" u="domdomimplementation dom_domimplementationsource_get_domimplementation(string features)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-getDOMImpl Since:</s>
-<s f="dom_domimplementationsource_get_domimplementations" u="domimplementationlist dom_domimplementationsource_get_domimplementations(string features)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-getDOMImpls Since:</s>
-<s f="dom_domstringlist_item" u="domstring dom_domstringlist_item(int index)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMStringList-item Since:</s>
-<s f="dom_element_get_attribute" u="string dom_element_get_attribute(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-666EE0F9 Since:</s>
-<s f="dom_element_get_attribute_node" u="DOMAttr dom_element_get_attribute_node(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-217A91B8 Since:</s>
-<s f="dom_element_get_attribute_node_ns" u="DOMAttr dom_element_get_attribute_node_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElGetAtNodeNS Since: DOM Level 2</s>
-<s f="dom_element_get_attribute_ns" u="string dom_element_get_attribute_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElGetAttrNS Since: DOM Level 2</s>
-<s f="dom_element_get_elements_by_tag_name" u="DOMNodeList dom_element_get_elements_by_tag_name(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1938918D Since:</s>
-<s f="dom_element_get_elements_by_tag_name_ns" u="DOMNodeList dom_element_get_elements_by_tag_name_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-A6C90942 Since: DOM Level 2</s>
-<s f="dom_element_has_attribute" u="boolean dom_element_has_attribute(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElHasAttr Since: DOM Level 2</s>
-<s f="dom_element_has_attribute_ns" u="boolean dom_element_has_attribute_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElHasAttrNS Since: DOM Level 2</s>
-<s f="dom_element_remove_attribute" u="void dom_element_remove_attribute(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-6D6AC0F9 Since:</s>
-<s f="dom_element_remove_attribute_node" u="DOMAttr dom_element_remove_attribute_node(DOMAttr oldAttr)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-D589198 Since:</s>
-<s f="dom_element_remove_attribute_ns" u="void dom_element_remove_attribute_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElRemAtNS Since: DOM Level 2</s>
-<s f="dom_element_set_attribute" u="void dom_element_set_attribute(string name, string value)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-F68F082 Since:</s>
-<s f="dom_element_set_attribute_node" u="DOMAttr dom_element_set_attribute_node(DOMAttr newAttr)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-887236154 Since:</s>
-<s f="dom_element_set_attribute_node_ns" u="DOMAttr dom_element_set_attribute_node_ns(DOMAttr newAttr)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetAtNodeNS Since: DOM Level 2</s>
-<s f="dom_element_set_attribute_ns" u="void dom_element_set_attribute_ns(string namespaceURI, string qualifiedName, string value)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetAttrNS Since: DOM Level 2</s>
-<s f="dom_element_set_id_attribute" u="void dom_element_set_id_attribute(string name, boolean isId)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetIdAttr Since: DOM Level 3</s>
-<s f="dom_element_set_id_attribute_node" u="void dom_element_set_id_attribute_node(attr idAttr, boolean isId)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetIdAttrNode Since: DOM Level 3</s>
-<s f="dom_element_set_id_attribute_ns" u="void dom_element_set_id_attribute_ns(string namespaceURI, string localName, boolean isId)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetIdAttrNS Since: DOM Level 3</s>
-<s f="dom_namednodemap_get_named_item" u="DOMNode dom_namednodemap_get_named_item(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1074577549 Since:</s>
-<s f="dom_namednodemap_get_named_item_ns" u="DOMNode dom_namednodemap_get_named_item_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getNamedItemNS Since: DOM Level 2</s>
-<s f="dom_namednodemap_item" u="DOMNode dom_namednodemap_item(int index)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-349467F9 Since:</s>
-<s f="dom_namednodemap_remove_named_item" u="DOMNode dom_namednodemap_remove_named_item(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-D58B193 Since:</s>
-<s f="dom_namednodemap_remove_named_item_ns" u="DOMNode dom_namednodemap_remove_named_item_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-removeNamedItemNS Since: DOM Level 2</s>
-<s f="dom_namednodemap_set_named_item" u="DOMNode dom_namednodemap_set_named_item(DOMNode arg)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1025163788 Since:</s>
-<s f="dom_namednodemap_set_named_item_ns" u="DOMNode dom_namednodemap_set_named_item_ns(DOMNode arg)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-setNamedItemNS Since: DOM Level 2</s>
-<s f="dom_namelist_get_name" u="string dom_namelist_get_name(int index)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#NameList-getName Since:</s>
-<s f="dom_namelist_get_namespace_uri" u="string dom_namelist_get_namespace_uri(int index)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#NameList-getNamespaceURI Since:</s>
-<s f="DOMNode::C14N" u="string DOMNode::C14N([bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]])">Canonicalize nodes to a string</s>
-<s f="DOMNode::C14NFile" u="int DOMNode::C14NFile(string uri [, bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]])">Canonicalize nodes to a file</s>
-<s f="DOMNode::getNodePath" u="int DOMNode::getNodePath()">Gets an xpath for a node</s>
-<s f="dom_node_append_child" u="DomNode dom_node_append_child(DomNode newChild)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-184E7107 Since:</s>
-<s f="dom_node_clone_node" u="DomNode dom_node_clone_node(boolean deep)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-3A0ED0A4 Since:</s>
-<s f="dom_node_compare_document_position" u="short dom_node_compare_document_position(DomNode other)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-compareDocumentPosition Since: DOM Level 3</s>
-<s f="dom_node_get_feature" u="DomNode dom_node_get_feature(string feature, string version)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-getFeature Since: DOM Level 3</s>
-<s f="dom_node_get_user_data" u="DomUserData dom_node_get_user_data(string key)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-getUserData Since: DOM Level 3</s>
-<s f="dom_node_has_attributes" u="boolean dom_node_has_attributes()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-NodeHasAttrs Since: DOM Level 2</s>
-<s f="dom_node_has_child_nodes" u="boolean dom_node_has_child_nodes()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-810594187 Since:</s>
-<s f="dom_node_insert_before" u="domnode dom_node_insert_before(DomNode newChild, DomNode refChild)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-952280727 Since:</s>
-<s f="dom_node_is_default_namespace" u="boolean dom_node_is_default_namespace(string namespaceURI)">URL: http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isDefaultNamespace Since: DOM Level 3</s>
-<s f="dom_node_is_equal_node" u="boolean dom_node_is_equal_node(DomNode arg)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-isEqualNode Since: DOM Level 3</s>
-<s f="dom_node_is_same_node" u="boolean dom_node_is_same_node(DomNode other)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-isSameNode Since: DOM Level 3</s>
-<s f="dom_node_lookup_namespace_uri" u="string dom_node_lookup_namespace_uri(string prefix)">URL: http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespaceURI Since: DOM Level 3</s>
-<s f="dom_node_lookup_prefix" u="string dom_node_lookup_prefix(string namespaceURI)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-lookupNamespacePrefix Since: DOM Level 3</s>
-<s f="dom_node_normalize" u="void dom_node_normalize()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-normalize Since:</s>
-<s f="dom_node_remove_child" u="DomNode dom_node_remove_child(DomNode oldChild)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1734834066 Since:</s>
-<s f="dom_node_replace_child" u="DomNode dom_node_replace_child(DomNode newChild, DomNode oldChild)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-785887307 Since:</s>
-<s f="dom_node_set_user_data" u="DomUserData dom_node_set_user_data(string key, DomUserData data, userdatahandler handler)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-setUserData Since: DOM Level 3</s>
-<s f="dom_nodelist_item" u="DOMNode dom_nodelist_item(int index)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-844377136 Since:</s>
-<s f="dom_import_simplexml" u="somNode dom_import_simplexml(sxeobject node)">Get a simplexml_element object from dom to allow for processing</s>
-<s f="dom_string_extend_find_offset16" u="int dom_string_extend_find_offset16(int offset32)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#i18n-methods-StringExtend-findOffset16 Since:</s>
-<s f="dom_string_extend_find_offset32" u="int dom_string_extend_find_offset32(int offset16)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#i18n-methods-StringExtend-findOffset32 Since:</s>
-<s f="dom_text_is_whitespace_in_element_content" u="boolean dom_text_is_whitespace_in_element_content()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Text3-isWhitespaceInElementContent Since: DOM Level 3</s>
-<s f="dom_text_replace_whole_text" u="DOMText dom_text_replace_whole_text(string content)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Text3-replaceWholeText Since: DOM Level 3</s>
-<s f="dom_text_split_text" u="DOMText dom_text_split_text(int offset)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-38853C1D Since:</s>
-<s f="exif_imagetype" u="int exif_imagetype(string imagefile)">Get the type of an image</s>
-<s f="exif_read_data" u="array exif_read_data(string filename [, sections_needed [, sub_arrays[, read_thumbnail]]])">Reads header data from the JPEG/TIFF image filename and optionally reads the internal thumbnails</s>
-<s f="exif_tagname" u="string exif_tagname(index)">Get headername for index or false if not defined</s>
-<s f="exif_thumbnail" u="string exif_thumbnail(string filename [, &amp;width, &amp;height [, &amp;imagetype]])">Reads the embedded thumbnail</s>
-<s f="fbsql_affected_rows" u="int fbsql_affected_rows([resource link_identifier])">Get the number of rows affected by the last statement</s>
-<s f="fbsql_autocommit" u="bool fbsql_autocommit(resource link_identifier [, bool OnOff])">Turns on auto-commit</s>
-<s f="fbsql_blob_size" u="int fbsql_blob_size(string blob_handle [, resource link_identifier])">Get the size of a BLOB identified by blob_handle</s>
-<s f="fbsql_change_user" u="int fbsql_change_user(string user, string password [, string database [, resource link_identifier]])">Change the user for a session</s>
-<s f="fbsql_clob_size" u="int fbsql_clob_size(string clob_handle [, resource link_identifier])">Get the size of a CLOB identified by clob_handle</s>
-<s f="fbsql_close" u="bool fbsql_close([resource link_identifier])">Close a connection to a database server</s>
-<s f="fbsql_commit" u="bool fbsql_commit([resource link_identifier])">Commit the transaction</s>
-<s f="fbsql_connect" u="resource fbsql_connect([string hostname [, string username [, string password]]])">Create a connection to a database server</s>
-<s f="fbsql_create_blob" u="string fbsql_create_blob(string blob_data [, resource link_identifier])">Create a BLOB in the database for use with an insert or update statement</s>
-<s f="fbsql_create_clob" u="string fbsql_create_clob(string clob_data [, resource link_identifier])">Create a CLOB in the database for use with an insert or update statement</s>
-<s f="fbsql_create_db" u="bool fbsql_create_db(string database_name [, resource link_identifier [, string database_options]])">Create a new database on the server</s>
-<s f="fbsql_data_seek" u="bool fbsql_data_seek(int result, int row_number)">Move the internal row counter to the specified row_number</s>
-<s f="fbsql_database" u="string fbsql_database(resource link_identifier [, string database])">Get or set the database name used with a connection</s>
-<s f="fbsql_database_password" u="string fbsql_database_password(resource link_identifier [, string database_password])">Get or set the databsae password used with a connection</s>
-<s f="fbsql_db_query" u="resource fbsql_db_query(string database_name, string query [, resource link_identifier])">Send one or more SQL statements to a specified database on the server</s>
-<s f="fbsql_db_status" u="int fbsql_db_status(string database_name [, resource link_identifier])">Gets the status (Stopped, Starting, Running, Stopping) for a given database</s>
-<s f="fbsql_drop_db" u="int fbsql_drop_db(string database_name [, resource link_identifier])">Drop a database on the server</s>
-<s f="fbsql_errno" u="int fbsql_errno([resource link_identifier])">Returns the last error code</s>
-<s f="fbsql_error" u="string fbsql_error([resource link_identifier])">Returns the last error string</s>
-<s f="fbsql_fetch_array" u="array fbsql_fetch_array(resource result [, int result_type])">Fetches a result row as an array (associative, numeric or both)</s>
-<s f="fbsql_fetch_assoc" u="object fbsql_fetch_assoc(resource result)">Detch a row of data. Returns an assoc array</s>
-<s f="fbsql_fetch_field" u="object fbsql_fetch_field(int result [, int field_index])">Get the field properties for a specified field_index</s>
-<s f="fbsql_fetch_lengths" u="array fbsql_fetch_lengths(int result)">Returns an array of the lengths of each column in the result set</s>
-<s f="fbsql_fetch_object" u="object fbsql_fetch_object(resource result [, int result_type])">Fetch a row of data. Returns an object</s>
-<s f="fbsql_fetch_row" u="array fbsql_fetch_row(resource result)">Fetch a row of data. Returns an indexed array</s>
-<s f="fbsql_field_flags" u="string fbsql_field_flags(int result [, int field_index])">???</s>
-<s f="fbsql_field_len" u="mixed fbsql_field_len(int result [, int field_index])">Get the column length for a specified field_index</s>
-<s f="fbsql_field_name" u="string fbsql_field_name(int result [, int field_index])">Get the column name for a specified field_index</s>
-<s f="fbsql_field_seek" u="bool fbsql_field_seek(int result [, int field_index])">???</s>
-<s f="fbsql_field_table" u="string fbsql_field_table(int result [, int field_index])">Get the table name for a specified field_index</s>
-<s f="fbsql_field_type" u="string fbsql_field_type(int result [, int field_index])">Get the field type for a specified field_index</s>
-<s f="fbsql_free_result" u="bool fbsql_free_result(resource result)">free the memory used to store a result</s>
-<s f="fbsql_get_autostart_info" u="array fbsql_get_autostart_info([resource link_identifier])">???</s>
-<s f="fbsql_hostname" u="string fbsql_hostname(resource link_identifier [, string host_name])">Get or set the host name used with a connection</s>
-<s f="fbsql_insert_id" u="int fbsql_insert_id([resource link_identifier])">Get the internal index for the last insert statement</s>
-<s f="fbsql_list_dbs" u="resource fbsql_list_dbs([resource link_identifier])">Retreive a list of all databases on the server</s>
-<s f="fbsql_list_fields" u="resource fbsql_list_fields(string database_name, string table_name [, resource link_identifier])">Retrieve a list of all fields for the specified database.table</s>
-<s f="fbsql_list_tables" u="resource fbsql_list_tables(string database [, int link_identifier])">Retreive a list of all tables from the specifoied database</s>
-<s f="fbsql_next_result" u="bool fbsql_next_result(int result)">Switch to the next result if multiple results are available</s>
-<s f="fbsql_num_fields" u="int fbsql_num_fields(int result)">Get number of fields in the result set</s>
-<s f="fbsql_num_rows" u="int fbsql_num_rows(int result)">Get number of rows</s>
-<s f="fbsql_password" u="string fbsql_password(resource link_identifier [, string password])">Get or set the user password used with a connection</s>
-<s f="fbsql_pconnect" u="resource fbsql_pconnect([string hostname [, string username [, string password]]])">Create a persistant connection to a database server</s>
-<s f="fbsql_query" u="resource fbsql_query(string query [, resource link_identifier [, long batch_size]])">Send one or more SQL statements to the server and execute them</s>
-<s f="fbsql_read_blob" u="string fbsql_read_blob(string blob_handle [, resource link_identifier])">Read the BLOB data identified by blob_handle</s>
-<s f="fbsql_read_clob" u="string fbsql_read_clob(string clob_handle [, resource link_identifier])">Read the CLOB data identified by clob_handle</s>
-<s f="fbsql_result" u="mixed fbsql_result(int result [, int row [, mixed field]])">???</s>
-<s f="fbsql_rollback" u="bool fbsql_rollback([resource link_identifier])">Rollback all statments since last commit</s>
-<s f="fbsql_rows_fetched" u="int fbsql_rows_fetched(resource result)">Get the number of rows affected by the last statement</s>
-<s f="fbsql_select_db" u="bool fbsql_select_db([string database_name [, resource link_identifier]])">Select the database to open</s>
-<s f="fbsql_set_characterset" u="void fbsql_set_characterset(resource link_identifier, long charcterset [, long in_out_both]])">Change input/output character set</s>
-<s f="fbsql_set_lob_mode" u="bool fbsql_set_lob_mode(resource result, int lob_mode)">Sets the mode for how LOB data re retreived (actual data or a handle)</s>
-<s f="fbsql_set_password" u="bool fbsql_set_password(resource link_identifier, string user, string password, string old_password)">Change the password for a given user</s>
-<s f="fbsql_set_transaction" u="void fbsql_set_transaction(resource link_identifier, int locking, int isolation)">Sets the transaction locking and isolation</s>
-<s f="fbsql_start_db" u="bool fbsql_start_db(string database_name [, resource link_identifier [, string database_options]])">Start a database on the server</s>
-<s f="fbsql_stop_db" u="bool fbsql_stop_db(string database_name [, resource link_identifier])">Stop a database on the server</s>
-<s f="fbsql_table_name" u="string fbsql_table_name(resource result, int index)">Retreive the table name for index after a call to fbsql_list_tables()</s>
-<s f="fbsql_username" u="string fbsql_username(resource link_identifier [, string username])">Get or set the host user used with a connection</s>
-<s f="fbsql_warnings" u="bool fbsql_warnings([int flag])">Enable or disable FrontBase warnings</s>
-<s f="fdf_add_doc_javascript" u="bool fdf_add_doc_javascript(resource fdfdoc, string scriptname, string script)">Add javascript code to the fdf file</s>
-<s f="fdf_add_template" u="bool fdf_add_template(resource fdfdoc, int newpage, string filename, string template, int rename)">Adds a template into the FDF document</s>
-<s f="fdf_close" u="void fdf_close(resource fdfdoc)">Closes the FDF document</s>
-<s f="fdf_create" u="resource fdf_create(void)">Creates a new FDF document</s>
-<s f="fdf_enum_values" u="bool fdf_enum_values(resource fdfdoc, callback function [, mixed userdata])">Call a user defined function for each document value</s>
-<s f="fdf_errno" u="int fdf_errno(void)">Gets error code for last operation</s>
-<s f="fdf_error" u="string fdf_error([int errno])">Gets error description for error code</s>
-<s f="fdf_get_ap" u="bool fdf_get_ap(resource fdfdoc, string fieldname, int face, string filename)">Gets the appearance of a field and creates a PDF document out of it.</s>
-<s f="fdf_get_attachment" u="array fdf_get_attachment(resource fdfdoc, string fieldname, string savepath)">Get attached uploaded file</s>
-<s f="fdf_get_encoding" u="string fdf_get_encoding(resource fdf)">Gets FDF file encoding scheme</s>
-<s f="fdf_get_file" u="string fdf_get_file(resource fdfdoc)">Gets the value of /F key</s>
-<s f="fdf_get_flags" u="int fdf_get_flags(resorce fdfdoc, string fieldname, int whichflags)">Gets the flags of a field</s>
-<s f="fdf_get_opt" u="mixed fdf_get_opt(resource fdfdof, string fieldname [, int element])">Gets a value from the opt array of a field</s>
-<s f="fdf_get_status" u="string fdf_get_status(resource fdfdoc)">Gets the value of /Status key</s>
-<s f="fdf_get_value" u="string fdf_get_value(resource fdfdoc, string fieldname [, int which])">Gets the value of a field as string</s>
-<s f="fdf_get_version" u="string fdf_get_version([resource fdfdoc])">Gets version number for FDF api or file</s>
-<s f="fdf_header" u="void fdf_header(void)">Set FDF specific HTTP headers</s>
-<s f="fdf_next_field_name" u="string fdf_next_field_name(resource fdfdoc [, string fieldname])">Gets the name of the next field name or the first field name</s>
-<s f="fdf_open" u="resource fdf_open(string filename)">Opens a new FDF document</s>
-<s f="fdf_open_string" u="resource fdf_open_string(string fdf_data)">Opens a new FDF document from string</s>
-<s f="fdf_remove_item" u="bool fdf_remove_item(resource fdfdoc, string fieldname, int item)">Sets target frame for form</s>
-<s f="fdf_save" u="bool fdf_save(resource fdfdoc [, string filename])">Writes out the FDF file</s>
-<s f="fdf_save_string" u="string fdf_save_string(resource fdfdoc)">Returns the FDF file as a string</s>
-<s f="fdf_set_ap" u="bool fdf_set_ap(resource fdfdoc, string fieldname, int face, string filename, int pagenr)">Sets the appearence of a field</s>
-<s f="fdf_set_encoding" u="bool fdf_set_encoding(resource fdf_document, string encoding)">Sets FDF encoding (either &quot;Shift-JIS&quot; or &quot;Unicode&quot;)</s>
-<s f="fdf_set_file" u="bool fdf_set_file(resource fdfdoc, string filename [, string target_frame])">Sets the value of /F key</s>
-<s f="fdf_set_flags" u="bool fdf_set_flags(resource fdfdoc, string fieldname, int whichflags, int newflags)">Sets flags for a field in the FDF document</s>
-<s f="fdf_set_javascript_action" u="bool fdf_set_javascript_action(resource fdfdoc, string fieldname, int whichtrigger, string script)">Sets the javascript action for a field</s>
-<s f="fdf_set_on_import_javascript" u="bool fdf_set_on_import_javascript(resource fdfdoc, string script, bool before_data_import)">Adds javascript code to be executed when Acrobat opens the FDF</s>
-<s f="fdf_set_opt" u="bool fdf_set_opt(resource fdfdoc, string fieldname, int element, string value, string name)">Sets a value in the opt array for a field</s>
-<s f="fdf_set_status" u="bool fdf_set_status(resource fdfdoc, string status)">Sets the value of /Status key</s>
-<s f="fdf_set_submit_form_action" u="bool fdf_set_submit_form_action(resource fdfdoc, string fieldname, int whichtrigger, string url, int flags)">Sets the submit form action for a field</s>
-<s f="fdf_set_target_frame" u="bool fdf_set_target_frame(resource fdfdoc, string target)">Sets target frame for form</s>
-<s f="fdf_set_value" u="bool fdf_set_value(resource fdfdoc, string fieldname, mixed value [, int isname])">Sets the value of a field</s>
-<s f="fdf_set_version" u="bool fdf_set_version(resourece fdfdoc, string version)">Sets FDF version for a file</s>
-<s f="filter_has_var" u="mixed filter_has_var(constant type, string variable_name)">* Returns true if the variable with the name 'name' exists in source.</s>
-<s f="filter_input" u="mixed filter_input(constant type, string variable_name [, long filter [, mixed options]])">* Returns the filtered variable 'name'* from source `type`.</s>
-<s f="filter_input_array" u="mixed filter_input_array(constant type, [, mixed options]])">* Returns an array with all arguments defined in 'definition'.</s>
-<s f="filter_var" u="mixed filter_var(mixed variable [, long filter [, mixed options]])">* Returns the filtered version of the vriable.</s>
-<s f="filter_var_array" u="mixed filter_var_array(array data, [, mixed options]])">* Returns an array with all arguments defined in 'definition'.</s>
-<s f="filter_id" u=" filter_id(string filtername)">* Returns the filter ID belonging to a named filter</s>
-<s f="ftp_alloc" u="bool ftp_alloc(resource stream, int size[, &amp;response])">Attempt to allocate space on the remote FTP server</s>
-<s f="ftp_cdup" u="bool ftp_cdup(resource stream)">Changes to the parent directory</s>
-<s f="ftp_chdir" u="bool ftp_chdir(resource stream, string directory)">Changes directories</s>
-<s f="ftp_chmod" u="int ftp_chmod(resource stream, int mode, string filename)">Sets permissions on a file</s>
-<s f="ftp_close" u="bool ftp_close(resource stream)">Closes the FTP stream</s>
-<s f="ftp_connect" u="resource ftp_connect(string host [, int port [, int timeout]])">Opens a FTP stream</s>
-<s f="ftp_delete" u="bool ftp_delete(resource stream, string file)">Deletes a file</s>
-<s f="ftp_exec" u="bool ftp_exec(resource stream, string command)">Requests execution of a program on the FTP server</s>
-<s f="ftp_fget" u="bool ftp_fget(resource stream, resource fp, string remote_file, int mode[, int resumepos])">Retrieves a file from the FTP server and writes it to an open file</s>
-<s f="ftp_fput" u="bool ftp_fput(resource stream, string remote_file, resource fp, int mode[, int startpos])">Stores a file from an open file to the FTP server</s>
-<s f="ftp_get" u="bool ftp_get(resource stream, string local_file, string remote_file, int mode[, int resume_pos])">Retrieves a file from the FTP server and writes it to a local file</s>
-<s f="ftp_get_option" u="mixed ftp_get_option(resource stream, int option)">Gets an FTP option</s>
-<s f="ftp_login" u="bool ftp_login(resource stream, string username, string password)">Logs into the FTP server</s>
-<s f="ftp_mdtm" u="int ftp_mdtm(resource stream, string filename)">Returns the last modification time of the file, or -1 on error</s>
-<s f="ftp_mkdir" u="string ftp_mkdir(resource stream, string directory)">Creates a directory and returns the absolute path for the new directory or false on error</s>
-<s f="ftp_nb_continue" u="int ftp_nb_continue(resource stream)">Continues retrieving/sending a file nbronously</s>
-<s f="ftp_nb_fget" u="int ftp_nb_fget(resource stream, resource fp, string remote_file, int mode[, int resumepos])">Retrieves a file from the FTP server asynchronly and writes it to an open file</s>
-<s f="ftp_nb_fput" u="int ftp_nb_fput(resource stream, string remote_file, resource fp, int mode[, int startpos])">Stores a file from an open file to the FTP server nbronly</s>
-<s f="ftp_nb_get" u="int ftp_nb_get(resource stream, string local_file, string remote_file, int mode[, int resume_pos])">Retrieves a file from the FTP server nbhronly and writes it to a local file</s>
-<s f="ftp_nb_put" u="int ftp_nb_put(resource stream, string remote_file, string local_file, int mode[, int startpos])">Stores a file on the FTP server</s>
-<s f="ftp_nlist" u="array ftp_nlist(resource stream, string directory)">Returns an array of filenames in the given directory</s>
-<s f="ftp_pasv" u="bool ftp_pasv(resource stream, bool pasv)">Turns passive mode on or off</s>
-<s f="ftp_put" u="bool ftp_put(resource stream, string remote_file, string local_file, int mode[, int startpos])">Stores a file on the FTP server</s>
-<s f="ftp_pwd" u="string ftp_pwd(resource stream)">Returns the present working directory</s>
-<s f="ftp_raw" u="array ftp_raw(resource stream, string command)">Sends a literal command to the FTP server</s>
-<s f="ftp_rawlist" u="array ftp_rawlist(resource stream, string directory [, bool recursive])">Returns a detailed listing of a directory as an array of output lines</s>
-<s f="ftp_rename" u="bool ftp_rename(resource stream, string src, string dest)">Renames the given file to a new path</s>
-<s f="ftp_rmdir" u="bool ftp_rmdir(resource stream, string directory)">Removes a directory</s>
-<s f="ftp_set_option" u="bool ftp_set_option(resource stream, int option, mixed value)">Sets an FTP option</s>
-<s f="ftp_site" u="bool ftp_site(resource stream, string cmd)">Sends a SITE command to the server</s>
-<s f="ftp_size" u="int ftp_size(resource stream, string filename)">Returns the size of the file, or -1 on error</s>
-<s f="ftp_ssl_connect" u="resource ftp_ssl_connect(string host [, int port [, int timeout]])">Opens a FTP-SSL stream</s>
-<s f="ftp_systype" u="string ftp_systype(resource stream)">Returns the system type identifier</s>
-<s f="gd_info" u="array gd_info()"></s>
-<s f="image2wbmp" u="bool image2wbmp(resource im [, string filename [, int threshold]])">Output WBMP image to browser or file</s>
-<s f="imagealphablending" u="bool imagealphablending(resource im, bool on)">Turn alpha blending mode on or off for the given image</s>
-<s f="imageantialias" u="bool imageantialias(resource im, bool on)">Should antialiased functions used or not</s>
-<s f="imagearc" u="bool imagearc(resource im, int cx, int cy, int w, int h, int s, int e, int col)">Draw a partial ellipse</s>
-<s f="imagechar" u="bool imagechar(resource im, int font, int x, int y, string c, int col)">Draw a character</s>
-<s f="imagecharup" u="bool imagecharup(resource im, int font, int x, int y, string c, int col)">Draw a character rotated 90 degrees counter-clockwise</s>
-<s f="imagecolorallocate" u="int imagecolorallocate(resource im, int red, int green, int blue)">Allocate a color for an image</s>
-<s f="imagecolorallocatealpha" u="int imagecolorallocatealpha(resource im, int red, int green, int blue, int alpha)">Allocate a color with an alpha level.  Works for true color and palette based images</s>
-<s f="imagecolorat" u="int imagecolorat(resource im, int x, int y)">Get the index of the color of a pixel</s>
-<s f="imagecolorclosest" u="int imagecolorclosest(resource im, int red, int green, int blue)">Get the index of the closest color to the specified color</s>
-<s f="imagecolorclosestalpha" u="int imagecolorclosestalpha(resource im, int red, int green, int blue, int alpha)">Find the closest matching colour with alpha transparency</s>
-<s f="imagecolorclosesthwb" u="int imagecolorclosesthwb(resource im, int red, int green, int blue)">Get the index of the color which has the hue, white and blackness nearest to the given color</s>
-<s f="imagecolordeallocate" u="bool imagecolordeallocate(resource im, int index)">De-allocate a color for an image</s>
-<s f="imagecolorexact" u="int imagecolorexact(resource im, int red, int green, int blue)">Get the index of the specified color</s>
-<s f="imagecolorexactalpha" u="int imagecolorexactalpha(resource im, int red, int green, int blue, int alpha)">Find exact match for colour with transparency</s>
-<s f="imagecolormatch" u="bool imagecolormatch(resource im1, resource im2)">Makes the colors of the palette version of an image more closely match the true color version</s>
-<s f="imagecolorresolve" u="int imagecolorresolve(resource im, int red, int green, int blue)">Get the index of the specified color or its closest possible alternative</s>
-<s f="imagecolorresolvealpha" u="int imagecolorresolvealpha(resource im, int red, int green, int blue, int alpha)">Resolve/Allocate a colour with an alpha level.  Works for true colour and palette based images</s>
-<s f="imagecolorset" u="void imagecolorset(resource im, int col, int red, int green, int blue)">Set the color for the specified palette index</s>
-<s f="imagecolorsforindex" u="array imagecolorsforindex(resource im, int col)">Get the colors for an index</s>
-<s f="imagecolorstotal" u="int imagecolorstotal(resource im)">Find out the number of colors in an image's palette</s>
-<s f="imagecolortransparent" u="int imagecolortransparent(resource im [, int col])">Define a color as transparent</s>
-<s f="imageconvolution" u="resource imageconvolution(resource src_im, array matrix3x3, double div, double offset)">Apply a 3x3 convolution matrix, using coefficient div and offset</s>
-<s f="imagecopy" u="bool imagecopy(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h)">Copy part of an image</s>
-<s f="imagecopymerge" u="bool imagecopymerge(resource src_im, resource dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)">Merge one part of an image with another</s>
-<s f="imagecopymergegray" u="bool imagecopymergegray(resource src_im, resource dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)">Merge one part of an image with another</s>
-<s f="imagecopyresampled" u="bool imagecopyresampled(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h)">Copy and resize part of an image using resampling to help ensure clarity</s>
-<s f="imagecopyresized" u="bool imagecopyresized(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h)">Copy and resize part of an image</s>
-<s f="imagecreate" u="resource imagecreate(int x_size, int y_size)">Create a new image</s>
-<s f="imagecreatefromgd" u="resource imagecreatefromgd(string filename)">Create a new image from GD file or URL</s>
-<s f="imagecreatefromgd2" u="resource imagecreatefromgd2(string filename)">Create a new image from GD2 file or URL</s>
-<s f="imagecreatefromgd2part" u="resource imagecreatefromgd2part(string filename, int srcX, int srcY, int width, int height)">Create a new image from a given part of GD2 file or URL</s>
-<s f="imagecreatefromgif" u="resource imagecreatefromgif(string filename)">Create a new image from GIF file or URL</s>
-<s f="imagecreatefromjpeg" u="resource imagecreatefromjpeg(string filename)">Create a new image from JPEG file or URL</s>
-<s f="imagecreatefrompng" u="resource imagecreatefrompng(string filename)">Create a new image from PNG file or URL</s>
-<s f="imagecreatefromstring" u="resource imagecreatefromstring(string image)">Create a new image from the image stream in the string</s>
-<s f="imagecreatefromwbmp" u="resource imagecreatefromwbmp(string filename)">Create a new image from WBMP file or URL</s>
-<s f="imagecreatefromxbm" u="resource imagecreatefromxbm(string filename)">Create a new image from XBM file or URL</s>
-<s f="imagecreatefromxpm" u="resource imagecreatefromxpm(string filename)">Create a new image from XPM file or URL</s>
-<s f="imagecreatetruecolor" u="resource imagecreatetruecolor(int x_size, int y_size)">Create a new true color image</s>
-<s f="imagedashedline" u="bool imagedashedline(resource im, int x1, int y1, int x2, int y2, int col)">Draw a dashed line</s>
-<s f="imagedestroy" u="bool imagedestroy(resource im)">Destroy an image</s>
-<s f="imageellipse" u="bool imageellipse(resource im, int cx, int cy, int w, int h, int color)">Draw an ellipse</s>
-<s f="imagefill" u="bool imagefill(resource im, int x, int y, int col)">Flood fill</s>
-<s f="imagefilledarc" u="bool imagefilledarc(resource im, int cx, int cy, int w, int h, int s, int e, int col, int style)">Draw a filled partial ellipse</s>
-<s f="imagefilledellipse" u="bool imagefilledellipse(resource im, int cx, int cy, int w, int h, int color)">Draw an ellipse</s>
-<s f="imagefilledpolygon" u="bool imagefilledpolygon(resource im, array point, int num_points, int col)">Draw a filled polygon</s>
-<s f="imagefilledrectangle" u="bool imagefilledrectangle(resource im, int x1, int y1, int x2, int y2, int col)">Draw a filled rectangle</s>
-<s f="imagefilltoborder" u="bool imagefilltoborder(resource im, int x, int y, int border, int col)">Flood fill to specific color</s>
-<s f="imagefilter" u="bool imagefilter(resource src_im, int filtertype, [args] )">Applies Filter an image using a custom angle</s>
-<s f="imagefontheight" u="int imagefontheight(int font)">Get font height</s>
-<s f="imagefontwidth" u="int imagefontwidth(int font)">Get font width</s>
-<s f="imageftbbox" u="array imageftbbox(float size, float angle, string font_file, string text [, array extrainfo])">Give the bounding box of a text using fonts via freetype2</s>
-<s f="imagefttext" u="array imagefttext(resource im, float size, float angle, int x, int y, int col, string font_file, string text [, array extrainfo])">Write text to the image using fonts via freetype2</s>
-<s f="imagegammacorrect" u="bool imagegammacorrect(resource im, float inputgamma, float outputgamma)">Apply a gamma correction to a GD image</s>
-<s f="imagegd" u="bool imagegd(resource im [, string filename])">Output GD image to browser or file</s>
-<s f="imagegd2" u="bool imagegd2(resource im [, string filename [, int chunk_size [, int type]]])">Output GD2 image to browser or file</s>
-<s f="imagegif" u="bool imagegif(resource im [, string filename])">Output GIF image to browser or file</s>
-<s f="imagegrabscreen" u="resource imagegrabscreen()">Grab a screenshot</s>
-<s f="imagegrabwindow" u="resource imagegrabwindow(int window_handle [, int client_area])">Grab a window or its client area using a windows handle (HWND property in COM instance)</s>
-<s f="imageinterlace" u="int imageinterlace(resource im [, int interlace])">Enable or disable interlace</s>
-<s f="imageistruecolor" u="bool imageistruecolor(resource im)">return true if the image uses truecolor</s>
-<s f="imagejpeg" u="bool imagejpeg(resource im [, string filename [, int quality]])">Output JPEG image to browser or file</s>
-<s f="imagelayereffect" u="bool imagelayereffect(resource im, int effect)">Set the alpha blending flag to use the bundled libgd layering effects</s>
-<s f="imageline" u="bool imageline(resource im, int x1, int y1, int x2, int y2, int col)">Draw a line</s>
-<s f="imageloadfont" u="int imageloadfont(string filename)">Load a new font</s>
-<s f="imagepalettecopy" u="void imagepalettecopy(resource dst, resource src)">Copy the palette from the src image onto the dst image</s>
-<s f="imagepng" u="bool imagepng(resource im [, string filename [, int quality]])">Output PNG image to browser or file</s>
-<s f="imagepolygon" u="bool imagepolygon(resource im, array point, int num_points, int col)">Draw a polygon</s>
-<s f="imagepsbbox" u="array imagepsbbox(string text, resource font, int size [, int space, int tightness, int angle])">Return the bounding box needed by a string if rasterized</s>
-<s f="imagepscopyfont" u="int imagepscopyfont(int font_index)">Make a copy of a font for purposes like extending or reenconding</s>
-<s f="imagepsencodefont" u="bool imagepsencodefont(resource font_index, string filename)">To change a fonts character encoding vector</s>
-<s f="imagepsextendfont" u="bool imagepsextendfont(resource font_index, float extend)">Extend or or condense (if extend &lt; 1) a font</s>
-<s f="imagepsfreefont" u="bool imagepsfreefont(resource font_index)">Free memory used by a font</s>
-<s f="imagepsloadfont" u="resource imagepsloadfont(string pathname)">Load a new font from specified file</s>
-<s f="imagepsslantfont" u="bool imagepsslantfont(resource font_index, float slant)">Slant a font</s>
-<s f="imagepstext" u="array imagepstext(resource image, string text, resource font, int size, int foreground, int background, int xcoord, int ycoord [, int space, int tightness, float angle, int antialias])">Rasterize a string over an image</s>
-<s f="imagerectangle" u="bool imagerectangle(resource im, int x1, int y1, int x2, int y2, int col)">Draw a rectangle</s>
-<s f="imagerotate" u="resource imagerotate(resource src_im, float angle, int bgdcolor [, int ignoretransparent])">Rotate an image using a custom angle</s>
-<s f="imagesavealpha" u="bool imagesavealpha(resource im, bool on)">Include alpha channel to a saved image</s>
-<s f="imagesetbrush" u="bool imagesetbrush(resource image, resource brush)">Set the brush image to $brush when filling $image with the &quot;IMG_COLOR_BRUSHED&quot; color</s>
-<s f="imagesetpixel" u="bool imagesetpixel(resource im, int x, int y, int col)">Set a single pixel</s>
-<s f="imagesetstyle" u="bool imagesetstyle(resource im, array styles)">Set the line drawing styles for use with imageline and IMG_COLOR_STYLED.</s>
-<s f="imagesetthickness" u="bool imagesetthickness(resource im, int thickness)">Set line thickness for drawing lines, ellipses, rectangles, polygons etc.</s>
-<s f="imagesettile" u="bool imagesettile(resource image, resource tile)">Set the tile image to $tile when filling $image with the &quot;IMG_COLOR_TILED&quot; color</s>
-<s f="imagestring" u="bool imagestring(resource im, int font, int x, int y, string str, int col)">Draw a string horizontally</s>
-<s f="imagestringup" u="bool imagestringup(resource im, int font, int x, int y, string str, int col)">Draw a string vertically - rotated 90 degrees counter-clockwise</s>
-<s f="imagesx" u="int imagesx(resource im)">Get image width</s>
-<s f="imagesy" u="int imagesy(resource im)">Get image height</s>
-<s f="imagetruecolortopalette" u="void imagetruecolortopalette(resource im, bool ditherFlag, int colorsWanted)">Convert a true colour image to a palette based image with a number of colours, optionally using dithering.</s>
-<s f="imagettfbbox" u="array imagettfbbox(float size, float angle, string font_file, string text)">Give the bounding box of a text using TrueType fonts</s>
-<s f="imagettftext" u="array imagettftext(resource im, float size, float angle, int x, int y, int col, string font_file, string text)">Write text to the image using a TrueType font</s>
-<s f="imagetypes" u="int imagetypes(void)">Return the types of images supported in a bitfield - 1=GIF, 2=JPEG, 4=PNG, 8=WBMP, 16=XPM</s>
-<s f="imagewbmp" u="bool imagewbmp(resource im [, string filename, [, int foreground]])">Output WBMP image to browser or file</s>
-<s f="imagexbm" u="int imagexbm(int im, string filename [, int foreground])">Output XBM image to browser or file</s>
-<s f="bindtextdomain" u="string bindtextdomain(string domain_name, string dir)">Bind to the text domain domain_name, looking for translations in dir. Returns the current domain</s>
-<s f="dcgettext" u="binary dcgettext(string domain_name, string msgid, int category)">Return the translation of msgid for domain_name and category, or msgid unaltered if a translation does not exist</s>
-<s f="dgettext" u="binary dgettext(string domain_name, string msgid)">Return the translation of msgid for domain_name, or msgid unaltered if a translation does not exist</s>
-<s f="gettext" u="binary gettext(string msgid)">Return the translation of msgid for the current domain, or msgid unaltered if a translation does not exist</s>
-<s f="ngettext" u="binary ngettext(string msgid1, string msgid2, int count)">Plural version of gettext()</s>
-<s f="textdomain" u="string textdomain(string domain)">Set the textdomain to &quot;domain&quot;. Returns the current domain</s>
-<s f="gmp_abs" u="resource gmp_abs(resource a)">Calculates absolute value</s>
-<s f="gmp_add" u="resource gmp_add(resource a, resource b)">Add a and b</s>
-<s f="gmp_and" u="resource gmp_and(resource a, resource b)">Calculates logical AND of a and b</s>
-<s f="gmp_clrbit" u="void gmp_clrbit(resource &amp;a, int index)">Clears bit in a</s>
-<s f="gmp_cmp" u="int gmp_cmp(resource a, resource b)">Compares two numbers</s>
-<s f="gmp_com" u="resource gmp_com(resource a)">Calculates one's complement of a</s>
-<s f="gmp_div_q" u="resource gmp_div_q(resource a, resource b [, int round])">Divide a by b, returns quotient only</s>
-<s f="gmp_div_qr" u="array gmp_div_qr(resource a, resource b [, int round])">Divide a by b, returns quotient and reminder</s>
-<s f="gmp_div_r" u="resource gmp_div_r(resource a, resource b [, int round])">Divide a by b, returns reminder only</s>
-<s f="gmp_divexact" u="resource gmp_divexact(resource a, resource b)">Divide a by b using exact division algorithm</s>
-<s f="gmp_fact" u="resource gmp_fact(int a)">Calculates factorial function</s>
-<s f="gmp_gcd" u="resource gmp_gcd(resource a, resource b)">Computes greatest common denominator (gcd) of a and b</s>
-<s f="gmp_gcdext" u="array gmp_gcdext(resource a, resource b)">Computes G, S, and T, such that AS + BT = G = `gcd' (A, B)</s>
-<s f="gmp_hamdist" u="int gmp_hamdist(resource a, resource b)">Calculates hamming distance between a and b</s>
-<s f="gmp_init" u="resource gmp_init(mixed number [, int base])">Initializes GMP number</s>
-<s f="gmp_intval" u="int gmp_intval(resource gmpnumber)">Gets signed long value of GMP number</s>
-<s f="gmp_invert" u="resource gmp_invert(resource a, resource b)">Computes the inverse of a modulo b</s>
-<s f="gmp_jacobi" u="int gmp_jacobi(resource a, resource b)">Computes Jacobi symbol</s>
-<s f="gmp_legendre" u="int gmp_legendre(resource a, resource b)">Computes Legendre symbol</s>
-<s f="gmp_mod" u="resource gmp_mod(resource a, resource b)">Computes a modulo b</s>
-<s f="gmp_mul" u="resource gmp_mul(resource a, resource b)">Multiply a and b</s>
-<s f="gmp_neg" u="resource gmp_neg(resource a)">Negates a number</s>
-<s f="gmp_nextprime" u="resource gmp_nextprime(resource a)">Finds next prime of a</s>
-<s f="gmp_or" u="resource gmp_or(resource a, resource b)">Calculates logical OR of a and b</s>
-<s f="gmp_perfect_square" u="bool gmp_perfect_square(resource a)">Checks if a is an exact square</s>
-<s f="gmp_popcount" u="int gmp_popcount(resource a)">Calculates the population count of a</s>
-<s f="gmp_pow" u="resource gmp_pow(resource base, int exp)">Raise base to power exp</s>
-<s f="gmp_powm" u="resource gmp_powm(resource base, resource exp, resource mod)">Raise base to power exp and take result modulo mod</s>
-<s f="gmp_prob_prime" u="int gmp_prob_prime(resource a[, int reps])">Checks if a is &quot;probably prime&quot;</s>
-<s f="gmp_random" u="resource gmp_random([int limiter])">Gets random number</s>
-<s f="gmp_scan0" u="int gmp_scan0(resource a, int start)">Finds first zero bit</s>
-<s f="gmp_scan1" u="int gmp_scan1(resource a, int start)">Finds first non-zero bit</s>
-<s f="gmp_setbit" u="void gmp_setbit(resource &amp;a, int index[, bool set_clear])">Sets or clear bit in a</s>
-<s f="gmp_sign" u="int gmp_sign(resource a)">Gets the sign of the number</s>
-<s f="gmp_sqrt" u="resource gmp_sqrt(resource a)">Takes integer part of square root of a</s>
-<s f="gmp_sqrtrem" u="array gmp_sqrtrem(resource a)">Square root with remainder</s>
-<s f="gmp_strval" u="string gmp_strval(resource gmpnumber [, int base])">Gets string representation of GMP number</s>
-<s f="gmp_sub" u="resource gmp_sub(resource a, resource b)">Subtract b from a</s>
-<s f="gmp_testbit" u="bool gmp_testbit(resource a, int index)">Tests if bit is set in a</s>
-<s f="gmp_xor" u="resource gmp_xor(resource a, resource b)">Calculates logical exclusive OR of a and b</s>
-<s f="hash" u="string hash(string algo, string data[, bool raw_output = false])">Generate a hash of a given input string Returns lowercase hexits by default</s>
-<s f="hash_algos" u="array hash_algos(void)">Return a list of registered hashing algorithms</s>
-<s f="hash_file" u="string hash_file(string algo, string filename[, bool raw_output = false])">Generate a hash of a given file Returns lowercase hexits by default</s>
-<s f="hash_final" u="string hash_final(resource context[, bool raw_output=false])">Output resulting digest</s>
-<s f="hash_hmac" u="string hash_hmac(string algo, string data, string key[, bool raw_output = false])">Generate a hash of a given input string with a key using HMAC Returns lowercase hexits by default</s>
-<s f="hash_hmac_file" u="string hash_hmac_file(string algo, string filename, string key[, bool raw_output = false])">Generate a hash of a given file with a key using HMAC Returns lowercase hexits by default</s>
-<s f="hash_init" u="resource hash_init(string algo[, int options, string key])">Initialize a hashing context</s>
-<s f="hash_update" u="bool hash_update(resource context, string data)">Pump data into the hashing algorithm</s>
-<s f="hash_update_file" u="bool hash_update_file(resource context, string filename[, resource context])">Pump data into the hashing algorithm from a file</s>
-<s f="hash_update_stream" u="int hash_update_stream(resource context, resource handle[, integer length])">Pump data into the hashing algorithm from an open stream</s>
-<s f="iconv" u="string iconv(string in_charset, string out_charset, string str)">Returns str converted to the out_charset character set</s>
-<s f="iconv_get_encoding" u="mixed iconv_get_encoding([string type])">Get internal encoding and output encoding for ob_iconv_handler()</s>
-<s f="iconv_mime_decode" u="string iconv_mime_decode(string encoded_string [, int mode, string charset])">Decodes a mime header field</s>
-<s f="iconv_mime_decode_headers" u="array iconv_mime_decode_headers(string headers [, int mode, string charset])">Decodes multiple mime header fields</s>
-<s f="iconv_mime_encode" u="string iconv_mime_encode(string field_name, string field_value [, array preference])">Composes a mime header field with field_name and field_value in a specified scheme</s>
-<s f="iconv_set_encoding" u="bool iconv_set_encoding(string type, string charset)">Sets internal encoding and output encoding for ob_iconv_handler()</s>
-<s f="iconv_strlen" u="int iconv_strlen(string str [, string charset])">Returns the character count of str</s>
-<s f="iconv_strpos" u="int iconv_strpos(string haystack, string needle [, int offset [, string charset]])">Finds position of first occurrence of needle within part of haystack beginning with offset</s>
-<s f="iconv_strrpos" u="int iconv_strrpos(string haystack, string needle [, string charset])">Finds position of last occurrence of needle within part of haystack beginning with offset</s>
-<s f="iconv_substr" u="string iconv_substr(string str, int offset, [int length, string charset])">Returns specified part of a string</s>
-<s f="imap_8bit" u="string imap_8bit(string text)">Convert an 8-bit string to a quoted-printable string</s>
-<s f="imap_alerts" u="array imap_alerts(void)">Returns an array of all IMAP alerts that have been generated since the last page load or since the last imap_alerts() call, whichever came last. The alert stack is cleared after imap_alerts() is called.</s>
-<s f="imap_append" u="bool imap_append(resource stream_id, string folder, string message [, string options])">Append a new message to a specified mailbox</s>
-<s f="imap_base64" u="string imap_base64(string text)">Decode BASE64 encoded text</s>
-<s f="imap_binary" u="string imap_binary(string text)">Convert an 8bit string to a base64 string</s>
-<s f="imap_body" u="string imap_body(resource stream_id, int msg_no [, int options])">Read the message body</s>
-<s f="imap_bodystruct" u="object imap_bodystruct(resource stream_id, int msg_no, string section)">Read the structure of a specified body section of a specific message</s>
-<s f="imap_check" u="object imap_check(resource stream_id)">Get mailbox properties</s>
-<s f="imap_clearflag_full" u="bool imap_clearflag_full(resource stream_id, string sequence, string flag [, int options])">Clears flags on messages</s>
-<s f="imap_close" u="bool imap_close(resource stream_id [, int options])">Close an IMAP stream</s>
-<s f="imap_createmailbox" u="bool imap_createmailbox(resource stream_id, string mailbox)">Create a new mailbox</s>
-<s f="imap_delete" u="bool imap_delete(resource stream_id, int msg_no [, int options])">Mark a message for deletion</s>
-<s f="imap_deletemailbox" u="bool imap_deletemailbox(resource stream_id, string mailbox)">Delete a mailbox</s>
-<s f="imap_errors" u="array imap_errors(void)">Returns an array of all IMAP errors generated since the last page load, or since the last imap_errors() call, whichever came last. The error stack is cleared after imap_errors() is called.</s>
-<s f="imap_expunge" u="bool imap_expunge(resource stream_id)">Permanently delete all messages marked for deletion</s>
-<s f="imap_fetch_overview" u="array imap_fetch_overview(resource stream_id, int msg_no [, int options])">Read an overview of the information in the headers of the given message sequence</s>
-<s f="imap_fetchbody" u="string imap_fetchbody(resource stream_id, int msg_no, string section [, int options])">Get a specific body section</s>
-<s f="imap_fetchheader" u="string imap_fetchheader(resource stream_id, int msg_no [, int options])">Get the full unfiltered header for a message</s>
-<s f="imap_fetchstructure" u="object imap_fetchstructure(resource stream_id, int msg_no [, int options])">Read the full structure of a message</s>
-<s f="imap_get_quota" u="array imap_get_quota(resource stream_id, string qroot)">Returns the quota set to the mailbox account qroot</s>
-<s f="imap_get_quotaroot" u="array imap_get_quotaroot(resource stream_id, string mbox)">Returns the quota set to the mailbox account mbox</s>
-<s f="imap_getacl" u="array imap_getacl(resource stream_id, string mailbox)">Gets the ACL for a given mailbox</s>
-<s f="imap_getmailboxes" u="array imap_getmailboxes(resource stream_id, string ref, string pattern)">Reads the list of mailboxes and returns a full array of objects containing name, attributes, and delimiter</s>
-<s f="imap_getsubscribed" u="array imap_getsubscribed(resource stream_id, string ref, string pattern)">Return a list of subscribed mailboxes, in the same format as imap_getmailboxes()</s>
-<s f="imap_headerinfo" u="object imap_headerinfo(resource stream_id, int msg_no [, int from_length [, int subject_length [, string default_host]]])">Read the headers of the message</s>
-<s f="imap_headers" u="array imap_headers(resource stream_id)">Returns headers for all messages in a mailbox</s>
-<s f="imap_last_error" u="string imap_last_error(void)">Returns the last error that was generated by an IMAP function. The error stack is NOT cleared after this call.</s>
-<s f="imap_list" u="array imap_list(resource stream_id, string ref, string pattern)">Read the list of mailboxes</s>
-<s f="imap_lsub" u="array imap_lsub(resource stream_id, string ref, string pattern)">Return a list of subscribed mailboxes</s>
-<s f="imap_mail" u="bool imap_mail(string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]])">Send an email message</s>
-<s f="imap_mail_compose" u="string imap_mail_compose(array envelope, array body)">Create a MIME message based on given envelope and body sections</s>
-<s f="imap_mail_copy" u="bool imap_mail_copy(resource stream_id, int msg_no, string mailbox [, int options])">Copy specified message to a mailbox</s>
-<s f="imap_mail_move" u="bool imap_mail_move(resource stream_id, int msg_no, string mailbox [, int options])">Move specified message to a mailbox</s>
-<s f="imap_mailboxmsginfo" u="object imap_mailboxmsginfo(resource stream_id)">Returns info about the current mailbox</s>
-<s f="imap_mime_header_decode" u="array imap_mime_header_decode(string str)">Decode mime header element in accordance with RFC 2047 and return array of objects containing 'charset' encoding and decoded 'text'</s>
-<s f="imap_msgno" u="int imap_msgno(resource stream_id, int unique_msg_id)">Get the sequence number associated with a UID</s>
-<s f="imap_num_msg" u="int imap_num_msg(resource stream_id)">Gives the number of messages in the current mailbox</s>
-<s f="imap_num_recent" u="int imap_num_recent(resource stream_id)">Gives the number of recent messages in current mailbox</s>
-<s f="imap_open" u="resource imap_open(string mailbox, string user, string password [, int options [, int n_retries]])">Open an IMAP stream to a mailbox</s>
-<s f="imap_ping" u="bool imap_ping(resource stream_id)">Check if the IMAP stream is still active</s>
-<s f="imap_qprint" u="string imap_qprint(string text)">Convert a quoted-printable string to an 8-bit string</s>
-<s f="imap_renamemailbox" u="bool imap_renamemailbox(resource stream_id, string old_name, string new_name)">Rename a mailbox</s>
-<s f="imap_reopen" u="bool imap_reopen(resource stream_id, string mailbox [, int options [, int n_retries]])">Reopen an IMAP stream to a new mailbox</s>
-<s f="imap_rfc822_parse_adrlist" u="array imap_rfc822_parse_adrlist(string address_string, string default_host)">Parses an address string</s>
-<s f="imap_rfc822_parse_headers" u="object imap_rfc822_parse_headers(string headers [, string default_host])">Parse a set of mail headers contained in a string, and return an object similar to imap_headerinfo()</s>
-<s f="imap_rfc822_write_address" u="string imap_rfc822_write_address(string mailbox, string host, string personal)">Returns a properly formatted email address given the mailbox, host, and personal info</s>
-<s f="imap_savebody" u="bool imap_savebody(resource stream_id, string|resource file, int msg_no[, string section = &quot;&quot;[, int options = 0]])">Save a specific body section to a file</s>
-<s f="imap_scan" u="array imap_scan(resource stream_id, string ref, string pattern, string content)">Read list of mailboxes containing a certain string</s>
-<s f="imap_search" u="array imap_search(resource stream_id, string criteria [, int options [, string charset]])">Return a list of messages matching the given criteria</s>
-<s f="imap_set_quota" u="bool imap_set_quota(resource stream_id, string qroot, int mailbox_size)">Will set the quota for qroot mailbox</s>
-<s f="imap_setacl" u="bool imap_setacl(resource stream_id, string mailbox, string id, string rights)">Sets the ACL for a given mailbox</s>
-<s f="imap_setflag_full" u="bool imap_setflag_full(resource stream_id, string sequence, string flag [, int options])">Sets flags on messages</s>
-<s f="imap_sort" u="array imap_sort(resource stream_id, int criteria, int reverse [, int options [, string search_criteria [, string charset]]])">Sort an array of message headers, optionally including only messages that meet specified criteria.</s>
-<s f="imap_status" u="object imap_status(resource stream_id, string mailbox, int options)">Get status info from a mailbox</s>
-<s f="imap_subscribe" u="bool imap_subscribe(resource stream_id, string mailbox)">Subscribe to a mailbox</s>
-<s f="imap_thread" u="array imap_thread(resource stream_id [, int options])">Return threaded by REFERENCES tree</s>
-<s f="imap_timeout" u="mixed imap_timeout(int timeout_type [, int timeout])">Set or fetch imap timeout</s>
-<s f="imap_uid" u="int imap_uid(resource stream_id, int msg_no)">Get the unique message id associated with a standard sequential message number</s>
-<s f="imap_undelete" u="bool imap_undelete(resource stream_id, int msg_no)">Remove the delete flag from a message</s>
-<s f="imap_unsubscribe" u="bool imap_unsubscribe(resource stream_id, string mailbox)">Unsubscribe from a mailbox</s>
-<s f="imap_utf7_decode" u="string imap_utf7_decode(string buf)">Decode a modified UTF-7 string</s>
-<s f="imap_utf7_encode" u="string imap_utf7_encode(string buf)">Encode a string in modified UTF-7</s>
-<s f="imap_utf8" u="string imap_utf8(string mime_encoded_text)">Convert a mime-encoded text to UTF-8</s>
-<s f="ibase_blob_add" u="bool ibase_blob_add(resource blob_handle, string data)">Add data into created blob</s>
-<s f="ibase_blob_cancel" u="bool ibase_blob_cancel(resource blob_handle)">Cancel creating blob</s>
-<s f="ibase_blob_close" u="string ibase_blob_close(resource blob_handle)">Close blob</s>
-<s f="ibase_blob_create" u="resource ibase_blob_create([resource link_identifier])">Create blob for adding data</s>
-<s f="ibase_blob_echo" u="bool ibase_blob_echo([ resource link_identifier, ] string blob_id)">Output blob contents to browser</s>
-<s f="ibase_blob_get" u="string ibase_blob_get(resource blob_handle, int len)">Get len bytes data from open blob</s>
-<s f="ibase_blob_import" u="string ibase_blob_import([ resource link_identifier, ] resource file)">Create blob, copy file in it, and close it</s>
-<s f="ibase_blob_info" u="array ibase_blob_info([ resource link_identifier, ] string blob_id)">Return blob length and other useful info</s>
-<s f="ibase_blob_open" u="resource ibase_blob_open([ resource link_identifier, ] string blob_id)">Open blob for retrieving data parts</s>
-<s f="ibase_free_event_handler" u="bool ibase_free_event_handler(resource event)">Frees the event handler set by ibase_set_event_handler()</s>
-<s f="ibase_set_event_handler" u="resource ibase_set_event_handler([resource link_identifier,] callback handler, string event [, string event [, ...]])">Register the callback for handling each of the named events</s>
-<s f="ibase_wait_event" u="string ibase_wait_event([resource link_identifier,] string event [, string event [, ...]])">Waits for any one of the passed Interbase events to be posted by the database, and returns its name</s>
-<s f="ibase_affected_rows" u="int ibase_affected_rows( [ resource link_identifier ] )">Returns the number of rows affected by the previous INSERT, UPDATE or DELETE statement</s>
-<s f="ibase_execute" u="mixed ibase_execute(resource query [, mixed bind_arg [, mixed bind_arg [, ...]]])">Execute a previously prepared query</s>
-<s f="ibase_fetch_assoc" u="array ibase_fetch_assoc(resource result [, int fetch_flags])">Fetch a row  from the results of a query</s>
-<s f="ibase_fetch_object" u="object ibase_fetch_object(resource result [, int fetch_flags])">Fetch a object from the results of a query</s>
-<s f="ibase_fetch_row" u="array ibase_fetch_row(resource result [, int fetch_flags])">Fetch a row  from the results of a query</s>
-<s f="ibase_field_info" u="array ibase_field_info(resource query_result, int field_number)">Get information about a field</s>
-<s f="ibase_free_query" u="bool ibase_free_query(resource query)">Free memory used by a query</s>
-<s f="ibase_free_result" u="bool ibase_free_result(resource result)">Free the memory used by a result</s>
-<s f="ibase_name_result" u="bool ibase_name_result(resource result, string name)">Assign a name to a result for use with ... WHERE CURRENT OF &lt;name&gt; statements</s>
-<s f="ibase_num_fields" u="int ibase_num_fields(resource query_result)">Get the number of fields in result</s>
-<s f="ibase_num_params" u="int ibase_num_params(resource query)">Get the number of params in a prepared query</s>
-<s f="ibase_num_rows" u="int ibase_num_rows( resource result_identifier )">Return the number of rows that are available in a result</s>
-<s f="ibase_param_info" u="array ibase_param_info(resource query, int field_number)">Get information about a parameter</s>
-<s f="ibase_prepare" u="resource ibase_prepare([resource link_identifier, ] string query)">Prepare a query for later execution</s>
-<s f="ibase_query" u="mixed ibase_query([resource link_identifier, [ resource link_identifier, ]] string query [, mixed bind_arg [, mixed bind_arg [, ...]]])">Execute a query</s>
-<s f="ibase_add_user" u="bool ibase_add_user(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])">Add a user to security database</s>
-<s f="ibase_backup" u="mixed ibase_backup(resource service_handle, string source_db, string dest_file [, int options [, bool verbose]])">Initiates a backup task in the service manager and returns immediately</s>
-<s f="ibase_db_info" u="string ibase_db_info(resource service_handle, string db, int action [, int argument])">Request statistics about a database</s>
-<s f="ibase_delete_user" u="bool ibase_delete_user(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])">Delete a user from security database</s>
-<s f="ibase_maintain_db" u="bool ibase_maintain_db(resource service_handle, string db, int action [, int argument])">Execute a maintenance command on the database server</s>
-<s f="ibase_modify_user" u="bool ibase_modify_user(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])">Modify a user in security database</s>
-<s f="ibase_restore" u="mixed ibase_restore(resource service_handle, string source_file, string dest_db [, int options [, bool verbose]])">Initiates a restore task in the service manager and returns immediately</s>
-<s f="ibase_server_info" u="string ibase_server_info(resource service_handle, int action)">Request information about a database server</s>
-<s f="ibase_service_attach" u="resource ibase_service_attach(string host, string dba_username, string dba_password)">Connect to the service manager</s>
-<s f="ibase_service_detach" u="bool ibase_service_detach(resource service_handle)">Disconnect from the service manager</s>
-<s f="ibase_close" u="bool ibase_close([resource link_identifier])">Close an InterBase connection</s>
-<s f="ibase_commit" u="bool ibase_commit( resource link_identifier )">Commit transaction</s>
-<s f="ibase_commit_ret" u="bool ibase_commit_ret( resource link_identifier )">Commit transaction and retain the transaction context</s>
-<s f="ibase_connect" u="resource ibase_connect(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])">Open a connection to an InterBase database</s>
-<s f="ibase_drop_db" u="bool ibase_drop_db([resource link_identifier])">Drop an InterBase database</s>
-<s f="ibase_errcode" u="int ibase_errcode(void)">Return error code</s>
-<s f="ibase_errmsg" u="string ibase_errmsg(void)">Return error message</s>
-<s f="ibase_gen_id" u="int ibase_gen_id(string generator [, int increment [, resource link_identifier ]])">Increments the named generator and returns its new value</s>
-<s f="ibase_pconnect" u="resource ibase_pconnect(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])">Open a persistent connection to an InterBase database</s>
-<s f="ibase_rollback" u="bool ibase_rollback( resource link_identifier )">Rollback transaction</s>
-<s f="ibase_rollback_ret" u="bool ibase_rollback_ret( resource link_identifier )">Rollback transaction and retain the transaction context</s>
-<s f="ibase_trans" u="resource ibase_trans([int trans_args [, resource link_identifier [, ... ], int trans_args [, resource link_identifier [, ... ]] [, ...]]])">Start a transaction over one or several databases</s>
-<s f="json_decode" u="mixed json_decode(string json [, bool assoc])">Decodes the JSON representation into a PHP value</s>
-<s f="json_encode" u="string json_encode(mixed data)">Returns the JSON representation of a value</s>
-<s f="ldap_8859_to_t61" u="string ldap_8859_to_t61(string value)">Translate 8859 characters to t61 characters</s>
-<s f="ldap_add" u="bool ldap_add(resource link, string dn, array entry)">Add entries to LDAP directory</s>
-<s f="ldap_bind" u="bool ldap_bind(resource link [, string dn, string password])">Bind to LDAP directory</s>
-<s f="ldap_compare" u="bool ldap_compare(resource link, string dn, string attr, string value)">Determine if an entry has a specific value for one of its attributes</s>
-<s f="ldap_connect" u="resource ldap_connect([string host [, int port]])">Connect to an LDAP server</s>
-<s f="ldap_count_entries" u="int ldap_count_entries(resource link, resource result)">Count the number of entries in a search result</s>
-<s f="ldap_delete" u="bool ldap_delete(resource link, string dn)">Delete an entry from a directory</s>
-<s f="ldap_dn2ufn" u="string ldap_dn2ufn(string dn)">Convert DN to User Friendly Naming format</s>
-<s f="ldap_err2str" u="string ldap_err2str(int errno)">Convert error number to error string</s>
-<s f="ldap_errno" u="int ldap_errno(resource link)">Get the current ldap error number</s>
-<s f="ldap_error" u="string ldap_error(resource link)">Get the current ldap error string</s>
-<s f="ldap_explode_dn" u="array ldap_explode_dn(string dn, int with_attrib)">Splits DN into its component parts</s>
-<s f="ldap_first_attribute" u="string ldap_first_attribute(resource link, resource result_entry, int ber)">Return first attribute</s>
-<s f="ldap_first_entry" u="resource ldap_first_entry(resource link, resource result)">Return first result id</s>
-<s f="ldap_first_reference" u="resource ldap_first_reference(resource link, resource result)">Return first reference</s>
-<s f="ldap_free_result" u="bool ldap_free_result(resource result)">Free result memory</s>
-<s f="ldap_get_attributes" u="array ldap_get_attributes(resource link, resource result_entry)">Get attributes from a search result entry</s>
-<s f="ldap_get_dn" u="string ldap_get_dn(resource link, resource result_entry)">Get the DN of a result entry</s>
-<s f="ldap_get_entries" u="array ldap_get_entries(resource link, resource result)">Get all result entries</s>
-<s f="ldap_get_option" u="bool ldap_get_option(resource link, int option, mixed retval)">Get the current value of various session-wide parameters</s>
-<s f="ldap_get_values_len" u="array ldap_get_values_len(resource link, resource result_entry, string attribute)">Get all values with lengths from a result entry</s>
-<s f="ldap_list" u="resource ldap_list(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])">Single-level search</s>
-<s f="ldap_mod_add" u="bool ldap_mod_add(resource link, string dn, array entry)">Add attribute values to current</s>
-<s f="ldap_mod_del" u="bool ldap_mod_del(resource link, string dn, array entry)">Delete attribute values</s>
-<s f="ldap_mod_replace" u="bool ldap_mod_replace(resource link, string dn, array entry)">Replace attribute values with new ones</s>
-<s f="ldap_next_attribute" u="string ldap_next_attribute(resource link, resource result_entry, resource ber)">Get the next attribute in result</s>
-<s f="ldap_next_entry" u="resource ldap_next_entry(resource link, resource result_entry)">Get next result entry</s>
-<s f="ldap_next_reference" u="resource ldap_next_reference(resource link, resource reference_entry)">Get next reference</s>
-<s f="ldap_parse_reference" u="bool ldap_parse_reference(resource link, resource reference_entry, array referrals)">Extract information from reference entry</s>
-<s f="ldap_parse_result" u="bool ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)">Extract information from result</s>
-<s f="ldap_read" u="resource ldap_read(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])">Read an entry</s>
-<s f="ldap_sasl_bind" u="bool ldap_sasl_bind(resource link [, string binddn, string password, string sasl_mech, string sasl_realm, string sasl_authz_id, string props])">Bind to LDAP directory using SASL</s>
-<s f="ldap_search" u="resource ldap_search(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])">Search LDAP tree under base_dn</s>
-<s f="ldap_set_option" u="bool ldap_set_option(resource link, int option, mixed newval)">Set the value of various session-wide parameters</s>
-<s f="ldap_set_rebind_proc" u="bool ldap_set_rebind_proc(resource link, string callback)">Set a callback function to do re-binds on referral chasing.</s>
-<s f="ldap_sort" u="bool ldap_sort(resource link, resource result, string sortfilter)">Sort LDAP result entries</s>
-<s f="ldap_start_tls" u="bool ldap_start_tls(resource link)">Start TLS</s>
-<s f="ldap_t61_to_8859" u="string ldap_t61_to_8859(string value)">Translate t61 characters to 8859 characters</s>
-<s f="ldap_unbind" u="bool ldap_unbind(resource link)">Unbind from LDAP directory</s>
-<s f="libxml_clear_errors" u="void libxml_clear_errors()">Clear last error from libxml</s>
-<s f="libxml_get_errors" u="object libxml_get_errors()">Retrieve array of errors</s>
-<s f="libxml_get_last_error" u="object libxml_get_last_error()">Retrieve last error from libxml</s>
-<s f="libxml_set_streams_context" u="void libxml_set_streams_context(resource streams_context)">Set the streams context for the next libxml document load or write</s>
-<s f="libxml_use_internal_errors" u="void libxml_use_internal_errors([boolean use_errors])">Disable libxml errors and allow user to fetch error information as needed</s>
-<s f="mb_check_encoding" u="bool mb_check_encoding([string var[, string encoding]])">Check if the string is valid for the specified encoding</s>
-<s f="mb_convert_case" u="string mb_convert_case(string sourcestring, int mode [, string encoding])">Returns a case-folded version of sourcestring</s>
-<s f="mb_convert_encoding" u="string mb_convert_encoding(string str, string to-encoding [, mixed from-encoding])">Returns converted string in desired encoding</s>
-<s f="mb_convert_kana" u="string mb_convert_kana(string str [, string option] [, string encoding])">Conversion between full-width character and half-width character (Japanese)</s>
-<s f="mb_convert_variables" u="string mb_convert_variables(string to-encoding, mixed from-encoding [, mixed ...])">Converts the string resource in variables to desired encoding</s>
-<s f="mb_decode_mimeheader" u="string mb_decode_mimeheader(string string)">Decodes the MIME &quot;encoded-word&quot; in the string</s>
-<s f="mb_decode_numericentity" u="string mb_decode_numericentity(string string, array convmap [, string encoding])">Converts HTML numeric entities to character code</s>
-<s f="mb_detect_encoding" u="string mb_detect_encoding(string str [, mixed encoding_list [, bool strict]])">Encodings of the given string is returned (as a string)</s>
-<s f="mb_encode_mimeheader" u="string mb_encode_mimeheader(string str [, string charset [, string transfer-encoding [, string linefeed [, int indent]]]])">Converts the string to MIME &quot;encoded-word&quot; in the format of =?charset?(B|Q)?encoded_string?=</s>
-<s f="mb_encode_numericentity" u="string mb_encode_numericentity(string string, array convmap [, string encoding])">Converts specified characters to HTML numeric entities</s>
-<s f="mb_get_info" u="mixed mb_get_info([string type])">Returns the current settings of mbstring</s>
-<s f="mb_http_input" u="mixed mb_http_input([string type])">Returns the input encoding</s>
-<s f="mb_http_output" u="string mb_http_output([string encoding])">Sets the current output_encoding or returns the current output_encoding as a string</s>
-<s f="mb_internal_encoding" u="string mb_internal_encoding([string encoding])">Sets the current internal encoding or Returns the current internal encoding as a string</s>
-<s f="mb_language" u="string mb_language([string language])">Sets the current language or Returns the current language as a string</s>
-<s f="mb_list_encodings" u="mixed mb_list_encodings([string alias_encoding])">Returns an array of all supported entity encodings or Returns the entity encoding as a string</s>
-<s f="mb_list_encodings_alias_names" u="array mb_list_encodings_alias_names([string encoding])">Returns an array of all supported alias encodings</s>
-<s f="mb_list_mime_names" u="mixed mb_list_mime_names([string encoding])">Returns an array or string of all supported mime names</s>
-<s f="mb_output_handler" u="string mb_output_handler(string contents, int status)">Returns string in output buffer converted to the http_output encoding</s>
-<s f="mb_parse_str" u="bool mb_parse_str(string encoded_string [, array result])">Parses GET/POST/COOKIE data and sets global variables</s>
-<s f="mb_preferred_mime_name" u="string mb_preferred_mime_name(string encoding)">Return the preferred MIME name (charset) as a string</s>
-<s f="mb_send_mail" u="int mb_send_mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])">*  Sends an email message with MIME scheme</s>
-<s f="mb_strcut" u="string mb_strcut(string str, int start [, int length [, string encoding]])">Returns part of a string</s>
-<s f="mb_strimwidth" u="string mb_strimwidth(string str, int start, int width [, string trimmarker [, string encoding]])">Trim the string in terminal width</s>
-<s f="mb_stripos" u="int mb_stripos(string haystack, string needle [, int offset [, string encoding]])">Finds position of first occurrence of a string within another, case insensitive</s>
-<s f="mb_stristr" u="string mb_stristr(string haystack, string needle[, bool part[, string encoding]])">Finds first occurrence of a string within another, case insensitive</s>
-<s f="mb_strlen" u="int mb_strlen(string str [, string encoding])">Get character numbers of a string</s>
-<s f="mb_strpos" u="int mb_strpos(string haystack, string needle [, int offset [, string encoding]])">Find position of first occurrence of a string within another</s>
-<s f="mb_strrchr" u="string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])">Finds the last occurrence of a character in a string within another</s>
-<s f="mb_strrichr" u="string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])">Finds the last occurrence of a character in a string within another, case insensitive</s>
-<s f="mb_strripos" u="int mb_strripos(string haystack, string needle [, int offset [, string encoding]])">Finds position of last occurrence of a string within another, case insensitive</s>
-<s f="mb_strrpos" u="int mb_strrpos(string haystack, string needle [, int offset [, string encoding]])">Find position of last occurrence of a string within another</s>
-<s f="mb_strstr" u="string mb_strstr(string haystack, string needle[, bool part[, string encoding]])">Finds first occurrence of a string within another</s>
-<s f="mb_strtolower" u="string mb_strtolower(string sourcestring [, string encoding])">*  Returns a lowercased version of sourcestring</s>
-<s f="mb_strtoupper" u="string mb_strtoupper(string sourcestring [, string encoding])">*  Returns a uppercased version of sourcestring</s>
-<s f="mb_strwidth" u="int mb_strwidth(string str [, string encoding])">Gets terminal width of a string</s>
-<s f="mb_substitute_character" u="mixed mb_substitute_character([mixed substchar])">Sets the current substitute_character or returns the current substitute_character</s>
-<s f="mb_substr" u="string mb_substr(string str, int start [, int length [, string encoding]])">Returns part of a string</s>
-<s f="mb_substr_count" u="int mb_substr_count(string haystack, string needle [, string encoding])">Count the number of substring occurrences</s>
-<s f="mb_ereg" u="int mb_ereg(string pattern, string string [, array registers])">Regular expression match for multibyte string</s>
-<s f="mb_ereg_match" u="bool mb_ereg_match(string pattern, string string [,string option])">Regular expression match for multibyte string</s>
-<s f="mb_ereg_replace" u="string mb_ereg_replace(string pattern, string replacement, string string [, string option])">Replace regular expression for multibyte string</s>
-<s f="mb_ereg_search" u="bool mb_ereg_search([string pattern[, string option]])">Regular expression search for multibyte string</s>
-<s f="mb_ereg_search_getpos" u="int mb_ereg_search_getpos(void)">Get search start position</s>
-<s f="mb_ereg_search_getregs" u="array mb_ereg_search_getregs(void)">Get matched substring of the last time</s>
-<s f="mb_ereg_search_init" u="bool mb_ereg_search_init(string string [, string pattern[, string option]])">Initialize string and regular expression for search.</s>
-<s f="mb_ereg_search_pos" u="array mb_ereg_search_pos([string pattern[, string option]])">Regular expression search for multibyte string</s>
-<s f="mb_ereg_search_regs" u="array mb_ereg_search_regs([string pattern[, string option]])">Regular expression search for multibyte string</s>
-<s f="mb_ereg_search_setpos" u="bool mb_ereg_search_setpos(int position)">Set search start position</s>
-<s f="mb_eregi" u="int mb_eregi(string pattern, string string [, array registers])">Case-insensitive regular expression match for multibyte string</s>
-<s f="mb_eregi_replace" u="string mb_eregi_replace(string pattern, string replacement, string string)">Case insensitive replace regular expression for multibyte string</s>
-<s f="mb_regex_encoding" u="string mb_regex_encoding([string encoding])">Returns the current encoding for regex as a string.</s>
-<s f="mb_regex_set_options" u="string mb_regex_set_options([string options])">Set or get the default options for mbregex functions</s>
-<s f="mb_split" u="array mb_split(string pattern, string string [, int limit])">split multibyte string into array by regular expression</s>
-<s f="mcrypt_cbc" u="string mcrypt_cbc(int cipher, string key, string data, int mode, string iv)">CBC crypt/decrypt data using key key with cipher cipher starting with iv</s>
-<s f="mcrypt_cfb" u="string mcrypt_cfb(int cipher, string key, string data, int mode, string iv)">CFB crypt/decrypt data using key key with cipher cipher starting with iv</s>
-<s f="mcrypt_create_iv" u="binary mcrypt_create_iv(int size, int source)">Create an initialization vector (IV)</s>
-<s f="mcrypt_decrypt" u="string mcrypt_decrypt(string cipher, string key, string data, string mode, string iv)">OFB crypt/decrypt data using key key with cipher cipher starting with iv</s>
-<s f="mcrypt_ecb" u="string mcrypt_ecb(int cipher, string key, string data, int mode, string iv)">ECB crypt/decrypt data using key key with cipher cipher starting with iv</s>
-<s f="mcrypt_enc_get_algorithms_name" u="string mcrypt_enc_get_algorithms_name(resource td)">Returns the name of the algorithm specified by the descriptor td</s>
-<s f="mcrypt_enc_get_block_size" u="int mcrypt_enc_get_block_size(resource td)">Returns the block size of the cipher specified by the descriptor td</s>
-<s f="mcrypt_enc_get_iv_size" u="int mcrypt_enc_get_iv_size(resource td)">Returns the size of the IV in bytes of the algorithm specified by the descriptor td</s>
-<s f="mcrypt_enc_get_key_size" u="int mcrypt_enc_get_key_size(resource td)">Returns the maximum supported key size in bytes of the algorithm specified by the descriptor td</s>
-<s f="mcrypt_enc_get_modes_name" u="string mcrypt_enc_get_modes_name(resource td)">Returns the name of the mode specified by the descriptor td</s>
-<s f="mcrypt_enc_get_supported_key_sizes" u="array mcrypt_enc_get_supported_key_sizes(resource td)">This function decrypts the crypttext</s>
-<s f="mcrypt_enc_is_block_algorithm" u="bool mcrypt_enc_is_block_algorithm(resource td)">Returns TRUE if the alrogithm is a block algorithms</s>
-<s f="mcrypt_enc_is_block_algorithm_mode" u="bool mcrypt_enc_is_block_algorithm_mode(resource td)">Returns TRUE if the mode is for use with block algorithms</s>
-<s f="mcrypt_enc_is_block_mode" u="bool mcrypt_enc_is_block_mode(resource td)">Returns TRUE if the mode outputs blocks</s>
-<s f="mcrypt_enc_self_test" u="int mcrypt_enc_self_test(resource td)">This function runs the self test on the algorithm specified by the descriptor td</s>
-<s f="mcrypt_encrypt" u="string mcrypt_encrypt(string cipher, string key, string data, string mode, string iv)">OFB crypt/decrypt data using key key with cipher cipher starting with iv</s>
-<s f="mcrypt_generic" u="binary mcrypt_generic(resource td, binary data)">This function encrypts the plaintext</s>
-<s f="mcrypt_generic_deinit" u="bool mcrypt_generic_deinit(resource td)">This function terminates encrypt specified by the descriptor td</s>
-<s f="mcrypt_generic_init" u="int mcrypt_generic_init(resource td, binary key, binary iv)">This function initializes all buffers for the specific module</s>
-<s f="mcrypt_get_block_size" u="int mcrypt_get_block_size(string cipher, string module)">Get the key size of cipher</s>
-<s f="mcrypt_get_cipher_name" u="string mcrypt_get_cipher_name(string cipher)">Get the name of cipher</s>
-<s f="mcrypt_get_iv_size" u="int mcrypt_get_iv_size(string cipher, string module)">Get the IV size of cipher (Usually the same as the blocksize)</s>
-<s f="mcrypt_get_key_size" u="int mcrypt_get_key_size(string cipher, string module)">Get the key size of cipher</s>
-<s f="mcrypt_list_algorithms" u="array mcrypt_list_algorithms([string lib_dir])">List all algorithms in &quot;module_dir&quot;</s>
-<s f="mcrypt_list_modes" u="array mcrypt_list_modes([string lib_dir])">List all modes &quot;module_dir&quot;</s>
-<s f="mcrypt_module_close" u="bool mcrypt_module_close(resource td)">Free the descriptor td</s>
-<s f="mcrypt_module_get_algo_block_size" u="int mcrypt_module_get_algo_block_size(string algorithm [, string lib_dir])">Returns the block size of the algorithm</s>
-<s f="mcrypt_module_get_algo_key_size" u="int mcrypt_module_get_algo_key_size(string algorithm [, string lib_dir])">Returns the maximum supported key size of the algorithm</s>
-<s f="mcrypt_module_get_supported_key_sizes" u="array mcrypt_module_get_supported_key_sizes(string algorithm [, string lib_dir])">This function decrypts the crypttext</s>
-<s f="mcrypt_module_is_block_algorithm" u="bool mcrypt_module_is_block_algorithm(string algorithm [, string lib_dir])">Returns TRUE if the algorithm is a block algorithm</s>
-<s f="mcrypt_module_is_block_algorithm_mode" u="bool mcrypt_module_is_block_algorithm_mode(string mode [, string lib_dir])">Returns TRUE if the mode is for use with block algorithms</s>
-<s f="mcrypt_module_is_block_mode" u="bool mcrypt_module_is_block_mode(string mode [, string lib_dir])">Returns TRUE if the mode outputs blocks of bytes</s>
-<s f="mcrypt_module_open" u="resource mcrypt_module_open(string cipher, string cipher_directory, string mode, string mode_directory)">Opens the module of the algorithm and the mode to be used</s>
-<s f="mcrypt_module_self_test" u="bool mcrypt_module_self_test(string algorithm [, string lib_dir])">Does a self test of the module &quot;module&quot;</s>
-<s f="mcrypt_ofb" u="string mcrypt_ofb(int cipher, string key, string data, int mode, string iv)">OFB crypt/decrypt data using key key with cipher cipher starting with iv</s>
-<s f="mdecrypt_generic" u="binary mdecrypt_generic(resource td, binary data)">This function decrypts the plaintext</s>
-<s f="mhash" u="binary mhash(int hash, binary data [, binary key])">Hash data with hash</s>
-<s f="mhash_count" u="int mhash_count(void)">Gets the number of available hashes</s>
-<s f="mhash_get_block_size" u="int mhash_get_block_size(int hash)">Gets the block size of hash</s>
-<s f="mhash_get_hash_name" u="string mhash_get_hash_name(int hash)">Gets the name of hash</s>
-<s f="mhash_get_keygen_name" u="string mhash_get_keygen_name(int keygen)">Get the name of the keygen algorithm</s>
-<s f="mhash_get_keygen_salt_size" u="bool mhash_get_keygen_salt_size(int keygen)">Get the required size of the salt for the keygen algorithm</s>
-<s f="mhash_keygen" u="binary mhash_keygen(int type, int hash1, int hash2, binary password[, binary salt[, int max_key_size = 128[, int bytes_count = 0]])">Generate a key</s>
-<s f="mhash_keygen_count" u="int mhash_keygen_count()">Get the number of available keygen algorithms</s>
-<s f="mhash_keygen_s2k" u="binary mhash_keygen_s2k(int hash, binary input_password, binary salt, int bytes)">Generates a key using hash functions</s>
-<s f="mhash_keygen_uses_count" u="bool mhash_keygen_uses_count(int keygen)">Whether the keygen algorithm uses the bytes_count parameter</s>
-<s f="mhash_keygen_uses_hash" u="bool mhash_keygen_uses_hash(int keygen)">Whether the keygen algorithm uses a hash algorithm</s>
-<s f="mhash_keygen_uses_salt" u="bool mhash_keygen_uses_salt(int keygen)">Whether the keygen algorithm requires a salt</s>
-<s f="mime_content_type" u="string mime_content_type(string filename|resource stream)">Return content-type for file</s>
-<s f="ming_keypress" u="int ming_keypress(string str)">Returns the action flag for keyPress(char)</s>
-<s f="ming_setscale" u="void ming_setscale(int scale)">Set scale (?)</s>
-<s f="ming_useconstants" u="void ming_useconstants(int use)">Use constant pool (?)</s>
-<s f="ming_useswfversion" u="void ming_useswfversion(int version)">Use SWF version (?)</s>
-<s f="swfaction::__construct" u="void swfaction::__construct(string)">Creates a new SWFAction object, compiling the given script</s>
-<s f="swfbitmap::__construct" u="void swfbitmap::__construct(mixed file [, mixed maskfile])">Creates a new SWFBitmap object from jpg (with optional mask) or dbl file</s>
-<s f="swfbitmap::getHeight" u="float swfbitmap::getHeight()">Returns the height of this bitmap</s>
-<s f="swfbitmap::getWidth" u="float swfbitmap::getWidth()">Returns the width of this bitmap</s>
-<s f="swfbutton::__construct" u="void swfbutton::__construct()">Creates a new SWFButton object</s>
-<s f="swfbutton::addASound" u="SWFSoundInstance swfbutton::addASound(SWFSound sound, int flags)">associates a sound with a button transition  NOTE: the transitions are all wrong _UP, _OVER, _DOWN _HIT</s>
-<s f="swfbutton::addAction" u="void swfbutton::addAction(object SWFAction, int flags)">Sets the action to perform when conditions described in flags is met</s>
-<s f="swfbutton::addShape" u="void swfbutton::addShape(object SWFCharacter, int flags)">Sets the character to display for the condition described in flags</s>
-<s f="swfbutton::setAction" u="void swfbutton::setAction(object SWFAction)">Sets the action to perform when button is pressed</s>
-<s f="swfbutton::setDown" u="void swfbutton::setDown(object SWFCharacter)">Sets the character for this button's down state</s>
-<s f="swfbutton::setHit" u="void swfbutton::setHit(object SWFCharacter)">Sets the character for this button's hit test state</s>
-<s f="swfbutton::setMenu" u="void swfbutton::setMenu(int flag)">enable track as menu button behaviour</s>
-<s f="swfbutton::setOver" u="void swfbutton::setOver(object SWFCharacter)">Sets the character for this button's over state</s>
-<s f="swfbutton::setUp" u="void swfbutton::setUp(object SWFCharacter)">Sets the character for this button's up state</s>
-<s f="swfdisplayitem::addAction" u="void swfdisplayitem::addAction(object SWFAction, int flags)">Adds this SWFAction to the given SWFSprite instance</s>
-<s f="swfdisplayitem::addColor" u="void swfdisplayitem::addColor(int r, int g, int b [, int a])">Sets the add color part of this SWFDisplayItem's CXform to (r, g, b [, a]), a defaults to 0</s>
-<s f="swfdisplayitem::endMask" u="void swfdisplayitem::endMask()">another way of defining a MASK layer</s>
-<s f="swfdisplayitem::move" u="void swfdisplayitem::move(float dx, float dy)">Displaces this SWFDisplayItem by (dx, dy) in movie coordinates</s>
-<s f="swfdisplayitem::moveTo" u="void swfdisplayitem::moveTo(int x, int y)">Moves this SWFDisplayItem to movie coordinates (x, y)</s>
-<s f="swfdisplayitem::multColor" u="void swfdisplayitem::multColor(float r, float g, float b [, float a])">Sets the multiply color part of this SWFDisplayItem's CXform to (r, g, b [, a]), a defaults to 1.0</s>
-<s f="swfdisplayitem::rotate" u="void swfdisplayitem::rotate(float degrees)">Rotates this SWFDisplayItem the given (clockwise) degrees from its current orientation</s>
-<s f="swfdisplayitem::rotateTo" u="void swfdisplayitem::rotateTo(float degrees)">Rotates this SWFDisplayItem the given (clockwise) degrees from its original orientation</s>
-<s f="swfdisplayitem::scale" u="void swfdisplayitem::scale(float xScale, float yScale)">Multiplies this SWFDisplayItem's current x scale by xScale, its y scale by yScale</s>
-<s f="swfdisplayitem::scaleTo" u="void swfdisplayitem::scaleTo(float xScale [, float yScale])">Scales this SWFDisplayItem by xScale in the x direction, yScale in the y, or both to xScale if only one arg</s>
-<s f="swfdisplayitem::setDepth" u="void swfdisplayitem::setDepth(int depth)">Sets this SWFDisplayItem's z-depth to depth.  Items with higher depth values are drawn on top of those with lower values</s>
-<s f="swfdisplayitem::setMaskLevel" u="void swfdisplayitem::setMaskLevel(int level)">defines a MASK layer at level</s>
-<s f="swfdisplayitem::setMatrix" u="void swfdisplayitem::setMatrix(float a, float b, float c, float d, float x, float y)">Sets the item's transform matrix</s>
-<s f="swfdisplayitem::setName" u="void swfdisplayitem::setName(string name)">Sets this SWFDisplayItem's name to name</s>
-<s f="swfdisplayitem::setRatio" u="void swfdisplayitem::setRatio(float ratio)">Sets this SWFDisplayItem's ratio to ratio.  Obviously only does anything if displayitem was created from an SWFMorph</s>
-<s f="swfdisplayitem::skewX" u="void swfdisplayitem::skewX(float xSkew)">Adds xSkew to this SWFDisplayItem's x skew value</s>
-<s f="swfdisplayitem::skewXTo" u="void swfdisplayitem::skewXTo(float xSkew)">Sets this SWFDisplayItem's x skew value to xSkew</s>
-<s f="swfdisplayitem::skewY" u="void swfdisplayitem::skewY(float ySkew)">Adds ySkew to this SWFDisplayItem's y skew value</s>
-<s f="swfdisplayitem::skewYTo" u="void swfdisplayitem::skewYTo(float ySkew)">Sets this SWFDisplayItem's y skew value to ySkew</s>
-<s f="swffill::__construct" u="void swffill::__construct()">Creates a new SWFFill object</s>
-<s f="swffill::moveTo" u="void swffill::moveTo(float x, float y)">Moves this SWFFill to shape coordinates (x,y)</s>
-<s f="swffill::rotateTo" u="void swffill::rotateTo(float degrees)">Rotates this SWFFill the given (clockwise) degrees from its original orientation</s>
-<s f="swffill::scaleTo" u="void swffill::scaleTo(float xScale [, float yScale])">Scales this SWFFill by xScale in the x direction, yScale in the y, or both to xScale if only one arg</s>
-<s f="swffill::skewXTo" u="void swffill::skewXTo(float xSkew)">Sets this SWFFill's x skew value to xSkew</s>
-<s f="swffill::skewYTo" u="void swffill::skewYTo(float ySkew)">Sets this SWFFill's y skew value to ySkew</s>
-<s f="swffont::__construct" u="void swffont::__construct(string filename)">Creates a new SWFFont object from given file</s>
-<s f="swffont::addChars" u="void swffont::addChars(string)">adds characters to a font required within textfields</s>
-<s f="swffont::getAscent" u="float swffont::getAscent()">Returns the ascent of the font, or 0 if not available</s>
-<s f="swffont::getDescent" u="float swffont::getDescent()">Returns the descent of the font, or 0 if not available</s>
-<s f="swffont::getLeading" u="float swffont::getLeading()">Returns the leading of the font, or 0 if not available</s>
-<s f="swffont::getShape" u="string swffont::getShape(code)">Returns the glyph shape of a char as a text string</s>
-<s f="swffont::getUTF8Width" u="int swffont::getUTF8Width(string)">Calculates the width of the given string in this font at full height</s>
-<s f="swffont::getWideWidth" u="int swffont::getWideWidth(string)">Calculates the width of the given string in this font at full height</s>
-<s f="swffont::getWidth" u="float swffont::getWidth(string str)">Calculates the width of the given string in this font at full height</s>
-<s f="swffontcha::raddChars" u="void swffontcha::raddChars(string)">adds characters to a font for exporting font</s>
-<s f="swffontchar::addChars" u="void swffontchar::addChars(string)">adds characters to a font for exporting font</s>
-<s f="swfgradient::__construct" u="void swfgradient::__construct()">Creates a new SWFGradient object</s>
-<s f="swfgradient::addEntry" u="void swfgradient::addEntry(float ratio, int r, int g, int b [, int a])">Adds given entry to the gradient</s>
-<s f="swfmorph::__construct" u="void swfmorph::__construct()">Creates a new SWFMorph object</s>
-<s f="swfmorph::getShape1" u="object swfmorph::getShape1()">Return's this SWFMorph's start shape object</s>
-<s f="swfmorph::getShape2" u="object swfmorph::getShape2()">Return's this SWFMorph's start shape object</s>
-<s f="swfmovie::__construct" u="void swfmovie::__construct(int version)">Creates swfmovie object according to the passed version</s>
-<s f="swfmovie::add" u="object swfmovie::add(object SWFBlock)"></s>
-<s f="swfmovie::labelframe" u="void swfmovie::labelframe(string label)">Labels frame</s>
-<s f="swfmovie::namedanchor" u="void swfmovie::namedanchor(string name)"></s>
-<s f="swfmovie::nextframe" u="void swfmovie::nextframe()"></s>
-<s f="swfmovie::output" u="int swfmovie::output([int compression])"></s>
-<s f="swfmovie::protect" u="void swfmovie::protect([ string pasword])"></s>
-<s f="swfmovie::remove" u="void swfmovie::remove(object SWFBlock)"></s>
-<s f="swfmovie::save" u="int swfmovie::save(mixed where [, int compression])">Saves the movie. 'where' can be stream and the movie will be saved there otherwise it is treated as string and written in file with that name</s>
-<s f="swfmovie::saveToFile" u="int swfmovie::saveToFile(stream x [, int compression])"></s>
-<s f="swfmovie::setBackground" u="void swfmovie::setBackground(int r, int g, int b)">Sets background color (r,g,b)</s>
-<s f="swfmovie::setDimension" u="void swfmovie::setDimension(float x, float y)">Sets movie dimension</s>
-<s f="swfmovie::setFrames" u="void swfmovie::setFrames(int frames)">Sets number of frames</s>
-<s f="swfmovie::setRate" u="void swfmovie::setRate(float rate)">Sets movie rate</s>
-<s f="swfmovie::streamMP3" u="int swfmovie::streamMP3(mixed file [, float skip])">Sets sound stream of the SWF movie. The parameter can be stream or string. Retuens the number of frames.</s>
-<s f="swfprebuiltclip_init" u="void swfprebuiltclip_init([file])">Returns a SWFPrebuiltClip object</s>
-<s f="swfshape::__construct" u="void swfshape::__construct()">Creates a new SWFShape object</s>
-<s f="swfshape::addfill" u="object swfshape::addfill(mixed arg1, int arg2, [int b [, int a]])">Returns a fill object, for use with swfshape_setleftfill and swfshape_setrightfill. If 1 or 2 parameter(s) is (are) passed first should be object (from gradient class) and the second int (flags). Gradient fill is performed. If 3 or 4 parameters are passed : r, g, b [, a]. Solid fill is performed.</s>
-<s f="swfshape::drawarc" u="void swfshape::drawarc(float r, float startAngle, float endAngle)">Draws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured clockwise from 12 o'clock</s>
-<s f="swfshape::drawcircle" u="void swfshape::drawcircle(float r)">Draws a circle of radius r centered at the current location, in a counter-clockwise fashion</s>
-<s f="swfshape::drawcubic" u="void swfshape::drawcubic(float bx, float by, float cx, float cy, float dx, float dy)">Draws a cubic bezier curve using the current position and the three given points as control points</s>
-<s f="swfshape::drawcubic" u="void swfshape::drawcubic(float bx, float by, float cx, float cy, float dx, float dy)">Draws a cubic bezier curve using the current position and the three given points as control points</s>
-<s f="swfshape::drawcurve" u="void swfshape::drawcurve(float adx, float ady, float bdx, float bdy [, float cdx, float cdy])">Draws a curve from the current pen position (x, y) to the point (x+bdx, y+bdy) in the current line style, using point (x+adx, y+ady) as a control point or draws a cubic bezier to point (x+cdx, x+cdy) with control points (x+adx, y+ady) and (x+bdx, y+bdy)</s>
-<s f="swfshape::drawcurveto" u="void swfshape::drawcurveto(float ax, float ay, float bx, float by [, float dx, float dy])">Draws a curve from the current pen position (x,y) to the point (bx, by) in the current line style, using point (ax, ay) as a control point. Or draws a cubic bezier to point (dx, dy) with control points (ax, ay) and (bx, by)</s>
-<s f="swfshape::drawglyph" u="void swfshape::drawglyph(SWFFont font, string character [, int size])">Draws the first character in the given string into the shape using the glyph definition from the given font</s>
-<s f="swfshape::drawline" u="void swfshape::drawline(float dx, float dy)">Draws a line from the current pen position (x, y) to the point (x+dx, y+dy) in the current line style</s>
-<s f="swfshape::drawlineto" u="void swfshape::drawlineto(float x, float y)">Draws a line from the current pen position to shape coordinates (x, y) in the current line style</s>
-<s f="swfshape::movepen" u="void swfshape::movepen(float x, float y)">Moves the pen from its current location by vector (x, y)</s>
-<s f="swfshape::movepento" u="void swfshape::movepento(float x, float y)">Moves the pen to shape coordinates (x, y)</s>
-<s f="swfshape::setleftfill" u="void swfshape::setleftfill(int arg1 [, int g ,int b [,int a]])">Sets the left side fill style to fill in case only one parameter is passed. When 3 or 4 parameters are passed they are treated as : int r, int g, int b, int a . Solid fill is performed in this case before setting left side fill type.</s>
-<s f="swfshape::setleftfill" u="void swfshape::setleftfill(int arg1 [, int g ,int b [,int a]])">Sets the right side fill style to fill in case only one parameter is passed. When 3 or 4 parameters are passed they are treated as : int r, int g, int b, int a . Solid fill is performed in this case before setting right side fill type.</s>
-<s f="swfshape::setline" u="void swfshape::setline(int width, int r, int g, int b [, int a])">Sets the current line style for this SWFShape</s>
-<s f="swfsound::__construct" u="void swfsound::__construct(string filename, int flags)">Creates a new SWFSound object from given file</s>
-<s f="swfsprite::__construct" u="void swfsprite::__construct()">Creates a new SWFSprite object</s>
-<s f="swfsprite::add" u="object swfsprite::add(object SWFCharacter)">Adds the character to the sprite, returns a displayitem object</s>
-<s f="swfsprite::labelFrame" u="void swfsprite::labelFrame(string label)">Labels frame</s>
-<s f="swfsprite::nextFrame" u="void swfsprite::nextFrame()">Moves the sprite to the next frame</s>
-<s f="swfsprite::remove" u="void swfsprite::remove(object SWFDisplayItem)">Remove the named character from the sprite's display list</s>
-<s f="swfsprite::setFrames" u="void swfsprite::setFrames(int frames)">Sets the number of frames in this SWFSprite</s>
-<s f="swftext::__construct" u="void swftext::__construct()">Creates new SWFText object</s>
-<s f="swftext::addString" u="void swftext::addString(string text)">Writes the given text into this SWFText object at the current pen position, using the current font, height, spacing, and color</s>
-<s f="swftext::addUTF8String" u="void swftext::addUTF8String(string text)">Writes the given text into this SWFText object at the current pen position,    using the current font, height, spacing, and color</s>
-<s f="swftext::addWideString" u="void swftext::addWideString(string text)">Writes the given text into this SWFText object at the current pen position,    using the current font, height, spacing, and color</s>
-<s f="swftext::getAscent" u="float swftext::getAscent()">Returns the ascent of the current font at its current size, or 0 if not available</s>
-<s f="swftext::getDescent" u="float swftext::getDescent()">Returns the descent of the current font at its current size, or 0 if not available</s>
-<s f="swftext::getLeading" u="float swftext::getLeading()">Returns the leading of the current font at its current size, or 0 if not available</s>
-<s f="swftext::getUTF8Width" u="double swftext::getUTF8Width(string)">calculates the width of the given string in this text objects current font and size</s>
-<s f="swftext::getWideWidth" u="double swftext::getWideWidth(string)">calculates the width of the given string in this text objects current font and size</s>
-<s f="swftext::getWidth" u="float swftext::getWidth(string str)">Calculates the width of the given string in this text objects current font and size</s>
-<s f="swftext::moveTo" u="void swftext::moveTo(float x, float y)">Moves this SWFText object's current pen position to (x, y) in text coordinates</s>
-<s f="swftext::setColor" u="void swftext::setColor(int r, int g, int b [, int a])">Sets this SWFText object's current color to the given color</s>
-<s f="swftext::setFont" u="void swftext::setFont(object font)">Sets this SWFText object's current font to given font</s>
-<s f="swftext::setHeight" u="void swftext::setHeight(float height)">Sets this SWFText object's current height to given height</s>
-<s f="swftext::setSpacing" u="void swftext::setSpacing(float spacing)">Sets this SWFText object's current letterspacing to given spacing</s>
-<s f="swftextfield::__construct" u="void swftextfield::__construct([int flags])">Creates a new SWFTextField object</s>
-<s f="swftextfield::addChars" u="void swftextfield::addChars(string)">adds characters to a font that will be available within a textfield</s>
-<s f="swftextfield::addString" u="void swftextfield::addString(string str)">Adds the given string to this textfield</s>
-<s f="swftextfield::align" u="void swftextfield::align(int alignment)">Sets the alignment of this textfield</s>
-<s f="swftextfield::setBounds" u="void swftextfield::setBounds(float width, float height)">Sets the width and height of this textfield</s>
-<s f="swftextfield::setColor" u="void swftextfield::setColor(int r, int g, int b [, int a])">Sets the color of this textfield</s>
-<s f="swftextfield::setFont" u="void swftextfield::setFont(object font)">Sets the font for this textfield</s>
-<s f="swftextfield::setHeight" u="void swftextfield::setHeight(float height)">Sets the font height of this textfield</s>
-<s f="swftextfield::setIndentation" u="void swftextfield::setIndentation(float indentation)">Sets the indentation of the first line of this textfield</s>
-<s f="swftextfield::setLeftMargin" u="void swftextfield::setLeftMargin(float margin)">Sets the left margin of this textfield</s>
-<s f="swftextfield::setLineSpacing" u="void swftextfield::setLineSpacing(float space)">Sets the line spacing of this textfield</s>
-<s f="swftextfield::setMargins" u="void swftextfield::setMargins(float left, float right)">Sets both margins of this textfield</s>
-<s f="swftextfield::setName" u="void swftextfield::setName(string var_name)">Sets the variable name of this textfield</s>
-<s f="swftextfield::setPadding" u="void swftextfield::setPadding(float padding)">Sets the padding of this textfield</s>
-<s f="swftextfield::setRightMargin" u="void swftextfield::setRightMargin(float margin)">Sets the right margin of this textfield</s>
-<s f="swfvideostream_init" u="void swfvideostream_init([file])">Returns a SWVideoStream object</s>
-<s f="msql_affected_rows" u="int msql_affected_rows(resource query)">Return number of affected rows</s>
-<s f="msql_close" u="bool msql_close([resource link_identifier])">Close an mSQL connection</s>
-<s f="msql_connect" u="int msql_connect([string hostname[:port]] [, string username] [, string password])">Open a connection to an mSQL Server</s>
-<s f="msql_create_db" u="bool msql_create_db(string database_name [, resource link_identifier])">Create an mSQL database</s>
-<s f="msql_data_seek" u="bool msql_data_seek(resource query, int row_number)">Move internal result pointer</s>
-<s f="msql_db_query" u="resource msql_db_query(string database_name, string query [, resource link_identifier])">Send an SQL query to mSQL</s>
-<s f="msql_drop_db" u="bool msql_drop_db(string database_name [, resource link_identifier])">Drop (delete) an mSQL database</s>
-<s f="msql_error" u="string msql_error(void)">Returns the text of the error message from previous mSQL operation</s>
-<s f="msql_fetch_array" u="array msql_fetch_array(resource query [, int result_type])">Fetch a result row as an associative array</s>
-<s f="msql_fetch_field" u="object msql_fetch_field(resource query [, int field_offset])">Get column information from a result and return as an object</s>
-<s f="msql_fetch_object" u="object msql_fetch_object(resource query [, resource result_type])">Fetch a result row as an object</s>
-<s f="msql_fetch_row" u="array msql_fetch_row(resource query)">Get a result row as an enumerated array</s>
-<s f="msql_field_flags" u="string msql_field_flags(resource query, int field_offset)">Get the flags associated with the specified field in a result</s>
-<s f="msql_field_len" u="int msql_field_len(int query, int field_offet)">Returns the length of the specified field</s>
-<s f="msql_field_name" u="string msql_field_name(resource query, int field_index)">Get the name of the specified field in a result</s>
-<s f="msql_field_seek" u="bool msql_field_seek(resource query, int field_offset)">Set result pointer to a specific field offset</s>
-<s f="msql_field_table" u="string msql_field_table(resource query, int field_offset)">Get name of the table the specified field is in</s>
-<s f="msql_field_type" u="string msql_field_type(resource query, int field_offset)">Get the type of the specified field in a result</s>
-<s f="msql_free_result" u="bool msql_free_result(resource query)">Free result memory</s>
-<s f="msql_list_dbs" u="resource msql_list_dbs([resource link_identifier])">List databases available on an mSQL server</s>
-<s f="msql_list_fields" u="resource msql_list_fields(string database_name, string table_name [, resource link_identifier])">List mSQL result fields</s>
-<s f="msql_list_tables" u="resource msql_list_tables(string database_name [, resource link_identifier])">List tables in an mSQL database</s>
-<s f="msql_num_fields" u="int msql_num_fields(resource query)">Get number of fields in a result</s>
-<s f="msql_num_rows" u="int msql_num_rows(resource query)">Get number of rows in a result</s>
-<s f="msql_pconnect" u="int msql_pconnect([string hostname[:port]] [, string username] [, string password])">Open a persistent connection to an mSQL Server</s>
-<s f="msql_query" u="resource msql_query(string query [, resource link_identifier])">Send an SQL query to mSQL</s>
-<s f="msql_result" u="string msql_result(int query, int row [, mixed field])">Get result data</s>
-<s f="msql_select_db" u="bool msql_select_db(string database_name [, resource link_identifier])">Select an mSQL database</s>
-<s f="mssql_bind" u="bool mssql_bind(resource stmt, string param_name, mixed var, int type [, int is_output [, int is_null [, int maxlen]]])">Adds a parameter to a stored procedure or a remote stored procedure</s>
-<s f="mssql_close" u="bool mssql_close([resource conn_id])">Closes a connection to a MS-SQL server</s>
-<s f="mssql_connect" u="int mssql_connect([string servername [, string username [, string password [, bool new_link]]]])">Establishes a connection to a MS-SQL server</s>
-<s f="mssql_data_seek" u="bool mssql_data_seek(resource result_id, int offset)">Moves the internal row pointer of the MS-SQL result associated with the specified result identifier to pointer to the specified row number</s>
-<s f="mssql_execute" u="mixed mssql_execute(resource stmt [, bool skip_results = false])">Executes a stored procedure on a MS-SQL server database</s>
-<s f="mssql_fetch_array" u="array mssql_fetch_array(resource result_id [, int result_type])">Returns an associative array of the current row in the result set specified by result_id</s>
-<s f="mssql_fetch_assoc" u="array mssql_fetch_assoc(resource result_id)">Returns an associative array of the current row in the result set specified by result_id</s>
-<s f="mssql_fetch_batch" u="int mssql_fetch_batch(resource result_index)">Returns the next batch of records</s>
-<s f="mssql_fetch_field" u="object mssql_fetch_field(resource result_id [, int offset])">Gets information about certain fields in a query result</s>
-<s f="mssql_fetch_object" u="object mssql_fetch_object(resource result_id [, int result_type])">Returns a psuedo-object of the current row in the result set specified by result_id</s>
-<s f="mssql_fetch_row" u="array mssql_fetch_row(resource result_id)">Returns an array of the current row in the result set specified by result_id</s>
-<s f="mssql_field_length" u="int mssql_field_length(resource result_id [, int offset])">Get the length of a MS-SQL field</s>
-<s f="mssql_field_name" u="string mssql_field_name(resource result_id [, int offset])">Returns the name of the field given by offset in the result set given by result_id</s>
-<s f="mssql_field_seek" u="bool mssql_field_seek(int result_id, int offset)">Seeks to the specified field offset</s>
-<s f="mssql_field_type" u="string mssql_field_type(resource result_id [, int offset])">Returns the type of a field</s>
-<s f="mssql_free_result" u="bool mssql_free_result(resource result_index)">Free a MS-SQL result index</s>
-<s f="mssql_free_statement" u="bool mssql_free_statement(resource result_index)">Free a MS-SQL statement index</s>
-<s f="mssql_get_last_message" u="string mssql_get_last_message(void)">Gets the last message from the MS-SQL server</s>
-<s f="mssql_guid_string" u="string mssql_guid_string(string binary [,int short_format])">Converts a 16 byte binary GUID to a string</s>
-<s f="mssql_init" u="int mssql_init(string sp_name [, resource conn_id])">Initializes a stored procedure or a remote stored procedure</s>
-<s f="mssql_min_error_severity" u="void mssql_min_error_severity(int severity)">Sets the lower error severity</s>
-<s f="mssql_min_message_severity" u="void mssql_min_message_severity(int severity)">Sets the lower message severity</s>
-<s f="mssql_next_result" u="bool mssql_next_result(resource result_id)">Move the internal result pointer to the next result</s>
-<s f="mssql_num_fields" u="int mssql_num_fields(resource mssql_result_index)">Returns the number of fields fetched in from the result id specified</s>
-<s f="mssql_num_rows" u="int mssql_num_rows(resource mssql_result_index)">Returns the number of rows fetched in from the result id specified</s>
-<s f="mssql_pconnect" u="int mssql_pconnect([string servername [, string username [, string password [, bool new_link]]]])">Establishes a persistent connection to a MS-SQL server</s>
-<s f="mssql_query" u="resource mssql_query(string query [, resource conn_id [, int batch_size]])">Perform an SQL query on a MS-SQL server database</s>
-<s f="mssql_result" u="string mssql_result(resource result_id, int row, mixed field)">Returns the contents of one cell from a MS-SQL result set</s>
-<s f="mssql_rows_affected" u="int mssql_rows_affected(resource conn_id)">Returns the number of records affected by the query</s>
-<s f="mssql_select_db" u="bool mssql_select_db(string database_name [, resource conn_id])">Select a MS-SQL database</s>
-<s f="mysql_affected_rows" u="int mysql_affected_rows([int link_identifier])">Gets number of affected rows in previous MySQL operation</s>
-<s f="mysql_client_encoding" u="string mysql_client_encoding([int link_identifier])">Returns the default character set for the current connection</s>
-<s f="mysql_close" u="bool mysql_close([int link_identifier])">Close a MySQL connection</s>
-<s f="mysql_connect" u="resource mysql_connect([string hostname[:port][:/path/to/socket] [, string username [, string password [, bool new [, int flags]]]]])">Opens a connection to a MySQL Server</s>
-<s f="mysql_create_db" u="bool mysql_create_db(string database_name [, int link_identifier])">Create a MySQL database</s>
-<s f="mysql_data_seek" u="bool mysql_data_seek(resource result, int row_number)">Move internal result pointer</s>
-<s f="mysql_db_query" u="resource mysql_db_query(string database_name, string query [, int link_identifier])">Sends an SQL query to MySQL</s>
-<s f="mysql_drop_db" u="bool mysql_drop_db(string database_name [, int link_identifier])">Drops (delete) a MySQL database</s>
-<s f="mysql_errno" u="int mysql_errno([int link_identifier])">Returns the number of the error message from previous MySQL operation</s>
-<s f="mysql_error" u="string mysql_error([int link_identifier])">Returns the text of the error message from previous MySQL operation</s>
-<s f="mysql_escape_string" u="string mysql_escape_string(string to_be_escaped)">Escape string for mysql query</s>
-<s f="mysql_fetch_array" u="array mysql_fetch_array(resource result [, int result_type])">Fetch a result row as an array (associative, numeric or both)</s>
-<s f="mysql_fetch_assoc" u="array mysql_fetch_assoc(resource result)">Fetch a result row as an associative array</s>
-<s f="mysql_fetch_field" u="object mysql_fetch_field(resource result [, int field_offset])">Gets column information from a result and return as an object</s>
-<s f="mysql_fetch_lengths" u="array mysql_fetch_lengths(resource result)">Gets max data size of each column in a result</s>
-<s f="mysql_fetch_object" u="object mysql_fetch_object(resource result [, string class_name [, NULL|array ctor_params]])">Fetch a result row as an object</s>
-<s f="mysql_fetch_row" u="array mysql_fetch_row(resource result)">Gets a result row as an enumerated array</s>
-<s f="mysql_field_flags" u="string mysql_field_flags(resource result, int field_offset)">Gets the flags associated with the specified field in a result</s>
-<s f="mysql_field_len" u="int mysql_field_len(resource result, int field_offset)">Returns the length of the specified field</s>
-<s f="mysql_field_name" u="string mysql_field_name(resource result, int field_index)">Gets the name of the specified field in a result</s>
-<s f="mysql_field_seek" u="bool mysql_field_seek(resource result, int field_offset)">Sets result pointer to a specific field offset</s>
-<s f="mysql_field_table" u="string mysql_field_table(resource result, int field_offset)">Gets name of the table the specified field is in</s>
-<s f="mysql_field_type" u="string mysql_field_type(resource result, int field_offset)">Gets the type of the specified field in a result</s>
-<s f="mysql_free_result" u="bool mysql_free_result(resource result)">Free result memory</s>
-<s f="mysql_get_client_info" u="string mysql_get_client_info(void)">Returns a string that represents the client library version</s>
-<s f="mysql_get_host_info" u="string mysql_get_host_info([int link_identifier])">Returns a string describing the type of connection in use, including the server host name</s>
-<s f="mysql_get_proto_info" u="int mysql_get_proto_info([int link_identifier])">Returns the protocol version used by current connection</s>
-<s f="mysql_get_server_info" u="string mysql_get_server_info([int link_identifier])">Returns a string that represents the server version number</s>
-<s f="mysql_info" u="string mysql_info([int link_identifier])">Returns a string containing information about the most recent query</s>
-<s f="mysql_insert_id" u="int mysql_insert_id([int link_identifier])">Gets the ID generated from the previous INSERT operation</s>
-<s f="mysql_list_dbs" u="resource mysql_list_dbs([int link_identifier])">List databases available on a MySQL server</s>
-<s f="mysql_list_fields" u="resource mysql_list_fields(string database_name, string table_name [, int link_identifier])">List MySQL result fields</s>
-<s f="mysql_list_processes" u="resource mysql_list_processes([int link_identifier])">Returns a result set describing the current server threads</s>
-<s f="mysql_list_tables" u="resource mysql_list_tables(string database_name [, int link_identifier])">List tables in a MySQL database</s>
-<s f="mysql_num_fields" u="int mysql_num_fields(resource result)">Gets number of fields in a result</s>
-<s f="mysql_num_rows" u="int mysql_num_rows(resource result)">Gets number of rows in a result</s>
-<s f="mysql_pconnect" u="resource mysql_pconnect([string hostname[:port][:/path/to/socket] [, string username [, string password [, int flags]]]])">Opens a persistent connection to a MySQL Server</s>
-<s f="mysql_ping" u="bool mysql_ping([int link_identifier])">Ping a server connection. If no connection then reconnect.</s>
-<s f="mysql_query" u="resource mysql_query(string query [, int link_identifier])">Sends an SQL query to MySQL</s>
-<s f="mysql_real_escape_string" u="string mysql_real_escape_string(string to_be_escaped [, int link_identifier])">Escape special characters in a string for use in a SQL statement, taking into account the current charset of the connection</s>
-<s f="mysql_result" u="mixed mysql_result(resource result, int row [, mixed field])">Gets result data</s>
-<s f="mysql_select_db" u="bool mysql_select_db(string database_name [, int link_identifier])">Selects a MySQL database</s>
-<s f="mysql_set_charset" u="bool mysql_set_charset(string csname [, int link_identifier])">sets client character set</s>
-<s f="mysql_stat" u="string mysql_stat([int link_identifier])">Returns a string containing status information</s>
-<s f="mysql_thread_id" u="int mysql_thread_id([int link_identifier])">Returns the thread id of current connection</s>
-<s f="mysql_unbuffered_query" u="resource mysql_unbuffered_query(string query [, int link_identifier])">Sends an SQL query to MySQL, without fetching and buffering the result rows</s>
-<s f="mysqli_affected_rows" u="mixed mysqli_affected_rows(object link)">Get number of affected rows in previous MySQL operation</s>
-<s f="mysqli_autocommit" u="bool mysqli_autocommit(object link, bool mode)">Turn auto commit on or of</s>
-<s f="mysqli_change_user" u="bool mysqli_change_user(object link, string user, string password, string database)">Change logged-in user of the active connection</s>
-<s f="mysqli_character_set_name" u="string mysqli_character_set_name(object link)">Returns the name of the character set used for this connection</s>
-<s f="mysqli_close" u="bool mysqli_close(object link)">Close connection</s>
-<s f="mysqli_commit" u="bool mysqli_commit(object link)">Commit outstanding actions and close transaction</s>
-<s f="mysqli_data_seek" u="bool mysqli_data_seek(object result, int offset)">Move internal result pointer</s>
-<s f="mysqli_debug" u="void mysqli_debug(string debug)"></s>
-<s f="mysqli_dump_debug_info" u="bool mysqli_dump_debug_info(object link)"></s>
-<s f="mysqli_errno" u="int mysqli_errno(object link)">Returns the numerical value of the error message from previous MySQL operation</s>
-<s f="mysqli_error" u="string mysqli_error(object link)">Returns the text of the error message from previous MySQL operation</s>
-<s f="mysqli_field_count" u="int mysqli_field_count(object link)">Fetch the number of fields returned by the last query for the given link</s>
-<s f="mysqli_field_seek" u="int mysqli_field_seek(object result, int fieldnr)">Set result pointer to a specified field offset</s>
-<s f="mysqli_field_tell" u="int mysqli_field_tell(object result)">Get current field offset of result pointer</s>
-<s f="mysqli_free_result" u="void mysqli_free_result(object result)">Free query result memory for the given result handle</s>
-<s f="mysqli_get_client_info" u="string mysqli_get_client_info(void)">Get MySQL client info</s>
-<s f="mysqli_get_client_version" u="int mysqli_get_client_version(void)">Get MySQL client info</s>
-<s f="mysqli_get_proto_info" u="int mysqli_get_proto_info(object link)">Get MySQL protocol information</s>
-<s f="mysqli_get_server_info" u="string mysqli_get_server_info(object link)">Get MySQL server info</s>
-<s f="mysqli_get_server_version" u="int mysqli_get_server_version(object link)">Return the MySQL version for the server referenced by the given link</s>
-<s f="mysqli_info" u="string mysqli_info(object link)">Get information about the most recent query</s>
-<s f="mysqli_init" u="resource mysqli_init(void)">Initialize mysqli and return a resource for use with mysql_real_connect</s>
-<s f="mysqli_insert_id" u="mixed mysqli_insert_id(object link)">Get the ID generated from the previous INSERT operation</s>
-<s f="mysqli_kill" u="bool mysqli_kill(object link, int processid)">Kill a mysql process on the server</s>
-<s f="mysqli_more_results" u="bool mysqli_more_results(object link)">check if there any more query results from a multi query</s>
-<s f="mysqli_next_result" u="bool mysqli_next_result(object link)">read next result from multi_query</s>
-<s f="mysqli_num_fields" u="int mysqli_num_fields(object result)">Get number of fields in result</s>
-<s f="mysqli_num_rows" u="mixed mysqli_num_rows(object result)">Get number of rows in result</s>
-<s f="mysqli_options" u="bool mysqli_options(object link, int flags, mixed values)">Set options</s>
-<s f="mysqli_ping" u="bool mysqli_ping(object link)">Ping a server connection or reconnect if there is no connection</s>
-<s f="mysqli_prepare" u="mixed mysqli_prepare(object link, string query)">Prepare a SQL statement for execution</s>
-<s f="mysqli_real_connect" u="bool mysqli_real_connect(object link [,string hostname [,string username [,string passwd [,string dbname [,int port [,string socket [,int flags]]]]]]])">Open a connection to a mysql server</s>
-<s f="mysqli_real_escape_string" u="string mysqli_real_escape_string(object link, string escapestr)">Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection</s>
-<s f="mysqli_real_query" u="bool mysqli_real_query(object link, string query)">Binary-safe version of mysql_query()</s>
-<s f="mysqli_rollback" u="bool mysqli_rollback(object link)">Undo actions from current transaction</s>
-<s f="mysqli_select_db" u="bool mysqli_select_db(object link, string dbname)">Select a MySQL database</s>
-<s f="mysqli_set_local_infile_default" u="void mysqli_set_local_infile_default(object link)">unsets user defined handler for load local infile command</s>
-<s f="mysqli_set_local_infile_handler" u="bool mysqli_set_local_infile_handler(object link, callback read_func)">Set callback functions for LOAD DATA LOCAL INFILE</s>
-<s f="mysqli_sqlstate" u="string mysqli_sqlstate(object link)">Returns the SQLSTATE error from previous MySQL operation</s>
-<s f="mysqli_ssl_set" u="bool mysqli_ssl_set(object link ,string key ,string cert ,string ca ,string capath ,string cipher])"></s>
-<s f="mysqli_stat" u="mixed mysqli_stat(object link)">Get current system status</s>
-<s f="mysqli_stmt_affected_rows" u="mixed mysqli_stmt_affected_rows(object stmt)">Return the number of rows affected in the last query for the given link</s>
-<s f="mysqli_stmt_attr_get" u="int mysqli_stmt_attr_get(object stmt, long attr)"></s>
-<s f="mysqli_stmt_attr_set" u="int mysqli_stmt_attr_set(object stmt, long attr, long mode)"></s>
-<s f="mysqli_stmt_bind_param" u="bool mysqli_stmt_bind_param(object stmt, string types, mixed variable [,mixed,....])">Bind variables to a prepared statement as parameters</s>
-<s f="mysqli_stmt_bind_result" u="bool mysqli_stmt_bind_result(object stmt, mixed var, [,mixed, ...])">Bind variables to a prepared statement for result storage</s>
-<s f="mysqli_stmt_close" u="bool mysqli_stmt_close(object stmt)">Close statement</s>
-<s f="mysqli_stmt_data_seek" u="void mysqli_stmt_data_seek(object stmt, int offset)">Move internal result pointer</s>
-<s f="mysqli_stmt_errno" u="int mysqli_stmt_errno(object stmt)"></s>
-<s f="mysqli_stmt_error" u="string mysqli_stmt_error(object stmt)"></s>
-<s f="mysqli_stmt_execute" u="bool mysqli_stmt_execute(object stmt)">Execute a prepared statement</s>
-<s f="mysqli_stmt_fetch" u="mixed mysqli_stmt_fetch(object stmt)">Fetch results from a prepared statement into the bound variables</s>
-<s f="mysqli_stmt_field_count" u="int mysqli_stmt_field_count(object stmt)">Return the number of result columns for the given statement</s>
-<s f="mysqli_stmt_free_result" u="void mysqli_stmt_free_result(object stmt)">Free stored result memory for the given statement handle</s>
-<s f="mysqli_stmt_init" u="mixed mysqli_stmt_init(object link)">Initialize statement object</s>
-<s f="mysqli_stmt_insert_id" u="mixed mysqli_stmt_insert_id(object stmt)">Get the ID generated from the previous INSERT operation</s>
-<s f="mysqli_stmt_num_rows" u="mixed mysqli_stmt_num_rows(object stmt)">Return the number of rows in statements result set</s>
-<s f="mysqli_stmt_param_count" u="int mysqli_stmt_param_count(object stmt)">Return the number of parameter for the given statement</s>
-<s f="mysqli_stmt_prepare" u="bool mysqli_stmt_prepare(object stmt, string query)">prepare server side statement with query</s>
-<s f="mysqli_stmt_reset" u="bool mysqli_stmt_reset(object stmt)">reset a prepared statement</s>
-<s f="mysqli_stmt_result_metadata" u="mixed mysqli_stmt_result_metadata(object stmt)">return result set from statement</s>
-<s f="mysqli_stmt_send_long_data" u="bool mysqli_stmt_send_long_data(object stmt, int param_nr, string data)"></s>
-<s f="mysqli_stmt_sqlstate" u="string mysqli_stmt_sqlstate(object stmt)"></s>
-<s f="mysqli_stmt_store_result" u="bool mysqli_stmt_store_result(stmt)"></s>
-<s f="mysqli_store_result" u="object mysqli_store_result(object link)">Buffer result set on client</s>
-<s f="mysqli_thread_id" u="int mysqli_thread_id(object link)">Return the current thread ID</s>
-<s f="mysqli_thread_safe" u="bool mysqli_thread_safe(void)">Return whether thread safety is given or not</s>
-<s f="mysqli_use_result" u="mixed mysqli_use_result(object link)">Directly retrieve query results - do not buffer results on client side</s>
-<s f="mysqli_embedded_server_end" u="void mysqli_embedded_server_end(void)"></s>
-<s f="mysqli_embedded_server_start" u="bool mysqli_embedded_server_start(bool start, array arguments, array groups)">initialize and start embedded server</s>
-<s f="mysqli_connect" u="object mysqli_connect([string hostname [,string username [,string passwd [,string dbname [,int port [,string socket]]]]]])">Open a connection to a mysql server</s>
-<s f="mysqli_connect_errno" u="int mysqli_connect_errno(void)">Returns the numerical value of the error message from last connect command</s>
-<s f="mysqli_connect_error" u="string mysqli_connect_error(void)">Returns the text of the error message from previous MySQL operation</s>
-<s f="mysqli_get_charset" u="object mysqli_get_charset(object link)">returns a character set object</s>
-<s f="mysqli_multi_query" u="bool mysqli_multi_query(object link, string query)">allows to execute multiple queries</s>
-<s f="mysqli_set_charset" u="bool mysqli_set_charset(object link, string csname)">sets client character set</s>
-<s f="mysqli_disable_reads_from_master" u="void mysqli_disable_reads_from_master(object link)"></s>
-<s f="mysqli_disable_rpl_parse" u="void mysqli_disable_rpl_parse(object link)"></s>
-<s f="mysqli_enable_reads_from_master" u="void mysqli_enable_reads_from_master(object link)"></s>
-<s f="mysqli_enable_rpl_parse" u="void mysqli_enable_rpl_parse(object link)"></s>
-<s f="mysqli_master_query" u="bool mysqli_master_query(object link, string query)">Enforce execution of a query on the master in a master/slave setup</s>
-<s f="mysqli_rpl_parse_enabled" u="int mysqli_rpl_parse_enabled(object link)"></s>
-<s f="mysqli_rpl_probe" u="bool mysqli_rpl_probe(object link)"></s>
-<s f="mysqli_rpl_query_type" u="int mysqli_rpl_query_type(string query)"></s>
-<s f="mysqli_send_query" u="bool mysqli_send_query(object link, string query)"></s>
-<s f="mysqli_slave_query" u="bool mysqli_slave_query(object link, string query)">Enforce execution of a query on a slave in a master/slave setup</s>
-<s f="mysqli_report" u="bool mysqli_report(int flags)">sets report level</s>
-<s f="oci_bind_array_by_name" u="bool oci_bind_array_by_name(resource stmt, string name, array &amp;var, int max_table_length [, int max_item_length [, int type ]])">Bind a PHP array to an Oracle PL/SQL type by name</s>
-<s f="oci_bind_by_name" u="bool oci_bind_by_name(resource stmt, string name, mixed &amp;var, [, int maxlength [, int type]])">Bind a PHP variable to an Oracle placeholder by name</s>
-<s f="oci_cancel" u="bool oci_cancel(resource stmt)">Cancel reading from a cursor</s>
-<s f="oci_close" u="bool oci_close(resource connection)">Disconnect from database</s>
-<s f="oci_collection_append" u="bool oci_collection_append(string value)">Append an object to the collection</s>
-<s f="oci_collection_assign" u="bool oci_collection_assign(object from)">Assign a collection from another existing collection</s>
-<s f="oci_collection_element_assign" u="bool oci_collection_element_assign(int index, string val)">Assign element val to collection at index ndx</s>
-<s f="oci_collection_element_get" u="string oci_collection_element_get(int ndx)">Retrieve the value at collection index ndx</s>
-<s f="oci_collection_max" u="int oci_collection_max()">Return the max value of a collection. For a varray this is the maximum length of the array</s>
-<s f="oci_collection_size" u="int oci_collection_size()">Return the size of a collection</s>
-<s f="oci_collection_trim" u="bool oci_collection_trim(int num)">Trim num elements from the end of a collection</s>
-<s f="oci_commit" u="bool oci_commit(resource connection)">Commit the current context</s>
-<s f="oci_connect" u="resource oci_connect(string user, string pass [, string db [, string charset [, int session_mode ]])">Connect to an Oracle database and log on. Returns a new session.</s>
-<s f="oci_define_by_name" u="bool oci_define_by_name(resource stmt, string name, mixed &amp;var [, int type])">Define a PHP variable to an Oracle column by name</s>
-<s f="oci_error" u="array oci_error([resource stmt|connection|global])">Return the last error of stmt|connection|global. If no error happened returns false.</s>
-<s f="oci_execute" u="bool oci_execute(resource stmt [, int mode])">Execute a parsed statement</s>
-<s f="oci_fetch" u="bool oci_fetch(resource stmt)">Prepare a new row of data for reading</s>
-<s f="oci_fetch_all" u="int oci_fetch_all(resource stmt, array &amp;output[, int skip[, int maxrows[, int flags]]])">Fetch all rows of result data into an array</s>
-<s f="oci_fetch_array" u="array oci_fetch_array( resource stmt [, int mode ])">Fetch a result row as an array</s>
-<s f="oci_fetch_assoc" u="array oci_fetch_assoc( resource stmt )">Fetch a result row as an associative array</s>
-<s f="oci_fetch_object" u="object oci_fetch_object( resource stmt )">Fetch a result row as an object</s>
-<s f="oci_fetch_row" u="array oci_fetch_row( resource stmt )">Fetch a result row as an enumerated array</s>
-<s f="oci_field_is_null" u="bool oci_field_is_null(resource stmt, int col)">Tell whether a column is NULL</s>
-<s f="oci_field_name" u="string oci_field_name(resource stmt, int col)">Tell the name of a column</s>
-<s f="oci_field_precision" u="int oci_field_precision(resource stmt, int col)">Tell the precision of a column</s>
-<s f="oci_field_scale" u="int oci_field_scale(resource stmt, int col)">Tell the scale of a column</s>
-<s f="oci_field_size" u="int oci_field_size(resource stmt, int col)">Tell the maximum data size of a column</s>
-<s f="oci_field_type" u="mixed oci_field_type(resource stmt, int col)">Tell the data type of a column</s>
-<s f="oci_field_type_raw" u="int oci_field_type_raw(resource stmt, int col)">Tell the raw oracle data type of a column</s>
-<s f="oci_free_collection" u="bool oci_free_collection()">Deletes collection object</s>
-<s f="oci_free_descriptor" u="bool oci_free_descriptor()">Deletes large object description</s>
-<s f="oci_free_statement" u="bool oci_free_statement(resource stmt)">Free all resources associated with a statement</s>
-<s f="oci_internal_debug" u="void oci_internal_debug(int onoff)">Toggle internal debugging output for the OCI extension</s>
-<s f="oci_lob_append" u="bool oci_lob_append( object lob )">Appends data from a LOB to another LOB</s>
-<s f="oci_lob_close" u="bool oci_lob_close()">Closes lob descriptor</s>
-<s f="oci_lob_copy" u="bool oci_lob_copy( object lob_to, object lob_from [, int length ] )">Copies data from a LOB to another LOB</s>
-<s f="oci_lob_eof" u="bool oci_lob_eof()">Checks if EOF is reached</s>
-<s f="oci_lob_erase" u="int oci_lob_erase( [ int offset [, int length ] ] )">Erases a specified portion of the internal LOB, starting at a specified offset</s>
-<s f="oci_lob_export" u="bool oci_lob_export([string filename [, int start [, int length]]])">Writes a large object into a file</s>
-<s f="oci_lob_flush" u="bool oci_lob_flush( [ int flag ] )">Flushes the LOB buffer</s>
-<s f="oci_lob_import" u="bool oci_lob_import( string filename )">Loads file into a LOB</s>
-<s f="oci_lob_is_equal" u="bool oci_lob_is_equal( object lob1, object lob2 )">Tests to see if two LOB/FILE locators are equal</s>
-<s f="oci_lob_load" u="string oci_lob_load()">Loads a large object</s>
-<s f="oci_lob_read" u="string oci_lob_read( int length )">Reads particular part of a large object</s>
-<s f="oci_lob_rewind" u="bool oci_lob_rewind()">Rewind pointer of a LOB</s>
-<s f="oci_lob_save" u="bool oci_lob_save( string data [, int offset ])">Saves a large object</s>
-<s f="oci_lob_seek" u="bool oci_lob_seek( int offset [, int whence ])">Moves the pointer of a LOB</s>
-<s f="oci_lob_size" u="int oci_lob_size()">Returns size of a large object</s>
-<s f="oci_lob_tell" u="int oci_lob_tell()">Tells LOB pointer position</s>
-<s f="oci_lob_truncate" u="bool oci_lob_truncate( [ int length ])">Truncates a LOB</s>
-<s f="oci_lob_write" u="int oci_lob_write( string string [, int length ])">Writes data to current position of a LOB</s>
-<s f="oci_lob_write_temporary" u="bool oci_lob_write_temporary(string var [, int lob_type])">Writes temporary blob</s>
-<s f="oci_new_collection" u="object oci_new_collection(resource connection, string tdo [, string schema])">Initialize a new collection</s>
-<s f="oci_new_connect" u="resource oci_new_connect(string user, string pass [, string db])">Connect to an Oracle database and log on. Returns a new session.</s>
-<s f="oci_new_cursor" u="resource oci_new_cursor(resource connection)">Return a new cursor (Statement-Handle) - use this to bind ref-cursors!</s>
-<s f="oci_new_descriptor" u="object oci_new_descriptor(resource connection [, int type])">Initialize a new empty descriptor LOB/FILE (LOB is default)</s>
-<s f="oci_num_fields" u="int oci_num_fields(resource stmt)">Return the number of result columns in a statement</s>
-<s f="oci_num_rows" u="int oci_num_rows(resource stmt)">Return the row count of an OCI statement</s>
-<s f="oci_parse" u="resource oci_parse(resource connection, string query)">Parse a query and return a statement</s>
-<s f="oci_password_change" u="bool oci_password_change(resource connection, string username, string old_password, string new_password)">Changes the password of an account</s>
-<s f="oci_pconnect" u="resource oci_pconnect(string user, string pass [, string db [, string charset ]])">Connect to an Oracle database using a persistent connection and log on. Returns a new session.</s>
-<s f="oci_result" u="string oci_result(resource stmt, mixed column)">Return a single column of result data</s>
-<s f="oci_rollback" u="bool oci_rollback(resource connection)">Rollback the current context</s>
-<s f="oci_server_version" u="string oci_server_version(resource connection)">Return a string containing server version information</s>
-<s f="oci_set_prefetch" u="bool oci_set_prefetch(resource stmt, int prefetch_rows)">Sets the number of rows to be prefetched on execute to prefetch_rows for stmt</s>
-<s f="oci_statement_type" u="string oci_statement_type(resource stmt)">Return the query type of an OCI statement</s>
-<s f="ocifetchinto" u="int ocifetchinto(resource stmt, array &amp;output [, int mode])">Fetch a row of result data into an array</s>
-<s f="ocigetbufferinglob" u="bool ocigetbufferinglob()">Returns current state of buffering for a LOB</s>
-<s f="ocisetbufferinglob" u="bool ocisetbufferinglob( boolean flag )">Enables/disables buffering for a LOB</s>
-<s f="birdstep_autocommit" u="bool birdstep_autocommit(int index)"></s>
-<s f="birdstep_close" u="bool birdstep_close(int id)"></s>
-<s f="birdstep_commit" u="bool birdstep_commit(int index)"></s>
-<s f="birdstep_connect" u="int birdstep_connect(string server, string user, string pass)"></s>
-<s f="birdstep_exec" u="int birdstep_exec(int index, string exec_str)"></s>
-<s f="birdstep_fetch" u="bool birdstep_fetch(int index)"></s>
-<s f="birdstep_fieldname" u="string birdstep_fieldname(int index, int col)"></s>
-<s f="birdstep_fieldnum" u="int birdstep_fieldnum(int index)"></s>
-<s f="birdstep_freeresult" u="bool birdstep_freeresult(int index)"></s>
-<s f="birdstep_off_autocommit" u="bool birdstep_off_autocommit(int index)"></s>
-<s f="birdstep_result" u="mixed birdstep_result(int index, int col)"></s>
-<s f="birdstep_rollback" u="bool birdstep_rollback(int index)"></s>
-<s f="odbc_autocommit" u="mixed odbc_autocommit(resource connection_id [, int OnOff])">Toggle autocommit mode or get status</s>
-<s f="odbc_binmode" u="bool odbc_binmode(int result_id, int mode)">Handle binary column data</s>
-<s f="odbc_close" u="void odbc_close(resource connection_id)">Close an ODBC connection</s>
-<s f="odbc_close_all" u="void odbc_close_all(void)">Close all ODBC connections</s>
-<s f="odbc_columnprivileges" u="resource odbc_columnprivileges(resource connection_id, string catalog, string schema, string table, string column)">Returns a result identifier that can be used to fetch a list of columns and associated privileges for the specified table</s>
-<s f="odbc_columns" u="resource odbc_columns(resource connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]])">Returns a result identifier that can be used to fetch a list of column names in specified tables</s>
-<s f="odbc_commit" u="bool odbc_commit(resource connection_id)">Commit an ODBC transaction</s>
-<s f="odbc_connect" u="resource odbc_connect(string DSN, string user, string password [, int cursor_option])">Connect to a datasource</s>
-<s f="odbc_cursor" u="string odbc_cursor(resource result_id)">Get cursor name</s>
-<s f="odbc_data_source" u="array odbc_data_source(resource connection_id, int fetch_type)">Return information about the currently connected data source</s>
-<s f="odbc_error" u="string odbc_error([resource connection_id])">Get the last error code</s>
-<s f="odbc_errormsg" u="string odbc_errormsg([resource connection_id])">Get the last error message</s>
-<s f="odbc_exec" u="resource odbc_exec(resource connection_id, string query [, int flags])">Prepare and execute an SQL statement</s>
-<s f="odbc_execute" u="bool odbc_execute(resource result_id [, array parameters_array])">Execute a prepared statement</s>
-<s f="odbc_fetch_array" u="array odbc_fetch_array(int result [, int rownumber])">Fetch a result row as an associative array</s>
-<s f="odbc_fetch_into" u="int odbc_fetch_into(resource result_id, array result_array, [, int rownumber])">Fetch one result row into an array</s>
-<s f="odbc_fetch_object" u="object odbc_fetch_object(int result [, int rownumber])">Fetch a result row as an object</s>
-<s f="odbc_fetch_row" u="bool odbc_fetch_row(resource result_id [, int row_number])">Fetch a row</s>
-<s f="odbc_field_len" u="int odbc_field_len(resource result_id, int field_number)">Get the length (precision) of a column</s>
-<s f="odbc_field_name" u="string odbc_field_name(resource result_id, int field_number)">Get a column name</s>
-<s f="odbc_field_num" u="int odbc_field_num(resource result_id, string field_name)">Return column number</s>
-<s f="odbc_field_scale" u="int odbc_field_scale(resource result_id, int field_number)">Get the scale of a column</s>
-<s f="odbc_field_type" u="string odbc_field_type(resource result_id, int field_number)">Get the datatype of a column</s>
-<s f="odbc_foreignkeys" u="resource odbc_foreignkeys(resource connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table)">Returns a result identifier to either a list of foreign keys in the specified table or a list of foreign keys in other tables that refer to the primary key in the specified table</s>
-<s f="odbc_free_result" u="bool odbc_free_result(resource result_id)">Free resources associated with a result</s>
-<s f="odbc_gettypeinfo" u="resource odbc_gettypeinfo(resource connection_id [, int data_type])">Returns a result identifier containing information about data types supported by the data source</s>
-<s f="odbc_longreadlen" u="bool odbc_longreadlen(int result_id, int length)">Handle LONG columns</s>
-<s f="odbc_next_result" u="bool odbc_next_result(resource result_id)">Checks if multiple results are avaiable</s>
-<s f="odbc_num_fields" u="int odbc_num_fields(resource result_id)">Get number of columns in a result</s>
-<s f="odbc_num_rows" u="int odbc_num_rows(resource result_id)">Get number of rows in a result</s>
-<s f="odbc_pconnect" u="resource odbc_pconnect(string DSN, string user, string password [, int cursor_option])">Establish a persistent connection to a datasource</s>
-<s f="odbc_prepare" u="resource odbc_prepare(resource connection_id, string query)">Prepares a statement for execution</s>
-<s f="odbc_primarykeys" u="resource odbc_primarykeys(resource connection_id, string qualifier, string owner, string table)">Returns a result identifier listing the column names that comprise the primary key for a table</s>
-<s f="odbc_procedurecolumns" u="resource odbc_procedurecolumns(resource connection_id [, string qualifier, string owner, string proc, string column])">Returns a result identifier containing the list of input and output parameters, as well as the columns that make up the result set for the specified procedures</s>
-<s f="odbc_procedures" u="resource odbc_procedures(resource connection_id [, string qualifier, string owner, string name])">Returns a result identifier containg the list of procedure names in a datasource</s>
-<s f="odbc_result" u="mixed odbc_result(resource result_id, mixed field)">Get result data</s>
-<s f="odbc_result_all" u="int odbc_result_all(resource result_id [, string format])">Print result as HTML table</s>
-<s f="odbc_rollback" u="bool odbc_rollback(resource connection_id)">Rollback a transaction</s>
-<s f="odbc_setoption" u="bool odbc_setoption(resource conn_id|result_id, int which, int option, int value)">Sets connection or statement options</s>
-<s f="odbc_specialcolumns" u="resource odbc_specialcolumns(resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable)">Returns a result identifier containing either the optimal set of columns that uniquely identifies a row in the table or columns that are automatically updated when any value in the row is updated by a transaction</s>
-<s f="odbc_statistics" u="resource odbc_statistics(resource connection_id, string qualifier, string owner, string name, int unique, int accuracy)">Returns a result identifier that contains statistics about a single table and the indexes associated with the table</s>
-<s f="odbc_tableprivileges" u="resource odbc_tableprivileges(resource connection_id, string qualifier, string owner, string name)">Returns a result identifier containing a list of tables and the privileges associated with each table</s>
-<s f="odbc_tables" u="resource odbc_tables(resource connection_id [, string qualifier [, string owner [, string name [, string table_types]]]])">Call the SQLTables function</s>
-<s f="solid_fetch_prev" u="bool solid_fetch_prev(resource result_id)"></s>
-<s f="openssl_csr_export" u="bool openssl_csr_export(resource csr, string &amp;out [, bool notext=true])">Exports a CSR to file or a var</s>
-<s f="openssl_csr_export_to_file" u="bool openssl_csr_export_to_file(resource csr, string outfilename [, bool notext=true])">Exports a CSR to file</s>
-<s f="openssl_csr_get_public_key" u="mixed openssl_csr_get_public_key(mixed csr)">Returns the subject of a CERT or FALSE on error</s>
-<s f="openssl_csr_get_subject" u="mixed openssl_csr_get_subject(mixed csr)">Returns the subject of a CERT or FALSE on error</s>
-<s f="openssl_csr_new" u="bool openssl_csr_new(array dn, resource &amp;privkey [, array configargs, array extraattribs])">Generates a privkey and CSR</s>
-<s f="openssl_csr_sign" u="resource openssl_csr_sign(mixed csr, mixed x509, mixed priv_key, long days [, array config_args [, long serial]])">Signs a cert with another CERT</s>
-<s f="openssl_error_string" u="mixed openssl_error_string(void)">Returns a description of the last error, and alters the index of the error messages. Returns false when the are no more messages</s>
-<s f="openssl_open" u="bool openssl_open(string data, &amp;string opendata, string ekey, mixed privkey)">Opens data</s>
-<s f="openssl_pkcs12_export" u="bool openssl_pkcs12_export(mixed x509, string &amp;out, mixed priv_key, string pass[, array args])">Creates and exports a PKCS12 to a var</s>
-<s f="openssl_pkcs12_export_to_file" u="bool openssl_pkcs12_export_to_file(mixed x509, string filename, mixed priv_key, string pass[, array args])">Creates and exports a PKCS to file</s>
-<s f="openssl_pkcs12_read" u="bool openssl_pkcs12_read(string PKCS12, array &amp;certs, string pass)">Parses a PKCS12 to an array</s>
-<s f="openssl_pkcs7_decrypt" u="bool openssl_pkcs7_decrypt(string infilename, string outfilename, mixed recipcert [, mixed recipkey])">Decrypts the S/MIME message in the file name infilename and output the results to the file name outfilename.  recipcert is a CERT for one of the recipients. recipkey specifies the private key matching recipcert, if recipcert does not include the key</s>
-<s f="openssl_pkcs7_encrypt" u="bool openssl_pkcs7_encrypt(string infile, string outfile, mixed recipcerts, array headers [, long flags [, long cipher]])">Encrypts the message in the file named infile with the certificates in recipcerts and output the result to the file named outfile</s>
-<s f="openssl_pkcs7_sign" u="bool openssl_pkcs7_sign(string infile, string outfile, mixed signcert, mixed signkey, array headers [, long flags [, string extracertsfilename]])">Signs the MIME message in the file named infile with signcert/signkey and output the result to file name outfile. headers lists plain text headers to exclude from the signed portion of the message, and should include to, from and subject as a minimum</s>
-<s f="openssl_pkcs7_verify" u="bool openssl_pkcs7_verify(string filename, long flags [, string signerscerts [, array cainfo [, string extracerts [, string content]]]])">Verifys that the data block is intact, the signer is who they say they are, and returns the CERTs of the signers</s>
-<s f="openssl_pkey_export" u="bool openssl_pkey_export(mixed key, &amp;mixed out [, string passphrase [, array config_args]])">Gets an exportable representation of a key into a string or file</s>
-<s f="openssl_pkey_export_to_file" u="bool openssl_pkey_export_to_file(mixed key, string outfilename [, string passphrase, array config_args)">Gets an exportable representation of a key into a file</s>
-<s f="openssl_pkey_free" u="void openssl_pkey_free(int key)">Frees a key</s>
-<s f="openssl_pkey_get_details" u="resource openssl_pkey_get_details(resource key)">returns an array with the key details (bits, pkey, type)</s>
-<s f="openssl_pkey_get_private" u="int openssl_pkey_get_private(string key [, string passphrase])">Gets private keys</s>
-<s f="openssl_pkey_get_public" u="int openssl_pkey_get_public(mixed cert)">Gets public key from X.509 certificate</s>
-<s f="openssl_pkey_new" u="resource openssl_pkey_new([array configargs])">Generates a new private key</s>
-<s f="openssl_private_decrypt" u="bool openssl_private_decrypt(string data, string decrypted, mixed key [, int padding])">Decrypts data with private key</s>
-<s f="openssl_private_encrypt" u="bool openssl_private_encrypt(string data, string crypted, mixed key [, int padding])">Encrypts data with private key</s>
-<s f="openssl_public_decrypt" u="bool openssl_public_decrypt(string data, string crypted, resource key [, int padding])">Decrypts data with public key</s>
-<s f="openssl_public_encrypt" u="bool openssl_public_encrypt(string data, string crypted, mixed key [, int padding])">Encrypts data with public key</s>
-<s f="openssl_seal" u="int openssl_seal(string data, &amp;string sealdata, &amp;array ekeys, array pubkeys)">Seals data</s>
-<s f="openssl_sign" u="bool openssl_sign(string data, &amp;string signature, mixed key[, int signature_alg])">Signs data</s>
-<s f="openssl_verify" u="int openssl_verify(string data, string signature, mixed key [, int signature_algo])">Verifys data</s>
-<s f="openssl_x509_check_private_key" u="bool openssl_x509_check_private_key(mixed cert, mixed key)">Checks if a private key corresponds to a CERT</s>
-<s f="openssl_x509_checkpurpose" u="int openssl_x509_checkpurpose(mixed x509cert, int purpose, array cainfo [, string untrustedfile])">Checks the CERT to see if it can be used for the purpose in purpose. cainfo holds information about trusted CAs</s>
-<s f="openssl_x509_export" u="bool openssl_x509_export(mixed x509, string &amp;out [, bool notext = true])">Exports a CERT to file or a var</s>
-<s f="openssl_x509_export_to_file" u="bool openssl_x509_export_to_file(mixed x509, string outfilename [, bool notext = true])">Exports a CERT to file or a var</s>
-<s f="openssl_x509_free" u="void openssl_x509_free(resource x509)">Frees X.509 certificates</s>
-<s f="openssl_x509_parse" u="array openssl_x509_parse(mixed x509 [, bool shortnames=true])">Returns an array of the fields/values of the CERT</s>
-<s f="openssl_x509_read" u="resource openssl_x509_read(mixed cert)">Reads X.509 certificates</s>
-<s f="pcntl_alarm" u="int pcntl_alarm(int seconds)">Set an alarm clock for delivery of a signal</s>
-<s f="pcntl_exec" u="bool pcntl_exec(string path [, array args [, array envs]])">Executes specified program in current process space as defined by exec(2)</s>
-<s f="pcntl_fork" u="int pcntl_fork(void)">Forks the currently running process following the same behavior as the UNIX fork() system call</s>
-<s f="pcntl_getpriority" u="int pcntl_getpriority([int pid [, int process_identifier]])">Get the priority of any process</s>
-<s f="pcntl_setpriority" u="bool pcntl_setpriority(int priority [, int pid [, int process_identifier]])">Change the priority of any process</s>
-<s f="pcntl_signal" u="bool pcntl_signal(int signo, callback handle [, bool restart_syscalls])">Assigns a system signal handler to a PHP function</s>
-<s f="pcntl_wait" u="int pcntl_wait(int &amp;status)">Waits on or returns the status of a forked child as defined by the waitpid() system call</s>
-<s f="pcntl_waitpid" u="int pcntl_waitpid(int pid, int &amp;status, int options)">Waits on or returns the status of a forked child as defined by the waitpid() system call</s>
-<s f="pcntl_wexitstatus" u="int pcntl_wexitstatus(int status)">Returns the status code of a child's exit</s>
-<s f="pcntl_wifexited" u="bool pcntl_wifexited(int status)">Returns true if the child status code represents a successful exit</s>
-<s f="pcntl_wifsignaled" u="bool pcntl_wifsignaled(int status)">Returns true if the child status code represents a process that was terminated due to a signal</s>
-<s f="pcntl_wifstopped" u="bool pcntl_wifstopped(int status)">Returns true if the child status code represents a stopped process (WUNTRACED must have been used with waitpid)</s>
-<s f="pcntl_wstopsig" u="int pcntl_wstopsig(int status)">Returns the number of the signal that caused the process to stop who's status code is passed</s>
-<s f="pcntl_wtermsig" u="int pcntl_wtermsig(int status)">Returns the number of the signal that terminated the process who's status code is passed</s>
-<s f="preg_grep" u="array preg_grep(string regex, array input [, int flags])">Searches array and returns entries which match regex</s>
-<s f="preg_last_error" u="int preg_last_error()">Returns the error code of the last regexp execution.</s>
-<s f="preg_match" u="int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int offset]]])">Perform a Perl-style regular expression match</s>
-<s f="preg_match_all" u="int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int offset]])">Perform a Perl-style global regular expression match</s>
-<s f="preg_quote" u="string preg_quote(string str [, string delim_char])">Quote regular expression characters plus an optional character</s>
-<s f="preg_replace" u="string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])">Perform Perl-style regular expression replacement.</s>
-<s f="preg_replace_callback" u="string preg_replace_callback(mixed regex, mixed callback, mixed subject [, int limit [, count]])">Perform Perl-style regular expression replacement using replacement callback.</s>
-<s f="preg_split" u="array preg_split(string pattern, string subject [, int limit [, int flags]])">Split string into an array using a perl-style regular expression as a delimiter</s>
-<s f="pdo_drivers" u="array pdo_drivers()">Return array of available PDO drivers</s>
-<s f="PDO::__construct" u="void PDO::__construct(string dsn, string username, string passwd [, array options])"></s>
-<s f="PDO::__sleep" u="int PDO::__sleep()">Prevents serialization of a PDO instance</s>
-<s f="PDO::__wakeup" u="int PDO::__wakeup()">Prevents use of a PDO instance that has been unserialized</s>
-<s f="PDO::beginTransaction" u="bool PDO::beginTransaction()">Initiates a transaction</s>
-<s f="PDO::commit" u="bool PDO::commit()">Commit a transaction</s>
-<s f="PDO::errorCode" u="string PDO::errorCode()">Fetch the error code associated with the last operation on the database handle</s>
-<s f="PDO::errorInfo" u="int PDO::errorInfo()">Fetch extended error information associated with the last operation on the database handle</s>
-<s f="PDO::exec" u="long PDO::exec(string query)">Execute a query that does not return a row set, returning the number of affected rows</s>
-<s f="PDO::getAttribute" u="mixed PDO::getAttribute(long attribute)">Get an attribute</s>
-<s f="PDO::lastInsertId" u="string PDO::lastInsertId([string seqname])">Returns the id of the last row that we affected on this connection.  Some databases require a sequence or table name to be passed in.  Not always meaningful.</s>
-<s f="PDO::prepare" u="object PDO::prepare(string statment [, array options])">Prepares a statement for execution and returns a statement object</s>
-<s f="PDO::query" u="object PDO::query(string sql [, PDOStatement::setFetchMode() args])">Prepare and execute $sql; returns the statement object for iteration</s>
-<s f="PDO::quote" u="string PDO::quote(string string [, int paramtype])">quotes string for use in a query.  The optional paramtype acts as a hint for drivers that have alternate quoting styles.  The default value is PDO_PARAM_STR</s>
-<s f="PDO::rollBack" u="bool PDO::rollBack()">roll back a transaction</s>
-<s f="PDO::setAttribute" u="bool PDO::setAttribute(long attribute, mixed value)">Set an attribute</s>
-<s f="pdo_drivers" u="array pdo_drivers()">Return array of available PDO drivers</s>
-<s f="PDOStatement::__sleep" u="int PDOStatement::__sleep()">Prevents serialization of a PDOStatement instance</s>
-<s f="PDOStatement::__wakeup" u="int PDOStatement::__wakeup()">Prevents use of a PDOStatement instance that has been unserialized</s>
-<s f="PDOStatement::bindColumn" u="bool PDOStatement::bindColumn(mixed $column, mixed &amp;$param [, int $type [, int $maxlen [, mixed $driverdata]]])">bind a column to a PHP variable.  On each row fetch $param will contain the value of the corresponding column.  $column is the 1-based offset of the column, or the column name.  For portability, don't call this before execute().</s>
-<s f="PDOStatement::bindParam" u="bool PDOStatement::bindParam(mixed $paramno, mixed &amp;$param [, int $type [, int $maxlen [, mixed $driverdata]]])">bind a parameter to a PHP variable.  $paramno is the 1-based position of the placeholder in the SQL statement (but can be the parameter name for drivers that support named placeholders).  This isn't supported by all drivers.  It should be called prior to execute().</s>
-<s f="PDOStatement::bindValue" u="bool PDOStatement::bindValue(mixed $paramno, mixed $param [, int $type ])">bind an input parameter to the value of a PHP variable.  $paramno is the 1-based position of the placeholder in the SQL statement (but can be the parameter name for drivers that support named placeholders).  It should be called prior to execute().</s>
-<s f="PDOStatement::closeCursor" u="bool PDOStatement::closeCursor()">Closes the cursor, leaving the statement ready for re-execution.</s>
-<s f="PDOStatement::columnCount" u="int PDOStatement::columnCount()">Returns the number of columns in the result set</s>
-<s f="PDOStatement::debugDumpParams" u="void PDOStatement::debugDumpParams()">A utility for internals hackers to debug parameter internals</s>
-<s f="PDOStatement::errorCode" u="string PDOStatement::errorCode()">Fetch the error code associated with the last operation on the statement handle</s>
-<s f="PDOStatement::errorInfo" u="array PDOStatement::errorInfo()">Fetch extended error information associated with the last operation on the statement handle</s>
-<s f="PDOStatement::execute" u="bool PDOStatement::execute([array $bound_input_params])">Execute a prepared statement, optionally binding parameters</s>
-<s f="PDOStatement::fetch" u="mixed PDOStatement::fetch([int $how = PDO_FETCH_BOTH [, int $orientation [, int $offset]]])">Fetches the next row and returns it, or false if there are no more rows</s>
-<s f="PDOStatement::fetchAll" u="array PDOStatement::fetchAll([int $how = PDO_FETCH_BOTH [, string class_name [, NULL|array ctor_args]]])">Returns an array of all of the results.</s>
-<s f="PDOStatement::fetchColumn" u="string PDOStatement::fetchColumn([int column_number])">Returns a data of the specified column in the result set.</s>
-<s f="PDOStatement::fetchObject" u="mixed PDOStatement::fetchObject(string class_name [, NULL|array ctor_args])">Fetches the next row and returns it as an object.</s>
-<s f="PDOStatement::getAttribute" u="mixed PDOStatement::getAttribute(long attribute)">Get an attribute</s>
-<s f="PDOStatement::getColumnMeta" u="array PDOStatement::getColumnMeta(int $column)">Returns meta data for a numbered column</s>
-<s f="PDOStatement::nextRowset" u="bool PDOStatement::nextRowset()">Advances to the next rowset in a multi-rowset statement handle. Returns true if it succeded, false otherwise</s>
-<s f="PDOStatement::rowCount" u="int PDOStatement::rowCount()">Returns the number of rows in a result set, or the number of rows affected by the last execute().  It is not always meaningful.</s>
-<s f="PDOStatement::setAttribute" u="bool PDOStatement::setAttribute(long attribute, mixed value)">Set an attribute</s>
-<s f="PDOStatement::setFetchMode" u="bool PDOStatement::setFetchMode(int mode [mixed* params])">Changes the default fetch mode for subsequent fetches (params have different meaning for different fetch modes)</s>
-<s f="pg_affected_rows" u="int pg_affected_rows(resource result)">Returns the number of affected tuples</s>
-<s f="pg_cancel_query" u="bool pg_cancel_query(resource connection)">Cancel request</s>
-<s f="pg_client_encoding" u="string pg_client_encoding([resource connection])">Get the current client encoding</s>
-<s f="pg_close" u="bool pg_close([resource connection])">Close a PostgreSQL connection</s>
-<s f="pg_connect" u="resource pg_connect(string connection_string[, int connect_type] | [string host, string port [, string options [, string tty,]]] string database)">Open a PostgreSQL connection</s>
-<s f="pg_connection_busy" u="bool pg_connection_busy(resource connection)">Get connection is busy or not</s>
-<s f="pg_connection_reset" u="bool pg_connection_reset(resource connection)">Reset connection (reconnect)</s>
-<s f="pg_connection_status" u="int pg_connection_status(resource connnection)">Get connection status</s>
-<s f="pg_convert" u="array pg_convert(resource db, string table, array values[, int options])">Check and convert values for PostgreSQL SQL statement</s>
-<s f="pg_copy_from" u="bool pg_copy_from(resource connection, string table_name , array rows [, string delimiter [, string null_as]])">Copy table from array</s>
-<s f="pg_copy_to" u="array pg_copy_to(resource connection, string table_name [, string delimiter [, string null_as]])">Copy table to array</s>
-<s f="pg_dbname" u="string pg_dbname([resource connection])">Get the database name</s>
-<s f="pg_delete" u="mixed pg_delete(resource db, string table, array ids[, int options])">Delete records has ids (id=&gt;value)</s>
-<s f="pg_end_copy" u="bool pg_end_copy([resource connection])">Sync with backend. Completes the Copy command</s>
-<s f="pg_escape_bytea" u="string pg_escape_bytea([resource connection,] string data)">Escape binary for bytea type</s>
-<s f="pg_escape_string" u="string pg_escape_string([resource connection,] string data)">Escape string for text/char type</s>
-<s f="pg_execute" u="resource pg_execute([resource connection,] string stmtname, array params)">Execute a prepared query</s>
-<s f="pg_fetch_all" u="array pg_fetch_all(resource result)">Fetch all rows into array</s>
-<s f="pg_fetch_all_columns" u="array pg_fetch_all_columns(resource result [, int column_number])">Fetch all rows into array</s>
-<s f="pg_fetch_array" u="array pg_fetch_array(resource result [, int row [, int result_type]])">Fetch a row as an array</s>
-<s f="pg_fetch_assoc" u="array pg_fetch_assoc(resource result [, int row])">Fetch a row as an assoc array</s>
-<s f="pg_fetch_object" u="object pg_fetch_object(resource result [, int row [, string class_name [, NULL|array ctor_params]]])">Fetch a row as an object</s>
-<s f="pg_fetch_result" u="mixed pg_fetch_result(resource result, [int row_number,] mixed field_name)">Returns values from a result identifier</s>
-<s f="pg_fetch_row" u="array pg_fetch_row(resource result [, int row [, int result_type]])">Get a row as an enumerated array</s>
-<s f="pg_field_is_null" u="int pg_field_is_null(resource result, [int row,] mixed field_name_or_number)">Test if a field is NULL</s>
-<s f="pg_field_name" u="string pg_field_name(resource result, int field_number)">Returns the name of the field</s>
-<s f="pg_field_num" u="int pg_field_num(resource result, string field_name)">Returns the field number of the named field</s>
-<s f="pg_field_prtlen" u="int pg_field_prtlen(resource result, [int row,] mixed field_name_or_number)">Returns the printed length</s>
-<s f="pg_field_size" u="int pg_field_size(resource result, int field_number)">Returns the internal size of the field</s>
-<s f="pg_field_table" u="mixed pg_field_table(resource result, int field_number[, bool oid_only])">Returns the name of the table field belongs to, or table's oid if oid_only is true</s>
-<s f="pg_field_type" u="string pg_field_type(resource result, int field_number)">Returns the type name for the given field</s>
-<s f="pg_field_type_oid" u="string pg_field_type_oid(resource result, int field_number)">Returns the type oid for the given field</s>
-<s f="pg_free_result" u="bool pg_free_result(resource result)">Free result memory</s>
-<s f="pg_get_notify" u="array pg_get_notify([resource connection[, result_type]])">Get asynchronous notification</s>
-<s f="pg_get_pid" u="int pg_get_pid([resource connection)">Get backend(server) pid</s>
-<s f="pg_get_result" u="resource pg_get_result(resource connection)">Get asynchronous query result</s>
-<s f="pg_host" u="string pg_host([resource connection])">Returns the host name associated with the connection</s>
-<s f="pg_insert" u="mixed pg_insert(resource db, string table, array values[, int options])">Insert values (filed=&gt;value) to table</s>
-<s f="pg_last_error" u="string pg_last_error([resource connection])">Get the error message string</s>
-<s f="pg_last_notice" u="string pg_last_notice(resource connection)">Returns the last notice set by the backend</s>
-<s f="pg_last_oid" u="string pg_last_oid(resource result)">Returns the last object identifier</s>
-<s f="pg_lo_close" u="bool pg_lo_close(resource large_object)">Close a large object</s>
-<s f="pg_lo_create" u="int pg_lo_create([resource connection])">Create a large object</s>
-<s f="pg_lo_export" u="bool pg_lo_export([resource connection, ] int objoid, string filename)">Export large object direct to filesystem</s>
-<s f="pg_lo_import" u="int pg_lo_import([resource connection, ] string filename)">Import large object direct from filesystem</s>
-<s f="pg_lo_open" u="resource pg_lo_open([resource connection,] int large_object_oid, string mode)">Open a large object and return fd</s>
-<s f="pg_lo_read" u="string pg_lo_read(resource large_object [, int len])">Read a large object</s>
-<s f="pg_lo_read_all" u="int pg_lo_read_all(resource large_object)">Read a large object and send straight to browser</s>
-<s f="pg_lo_seek" u="bool pg_lo_seek(resource large_object, int offset [, int whence])">Seeks position of large object</s>
-<s f="pg_lo_tell" u="int pg_lo_tell(resource large_object)">Returns current position of large object</s>
-<s f="pg_lo_unlink" u="bool pg_lo_unlink([resource connection,] string large_object_oid)">Delete a large object</s>
-<s f="pg_lo_write" u="int pg_lo_write(resource large_object, string buf [, int len])">Write a large object</s>
-<s f="pg_meta_data" u="array pg_meta_data(resource db, string table)">Get meta_data</s>
-<s f="pg_num_fields" u="int pg_num_fields(resource result)">Return the number of fields in the result</s>
-<s f="pg_num_rows" u="int pg_num_rows(resource result)">Return the number of rows in the result</s>
-<s f="pg_options" u="string pg_options([resource connection])">Get the options associated with the connection</s>
-<s f="pg_pconnect" u="resource pg_pconnect(string connection_string | [string host, string port [, string options [, string tty,]]] string database)">Open a persistent PostgreSQL connection</s>
-<s f="pg_ping" u="bool pg_ping([resource connection])">Ping database. If connection is bad, try to reconnect.</s>
-<s f="pg_port" u="int pg_port([resource connection])">Return the port number associated with the connection</s>
-<s f="pg_prepare" u="resource pg_prepare([resource connection,] string stmtname, string query)">Prepare a query for future execution</s>
-<s f="pg_put_line" u="bool pg_put_line([resource connection,] string query)">Send null-terminated string to backend server</s>
-<s f="pg_query" u="resource pg_query([resource connection,] string query)">Execute a query</s>
-<s f="pg_query_params" u="resource pg_query_params([resource connection,] string query, array params)">Execute a query</s>
-<s f="pg_result_error" u="string pg_result_error(resource result)">Get error message associated with result</s>
-<s f="pg_result_error_field" u="string pg_result_error_field(resource result, int fieldcode)">Get error message field associated with result</s>
-<s f="pg_result_seek" u="bool pg_result_seek(resource result, int offset)">Set internal row offset</s>
-<s f="pg_result_status" u="mixed pg_result_status(resource result[, long result_type])">Get status of query result</s>
-<s f="pg_select" u="mixed pg_select(resource db, string table, array ids[, int options])">Select records that has ids (id=&gt;value)</s>
-<s f="pg_send_execute" u="bool pg_send_execute(resource connection, string stmtname, array params)">Executes prevriously prepared stmtname asynchronously</s>
-<s f="pg_send_prepare" u="bool pg_send_prepare(resource connection, string stmtname, string query)">Asynchronously prepare a query for future execution</s>
-<s f="pg_send_query" u="bool pg_send_query(resource connection, string query)">Send asynchronous query</s>
-<s f="pg_send_query_params" u="bool pg_send_query_params(resource connection, string query)">Send asynchronous parameterized query</s>
-<s f="pg_set_client_encoding" u="int pg_set_client_encoding([resource connection,] string encoding)">Set client encoding</s>
-<s f="pg_set_error_verbosity" u="int pg_set_error_verbosity([resource connection,] int verbosity)">Set error verbosity</s>
-<s f="pg_trace" u="bool pg_trace(string filename [, string mode [, resource connection]])">Enable tracing a PostgreSQL connection</s>
-<s f="pg_transaction_status" u="int pg_transaction_status(resource connnection)">Get transaction status</s>
-<s f="pg_tty" u="string pg_tty([resource connection])">Return the tty name associated with the connection</s>
-<s f="pg_unescape_bytea" u="string pg_unescape_bytea(string data)">Unescape binary for bytea type</s>
-<s f="pg_untrace" u="bool pg_untrace([resource connection])">Disable tracing of a PostgreSQL connection</s>
-<s f="pg_update" u="mixed pg_update(resource db, string table, array fields, array ids[, int options])">Update table using values (field=&gt;value) and ids (id=&gt;value)</s>
-<s f="pg_version" u="array pg_version([resource connection])">Returns an array with client, protocol and server version (when available)</s>
-<s f="posix_access" u="bool posix_access(string file [, int mode])">Determine accessibility of a file (POSIX.1 5.6.3)</s>
-<s f="posix_ctermid" u="string posix_ctermid(void)">Generate terminal path name (POSIX.1, 4.7.1)</s>
-<s f="posix_get_last_error" u="int posix_get_last_error(void)">Retrieve the error number set by the last posix function which failed.</s>
-<s f="posix_getcwd" u="string posix_getcwd(void)">Get working directory pathname (POSIX.1, 5.2.2)</s>
-<s f="posix_getegid" u="int posix_getegid(void)">Get the current effective group id (POSIX.1, 4.2.1)</s>
-<s f="posix_geteuid" u="int posix_geteuid(void)">Get the current effective user id (POSIX.1, 4.2.1)</s>
-<s f="posix_getgid" u="int posix_getgid(void)">Get the current group id (POSIX.1, 4.2.1)</s>
-<s f="posix_getgrgid" u="array posix_getgrgid(long gid)">Group database access (POSIX.1, 9.2.1)</s>
-<s f="posix_getgrnam" u="array posix_getgrnam(string groupname)">Group database access (POSIX.1, 9.2.1)</s>
-<s f="posix_getgroups" u="array posix_getgroups(void)">Get supplementary group id's (POSIX.1, 4.2.3)</s>
-<s f="posix_getlogin" u="string posix_getlogin(void)">Get user name (POSIX.1, 4.2.4)</s>
-<s f="posix_getpgid" u="int posix_getpgid(void)">Get the process group id of the specified process (This is not a POSIX function, but a SVR4ism, so we compile conditionally)</s>
-<s f="posix_getpgrp" u="int posix_getpgrp(void)">Get current process group id (POSIX.1, 4.3.1)</s>
-<s f="posix_getpid" u="int posix_getpid(void)">Get the current process id (POSIX.1, 4.1.1)</s>
-<s f="posix_getppid" u="int posix_getppid(void)">Get the parent process id (POSIX.1, 4.1.1)</s>
-<s f="posix_getpwnam" u="array posix_getpwnam(string groupname)">User database access (POSIX.1, 9.2.2)</s>
-<s f="posix_getpwuid" u="array posix_getpwuid(long uid)">User database access (POSIX.1, 9.2.2)</s>
-<s f="posix_getrlimit" u="array posix_getrlimit(void)">Get system resource consumption limits (This is not a POSIX function, but a BSDism and a SVR4ism. We compile conditionally)</s>
-<s f="posix_getsid" u="int posix_getsid(void)">Get process group id of session leader (This is not a POSIX function, but a SVR4ism, so be compile conditionally)</s>
-<s f="posix_getuid" u="int posix_getuid(void)">Get the current user id (POSIX.1, 4.2.1)</s>
-<s f="posix_initgroups" u="bool posix_initgroups(string name, int base_group_id)">Calculate the group access list for the user specified in name.</s>
-<s f="posix_isatty" u="bool posix_isatty(int fd)">Determine if filedesc is a tty (POSIX.1, 4.7.1)</s>
-<s f="posix_kill" u="bool posix_kill(int pid, int sig)">Send a signal to a process (POSIX.1, 3.3.2)</s>
-<s f="posix_mkfifo" u="bool posix_mkfifo(string pathname, int mode)">Make a FIFO special file (POSIX.1, 5.4.2)</s>
-<s f="posix_mknod" u="bool posix_mknod(string pathname, int mode [, int major [, int minor]])">Make a special or ordinary file (POSIX.1)</s>
-<s f="posix_setegid" u="bool posix_setegid(int uid)">Set effective group id</s>
-<s f="posix_seteuid" u="bool posix_seteuid(int uid)">Set effective user id</s>
-<s f="posix_setgid" u="bool posix_setgid(int uid)">Set group id (POSIX.1, 4.2.2)</s>
-<s f="posix_setpgid" u="bool posix_setpgid(int pid, int pgid)">Set process group id for job control (POSIX.1, 4.3.3)</s>
-<s f="posix_setsid" u="int posix_setsid(void)">Create session and set process group id (POSIX.1, 4.3.2)</s>
-<s f="posix_setuid" u="bool posix_setuid(int uid)">Set user id (POSIX.1, 4.2.2)</s>
-<s f="posix_strerror" u="string posix_strerror(int errno)">Retrieve the system error message associated with the given errno.</s>
-<s f="posix_times" u="array posix_times(void)">Get process times (POSIX.1, 4.5.2)</s>
-<s f="posix_ttyname" u="string posix_ttyname(int fd)">Determine terminal device name (POSIX.1, 4.7.2)</s>
-<s f="posix_uname" u="array posix_uname(void)">Get system name (POSIX.1, 4.4.1)</s>
-<s f="pspell_add_to_personal" u="bool pspell_add_to_personal(int pspell, string word)">Adds a word to a personal list</s>
-<s f="pspell_add_to_session" u="bool pspell_add_to_session(int pspell, string word)">Adds a word to the current session</s>
-<s f="pspell_check" u="bool pspell_check(int pspell, string word)">Returns true if word is valid</s>
-<s f="pspell_clear_session" u="bool pspell_clear_session(int pspell)">Clears the current session</s>
-<s f="pspell_config_create" u="int pspell_config_create(string language [, string spelling [, string jargon [, string encoding]]])">Create a new config to be used later to create a manager</s>
-<s f="pspell_config_data_dir" u="bool pspell_config_data_dir(int conf, string directory)">location of language data files</s>
-<s f="pspell_config_dict_dir" u="bool pspell_config_dict_dir(int conf, string directory)">location of the main word list</s>
-<s f="pspell_config_ignore" u="bool pspell_config_ignore(int conf, int ignore)">Ignore words &lt;= n chars</s>
-<s f="pspell_config_mode" u="bool pspell_config_mode(int conf, long mode)">Select mode for config (PSPELL_FAST, PSPELL_NORMAL or PSPELL_BAD_SPELLERS)</s>
-<s f="pspell_config_personal" u="bool pspell_config_personal(int conf, string personal)">Use a personal dictionary for this config</s>
-<s f="pspell_config_repl" u="bool pspell_config_repl(int conf, string repl)">Use a personal dictionary with replacement pairs for this config</s>
-<s f="pspell_config_runtogether" u="bool pspell_config_runtogether(int conf, bool runtogether)">Consider run-together words as valid components</s>
-<s f="pspell_config_save_repl" u="bool pspell_config_save_repl(int conf, bool save)">Save replacement pairs when personal list is saved for this config</s>
-<s f="pspell_new" u="int pspell_new(string language [, string spelling [, string jargon [, string encoding [, int mode]]]])">Load a dictionary</s>
-<s f="pspell_new_config" u="int pspell_new_config(int config)">Load a dictionary based on the given config</s>
-<s f="pspell_new_personal" u="int pspell_new_personal(string personal, string language [, string spelling [, string jargon [, string encoding [, int mode]]]])">Load a dictionary with a personal wordlist</s>
-<s f="pspell_save_wordlist" u="bool pspell_save_wordlist(int pspell)">Saves the current (personal) wordlist</s>
-<s f="pspell_store_replacement" u="bool pspell_store_replacement(int pspell, string misspell, string correct)">Notify the dictionary of a user-selected replacement</s>
-<s f="pspell_suggest" u="array pspell_suggest(int pspell, string word)">Returns array of suggestions</s>
-<s f="readline" u="string readline([string prompt])">Reads a line</s>
-<s f="readline_add_history" u="bool readline_add_history([string prompt])">Adds a line to the history</s>
-<s f="readline_callback_handler_install" u="void readline_callback_handler_install(string prompt, mixed callback)">Initializes the readline callback interface and terminal, prints the prompt and returns immediately</s>
-<s f="readline_callback_handler_remove" u="bool readline_callback_handler_remove()">Removes a previously installed callback handler and restores terminal settings</s>
-<s f="readline_callback_read_char" u="void readline_callback_read_char()">Informs the readline callback interface that a character is ready for input</s>
-<s f="readline_clear_history" u="bool readline_clear_history(void)">Clears the history</s>
-<s f="readline_completion_function" u="bool readline_completion_function(string funcname)">Readline completion function?</s>
-<s f="readline_info" u="mixed readline_info([string varname] [, string newvalue])">Gets/sets various internal readline variables.</s>
-<s f="readline_list_history" u="array readline_list_history(void)">Lists the history</s>
-<s f="readline_on_new_line" u="void readline_on_new_line(void)">Inform readline that the cursor has moved to a new line</s>
-<s f="readline_read_history" u="bool readline_read_history([string filename] [, int from] [,int to])">Reads the history</s>
-<s f="readline_redisplay" u="void readline_redisplay(void)">Ask readline to redraw the display</s>
-<s f="readline_write_history" u="bool readline_write_history([string filename])">Writes the history</s>
-<s f="recode_file" u="bool recode_file(string request, resource input, resource output)">Recode file input into file output according to request</s>
-<s f="recode_string" u="string recode_string(string request, string str)">Recode string str according to request string</s>
-<s f="session_cache_expire" u="int session_cache_expire([int new_cache_expire])">Return the current cache expire. If new_cache_expire is given, the current cache_expire is replaced with new_cache_expire</s>
-<s f="session_cache_limiter" u="string session_cache_limiter([string new_cache_limiter])">Return the current cache limiter. If new_cache_limited is given, the current cache_limiter is replaced with new_cache_limiter</s>
-<s f="session_decode" u="bool session_decode(string data)">Deserializes data and reinitializes the variables</s>
-<s f="session_destroy" u="bool session_destroy(void)">Destroy the current session and all data associated with it</s>
-<s f="session_encode" u="string session_encode(void)">Serializes the current setup and returns the serialized representation</s>
-<s f="session_get_cookie_params" u="array session_get_cookie_params(void)">Return the session cookie parameters</s>
-<s f="session_id" u="string session_id([string newid])">Return the current session id. If newid is given, the session id is replaced with newid</s>
-<s f="session_module_name" u="string session_module_name([string newname])">Return the current module name used for accessing session data. If newname is given, the module name is replaced with newname</s>
-<s f="session_name" u="string session_name([string newname])">Return the current session name. If newname is given, the session name is replaced with newname</s>
-<s f="session_regenerate_id" u="bool session_regenerate_id([bool delete_old_session])">Update the current session id with a newly generated one. If delete_old_session is set to true, remove the old session.</s>
-<s f="session_save_path" u="string session_save_path([string newname])">Return the current save path passed to module_name. If newname is given, the save path is replaced with newname</s>
-<s f="session_set_cookie_params" u="void session_set_cookie_params(int lifetime [, string path [, string domain [, bool secure[, bool httponly]]]])">Set session cookie parameters</s>
-<s f="session_set_save_handler" u="void session_set_save_handler(string open, string close, string read, string write, string destroy, string gc)">Sets user-level functions</s>
-<s f="session_start" u="bool session_start(void)">Begin session - reinitializes freezed variables, registers browsers etc</s>
-<s f="session_unset" u="void session_unset(void)">Unset all registered variables</s>
-<s f="session_write_close" u="void session_write_close(void)">Write session data and end session</s>
-<s f="SimpleXMLElement::addAttribute" u="void SimpleXMLElement::addAttribute(string qName, string value [,string ns])">Add Attribute with optional namespace information</s>
-<s f="SimpleXMLElement::addChild" u="void SimpleXMLElement::addChild(string qName [, string value [, string ns]])">Add Element with optional namespace information</s>
-<s f="SimpleXMLElement::asXML" u="string SimpleXMLElement::asXML([string filename])">Return a well-formed XML string based on SimpleXML element</s>
-<s f="SimpleXMLElement::attributes" u="array SimpleXMLElement::attributes([string ns [, bool is_prefix]])">Identifies an element's attributes</s>
-<s f="SimpleXMLElement::children" u="object SimpleXMLElement::children([string ns [, bool is_prefix]])">Finds children of given node</s>
-<s f="SimpleXMLElement::getDocNamespaces" u="string SimpleXMLElement::getDocNamespaces([bool recursive])">Return all namespaces registered with document</s>
-<s f="SimpleXMLElement::getName" u="object SimpleXMLElement::getName()">Finds children of given node</s>
-<s f="SimpleXMLElement::getNamespaces" u="string SimpleXMLElement::getNamespaces([bool recursve])">Return all namespaces in use</s>
-<s f="SimpleXMLElement::registerXPathNamespace" u="bool SimpleXMLElement::registerXPathNamespace(string prefix, string ns)">Creates a prefix/ns context for the next XPath query</s>
-<s f="SimpleXMLElement::xpath" u="array SimpleXMLElement::xpath(string path)">Runs XPath query on the XML data</s>
-<s f="SimpleXMLElement::__construct" u=" SimpleXMLElement::__construct(string data [, int options [, bool data_is_url [, string ns [, bool is_prefix]]]])">SimpleXMLElement constructor</s>
-<s f="confirm_extname_compiled" u="string confirm_extname_compiled(string arg)">Return a string to confirm that the module is compiled in</s>
-<s f="php_snmpv3" u="void php_snmpv3(INTERNAL_FUNCTION_PARAMETERS, int st)">* * Generic SNMPv3 object fetcher * From here is passed on the the common internal object fetcher. * * st=SNMP_CMD_GET   snmp3_get() - query an agent and return a single value. * st=SNMP_CMD_GETNEXT   snmp3_getnext() - query an agent and return the next single value. * st=SNMP_CMD_WALK   snmp3_walk() - walk the mib and return a single dimensional array  *                       containing the values. * st=SNMP_CMD_REALWALK   snmp3_real_walk() - walk the mib and return an  *                            array of oid,value pairs. * st=SNMP_CMD_SET  snmp3_set() - query an agent and set a single value *</s>
-<s f="snmp2_get" u="string snmp2_get(string host, string community, string object_id [, int timeout [, int retries]])">Fetch a SNMP object</s>
-<s f="snmp2_getnext" u="string snmp2_getnext(string host, string community, string object_id [, int timeout [, int retries]])">Fetch a SNMP object</s>
-<s f="snmp2_real_walk" u="array snmp2_real_walk(string host, string community, string object_id [, int timeout [, int retries]])">Return all objects including their respective object id withing the specified one</s>
-<s f="snmp2_set" u="int snmp2_set(string host, string community, string object_id, string type, mixed value [, int timeout [, int retries]])">Set the value of a SNMP object</s>
-<s f="snmp2_walk" u="array snmp2_walk(string host, string community, string object_id [, int timeout [, int retries]])">Return all objects under the specified object id</s>
-<s f="snmp3_get" u="int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]])">Fetch the value of a SNMP object</s>
-<s f="snmp3_getnext" u="int snmp3_getnext(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]])">Fetch the value of a SNMP object</s>
-<s f="snmp3_real_walk" u="int snmp3_real_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]])">Fetch the value of a SNMP object</s>
-<s f="snmp3_set" u="int snmp3_set(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, string type, mixed value [, int timeout [, int retries]])">Fetch the value of a SNMP object</s>
-<s f="snmp3_walk" u="int snmp3_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]])">Fetch the value of a SNMP object</s>
-<s f="snmp_get_quick_print" u="bool snmp_get_quick_print(void)">Return the current status of quick_print</s>
-<s f="snmp_get_valueretrieval" u="int snmp_get_valueretrieval()">Return the method how the SNMP values will be returned</s>
-<s f="snmp_read_mib" u="int snmp_read_mib(string filename)">Reads and parses a MIB file into the active MIB tree.</s>
-<s f="snmp_set_enum_print" u="void snmp_set_enum_print(int enum_print)">Return all values that are enums with their enum value instead of the raw integer</s>
-<s f="snmp_set_oid_output_format" u="void snmp_set_oid_output_format(int oid_format)">Set the OID output format.</s>
-<s f="snmp_set_quick_print" u="void snmp_set_quick_print(int quick_print)">Return all objects including their respective object id withing the specified one</s>
-<s f="snmp_set_valueretrieval" u="int snmp_set_valueretrieval(int method)">Specify the method how the SNMP values will be returned</s>
-<s f="snmpget" u="string snmpget(string host, string community, string object_id [, int timeout [, int retries]])">Fetch a SNMP object</s>
-<s f="snmpgetnext" u="string snmpgetnext(string host, string community, string object_id [, int timeout [, int retries]])">Fetch a SNMP object</s>
-<s f="snmprealwalk" u="array snmprealwalk(string host, string community, string object_id [, int timeout [, int retries]])">Return all objects including their respective object id withing the specified one</s>
-<s f="snmpset" u="int snmpset(string host, string community, string object_id, string type, mixed value [, int timeout [, int retries]])">Set the value of a SNMP object</s>
-<s f="snmpwalk" u="array snmpwalk(string host, string community, string object_id [, int timeout [, int retries]])">Return all objects under the specified object id</s>
-<s f="SoapClient::__doRequest" u="string SoapClient::__doRequest()">SoapClient::__doRequest()</s>
-<s f="SoapClient::__getCookies" u="array SoapClient::__getCookies()">Returns array of cookies.</s>
-<s f="SoapClient::__getLastRequestHeaders" u="string SoapClient::__getLastRequestHeaders(void)">Returns last SOAP request headers</s>
-<s f="SoapClient::__getLastResponseHeaders" u="string SoapClient::__getLastResponseHeaders(void)">Returns last SOAP response headers</s>
-<s f="SoapClient::__setCookie" u="void SoapClient::__setCookie(string name [, strung value])">Sets cookie thet will sent with SOAP request.    The call to this function will effect all folowing calls of SOAP methods.    If value is not specified cookie is removed.</s>
-<s f="SoapClient::__setLocation" u="string SoapClient::__setLocation([string new_location])">Sets the location option (the endpoint URL that will be touched by the    following SOAP requests).    If new_location is not specified or null then SoapClient will use endpoint    from WSDL file.    The function returns old value of location options.</s>
-<s f="SoapClient::__setSoapHeaders" u="void SoapClient::__setSoapHeaders(array SoapHeaders)">Sets SOAP headers for subsequent calls (replaces any previous    values).    If no value is specified, all of the headers are removed.</s>
-<s f="SoapServer::addFunction" u="void SoapServer::addFunction(mixed functions)">Adds one or several functions those will handle SOAP requests</s>
-<s f="SoapServer::getFunctions" u="array SoapServer::getFunctions(void)">Returns list of defined functions</s>
-<s f="SoapServer::setClass" u="void SoapServer::setClass(string class_name [, mixed args])">Sets class which will handle SOAP requests</s>
-<s f="SoapServer::setObject" u="void SoapServer::setObject(object)">Sets object which will handle SOAP requests</s>
-<s f="socket_accept" u="resource socket_accept(resource socket)">Accepts a connection on the listening socket fd</s>
-<s f="socket_bind" u="bool socket_bind(resource socket, string addr [, int port])">Binds an open socket to a listening port, port is only specified in AF_INET family.</s>
-<s f="socket_clear_error" u="void socket_clear_error([resource socket])">Clears the error on the socket or the last error code.</s>
-<s f="socket_close" u="void socket_close(resource socket)">Closes a file descriptor</s>
-<s f="socket_connect" u="bool socket_connect(resource socket, string addr [, int port])">Opens a connection to addr:port on the socket specified by socket</s>
-<s f="socket_create" u="resource socket_create(int domain, int type, int protocol)">Creates an endpoint for communication in the domain specified by domain, of type specified by type</s>
-<s f="socket_create_listen" u="resource socket_create_listen(int port[, int backlog])">Opens a socket on port to accept connections</s>
-<s f="socket_create_pair" u="bool socket_create_pair(int domain, int type, int protocol, array &amp;fd)">Creates a pair of indistinguishable sockets and stores them in fds.</s>
-<s f="socket_get_option" u="mixed socket_get_option(resource socket, int level, int optname)">Gets socket options for the socket</s>
-<s f="socket_getpeername" u="bool socket_getpeername(resource socket, string &amp;addr[, int &amp;port])">Queries the remote side of the given socket which may either result in host/port or in a UNIX filesystem path, dependent on its type.</s>
-<s f="socket_getsockname" u="bool socket_getsockname(resource socket, string &amp;addr[, int &amp;port])">Queries the remote side of the given socket which may either result in host/port or in a UNIX filesystem path, dependent on its type.</s>
-<s f="socket_last_error" u="int socket_last_error([resource socket])">Returns the last socket error (either the last used or the provided socket resource)</s>
-<s f="socket_listen" u="bool socket_listen(resource socket[, int backlog])">Sets the maximum number of connections allowed to be waited for on the socket specified by fd</s>
-<s f="socket_read" u="string socket_read(resource socket, int length [, int type])">Reads a maximum of length bytes from socket</s>
-<s f="socket_recv" u="int socket_recv(resource socket, string &amp;buf, int len, int flags)">Receives data from a connected socket</s>
-<s f="socket_recvfrom" u="int socket_recvfrom(resource socket, string &amp;buf, int len, int flags, string &amp;name [, int &amp;port])">Receives data from a socket, connected or not</s>
-<s f="socket_select" u="int socket_select(array &amp;read_fds, array &amp;write_fds, &amp;array except_fds, int tv_sec[, int tv_usec])">Runs the select() system call on the sets mentioned with a timeout specified by tv_sec and tv_usec</s>
-<s f="socket_send" u="int socket_send(resource socket, string buf, int len, int flags)">Sends data to a connected socket</s>
-<s f="socket_sendto" u="int socket_sendto(resource socket, string buf, int len, int flags, string addr [, int port])">Sends a message to a socket, whether it is connected or not</s>
-<s f="socket_set_block" u="bool socket_set_block(resource socket)">Sets blocking mode on a socket resource</s>
-<s f="socket_set_nonblock" u="bool socket_set_nonblock(resource socket)">Sets nonblocking mode on a socket resource</s>
-<s f="socket_set_option" u="bool socket_set_option(resource socket, int level, int optname, int|array optval)">Sets socket options for the socket</s>
-<s f="socket_shutdown" u="bool socket_shutdown(resource socket[, int how])">Shuts down a socket for receiving, sending, or both.</s>
-<s f="socket_strerror" u="string socket_strerror(int errno)">Returns a string describing an error</s>
-<s f="socket_write" u="int socket_write(resource socket, string buf[, int length])">Writes the buffer to the socket resource, length is optional</s>
-<s f="class_implements" u="array class_implements(mixed what [, bool autoload ])">Return all classes and interfaces implemented by SPL</s>
-<s f="class_parents" u="array class_parents(object instance)">Return an array containing the names of all parent classes</s>
-<s f="spl_autoload" u="void spl_autoload(string class_name [, string file_extensions])">Default implementation for __autoload()</s>
-<s f="spl_autoload_call" u="void spl_autoload_call(string class_name)">Try all registerd autoload function to load the requested class</s>
-<s f="spl_autoload_extensions" u="string spl_autoload_extensions([string file_extensions])">Register and return default file extensions for spl_autoload</s>
-<s f="spl_autoload_register" u="bool spl_autoload_register([mixed autoload_function = &quot;spl_autoload&quot; [, throw = true]])">Register given function as __autoload() implementation</s>
-<s f="spl_autoload_unregister" u="bool spl_autoload_unregister(mixed autoload_function)">Unregister given function as __autoload() implementation</s>
-<s f="spl_classes" u="array spl_classes()">Return an array containing the names of all clsses and interfaces defined in SPL</s>
-<s f="spl_object_hash" u="string spl_object_hash(object obj)">Return hash id for given object</s>
-<s f="ArrayIterator::next" u="void ArrayIterator::next()">Move to next entry</s>
-<s f="ArrayIterator::rewind" u="void ArrayIterator::rewind()">Rewind array back to the start</s>
-<s f="ArrayIterator::seek" u="void ArrayIterator::seek(int $position)">Seek to position.</s>
-<s f="ArrayIterator::valid" u="bool ArrayIterator::valid()">Check whether array contains more entries</s>
-<s f="ArrayObject::__construct" u="void ArrayObject::__construct(array|object ar = array() [, int flags = 0 [, string iterator_class = &quot;ArrayIterator&quot;]])">proto void ArrayIterator::__construct(array|object ar = array() [, int flags = 0]) U  Cronstructs a new array iterator from a path.</s>
-<s f="ArrayObject::append" u="void ArrayObject::append(mixed $newval)">proto void ArrayIterator::append(mixed $newval) U  Appends the value (cannot be called for objects).</s>
-<s f="ArrayObject::asort" u="int ArrayObject::asort()">proto int ArrayIterator::asort() U  Sort the entries by values.</s>
-<s f="ArrayObject::count" u="int ArrayObject::count()">proto int ArrayIterator::count() U  Return the number of elements in the Iterator.</s>
-<s f="ArrayObject::getFlags" u="int ArrayObject::getFlags()">Get flags</s>
-<s f="ArrayObject::getIterator" u="ArrayIterator ArrayObject::getIterator()">Create a new iterator from a ArrayObject instance</s>
-<s f="ArrayObject::getIteratorClass" u="string ArrayObject::getIteratorClass()">Get the class used in getIterator.</s>
-<s f="ArrayObject::ksort" u="int ArrayObject::ksort()">proto int ArrayIterator::ksort() U  Sort the entries by key.</s>
-<s f="ArrayObject::natcasesort" u="int ArrayObject::natcasesort()">proto int ArrayIterator::natcasesort() U  Sort the entries by key using case insensitive &quot;natural order&quot; algorithm.</s>
-<s f="ArrayObject::natsort" u="int ArrayObject::natsort()">proto int ArrayIterator::natsort() U  Sort the entries by values using &quot;natural order&quot; algorithm.</s>
-<s f="ArrayObject::offsetExists" u="bool ArrayObject::offsetExists(mixed $index)">proto bool ArrayIterator::offsetExists(mixed $index) U  Returns whether the requested $index exists.</s>
-<s f="ArrayObject::offsetGet" u="mixed ArrayObject::offsetGet(mixed $index)">proto mixed ArrayIterator::offsetGet(mixed $index) U  Returns the value at the specified $index.</s>
-<s f="ArrayObject::offsetSet" u="void ArrayObject::offsetSet(mixed $index, mixed $newval)">proto void ArrayIterator::offsetSet(mixed $index, mixed $newval) U  Sets the value at the specified $index to $newval.</s>
-<s f="ArrayObject::offsetUnset" u="void ArrayObject::offsetUnset(mixed $index)">proto void ArrayIterator::offsetUnset(mixed $index) U  Unsets the value at the specified $index.</s>
-<s f="ArrayObject::setFlags" u="void ArrayObject::setFlags(int flags)">Set flags</s>
-<s f="ArrayObject::setIteratorClass" u="void ArrayObject::setIteratorClass(string iterator_class)">Set the class used in getIterator.</s>
-<s f="ArrayObject::uasort" u="int ArrayObject::uasort(callback cmp_function)">proto int ArrayIterator::uasort(callback cmp_function) U  Sort the entries by values user defined function.</s>
-<s f="ArrayObject::uksort" u="int ArrayObject::uksort(callback cmp_function)">proto int ArrayIterator::uksort(callback cmp_function) U  Sort the entries by key using user defined function.</s>
-<s f="RecursiveArrayIterator::getChildren" u="object RecursiveArrayIterator::getChildren()">Create a sub iterator for the current element (same class as $this)</s>
-<s f="RecursiveArrayIterator::hasChildren" u="bool RecursiveArrayIterator::hasChildren()">Check whether current element has children (e.g. is an array)</s>
-<s f="DirectoryIterator::__construct" u="void DirectoryIterator::__construct(string $path, [int $flags = 0])">Cronstructs a new dir iterator from a path.</s>
-<s f="DirectoryIterator::count" u="string DirectoryIterator::count()">Return number of entries in directory, works only when USE_GLOB is in effect</s>
-<s f="DirectoryIterator::current" u="DirectoryIterator DirectoryIterator::current()">Return this (needed for Iterator interface)</s>
-<s f="DirectoryIterator::getBasename" u="string DirectoryIterator::getBasename([string $suffix])">Returns filename component of current dir entry</s>
-<s f="DirectoryIterator::getChildren" u="RecursiveDirectoryIterator DirectoryIterator::getChildren()">Returns an iterator for the current entry if it is a directory</s>
-<s f="DirectoryIterator::getFilename" u="string DirectoryIterator::getFilename()">Return filename of current dir entry</s>
-<s f="DirectoryIterator::isDot" u="bool DirectoryIterator::isDot()">Returns true if current entry is '.' or  '..'</s>
-<s f="DirectoryIterator::key" u="string DirectoryIterator::key()">Return current dir entry</s>
-<s f="DirectoryIterator::next" u="void DirectoryIterator::next()">Move to next entry</s>
-<s f="DirectoryIterator::rewind" u="void DirectoryIterator::rewind()">Rewind dir back to the start</s>
-<s f="DirectoryIterator::valid" u="string DirectoryIterator::valid()">Check whether dir contains more entries</s>
-<s f="RecursiveDirectoryIterator::__construct" u="void RecursiveDirectoryIterator::__construct(string path [, int flags])">Cronstructs a new dir iterator from a path.</s>
-<s f="RecursiveDirectoryIterator::current" u="string RecursiveDirectoryIterator::current()">Return getFilename(), getFileInfo() or $this depending on flags</s>
-<s f="RecursiveDirectoryIterator::getSubPath" u="void RecursiveDirectoryIterator::getSubPath()">Get sub path</s>
-<s f="RecursiveDirectoryIterator::getSubPathname" u="void RecursiveDirectoryIterator::getSubPathname()">Get sub path and file name</s>
-<s f="RecursiveDirectoryIterator::hasChildren" u="bool RecursiveDirectoryIterator::hasChildren([bool $allow_links = false])">Returns whether current entry is a directory and not '.' or '..'</s>
-<s f="RecursiveDirectoryIterator::key" u="string RecursiveDirectoryIterator::key()">Return getPathname() or getFilename() depending on flags</s>
-<s f="RecursiveDirectoryIterator::next" u="void RecursiveDirectoryIterator::next()">Move to next entry</s>
-<s f="RecursiveDirectoryIterator::rewind" u="void RecursiveDirectoryIterator::rewind()">Rewind dir back to the start</s>
-<s f="SplFileInfo::__construct" u="void SplFileInfo::__construct(string file_name)">Cronstructs a new SplFileInfo from a path.</s>
-<s f="SplFileInfo::getATime" u="int SplFileInfo::getATime()">Get last access time of file</s>
-<s f="SplFileInfo::getBasename" u="string SplFileInfo::getBasename([string $suffix])">Returns filename component of path</s>
-<s f="SplFileInfo::getCTime" u="int SplFileInfo::getCTime()">Get inode modification time of file</s>
-<s f="SplFileInfo::getFileInfo" u="SplFileInfo SplFileInfo::getFileInfo([string $class_name])">Get/copy file info</s>
-<s f="SplFileInfo::getFilename" u="string SplFileInfo::getFilename()">Return filename only</s>
-<s f="SplFileInfo::getGroup" u="int SplFileInfo::getGroup()">Get file group</s>
-<s f="SplFileInfo::getInode" u="int SplFileInfo::getInode()">Get file inode</s>
-<s f="SplFileInfo::getLinkTarget" u="string SplFileInfo::getLinkTarget()">Return the target of a symbolic link</s>
-<s f="SplFileInfo::getMTime" u="int SplFileInfo::getMTime()">Get last modification time of file</s>
-<s f="SplFileInfo::getOwner" u="int SplFileInfo::getOwner()">Get file owner</s>
-<s f="SplFileInfo::getPath" u="string SplFileInfo::getPath()">Return the path</s>
-<s f="SplFileInfo::getPathInfo" u="SplFileInfo SplFileInfo::getPathInfo([string $class_name])">Get/copy file info</s>
-<s f="SplFileInfo::getPathname" u="string SplFileInfo::getPathname()">Return path and filename</s>
-<s f="SplFileInfo::getPerms" u="int SplFileInfo::getPerms()">Get file permissions</s>
-<s f="SplFileInfo::getRealPath" u="string SplFileInfo::getRealPath()">Return the resolved path</s>
-<s f="SplFileInfo::getSize" u="int SplFileInfo::getSize()">Get file size</s>
-<s f="SplFileInfo::getType" u="string SplFileInfo::getType()">Get file type</s>
-<s f="SplFileInfo::isDir" u="bool SplFileInfo::isDir()">Returns true if file is directory</s>
-<s f="SplFileInfo::isExecutable" u="bool SplFileInfo::isExecutable()">Returns true if file is executable</s>
-<s f="SplFileInfo::isFile" u="bool SplFileInfo::isFile()">Returns true if file is a regular file</s>
-<s f="SplFileInfo::isLink" u="bool SplFileInfo::isLink()">Returns true if file is symbolic link</s>
-<s f="SplFileInfo::isReadable" u="bool SplFileInfo::isReadable()">Returns true if file can be read</s>
-<s f="SplFileInfo::isWritable" u="bool SplFileInfo::isWritable()">Returns true if file can be written</s>
-<s f="SplFileInfo::openFile" u="SplFileObject SplFileInfo::openFile([string mode = 'r' [, bool use_include_path  [, resource context]]])">Open the current file</s>
-<s f="SplFileInfo::setFileClass" u="void SplFileInfo::setFileClass([string class_name])">Class to use in openFile()</s>
-<s f="SplFileInfo::setInfoClass" u="void SplFileInfo::setInfoClass([string class_name])">Class to use in getFileInfo(), getPathInfo()</s>
-<s f="SplFileObject::__construct" u="void SplFileObject::__construct(string filename [, string mode = 'r' [, bool use_include_path  [, resource context]]]])">Construct a new file object</s>
-<s f="SplFileObject::current" u="string SplFileObject::current()">Return current line from file</s>
-<s f="SplFileObject::eof" u="void SplFileObject::eof()">Return whether end of file is reached</s>
-<s f="SplFileObject::fflush" u="bool SplFileObject::fflush()">Flush the file</s>
-<s f="SplFileObject::fgetc" u="int SplFileObject::fgetc()">Get a character form the file</s>
-<s f="SplFileObject::fgetcsv" u="array SplFileObject::fgetcsv([string delimiter [, string enclosure]])">Return current line as csv</s>
-<s f="SplFileObject::fgets" u="string SplFileObject::fgets()">Rturn next line from file</s>
-<s f="SplFileObject::fgetss" u="string SplFileObject::fgetss([string allowable_tags])">Get a line from file pointer and strip HTML tags</s>
-<s f="SplFileObject::flock" u="bool SplFileObject::flock(int operation [, int &amp;wouldblock])">Portable file locking</s>
-<s f="SplFileObject::fpassthru" u="int SplFileObject::fpassthru()">Output all remaining data from a file pointer</s>
-<s f="SplFileObject::fscanf" u="bool SplFileObject::fscanf(string format [, string ...])">Implements a mostly ANSI compatible fscanf()</s>
-<s f="SplFileObject::fseek" u="int SplFileObject::fseek(int pos [, int whence = SEEK_SET])">Return current file position</s>
-<s f="SplFileObject::fstat" u="bool SplFileObject::fstat()">Stat() on a filehandle</s>
-<s f="SplFileObject::ftell" u="int SplFileObject::ftell()">Return current file position</s>
-<s f="SplFileObject::ftruncate" u="bool SplFileObject::ftruncate(int size)">Truncate file to 'size' length</s>
-<s f="SplFileObject::fwrite" u="mixed SplFileObject::fwrite(string str [, int length])">Binary-safe file write</s>
-<s f="SplFileObject::getChildren" u="bool SplFileObject::getChildren()">Read NULL</s>
-<s f="SplFileObject::getCsvControl" u="array SplFileObject::getCsvControl()">Get the delimiter and enclosure character used in fgetcsv</s>
-<s f="SplFileObject::getFlags" u="int SplFileObject::getFlags()">Get file handling flags</s>
-<s f="SplFileObject::getMaxLineLen" u="int SplFileObject::getMaxLineLen()">Get maximum line length</s>
-<s f="SplFileObject::hasChildren" u="bool SplFileObject::hasChildren()">Return false</s>
-<s f="SplFileObject::key" u="int SplFileObject::key()">Return line number</s>
-<s f="SplFileObject::next" u="void SplFileObject::next()">Read next line</s>
-<s f="SplFileObject::rewind" u="void SplFileObject::rewind()">Rewind the file and read the first line</s>
-<s f="SplFileObject::seek" u="void SplFileObject::seek(int line_pos)">Seek to specified line</s>
-<s f="SplFileObject::setCsvControl" u="void SplFileObject::setCsvControl([string delimiter = ',' [, string enclosure = '&quot;']])">Set the delimiter and enclosure character used in fgetcsv</s>
-<s f="SplFileObject::setFlags" u="void SplFileObject::setFlags(int flags)">Set file handling flags</s>
-<s f="SplFileObject::setMaxLineLen" u="void SplFileObject::setMaxLineLen(int max_len)">Set maximum line length</s>
-<s f="SplFileObject::valid" u="void SplFileObject::valid()">Return !eof()</s>
-<s f="SplTempFileObject::__construct" u="void SplTempFileObject::__construct([int max_memory])">Construct a new temp file object</s>
-<s f="AppendIterator::__construct" u="void AppendIterator::__construct()">Create an AppendIterator</s>
-<s f="AppendIterator::append" u="void AppendIterator::append(Iterator it)">Append an iterator</s>
-<s f="AppendIterator::getArrayIterator" u="ArrayIterator AppendIterator::getArrayIterator()">Get access to inner ArrayIterator</s>
-<s f="AppendIterator::getIteratorIndex" u="int AppendIterator::getIteratorIndex()">Get index of iterator</s>
-<s f="AppendIterator::next" u="void AppendIterator::next()">Forward to next element</s>
-<s f="AppendIterator::rewind" u="void AppendIterator::rewind()">Rewind to the first iterator and rewind the first iterator, too</s>
-<s f="AppendIterator::valid" u="bool AppendIterator::valid()">Check if the current state is valid</s>
-<s f="CachingIterator::__construct" u="void CachingIterator::__construct(Iterator it [, flags = CIT_CALL_TOSTRING])">Construct a CachingIterator from an Iterator</s>
-<s f="CachingIterator::__toString" u="string CachingIterator::__toString()">Return the string representation of the current element</s>
-<s f="CachingIterator::count" u="void CachingIterator::count()">Number of cached elements</s>
-<s f="CachingIterator::getCache" u="bool CachingIterator::getCache()">Return the cache</s>
-<s f="CachingIterator::getFlags" u="int CachingIterator::getFlags()">Return the internal flags</s>
-<s f="CachingIterator::hasNext" u="bool CachingIterator::hasNext()">Check whether the inner iterator has a valid next element</s>
-<s f="CachingIterator::next" u="void CachingIterator::next()">Move the iterator forward</s>
-<s f="CachingIterator::offsetExists" u="bool CachingIterator::offsetExists(mixed index)">Return whether the requested index exists</s>
-<s f="CachingIterator::offsetGet" u="string CachingIterator::offsetGet(mixed index)">Return the internal cache if used</s>
-<s f="CachingIterator::offsetSet" u="void CachingIterator::offsetSet(mixed index, mixed newval)">Set given index in cache</s>
-<s f="CachingIterator::offsetUnset" u="void CachingIterator::offsetUnset(mixed index)">Unset given index in cache</s>
-<s f="CachingIterator::rewind" u="void CachingIterator::rewind()">Rewind the iterator</s>
-<s f="CachingIterator::setFlags" u="void CachingIterator::setFlags(int flags)">Set the internal flags</s>
-<s f="CachingIterator::valid" u="bool CachingIterator::valid()">Check whether the current element is valid</s>
-<s f="EmptyIterator::current" u="void EmptyIterator::current()">Throws exception BadMethodCallException</s>
-<s f="EmptyIterator::key" u="void EmptyIterator::key()">Throws exception BadMethodCallException</s>
-<s f="EmptyIterator::next" u="void EmptyIterator::next()">Does nothing</s>
-<s f="EmptyIterator::rewind" u="void EmptyIterator::rewind()">Does nothing</s>
-<s f="EmptyIterator::valid" u="false EmptyIterator::valid()">Return false</s>
-<s f="FilterIterator::__construct" u="void FilterIterator::__construct(Iterator it)">Create an Iterator from another iterator</s>
-<s f="FilterIterator::current" u="mixed FilterIterator::current()">proto mixed CachingIterator::current() U        proto mixed LimitIterator::current() U        proto mixed ParentIterator::current() U        proto mixed IteratorIterator::current() U        proto mixed NoRewindIterator::current() U        proto mixed AppendIterator::current() U    Get the current element value</s>
-<s f="FilterIterator::getInnerIterator" u="Iterator FilterIterator::getInnerIterator()">proto Iterator CachingIterator::getInnerIterator() U        proto Iterator LimitIterator::getInnerIterator() U        proto Iterator ParentIterator::getInnerIterator() U    Get the inner iterator</s>
-<s f="FilterIterator::key" u="mixed FilterIterator::key()">proto mixed CachingIterator::key() U        proto mixed LimitIterator::key() U        proto mixed ParentIterator::key() U        proto mixed IteratorIterator::key() U        proto mixed NoRewindIterator::key() U        proto mixed AppendIterator::key() U    Get the current key</s>
-<s f="FilterIterator::next" u="void FilterIterator::next()">Move the iterator forward</s>
-<s f="FilterIterator::rewind" u="void FilterIterator::rewind()">Rewind the iterator</s>
-<s f="FilterIterator::valid" u="bool FilterIterator::valid()">proto bool ParentIterator::valid() U        proto bool IteratorIterator::valid() U        proto bool NoRewindIterator::valid() U    Check whether the current element is valid</s>
-<s f="InfiniteIterator::__construct" u="void InfiniteIterator::__construct(Iterator it)">Create an iterator from another iterator</s>
-<s f="InfiniteIterator::next" u="void InfiniteIterator::next()">Prevent a call to inner iterators rewind() (internally the current data will be fetched if valid())</s>
-<s f="IteratorIterator::__construct" u="void IteratorIterator::__construct(Traversable it)">Create an iterator from anything that is traversable</s>
-<s f="LimitIterator::getPosition" u="int LimitIterator::getPosition()">Return the current position</s>
-<s f="LimitIterator::next" u="void LimitIterator::next()">Move the iterator forward</s>
-<s f="LimitIterator::rewind" u="void LimitIterator::rewind()">Rewind the iterator to the specified starting offset</s>
-<s f="LimitIterator::seek" u="void LimitIterator::seek(int position)">Seek to the given position</s>
-<s f="LimitIterator::valid" u="bool LimitIterator::valid()">Check whether the current element is valid</s>
-<s f="NoRewindIterator::__construct" u="void NoRewindIterator::__construct(Iterator it)">Create an iterator from another iterator</s>
-<s f="NoRewindIterator::current" u="mixed NoRewindIterator::current()">Return inner iterators current()</s>
-<s f="NoRewindIterator::key" u="mixed NoRewindIterator::key()">Return inner iterators key()</s>
-<s f="NoRewindIterator::next" u="void NoRewindIterator::next()">Return inner iterators next()</s>
-<s f="NoRewindIterator::rewind" u="void NoRewindIterator::rewind()">Prevent a call to inner iterators rewind()</s>
-<s f="NoRewindIterator::valid" u="bool NoRewindIterator::valid()">Return inner iterators valid()</s>
-<s f="ParentIterator::__construct" u="void ParentIterator::__construct(RecursiveIterator it)">Create a ParentIterator from a RecursiveIterator</s>
-<s f="ParentIterator::next" u="void ParentIterator::next()">proto void IteratorIterator::next() U        proto void NoRewindIterator::next() U    Move the iterator forward</s>
-<s f="ParentIterator::rewind" u="void ParentIterator::rewind()">proto void IteratorIterator::rewind()    Rewind the iterator</s>
-<s f="RecursiveCachingIterator::__construct" u="void RecursiveCachingIterator::__construct(RecursiveIterator it [, flags = CIT_CALL_TOSTRING])">Create an iterator from a RecursiveIterator</s>
-<s f="RecursiveCachingIterator::getChildren" u="RecursiveCachingIterator RecursiveCachingIterator::getChildren()">Return the inner iterator's children as a RecursiveCachingIterator</s>
-<s f="RecursiveCachingIterator::hasChildren" u="bool RecursiveCachingIterator::hasChildren()">Check whether the current element of the inner iterator has children</s>
-<s f="RecursiveFilterIterator::__construct" u="void RecursiveFilterIterator::__construct(RecursiveIterator it)">Create a RecursiveFilterIterator from a RecursiveIterator</s>
-<s f="RecursiveFilterIterator::getChildren" u="RecursiveFilterIterator RecursiveFilterIterator::getChildren()">Return the inner iterator's children contained in a RecursiveFilterIterator</s>
-<s f="RecursiveFilterIterator::hasChildren" u="bool RecursiveFilterIterator::hasChildren()">Check whether the inner iterator's current element has children</s>
-<s f="RecursiveIteratorIterator::beginChildren" u="void RecursiveIteratorIterator::beginChildren()">Called when recursing one level down</s>
-<s f="RecursiveIteratorIterator::beginIteration" u="RecursiveIterator RecursiveIteratorIterator::beginIteration()">Called when iteration begins (after first rewind() call)</s>
-<s f="RecursiveIteratorIterator::callGetChildren" u="RecursiveIterator RecursiveIteratorIterator::callGetChildren()">Return children of current element</s>
-<s f="RecursiveIteratorIterator::callHasChildren" u="bool RecursiveIteratorIterator::callHasChildren()">Called for each element to test whether it has children</s>
-<s f="RecursiveIteratorIterator::current" u="mixed RecursiveIteratorIterator::current()">Access the current element value</s>
-<s f="RecursiveIteratorIterator::endChildren" u="void RecursiveIteratorIterator::endChildren()">Called when end recursing one level</s>
-<s f="RecursiveIteratorIterator::endIteration" u="RecursiveIterator RecursiveIteratorIterator::endIteration()">Called when iteration ends (when valid() first returns false</s>
-<s f="RecursiveIteratorIterator::getDepth" u="int RecursiveIteratorIterator::getDepth()">Get the current depth of the recursive iteration</s>
-<s f="RecursiveIteratorIterator::getInnerIterator" u="RecursiveIterator RecursiveIteratorIterator::getInnerIterator()">The current active sub iterator</s>
-<s f="RecursiveIteratorIterator::getSubIterator" u="RecursiveIterator RecursiveIteratorIterator::getSubIterator([int level])">The current active sub iterator or the iterator at specified level</s>
-<s f="RecursiveIteratorIterator::key" u="mixed RecursiveIteratorIterator::key()">Access the current key</s>
-<s f="RecursiveIteratorIterator::next" u="void RecursiveIteratorIterator::next()">Move forward to the next element</s>
-<s f="RecursiveIteratorIterator::nextElement" u="void RecursiveIteratorIterator::nextElement()">Called when the next element is available</s>
-<s f="RecursiveIteratorIterator::rewind" u="void RecursiveIteratorIterator::rewind()">Rewind the iterator to the first element of the top level inner iterator.</s>
-<s f="RecursiveIteratorIterator::setMaxDepth" u="void RecursiveIteratorIterator::setMaxDepth([$max_depth = -1])">Set the maximum allowed depth (or any depth if pmax_depth = -1]</s>
-<s f="RecursiveIteratorIterator::valid" u="bool RecursiveIteratorIterator::valid()">Check whether the current position is valid</s>
-<s f="RecursiveRegexIterator::__construct" u="void RecursiveRegexIterator::__construct(RecursiveIterator it, string regex [, int mode [, int flags [, int preg_flags]]])">Create an RecursiveRegexIterator from another recursive iterator and a regular expression</s>
-<s f="RecursiveRegexIterator::getChildren" u="RecursiveRegexIterator RecursiveRegexIterator::getChildren()">Return the inner iterator's children contained in a RecursiveRegexIterator</s>
-<s f="RegexIterator::__construct" u="void RegexIterator::__construct(Iterator it, string regex [, int mode [, int flags [, int preg_flags]]])">Create an RegexIterator from another iterator and a regular expression</s>
-<s f="RegexIterator::accept" u="bool RegexIterator::accept()">Match (string)current() against regular expression</s>
-<s f="RegexIterator::getFlags" u="bool RegexIterator::getFlags()">Returns current PREG flags (if in use or NULL)</s>
-<s f="RegexIterator::getFlags" u="bool RegexIterator::getFlags()">Returns current operation flags</s>
-<s f="RegexIterator::getMode" u="bool RegexIterator::getMode()">Returns current operation mode</s>
-<s f="RegexIterator::setFlags" u="bool RegexIterator::setFlags(int new_flags)">Set operation flags</s>
-<s f="RegexIterator::setMode" u="bool RegexIterator::setMode(int new_mode)">Set new operation mode</s>
-<s f="RegexIterator::setPregFlags" u="bool RegexIterator::setPregFlags(int new_flags)">Set PREG flags</s>
-<s f="LimitIterator::__construct" u=" LimitIterator::__construct(Iterator it [, int offset, int count])">Construct a LimitIterator from an Iterator with a given starting offset and optionally a maximum count</s>
-<s f="iterator_apply" u="int iterator_apply(Traversable it, mixed function [, mixed params])">Calls a function for every element in an iterator</s>
-<s f="iterator_count" u="int iterator_count(Traversable it)">Count the elements in an iterator</s>
-<s f="iterator_to_array" u="array iterator_to_array(Traversable it [, bool use_keys = true])">Copy the iterator into an array</s>
-<s f="SplObjectStorage::attach" u="void SplObjectStorage::attach($obj)">Attaches an object to the storage if not yet contained</s>
-<s f="SplObjectStorage::contains" u="bool SplObjectStorage::contains($obj)">Determine whethe an object is contained in the storage</s>
-<s f="SplObjectStorage::count" u="int SplObjectStorage::count()">Determine number of objects in storage</s>
-<s f="SplObjectStorage::current" u="mixed SplObjectStorage::current()"></s>
-<s f="SplObjectStorage::detach" u="void SplObjectStorage::detach($obj)">Detaches an object from the storage</s>
-<s f="SplObjectStorage::key" u="mixed SplObjectStorage::key()"></s>
-<s f="SplObjectStorage::next" u="void SplObjectStorage::next()"></s>
-<s f="SplObjectStorage::rewind" u="void SplObjectStorage::rewind()"></s>
-<s f="SplObjectStorage::serialize" u="string SplObjectStorage::serialize()"></s>
-<s f="SplObjectStorage::unserialize" u="void SplObjectStorage::unserialize(string serialized)"></s>
-<s f="SplObjectStorage::valid" u="bool SplObjectStorage::valid()"></s>
-<s f="SimpleXMLIterator::count" u="int SimpleXMLIterator::count()">Get number of child elements</s>
-<s f="SimpleXMLIterator::current" u="SimpleXMLIterator SimpleXMLIterator::current()">Get current element</s>
-<s f="SimpleXMLIterator::getChildren" u="SimpleXMLIterator SimpleXMLIterator::getChildren()">Get child element iterator</s>
-<s f="SimpleXMLIterator::hasChildren" u="bool SimpleXMLIterator::hasChildren()">Check whether element has children (elements)</s>
-<s f="SimpleXMLIterator::key" u="string SimpleXMLIterator::key()">Get name of current child element</s>
-<s f="SimpleXMLIterator::next" u="void SimpleXMLIterator::next()">Move to next element</s>
-<s f="SimpleXMLIterator::rewind" u="void SimpleXMLIterator::rewind()">Rewind to first element</s>
-<s f="SimpleXMLIterator::valid" u="bool SimpleXMLIterator::valid()">Check whether iteration is valid</s>
-<s f="sqlite_array_query" u="array sqlite_array_query(resource db, string query [ , int result_type [, bool decode_binary]])">Executes a query against a given database and returns an array of arrays.</s>
-<s f="sqlite_busy_timeout" u="void sqlite_busy_timeout(resource db, int ms)">Set busy timeout duration. If ms &lt;= 0, all busy handlers are disabled.</s>
-<s f="sqlite_changes" u="int sqlite_changes(resource db)">Returns the number of rows that were changed by the most recent SQL statement.</s>
-<s f="sqlite_close" u="void sqlite_close(resource db)">Closes an open sqlite database.</s>
-<s f="sqlite_column" u="mixed sqlite_column(resource result, mixed index_or_name [, bool decode_binary])">Fetches a column from the current row of a result set.</s>
-<s f="sqlite_create_aggregate" u="bool sqlite_create_aggregate(resource db, string funcname, mixed step_func, mixed finalize_func[, long num_args])">Registers an aggregate function for queries.</s>
-<s f="sqlite_create_function" u="bool sqlite_create_function(resource db, string funcname, mixed callback[, long num_args])">Registers a &quot;regular&quot; function for queries.</s>
-<s f="sqlite_current" u="array sqlite_current(resource result [, int result_type [, bool decode_binary]])">Fetches the current row from a result set as an array.</s>
-<s f="sqlite_error_string" u="string sqlite_error_string(int error_code)">Returns the textual description of an error code.</s>
-<s f="sqlite_escape_string" u="string sqlite_escape_string(string item)">Escapes a string for use as a query parameter.</s>
-<s f="sqlite_exec" u="boolean sqlite_exec(string query, resource db[, string &amp;error_message])">Executes a result-less query against a given database</s>
-<s f="sqlite_factory" u="object sqlite_factory(string filename [, int mode [, string &amp;error_message]])">Opens a SQLite database and creates an object for it. Will create the database if it does not exist.</s>
-<s f="sqlite_fetch_all" u="array sqlite_fetch_all(resource result [, int result_type [, bool decode_binary]])">Fetches all rows from a result set as an array of arrays.</s>
-<s f="sqlite_fetch_array" u="array sqlite_fetch_array(resource result [, int result_type [, bool decode_binary]])">Fetches the next row from a result set as an array.</s>
-<s f="sqlite_fetch_column_types" u="resource sqlite_fetch_column_types(string table_name, resource db [, int result_type])">Return an array of column types from a particular table.</s>
-<s f="sqlite_fetch_object" u="object sqlite_fetch_object(resource result [, string class_name [, NULL|array ctor_params [, bool decode_binary]]])">Fetches the next row from a result set as an object.</s>
-<s f="sqlite_fetch_single" u="string sqlite_fetch_single(resource result [, bool decode_binary])">Fetches the first column of a result set as a string.</s>
-<s f="sqlite_field_name" u="string sqlite_field_name(resource result, int field_index)">Returns the name of a particular field of a result set.</s>
-<s f="sqlite_has_prev" u="bool sqlite_has_prev(resource result)">* Returns whether a previous row is available.</s>
-<s f="sqlite_key" u="int sqlite_key(resource result)">Return the current row index of a buffered result.</s>
-<s f="sqlite_last_error" u="int sqlite_last_error(resource db)">Returns the error code of the last error for a database.</s>
-<s f="sqlite_last_insert_rowid" u="int sqlite_last_insert_rowid(resource db)">Returns the rowid of the most recently inserted row.</s>
-<s f="sqlite_libencoding" u="string sqlite_libencoding()">Returns the encoding (iso8859 or UTF-8) of the linked SQLite library.</s>
-<s f="sqlite_libversion" u="string sqlite_libversion()">Returns the version of the linked SQLite library.</s>
-<s f="sqlite_next" u="bool sqlite_next(resource result)">Seek to the next row number of a result set.</s>
-<s f="sqlite_num_fields" u="int sqlite_num_fields(resource result)">Returns the number of fields in a result set.</s>
-<s f="sqlite_num_rows" u="int sqlite_num_rows(resource result)">Returns the number of rows in a buffered result set.</s>
-<s f="sqlite_open" u="resource sqlite_open(string filename [, int mode [, string &amp;error_message]])">Opens a SQLite database. Will create the database if it does not exist.</s>
-<s f="sqlite_popen" u="resource sqlite_popen(string filename [, int mode [, string &amp;error_message]])">Opens a persistent handle to a SQLite database. Will create the database if it does not exist.</s>
-<s f="sqlite_prev" u="bool sqlite_prev(resource result)">* Seek to the previous row number of a result set.</s>
-<s f="sqlite_query" u="resource sqlite_query(string query, resource db [, int result_type [, string &amp;error_message]])">Executes a query against a given database and returns a result handle.</s>
-<s f="sqlite_rewind" u="bool sqlite_rewind(resource result)">Seek to the first row number of a buffered result set.</s>
-<s f="sqlite_seek" u="bool sqlite_seek(resource result, int row)">Seek to a particular row number of a buffered result set.</s>
-<s f="sqlite_single_query" u="array sqlite_single_query(resource db, string query [, bool first_row_only [, bool decode_binary]])">Executes a query and returns either an array for one single column or the value of the first row.</s>
-<s f="sqlite_udf_decode_binary" u="string sqlite_udf_decode_binary(string data)">Decode binary encoding on a string parameter passed to an UDF.</s>
-<s f="sqlite_udf_encode_binary" u="string sqlite_udf_encode_binary(string data)">Apply binary encoding (if required) to a string to return from an UDF.</s>
-<s f="sqlite_unbuffered_query" u="resource sqlite_unbuffered_query(string query, resource db [ , int result_type [, string &amp;error_message]])">Executes a query that does not prefetch and buffer all data.</s>
-<s f="sqlite_valid" u="bool sqlite_valid(resource result)">Returns whether more rows are available.</s>
-<s f="array_change_key_case" u="array array_change_key_case(array input [, int case=CASE_LOWER])">Retuns an array with all string keys lowercased [or uppercased]</s>
-<s f="array_chunk" u="array array_chunk(array input, int size [, bool preserve_keys])">Split array into chunks</s>
-<s f="array_combine" u="array array_combine(array keys, array values)">Creates an array by using the elements of the first parameter as keys and the elements of the second as the corresponding values</s>
-<s f="array_count_values" u="array array_count_values(array input)">Return the value as key and the frequency of that value in input as value</s>
-<s f="array_diff" u="array array_diff(array arr1, array arr2 [, array ...])">Returns the entries of arr1 that have values which are not present in any of the others arguments.</s>
-<s f="array_diff_assoc" u="array array_diff_assoc(array arr1, array arr2 [, array ...])">Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal</s>
-<s f="array_diff_key" u="array array_diff_key(array arr1, array arr2 [, array ...])">Returns the entries of arr1 that have keys which are not present in any of the others arguments. This function is like array_diff() but works on the keys instead of the values. The associativity is preserved.</s>
-<s f="array_diff_uassoc" u="array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)">Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Elements are compared by user supplied function.</s>
-<s f="array_diff_ukey" u="array array_diff_ukey(array arr1, array arr2 [, array ...], callback key_comp_func)">Returns the entries of arr1 that have keys which are not present in any of the others arguments. User supplied function is used for comparing the keys. This function is like array_udiff() but works on the keys instead of the values. The associativity is preserved.</s>
-<s f="array_fill" u="array array_fill(int start_key, int num, mixed val)">Create an array containing num elements starting with index start_key each initialized to val</s>
-<s f="array_fill_keys" u="array array_fill_keys(array keys, mixed val)">Create an array using the elements of the first parameter as keys each initialized to val</s>
-<s f="array_filter" u="array array_filter(array input [, mixed callback])">Filters elements from the array via the callback.</s>
-<s f="array_flip" u="array array_flip(array input)">Return array with key &lt;-&gt; value flipped</s>
-<s f="array_intersect" u="array array_intersect(array arr1, array arr2 [, array ...])">Returns the entries of arr1 that have values which are present in all the other arguments</s>
-<s f="array_intersect_assoc" u="array array_intersect_assoc(array arr1, array arr2 [, array ...])">Returns the entries of arr1 that have values which are present in all the other arguments. Keys are used to do more restrictive check</s>
-<s f="array_intersect_key" u="array array_intersect_key(array arr1, array arr2 [, array ...])">Returns the entries of arr1 that have keys which are present in all the other arguments. Kind of equivalent to array_diff(array_keys($arr1), array_keys($arr2)[,array_keys(...)]). Equivalent of array_intersect_assoc() but does not do compare of the data.</s>
-<s f="array_intersect_uassoc" u="array array_intersect_uassoc(array arr1, array arr2 [, array ...], callback key_compare_func)">Returns the entries of arr1 that have values which are present in all the other arguments. Keys are used to do more restrictive check and they are compared by using an user-supplied callback.</s>
-<s f="array_intersect_ukey" u="array array_intersect_ukey(array arr1, array arr2 [, array ...], callback key_compare_func)">Returns the entries of arr1 that have keys which are present in all the other arguments. Kind of equivalent to array_diff(array_keys($arr1), array_keys($arr2)[,array_keys(...)]). The comparison of the keys is performed by a user supplied function. Equivalent of array_intersect_uassoc() but does not do compare of the data.</s>
-<s f="array_key_exists" u="bool array_key_exists(mixed key, array search)">Checks if the given key or index exists in the array</s>
-<s f="array_keys" u="array array_keys(array input [, mixed search_value[, bool strict]])">Return just the keys from the input array, optionally only for the specified search_value</s>
-<s f="array_map" u="array array_map(mixed callback, array input1 [, array input2 ,...])">Applies the callback to the elements in given arrays.</s>
-<s f="array_merge" u="array array_merge(array arr1, array arr2 [, array ...])">Merges elements from passed arrays into one array</s>
-<s f="array_merge_recursive" u="array array_merge_recursive(array arr1, array arr2 [, array ...])">Recursively merges elements from passed arrays into one array</s>
-<s f="array_multisort" u="bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING]], ...])">Sort multiple arrays at once similar to how ORDER BY clause works in SQL</s>
-<s f="array_pad" u="array array_pad(array input, int pad_size, mixed pad_value)">Returns a copy of input array padded with pad_value to size pad_size</s>
-<s f="array_pop" u="mixed array_pop(array stack)">Pops an element off the end of the array</s>
-<s f="array_product" u="mixed array_product(array input)">Returns the product of the array entries</s>
-<s f="array_push" u="int array_push(array stack, mixed var [, mixed ...])">Pushes elements onto the end of the array</s>
-<s f="array_rand" u="mixed array_rand(array input [, int num_req])">Return key/keys for random entry/entries in the array</s>
-<s f="array_reduce" u="mixed array_reduce(array input, mixed callback [, int initial])">Iteratively reduce the array to a single value via the callback.</s>
-<s f="array_reverse" u="array array_reverse(array input [, bool preserve keys])">Return input as a new array with the order of the entries reversed</s>
-<s f="array_search" u="mixed array_search(mixed needle, array haystack [, bool strict])">Searches the array for a given value and returns the corresponding key if successful</s>
-<s f="array_shift" u="mixed array_shift(array stack)">Pops an element off the beginning of the array</s>
-<s f="array_slice" u="array array_slice(array input, int offset [, int length [, bool preserve_keys]])">Returns elements specified by offset and length</s>
-<s f="array_splice" u="array array_splice(array input, int offset [, int length [, array replacement]])">Removes the elements designated by offset and length and replace them with supplied array</s>
-<s f="array_sum" u="mixed array_sum(array input)">Returns the sum of the array entries</s>
-<s f="array_udiff" u="array array_udiff(array arr1, array arr2 [, array ...], callback data_comp_func)">Returns the entries of arr1 that have values which are not present in any of the others arguments. Elements are compared by user supplied function.</s>
-<s f="array_udiff_assoc" u="array array_udiff_assoc(array arr1, array arr2 [, array ...], callback data_comp_func)">Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Entries are compared by user supplied function.</s>
-<s f="array_udiff_uassoc" u="array array_udiff_uassoc(array arr1, array arr2 [, array ...], callback data_comp_func, callback key_comp_func)">Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Keys and elements are compared by user supplied functions.</s>
-<s f="array_uintersect" u="array array_uintersect(array arr1, array arr2 [, array ...], callback data_compare_func)">Returns the entries of arr1 that have values which are present in all the other arguments. Data is compared by using an user-supplied callback.</s>
-<s f="array_uintersect_assoc" u="array array_uintersect_assoc(array arr1, array arr2 [, array ...], callback data_compare_func)">Returns the entries of arr1 that have values which are present in all the other arguments. Keys are used to do more restrictive check. Data is compared by using an user-supplied callback.</s>
-<s f="array_uintersect_uassoc" u="array array_uintersect_uassoc(array arr1, array arr2 [, array ...], callback data_compare_func, callback key_compare_func)">Returns the entries of arr1 that have values which are present in all the other arguments. Keys are used to do more restrictive check. Both data and keys are compared by using user-supplied callbacks.</s>
-<s f="array_unique" u="array array_unique(array input)">Removes duplicate values from array</s>
-<s f="array_unshift" u="int array_unshift(array stack, mixed var [, mixed ...])">Pushes elements onto the beginning of the array</s>
-<s f="array_values" u="array array_values(array input)">Return just the values from the input array</s>
-<s f="array_walk" u="bool array_walk(array input, mixed callback [, mixed userdata])">Apply a user function to every member of an array</s>
-<s f="array_walk_recursive" u="bool array_walk_recursive(array input, mixed callback [, mixed userdata])">Apply a user function recursively to every member of an array</s>
-<s f="arsort" u="bool arsort(array &amp;array_arg [, int sort_flags])">Sort an array in reverse order and maintain index association</s>
-<s f="asort" u="bool asort(array &amp;array_arg [, int sort_flags])">Sort an array and maintain index association</s>
-<s f="compact" u="array compact(mixed var_names [, mixed ...])">Creates a hash containing variables and their values</s>
-<s f="count" u="int count(mixed var [, int mode])">Count the number of elements in a variable (usually an array)</s>
-<s f="current" u="mixed current(array array_arg)">Return the element currently pointed to by the internal array pointer</s>
-<s f="end" u="mixed end(array array_arg)">Advances array argument's internal pointer to the last element and return it</s>
-<s f="extract" u="int extract(array var_array [, int extract_type [, string prefix]])">Imports variables into symbol table from an array</s>
-<s f="in_array" u="bool in_array(mixed needle, array haystack [, bool strict])">Checks if the given value exists in the array</s>
-<s f="key" u="mixed key(array array_arg)">Return the key of the element currently pointed to by the internal array pointer</s>
-<s f="krsort" u="bool krsort(array &amp;array_arg [, int sort_flags])">Sort an array by key value in reverse order</s>
-<s f="ksort" u="bool ksort(array &amp;array_arg [, int sort_flags])">Sort an array by key</s>
-<s f="max" u="mixed max(mixed arg1 [, mixed arg2 [, mixed ...]])">Return the highest value in an array or a series of arguments</s>
-<s f="min" u="mixed min(mixed arg1 [, mixed arg2 [, mixed ...]])">Return the lowest value in an array or a series of arguments</s>
-<s f="natcasesort" u="void natcasesort(array &amp;array_arg)">Sort an array using case-insensitive natural sort</s>
-<s f="natsort" u="void natsort(array &amp;array_arg)">Sort an array using natural sort</s>
-<s f="next" u="mixed next(array array_arg)">Move array argument's internal pointer to the next element and return it</s>
-<s f="prev" u="mixed prev(array array_arg)">Move array argument's internal pointer to the previous element and return it</s>
-<s f="range" u="array range(mixed low, mixed high[, int step])">Create an array containing the range of integers or characters from low to high (inclusive)</s>
-<s f="reset" u="mixed reset(array array_arg)">Set array argument's internal pointer to the first element and return it</s>
-<s f="rsort" u="bool rsort(array &amp;array_arg [, int sort_flags])">Sort an array in reverse order</s>
-<s f="shuffle" u="bool shuffle(array array_arg)">Randomly shuffle the contents of an array</s>
-<s f="sort" u="bool sort(array &amp;array_arg [, int sort_flags])">Sort an array</s>
-<s f="uasort" u="bool uasort(array array_arg, mixed comparator)">Sort an array with a user-defined comparison function and maintain index association</s>
-<s f="uksort" u="bool uksort(array array_arg, mixed comparator)">Sort an array by keys using a user-defined comparison function</s>
-<s f="usort" u="bool usort(array array_arg, mixed comparator)">Sort an array by values using a user-defined comparison function</s>
-<s f="assert" u="int assert(string|bool assertion)">Checks if assertion is false</s>
-<s f="assert_options" u="mixed assert_options(int what [, mixed value])">Set/get the various assert flags</s>
-<s f="base64_decode" u="binary base64_decode(binary str[, bool strict])">Decodes string using MIME base64 algorithm</s>
-<s f="base64_encode" u="binary base64_encode(binary str)">Encodes string using MIME base64 algorithm</s>
-<s f="call_user_func" u="mixed call_user_func(mixed function_name [, mixed parmeter] [, mixed ...])">Call a user function which is the first parameter</s>
-<s f="call_user_func_array" u="mixed call_user_func_array(string function_name, array parameters)">Call a user function which is the first parameter with the arguments contained in array</s>
-<s f="call_user_method" u="mixed call_user_method(string method_name, mixed object [, mixed parameter] [, mixed ...])">Call a user method on a specific object or class</s>
-<s f="call_user_method_array" u="mixed call_user_method_array(string method_name, mixed object, array params)">Call a user method on a specific object or class using a parameter array</s>
-<s f="connection_aborted" u="int connection_aborted(void)">Returns true if client disconnected</s>
-<s f="connection_status" u="int connection_status(void)">Returns the connection status bitfield</s>
-<s f="constant" u="mixed constant(string const_name)">Given the name of a constant this function will return the constant's associated value</s>
-<s f="error_get_last" u="array error_get_last()">Get the last occurred error as associative array. Returns NULL if there hasn't been an error yet.</s>
-<s f="error_log" u="bool error_log(string message [, int message_type [, string destination [, string extra_headers]]])">Send an error message somewhere</s>
-<s f="flush" u="void flush(void)">Flush the output buffer</s>
-<s f="get_cfg_var" u="string get_cfg_var(string option_name)">Get the value of a PHP configuration option</s>
-<s f="get_current_user" u="string get_current_user(void)">Get the name of the owner of the current PHP script</s>
-<s f="get_include_path" u="string get_include_path()">Get the current include_path configuration option</s>
-<s f="getenv" u="string getenv(string varname)">Get the value of an environment variable</s>
-<s f="getopt" u="array getopt(string options [, array longopts])">Get options from the command line argument list</s>
-<s f="getprotobyname" u="int getprotobyname(string name)">Returns protocol number associated with name as per /etc/protocols</s>
-<s f="getprotobynumber" u="string getprotobynumber(int proto)">Returns protocol name associated with protocol number proto</s>
-<s f="getservbyname" u="int getservbyname(string service, string protocol)">Returns port associated with service. Protocol must be &quot;tcp&quot; or &quot;udp&quot;</s>
-<s f="getservbyport" u="string getservbyport(int port, string protocol)">Returns service name associated with port. Protocol must be &quot;tcp&quot; or &quot;udp&quot;</s>
-<s f="highlight_file" u="bool highlight_file(string file_name [, bool return] )">Syntax highlight a source file</s>
-<s f="highlight_string" u="bool highlight_string(string string [, bool return] )">Syntax highlight a string or optionally return it</s>
-<s f="ignore_user_abort" u="int ignore_user_abort([string value])">Set whether we want to ignore a user abort event or not</s>
-<s f="import_request_variables" u="bool import_request_variables(string types [, string prefix])">Import GET/POST/Cookie variables into the global scope</s>
-<s f="inet_ntop" u="string inet_ntop(string in_addr)">Converts a packed inet address to a human readable IP address string</s>
-<s f="inet_pton" u="string inet_pton(string ip_address)">Converts a human readable IP address to a packed binary string</s>
-<s f="ini_get" u="string ini_get(string varname)">Get a configuration option</s>
-<s f="ini_get_all" u="array ini_get_all([string extension])">Get all configuration options</s>
-<s f="ini_restore" u="void ini_restore(string varname)">Restore the value of a configuration option specified by varname</s>
-<s f="ini_set" u="string ini_set(string varname, string newvalue)">Set a configuration option, returns false on error and the old value of the configuration option on success</s>
-<s f="ip2long" u="int ip2long(string ip_address)">Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address</s>
-<s f="is_uploaded_file" u="bool is_uploaded_file(string path)">Check if file was created by rfc1867 upload</s>
-<s f="long2ip" u="string long2ip(int proper_address)">Converts an (IPv4) Internet network address into a string in Internet standard dotted format</s>
-<s f="move_uploaded_file" u="bool move_uploaded_file(string path, string new_path)">Move a file if and only if it was created by an upload</s>
-<s f="parse_ini_file" u="array parse_ini_file(string filename [, bool process_sections])">Parse configuration file</s>
-<s f="php_strip_whitespace" u="string php_strip_whitespace(string file_name)">Return source with stripped comments and whitespace</s>
-<s f="print_r" u="mixed print_r(mixed var [, bool return])">Prints out or returns information about the specified variable</s>
-<s f="putenv" u="bool putenv(string setting)">Set the value of an environment variable</s>
-<s f="register_shutdown_function" u="void register_shutdown_function(string function_name)">Register a user-level function to be called on request termination</s>
-<s f="register_tick_function" u="bool register_tick_function(string function_name [, mixed arg [, mixed ... ]])">Registers a tick callback function</s>
-<s f="restore_include_path" u="void restore_include_path()">Restore the value of the include_path configuration option</s>
-<s f="set_include_path" u="string set_include_path(string new_include_path)">Sets the include_path configuration option</s>
-<s f="sleep" u="void sleep(int seconds)">Delay for a given number of seconds</s>
-<s f="sys_getloadavg" u="array sys_getloadavg()"></s>
-<s f="time_nanosleep" u="mixed time_nanosleep(long seconds, long nanoseconds)">Delay for a number of seconds and nano seconds</s>
-<s f="time_sleep_until" u="mixed time_sleep_until(float timestamp)">Make the script sleep until the specified time</s>
-<s f="unregister_tick_function" u="void unregister_tick_function(string function_name)">Unregisters a tick callback function</s>
-<s f="usleep" u="void usleep(int micro_seconds)">Delay for a given number of micro seconds</s>
-<s f="get_browser" u="mixed get_browser([string browser_name [, bool return_array]])">Get information about the capabilities of a browser. If browser_name is omitted    or null, HTTP_USER_AGENT is used. Returns an object by default; if return_array    is true, returns an array.</s>
-<s f="crc32" u="string crc32(string str)">Calculate the crc32 polynomial of a string</s>
-<s f="crypt" u="string crypt(string str [, string salt])">Hash a string</s>
-<s f="convert_cyr_string" u="string convert_cyr_string(string str, string from, string to)">Convert from one Cyrillic character set to another</s>
-<s f="strptime" u="string strptime(string timestamp, string format)">Parse a time/date generated with strftime()</s>
-<s f="chdir" u="bool chdir(string directory)">Change the current directory</s>
-<s f="chroot" u="bool chroot(string directory)">Change root directory</s>
-<s f="closedir" u="void closedir([resource dir_handle])">Close directory connection identified by the dir_handle</s>
-<s f="dir" u="object dir(string directory[, resource context])">Directory class with properties, handle and class and methods read, rewind and close</s>
-<s f="getcwd" u="mixed getcwd(void)">Gets the current directory</s>
-<s f="glob" u="array glob(string pattern [, int flags])">Find pathnames matching a pattern</s>
-<s f="opendir" u="mixed opendir(string path[, resource context])">Open a directory and return a dir_handle</s>
-<s f="readdir" u="string readdir([resource dir_handle])">Read directory entry from dir_handle</s>
-<s f="rewinddir" u="void rewinddir([resource dir_handle])">Rewind dir_handle back to the start</s>
-<s f="scandir" u="array scandir(string dir [, int sorting_order [, resource context]])">List files &amp; directories inside the specified path</s>
-<s f="dl" u="int dl(string extension_filename)">Load a PHP extension at runtime</s>
-<s f="dns_check_record" u="int dns_check_record(string host [, string type])">Check DNS records corresponding to a given Internet host name or IP address</s>
-<s f="dns_get_mx" u="bool dns_get_mx(string hostname, array mxhosts [, array weight])">Get MX records corresponding to a given Internet host name</s>
-<s f="gethostbyaddr" u="string gethostbyaddr(string ip_address)">Get the Internet host name corresponding to a given IP address</s>
-<s f="gethostbyname" u="string gethostbyname(string hostname)">Get the IP address corresponding to a given Internet host name</s>
-<s f="gethostbynamel" u="array gethostbynamel(string hostname)">Return a list of IP addresses that a given hostname resolves to.</s>
-<s f="escapeshellarg" u="string escapeshellarg(string arg)">Quote and escape an argument for use in a shell command</s>
-<s f="escapeshellcmd" u="string escapeshellcmd(string command)">Escape shell metacharacters</s>
-<s f="exec" u="string exec(string command [, array &amp;output [, int &amp;return_value]])">Execute an external program</s>
-<s f="passthru" u="void passthru(string command [, int &amp;return_value])">Execute an external program and display raw output</s>
-<s f="proc_nice" u="bool proc_nice(int priority)">Change the priority of the current process</s>
-<s f="shell_exec" u="string shell_exec(string cmd)">Execute command via shell and return complete output as string</s>
-<s f="system" u="int system(string command [, int &amp;return_value])">Execute an external program and display output</s>
-<s f="copy" u="bool copy(string source_file, string destination_file[, resource context])">Copy a file</s>
-<s f="fclose" u="bool fclose(resource fp)">Close an open file pointer</s>
-<s f="feof" u="bool feof(resource fp)">Test for end-of-file on a file pointer</s>
-<s f="fflush" u="bool fflush(resource fp)">Flushes output</s>
-<s f="fgetc" u="string fgetc(resource fp)">Get a character from file pointer</s>
-<s f="fgetcsv" u="array fgetcsv(resource fp [,int length [, string delimiter [, string enclosure[, string escape]]]])">Get line from file pointer and parse for CSV fields</s>
-<s f="fgets" u="string fgets(resource fp[, int lengthish])">Get a line from file pointer</s>
-<s f="fgetss" u="string fgetss(resource fp [, int lengthish, string allowable_tags])">Get a line from file pointer and strip HTML tags</s>
-<s f="file" u="array file(string filename [, int flags[, resource context]])">Read entire file into an array</s>
-<s f="file_get_contents" u="string file_get_contents(string filename [, long flags [, resource context [, long offset [, long maxlen]]]])">Read the entire file into a string</s>
-<s f="file_put_contents" u="int file_put_contents(string file, mixed data [, int flags [, resource context]])">Write/Create a file with contents data and return the number of bytes written</s>
-<s f="flock" u="bool flock(resource fp, int operation [, int &amp;wouldblock])">Portable file locking</s>
-<s f="fnmatch" u="bool fnmatch(string pattern, string filename [, int flags])">Match filename against pattern</s>
-<s f="fopen" u="resource fopen(string filename, string mode [, bool use_include_path [, resource context]])">Open a file or a URL and return a file pointer</s>
-<s f="fpassthru" u="int fpassthru(resource fp)">Output all remaining data from a file pointer</s>
-<s f="fputcsv" u="int fputcsv(resource fp, array fields [, string delimiter [, string enclosure]])">Format line as CSV and write to file pointer</s>
-<s f="fread" u="string fread(resource fp, int length)">Binary-safe file read</s>
-<s f="fscanf" u="mixed fscanf(resource stream, string format [, string ...])">Implements a mostly ANSI compatible fscanf()</s>
-<s f="fseek" u="int fseek(resource fp, int offset [, int whence])">Seek on a file pointer</s>
-<s f="fstat" u="array fstat(resource fp)">Stat() on a filehandle</s>
-<s f="ftell" u="int ftell(resource fp)">Get file pointer's read/write position</s>
-<s f="ftruncate" u="bool ftruncate(resource fp, int size)">Truncate file to 'size' length</s>
-<s f="fwrite" u="int fwrite(resource fp, string str [, int length])">Binary-safe file write</s>
-<s f="get_meta_tags" u="array get_meta_tags(string filename [, bool use_include_path])">Extracts all meta tag content attributes from a file and returns an array</s>
-<s f="mkdir" u="bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])">Create a directory</s>
-<s f="pclose" u="int pclose(resource fp)">Close a file pointer opened by popen()</s>
-<s f="popen" u="resource popen(string command, string mode)">Execute a command and open either a read or a write pipe to it</s>
-<s f="readfile" u="int readfile(string filename [, int flags[, resource context]])">Output a file or a URL</s>
-<s f="realpath" u="string realpath(string path)">Return the resolved path</s>
-<s f="rename" u="bool rename(string old_name, string new_name[, resource context])">Rename a file</s>
-<s f="rewind" u="bool rewind(resource fp)">Rewind the position of a file pointer</s>
-<s f="rmdir" u="bool rmdir(string dirname[, resource context])">Remove a directory</s>
-<s f="sys_get_temp_dir" u="string sys_get_temp_dir()">Returns directory path used for temporary files</s>
-<s f="tempnam" u="string tempnam(string dir, string prefix)">Create a unique filename in a directory</s>
-<s f="tmpfile" u="resource tmpfile(void)">Create a temporary file that will be deleted automatically after use</s>
-<s f="umask" u="int umask([int mask])">Return or change the umask</s>
-<s f="unlink" u="bool unlink(string filename[, context context])">Delete a file</s>
-<s f="chgrp" u="bool chgrp(string filename, mixed group)">Change file group</s>
-<s f="chmod" u="bool chmod(string filename, int mode)">Change file mode</s>
-<s f="clearstatcache" u="void clearstatcache(void)">Clear file stat cache</s>
-<s f="disk_free_space" u="float disk_free_space(string path)">Get free disk space for filesystem that path is on</s>
-<s f="disk_total_space" u="float disk_total_space(string path)">Get total disk space for filesystem that path is on</s>
-<s f="file_exists" u="bool file_exists(string filename)">Returns true if filename exists</s>
-<s f="fileatime" u="int fileatime(string filename)">Get last access time of file</s>
-<s f="filectime" u="int filectime(string filename)">Get inode modification time of file</s>
-<s f="filegroup" u="int filegroup(string filename)">Get file group</s>
-<s f="fileinode" u="int fileinode(string filename)">Get file inode</s>
-<s f="filemtime" u="int filemtime(string filename)">Get last modification time of file</s>
-<s f="fileowner" u="int fileowner(string filename)">Get file owner</s>
-<s f="fileperms" u="int fileperms(string filename)">Get file permissions</s>
-<s f="filesize" u="int filesize(string filename)">Get file size</s>
-<s f="filetype" u="string filetype(string filename)">Get file type</s>
-<s f="is_dir" u="bool is_dir(string filename)">Returns true if file is directory</s>
-<s f="is_executable" u="bool is_executable(string filename)">Returns true if file is executable</s>
-<s f="is_file" u="bool is_file(string filename)">Returns true if file is a regular file</s>
-<s f="is_link" u="bool is_link(string filename)">Returns true if file is symbolic link</s>
-<s f="is_readable" u="bool is_readable(string filename)">Returns true if file can be read</s>
-<s f="is_writable" u="bool is_writable(string filename)">Returns true if file can be written</s>
-<s f="lchgrp" u="bool lchgrp(string filename, mixed group)">Change symlink group</s>
-<s f="lstat" u="array lstat(string filename)">Give information about a file or symbolic link</s>
-<s f="stat" u="array stat(string filename)">Give information about a file</s>
-<s f="touch" u="bool touch(string filename [, int time [, int atime]])">Set modification time of file</s>
-<s f="fprintf" u="int fprintf(resource stream, string format [, mixed arg1 [, mixed ...]])">Output a formatted string into a stream</s>
-<s f="printf" u="int printf(string format [, mixed arg1 [, mixed ...]])">Output a formatted string</s>
-<s f="sprintf" u="string sprintf(string format [, mixed arg1 [, mixed ...]])">Return a formatted string</s>
-<s f="vfprintf" u="int vfprintf(resource stream, string format, array args)">Output a formatted string into a stream</s>
-<s f="vprintf" u="int vprintf(string format, array args)">Output a formatted string</s>
-<s f="vsprintf" u="string vsprintf(string format, array args)">Return a formatted string</s>
-<s f="fsockopen" u="resource fsockopen(string hostname, int port [, int errno [, string errstr [, float timeout]]])">Open Internet or Unix domain socket connection</s>
-<s f="pfsockopen" u="resource pfsockopen(string hostname, int port [, int errno [, string errstr [, float timeout]]])">Open persistent Internet or Unix domain socket connection</s>
-<s f="ftok" u="int ftok(string pathname, string proj)">Convert a pathname and a project identifier to a System V IPC key</s>
-<s f="header" u="void header(string header [, bool replace, [int http_response_code]])">Sends a raw HTTP header</s>
-<s f="headers_list" u="array headers_list(void)">Return list of headers to be sent / already sent</s>
-<s f="headers_sent" u="bool headers_sent([string &amp;$file [, int &amp;$line]])">Returns true if headers have already been sent, false otherwise</s>
-<s f="setcookie" u="bool setcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly]]]]]])">Send a cookie</s>
-<s f="setrawcookie" u="bool setrawcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly]]]]]])">Send a cookie with no url encoding of the value</s>
-<s f="get_html_translation_table" u="array get_html_translation_table([int table [, int quote_style]])">Returns the internal translation table used by htmlspecialchars and htmlentities</s>
-<s f="html_entity_decode" u="string html_entity_decode(string string [, int quote_style][, string charset])">Convert all HTML entities to their applicable characters</s>
-<s f="htmlentities" u="string htmlentities(string string [, int quote_style[, string charset[, bool double_encode]]])">Convert all applicable characters to HTML entities</s>
-<s f="htmlspecialchars" u="string htmlspecialchars(string string [, int quote_style[, string charset[, bool double_encode]]])">Convert special characters to HTML entities</s>
-<s f="htmlspecialchars_decode" u="string htmlspecialchars_decode(string string [, int quote_style])">Convert special HTML entities back to characters</s>
-<s f="http_build_query" u="string http_build_query(mixed formdata [, string prefix [, string arg_separator]])">Generates a form-encoded query string from an associative array or object.</s>
-<s f="getimagesize" u="array getimagesize(string imagefile [, array info])">Get the size of an image as 4-element array</s>
-<s f="image_type_to_extension" u="string image_type_to_extension(int imagetype [, bool include_dot])">Get file extension for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype</s>
-<s f="image_type_to_mime_type" u="string image_type_to_mime_type(int imagetype)">Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype</s>
-<s f="php_egg_logo_guid" u="string php_egg_logo_guid(void)">Return the special ID used to request the PHP logo in phpinfo screens</s>
-<s f="php_ini_loaded_file" u="string php_ini_loaded_file(void)">Return the actual loaded ini filename</s>
-<s f="php_ini_scanned_files" u="string php_ini_scanned_files(void)">Return comma-separated string of .ini files parsed from the additional ini dir</s>
-<s f="php_logo_guid" u="string php_logo_guid(void)">Return the special ID used to request the PHP logo in phpinfo screens</s>
-<s f="php_real_logo_guid" u="string php_real_logo_guid(void)">Return the special ID used to request the PHP logo in phpinfo screens</s>
-<s f="php_sapi_name" u="string php_sapi_name(void)">Return the current SAPI module name</s>
-<s f="php_uname" u="string php_uname(void)">Return information about the system PHP was built on</s>
-<s f="phpcredits" u="void phpcredits([int flag])">Prints the list of people who've contributed to the PHP project</s>
-<s f="phpinfo" u="void phpinfo([int what])">Output a page of useful information about PHP and the current request</s>
-<s f="phpversion" u="string phpversion([string extension])">Return the current PHP version</s>
-<s f="zend_logo_guid" u="string zend_logo_guid(void)">Return the special ID used to request the Zend logo in phpinfo screens</s>
-<s f="iptcembed" u="array iptcembed(string iptcdata, string jpeg_file_name [, int spool])">Embed binary IPTC data into a JPEG image.</s>
-<s f="iptcparse" u="array iptcparse(string iptcdata)">Parse binary IPTC-data into associative array</s>
-<s f="lcg_value" u="float lcg_value()">Returns a value from the combined linear congruential generator</s>
-<s f="levenshtein" u="int levenshtein(string str1, string str2[, int cost_ins, int cost_rep, int cost_del])">Calculate Levenshtein distance between two strings</s>
-<s f="link" u="int link(string target, string link)">Create a hard link</s>
-<s f="linkinfo" u="int linkinfo(string filename)">Returns the st_dev field of the UNIX C stat structure describing the link</s>
-<s f="readlink" u="string readlink(string filename)">Return the target of a symbolic link</s>
-<s f="symlink" u="int symlink(string target, string link)">Create a symbolic link</s>
-<s f="ezmlm_hash" u="int ezmlm_hash(string addr)">Calculate EZMLM list hash value.</s>
-<s f="mail" u="int mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])">Send an email message</s>
-<s f="abs" u="int abs(int number)">Return the absolute value of the number</s>
-<s f="acos" u="float acos(float number)">Return the arc cosine of the number in radians</s>
-<s f="acosh" u="float acosh(float number)">Returns the inverse hyperbolic cosine of the number, i.e. the value whose hyperbolic cosine is number</s>
-<s f="asin" u="float asin(float number)">Returns the arc sine of the number in radians</s>
-<s f="asinh" u="float asinh(float number)">Returns the inverse hyperbolic sine of the number, i.e. the value whose hyperbolic sine is number</s>
-<s f="atan" u="float atan(float number)">Returns the arc tangent of the number in radians</s>
-<s f="atan2" u="float atan2(float y, float x)">Returns the arc tangent of y/x, with the resulting quadrant determined by the signs of y and x</s>
-<s f="atanh" u="float atanh(float number)">Returns the inverse hyperbolic tangent of the number, i.e. the value whose hyperbolic tangent is number</s>
-<s f="base_convert" u="string base_convert(string number, int frombase, int tobase)">Converts a number in a string from any base &lt;= 36 to any base &lt;= 36</s>
-<s f="bindec" u="int bindec(string binary_number)">Returns the decimal equivalent of the binary number</s>
-<s f="ceil" u="float ceil(float number)">Returns the next highest integer value of the number</s>
-<s f="cos" u="float cos(float number)">Returns the cosine of the number in radians</s>
-<s f="cosh" u="float cosh(float number)">Returns the hyperbolic cosine of the number, defined as (exp(number) + exp(-number))/2</s>
-<s f="decbin" u="string decbin(int decimal_number)">Returns a string containing a binary representation of the number</s>
-<s f="dechex" u="string dechex(int decimal_number)">Returns a string containing a hexadecimal representation of the given number</s>
-<s f="decoct" u="string decoct(int decimal_number)">Returns a string containing an octal representation of the given number</s>
-<s f="deg2rad" u="float deg2rad(float number)">Converts the number in degrees to the radian equivalent</s>
-<s f="exp" u="float exp(float number)">Returns e raised to the power of the number</s>
-<s f="expm1" u="float expm1(float number)">Returns exp(number) - 1, computed in a way that accurate even when the value of number is close to zero</s>
-<s f="floor" u="float floor(float number)">Returns the next lowest integer value from the number</s>
-<s f="fmod" u="float fmod(float x, float y)">Returns the remainder of dividing x by y as a float</s>
-<s f="hexdec" u="int hexdec(string hexadecimal_number)">Returns the decimal equivalent of the hexadecimal number</s>
-<s f="hypot" u="float hypot(float num1, float num2)">Returns sqrt(num1*num1 + num2*num2)</s>
-<s f="is_finite" u="bool is_finite(float val)">Returns whether argument is finite</s>
-<s f="is_infinite" u="bool is_infinite(float val)">Returns whether argument is infinite</s>
-<s f="is_nan" u="bool is_nan(float val)">Returns whether argument is not a number</s>
-<s f="log" u="float log(float number, [float base])">Returns the natural logarithm of the number, or the base log if base is specified</s>
-<s f="log10" u="float log10(float number)">Returns the base-10 logarithm of the number</s>
-<s f="log1p" u="float log1p(float number)">Returns log(1 + number), computed in a way that accurate even when the value of number is close to zero</s>
-<s f="number_format" u="string number_format(float number [, int num_decimal_places [, string dec_seperator, string thousands_seperator]])">Formats a number with grouped thousands</s>
-<s f="octdec" u="int octdec(string octal_number)">Returns the decimal equivalent of an octal string</s>
-<s f="pi" u="float pi(void)">Returns an approximation of pi</s>
-<s f="pow" u="number pow(number base, number exponent)">Returns base raised to the power of exponent. Returns integer result when possible</s>
-<s f="rad2deg" u="float rad2deg(float number)">Converts the radian number to the equivalent number in degrees</s>
-<s f="round" u="float round(float number [, int precision])">Returns the number rounded to specified precision</s>
-<s f="sin" u="float sin(float number)">Returns the sine of the number in radians</s>
-<s f="sinh" u="float sinh(float number)">Returns the hyperbolic sine of the number, defined as (exp(number) - exp(-number))/2</s>
-<s f="sqrt" u="float sqrt(float number)">Returns the square root of the number</s>
-<s f="tan" u="float tan(float number)">Returns the tangent of the number in radians</s>
-<s f="tanh" u="float tanh(float number)">Returns the hyperbolic tangent of the number, defined as sinh(number)/cosh(number)</s>
-<s f="md5" u="string md5(string str, [ bool raw_output])">Calculate the md5 hash of a string</s>
-<s f="md5_file" u="string md5_file(string filename [, bool raw_output])">Calculate the md5 hash of given filename</s>
-<s f="metaphone" u="string metaphone(string text[, int phones])">Break english phrases down into their phonemes</s>
-<s f="getrusage" u="array getrusage([int who])">Returns an array of usage statistics</s>
-<s f="gettimeofday" u="array gettimeofday([bool get_as_float])">Returns the current time as array</s>
-<s f="microtime" u="mixed microtime([bool get_as_float])">Returns either a string or a float containing the current time in seconds and microseconds</s>
-<s f="pack" u="string pack(string format, mixed arg1 [, mixed arg2 [, mixed ...]])">Takes one or more arguments and packs them into a binary string according to the format argument</s>
-<s f="unpack" u="array unpack(string format, string input)">Unpack binary string into named array elements according to format argument</s>
-<s f="getlastmod" u="int getlastmod(void)">Get time of last page modification</s>
-<s f="getmygid" u="int getmygid(void)">Get PHP script owner's GID</s>
-<s f="getmyinode" u="int getmyinode(void)">Get the inode of the current script being parsed</s>
-<s f="getmypid" u="int getmypid(void)">Get current process ID</s>
-<s f="getmyuid" u="int getmyuid(void)">Get PHP script owner's UID</s>
-<s f="proc_close" u="int proc_close(resource process)">close a process opened by proc_open</s>
-<s f="proc_get_status" u="array proc_get_status(resource process)">get information about a process opened by proc_open</s>
-<s f="proc_open" u="resource proc_open(string command, array descriptorspec, array &amp;pipes [, string cwd [, array env [, array other_options]]])">Run a process with more control over it's file descriptors</s>
-<s f="proc_terminate" u="bool proc_terminate(resource process [, long signal])">kill a process opened by proc_open</s>
-<s f="quoted_printable_decode" u="binary quoted_printable_decode(string str)">Convert a quoted-printable string to an 8 bit string</s>
-<s f="getrandmax" u="int getrandmax(void)">Returns the maximum value a random number can have</s>
-<s f="mt_getrandmax" u="int mt_getrandmax(void)">Returns the maximum value a random number from Mersenne Twister can have</s>
-<s f="mt_rand" u="int mt_rand([int min, int max])">Returns a random number from Mersenne Twister</s>
-<s f="mt_srand" u="void mt_srand([int seed])">Seeds Mersenne Twister random number generator</s>
-<s f="rand" u="int rand([int min, int max])">Returns a random number</s>
-<s f="srand" u="void srand([int seed])">Seeds random number generator</s>
-<s f="ereg" u="int ereg(string pattern, string string [, array registers])">Regular expression match</s>
-<s f="ereg_replace" u="string ereg_replace(string pattern, string replacement, string string)">Replace regular expression</s>
-<s f="eregi" u="int eregi(string pattern, string string [, array registers])">Case-insensitive regular expression match</s>
-<s f="eregi_replace" u="string eregi_replace(string pattern, string replacement, string string)">Case insensitive replace regular expression</s>
-<s f="split" u="array split(string pattern, string string [, int limit])">Split string into array by regular expression</s>
-<s f="spliti" u="array spliti(string pattern, string string [, int limit])">Split string into array by regular expression case-insensitive</s>
-<s f="sql_regcase" u="string sql_regcase(string string)">Make regular expression for case insensitive match</s>
-<s f="sha1" u="string sha1(string str [, bool raw_output])">Calculate the sha1 hash of a string</s>
-<s f="sha1_file" u="string sha1_file(string filename [, bool raw_output])">Calculate the sha1 hash of given filename</s>
-<s f="soundex" u="string soundex(string str)">Calculate the soundex key of a string</s>
-<s f="stream_context_create" u="resource stream_context_create([array options[, array params]])">Create a file context and optionally set parameters</s>
-<s f="stream_context_get_default" u="resource stream_context_get_default([array options])">Get a handle on the default file/stream context and optionally set parameters</s>
-<s f="stream_context_get_options" u="array stream_context_get_options(resource context|resource stream)">Retrieve options for a stream/wrapper/context</s>
-<s f="stream_context_set_option" u="bool stream_context_set_option(resource context|resource stream, string wrappername, string optionname, mixed value)">* Overloaded form: stream_context_set_option(resource context|resource stream, array options)  * Set an option (or several options) for a wrapper</s>
-<s f="stream_context_set_params" u="bool stream_context_set_params(resource context|resource stream, array options)">Set parameters for a file context</s>
-<s f="stream_copy_to_stream" u="long stream_copy_to_stream(resource source, resource dest [, long maxlen [, long pos]])">Reads up to maxlen bytes from source stream and writes them to dest stream.</s>
-<s f="stream_default_encoding" u="bool stream_default_encoding(string encoding)">Convenience wrapper for ini_set('unicode.stream_encoding', $encoding)</s>
-<s f="stream_encoding" u="void stream_encoding(resource stream[, string encoding])">Set character set for stream encoding UTODO: Return current encoding charset</s>
-<s f="stream_filter_append" u="resource stream_filter_append(resource stream, string filtername[, int read_write[, mixed filterparams]])">Append a filter to a stream</s>
-<s f="stream_filter_prepend" u="resource stream_filter_prepend(resource stream, string filtername[, int read_write[, mixed filterparams]])">Prepend a filter to a stream</s>
-<s f="stream_filter_remove" u="bool stream_filter_remove(resource stream_filter)">Flushes any data in the filter's internal buffer, removes it from the chain, and frees the resource</s>
-<s f="stream_get_contents" u="string stream_get_contents(resource source [, long maxlen [, long offset]])">Reads all remaining bytes (or up to maxlen bytes) from a stream and returns them as a string.</s>
-<s f="stream_get_line" u="string stream_get_line(resource stream, int maxlen [, string ending])">Read up to maxlen bytes from a stream or until the ending string is found</s>
-<s f="stream_get_meta_data" u="array stream_get_meta_data(resource fp)">Retrieves header/meta data from streams/file pointers</s>
-<s f="stream_get_transports" u="array stream_get_transports()">Retrieves list of registered socket transports</s>
-<s f="stream_get_wrappers" u="array stream_get_wrappers()">Retrieves list of registered stream wrappers</s>
-<s f="stream_is_local" u="bool stream_is_local(resource stream|string url)"></s>
-<s f="stream_resolve_include_path" u="string stream_resolve_include_path(string filename[, resource context])">Determine what file will be opened by calls to fopen() with a relative path</s>
-<s f="stream_select" u="int stream_select(array &amp;read_streams, array &amp;write_streams, array &amp;except_streams, int tv_sec[, int tv_usec])">Runs the select() system call on the sets of streams with a timeout specified by tv_sec and tv_usec</s>
-<s f="stream_set_blocking" u="bool stream_set_blocking(resource socket, int mode)">Set blocking/non-blocking mode on a socket or stream</s>
-<s f="stream_set_timeout" u="bool stream_set_timeout(resource stream, int seconds, int microseconds)">Set timeout on stream read to seconds + microseonds</s>
-<s f="stream_set_write_buffer" u="int stream_set_write_buffer(resource fp, int buffer)">Set file write buffer</s>
-<s f="stream_socket_accept" u="resource stream_socket_accept(resource serverstream, [ double timeout, string &amp;peername ])">Accept a client connection from a server socket</s>
-<s f="stream_socket_client" u="resource stream_socket_client(string remoteaddress [, long &amp;errcode, string &amp;errstring, double timeout, long flags, resource context])">Open a client connection to a remote address</s>
-<s f="stream_socket_enable_crypto" u="int stream_socket_enable_crypto(resource stream, bool enable [, int cryptokind, resource sessionstream])">Enable or disable a specific kind of crypto on the stream</s>
-<s f="stream_socket_get_name" u="string stream_socket_get_name(resource stream, bool want_peer)">Returns either the locally bound or remote name for a socket stream</s>
-<s f="stream_socket_pair" u="array stream_socket_pair(int domain, int type, int protocol)">Creates a pair of connected, indistinguishable socket streams</s>
-<s f="stream_socket_recvfrom" u="string stream_socket_recvfrom(resource stream, long amount [, long flags [, string &amp;remote_addr]])">Receives data from a socket stream</s>
-<s f="stream_socket_sendto" u="long stream_socket_sendto(resouce stream, string data [, long flags [, string target_addr]])">Send data to a socket stream.  If target_addr is specified it must be in dotted quad (or [ipv6]) format</s>
-<s f="stream_socket_server" u="resource stream_socket_server(string localaddress [, long &amp;errcode, string &amp;errstring, long flags, resource context])">Create a server socket bound to localaddress</s>
-<s f="stream_socket_shutdown" u="int stream_socket_shutdown(resource stream, int how)">causes all or part of a full-duplex connection on the socket associated  with stream to be shut down.  If how is SHUT_RD,  further receptions will  be disallowed. If how is SHUT_WR, further transmissions will be disallowed.  If how is SHUT_RDWR,  further  receptions and transmissions will be  disallowed.</s>
-<s f="addcslashes" u="binary addcslashes(binary str, binary charlist)">Escapes all chars mentioned in charlist with backslash. It creates octal representations if asked to backslash characters with 8th bit set or with ASCII&lt;32 (except '\n', '\r', '\t' etc...)</s>
-<s f="addslashes" u="string addslashes(string str)">Escapes single quote, double quotes and backslash characters in a string with backslashes</s>
-<s f="basename" u="string basename(string path [, string suffix])">Returns the filename component of the path</s>
-<s f="bin2hex" u="string bin2hex(string data)">Converts the binary representation of data to hex</s>
-<s f="chr" u="string chr(int codepoint)">Converts a codepoint number to a character</s>
-<s f="chunk_split" u="string chunk_split(string str [, int chunklen [, string ending]])">Returns split line</s>
-<s f="count_chars" u="mixed count_chars(string input [, int mode])">Returns info about what characters are used in input</s>
-<s f="dirname" u="string dirname(string path)">Returns the directory name component of the path</s>
-<s f="explode" u="array explode(string separator, string str [, int limit])">Splits a string on string separator and return array of components. If limit is positive only limit number of components is returned. If limit is negative all components except the last abs(limit) are returned.</s>
-<s f="hebrev" u="string hebrev(string str [, int max_chars_per_line])">Converts logical Hebrew text to visual text</s>
-<s f="hebrevc" u="string hebrevc(string str [, int max_chars_per_line])">Converts logical Hebrew text to visual text with newline conversion</s>
-<s f="implode" u="string implode([string glue,] array pieces)">Joins array elements placing glue string between items and return one string</s>
-<s f="join" u="string join([string glue,] array pieces)">An alias for implode</s>
-<s f="localeconv" u="array localeconv(void)">Returns numeric formatting information based on the current locale</s>
-<s f="ltrim" u="string ltrim(string str [, string character_mask])">Strips whitespace from the beginning of a string</s>
-<s f="money_format" u="string money_format(string format , float value)">Convert monetary value(s) to string</s>
-<s f="nl2br" u="string nl2br(string str)">Converts newlines to HTML line breaks</s>
-<s f="nl_langinfo" u="string nl_langinfo(int item)">Query language and locale information</s>
-<s f="ord" u="int ord(string character)">Returns the codepoint value of a character</s>
-<s f="parse_str" u="void parse_str(string encoded_string [, array result])">Parses GET/POST/COOKIE data and sets global variables</s>
-<s f="pathinfo" u="array pathinfo(string path[, int options])">Returns information about a certain string</s>
-<s f="quotemeta" u="string quotemeta(string str)">Quotes meta characters</s>
-<s f="rtrim" u="string rtrim(string str [, string character_mask])">Removes trailing whitespace</s>
-<s f="setlocale" u="string setlocale(mixed category, string locale [, string ...])">Set locale information</s>
-<s f="similar_text" u="int similar_text(string str1, string str2 [, float percent])">Calculates the similarity between two strings</s>
-<s f="sscanf" u="mixed sscanf(string str, string format [, string ...])">Implements an ANSI C compatible sscanf</s>
-<s f="str_getcsv" u="array str_getcsv(string input[, string delimiter[, string enclosure[, string escape]]])">Parse a CSV string into an array</s>
-<s f="str_ireplace" u="mixed str_ireplace(mixed search, mixed replace, mixed subject [, int &amp;replace_count])">Replaces all occurrences of search in haystack with replace / case-insensitive</s>
-<s f="str_pad" u="string str_pad(string input, int pad_length [, string pad_string [, int pad_type]])">Returns input string padded on the left or right to specified length with pad_string</s>
-<s f="str_repeat" u="string str_repeat(string input, int mult)">Returns the input string repeat mult times</s>
-<s f="str_replace" u="mixed str_replace(mixed search, mixed replace, mixed subject [, int &amp;replace_count])">Replaces all occurrences of search in haystack with replace</s>
-<s f="str_rot13" u="string str_rot13(string str)">Perform the rot13 transform on a string</s>
-<s f="str_shuffle" u="void str_shuffle(string str)">Shuffles string. One permutation of all possible is created</s>
-<s f="str_split" u="array str_split(string str [, int split_length])">Convert a string to an array. If split_length is specified, break the string down into chunks each split_length characters long.</s>
-<s f="str_word_count" u="mixed str_word_count(string str, [int format [, string charlist]])">Counts the number of words inside a string. If format of 1 is specified,     then the function will return an array containing all the words     found inside the string. If format of 2 is specified, then the function     will return an associated array where the position of the word is the key     and the word itself is the value.      For the purpose of this function, 'word' is defined as a locale dependent     string containing alphabetic characters, which also may contain, but not start     with &quot;'&quot; and &quot;-&quot; characters.</s>
-<s f="strchr" u="string strchr(string haystack, string needle[, bool part])">An alias for strstr</s>
-<s f="strcoll" u="int strcoll(string str1, string str2)">Compares two strings using the current locale</s>
-<s f="strcspn" u="int strcspn(string str, string mask [, start [, len]])">Finds length of initial segment consisting entirely of characters not found in mask. If start or/and length is provide works like strcspn(substr($s,$start,$len),$bad_chars)</s>
-<s f="strip_tags" u="string strip_tags(string str [, string allowable_tags])">Strips HTML and PHP tags from a string</s>
-<s f="stripcslashes" u="binary stripcslashes(binary str)">Strips backslashes from a string. Uses C-style conventions</s>
-<s f="stripos" u="int stripos(string haystack, string needle [, int offset])">Finds position of first occurrence of a string within another, case insensitive</s>
-<s f="stripslashes" u="string stripslashes(string str)">Strips backslashes from a string</s>
-<s f="stristr" u="string stristr(string haystack, string needle[, bool part])">Finds first occurrence of a string within another, case insensitive</s>
-<s f="strnatcasecmp" u="int strnatcasecmp(string s1, string s2)">Returns the result of case-insensitive string comparison using 'natural' algorithm</s>
-<s f="strnatcmp" u="int strnatcmp(string s1, string s2)">Returns the result of string comparison using 'natural' algorithm</s>
-<s f="strpbrk" u="array strpbrk(string haystack, string char_list)">Search a string for any of a set of characters</s>
-<s f="strpos" u="int strpos(string haystack, mixed needle [, int offset])">Finds position of first occurrence of a string within another</s>
-<s f="strrchr" u="string strrchr(string haystack, string needle)">Finds the last occurrence of a character in a string within another</s>
-<s f="strrev" u="string strrev(string str)">Reverse a string</s>
-<s f="strripos" u="int strripos(string haystack, string needle [, int offset])">Finds position of last occurrence of a string within another string</s>
-<s f="strrpos" u="int strrpos(string haystack, string needle [, int offset])">Finds position of last occurrence of a string within another string</s>
-<s f="strspn" u="int strspn(string str, string mask [, start [, len]])">Finds length of initial segment consisting entirely of characters found in mask. If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)</s>
-<s f="strstr" u="string strstr(string haystack, string needle[, bool part])">Finds first occurrence of a string within another</s>
-<s f="strtok" u="string strtok([string str,] string token)">Tokenize a string</s>
-<s f="strtolower" u="string strtolower(string str)">Makes a string lowercase</s>
-<s f="strtotitle" u="string strtotitle(string str)">Makes a string titlecase</s>
-<s f="strtoupper" u="string strtoupper(string str)">Makes a string uppercase</s>
-<s f="strtr" u="string strtr(string str, string from[, string to])">Translates characters in str using given translation tables</s>
-<s f="substr" u="string substr(string str, int start [, int length])">Returns part of a string</s>
-<s f="substr_compare" u="int substr_compare(string main_str, string str, int offset [, int length [, bool case_sensitivity]])">Binary safe optionally case insensitive comparison of 2 strings from an offset, up to length characters</s>
-<s f="substr_count" u="int substr_count(string haystack, string needle [, int offset [, int length]])">Returns the number of times a substring occurs in the string</s>
-<s f="substr_replace" u="mixed substr_replace(mixed str, mixed repl, mixed start [, mixed length])">Replaces part of a string with another string</s>
-<s f="trim" u="string trim(string str [, string character_mask])">Strips whitespace from the beginning and end of a string</s>
-<s f="ucfirst" u="string ucfirst(string str)">Makes a string's first character uppercase</s>
-<s f="ucwords" u="string ucwords(string str)">Uppercase the first character of every word in a string</s>
-<s f="wordwrap" u="string wordwrap(string str [, int width [, string break [, boolean cut]]])">Wraps buffer to selected number of characters using string break char</s>
-<s f="closelog" u="bool closelog(void)">Close connection to system logger</s>
-<s f="define_syslog_variables" u="void define_syslog_variables(void)">Initializes all syslog-related variables</s>
-<s f="openlog" u="bool openlog(string ident, int option, int facility)">Open connection to system logger</s>
-<s f="syslog" u="bool syslog(int priority, string message)">Generate a system log message</s>
-<s f="floatval" u="float floatval(mixed var)">Get the float value of a variable</s>
-<s f="gettype" u="string gettype(mixed var)">Returns the type of the variable</s>
-<s f="intval" u="int intval(mixed var [, int base])">Get the integer value of a variable using the optional base for the conversion</s>
-<s f="is_array" u="bool is_array(mixed var)">Returns true if variable is an array</s>
-<s f="is_binary" u="bool is_binary(mixed var)">Returns true if variable is a native (binary) string</s>
-<s f="is_bool" u="bool is_bool(mixed var)">Returns true if variable is a boolean</s>
-<s f="is_buffer" u="bool is_buffer(mixed var)">Returns true if variable is a native, unicode or binary string</s>
-<s f="is_callable" u="bool is_callable(mixed var [, bool syntax_only [, string callable_name]])">Returns true if var is callable.</s>
-<s f="is_float" u="bool is_float(mixed var)">Returns true if variable is float point</s>
-<s f="is_long" u="bool is_long(mixed var)">Returns true if variable is a long (integer)</s>
-<s f="is_null" u="bool is_null(mixed var)">Returns true if variable is null</s>
-<s f="is_numeric" u="bool is_numeric(mixed value)">Returns true if value is a number or a numeric string</s>
-<s f="is_object" u="bool is_object(mixed var)">Returns true if variable is an object</s>
-<s f="is_resource" u="bool is_resource(mixed var)">Returns true if variable is a resource</s>
-<s f="is_scalar" u="bool is_scalar(mixed value)">Returns true if value is a scalar</s>
-<s f="is_string" u="bool is_string(mixed var)">Returns true if variable is a Unicode or binary string</s>
-<s f="is_unicode" u="bool is_unicode(mixed var)">Returns true if variable is a unicode string</s>
-<s f="settype" u="bool settype(mixed var, string type)">Set the type of the variable</s>
-<s f="strval" u="string strval(mixed var)">Get the string value of a variable</s>
-<s f="uniqid" u="string uniqid([string prefix , bool more_entropy])">Generates a unique ID</s>
-<s f="get_headers" u="array get_headers(string url[, int format])">fetches all the headers sent by the server in response to a HTTP request</s>
-<s f="parse_url" u="mixed parse_url(string url, [int url_component])">Parse a URL and return its components</s>
-<s f="rawurldecode" u="binary rawurldecode(binary str)">Decodes URL-encodes string</s>
-<s f="rawurlencode" u="binary rawurlencode(binary str)">URL-encodes string</s>
-<s f="urldecode" u="binary urldecode(binary str)">Decodes URL-encoded string</s>
-<s f="urlencode" u="string urlencode(binary str)">URL-encodes string</s>
-<s f="stream_bucket_append" u="void stream_bucket_append(resource brigade, resource bucket)">Append bucket to brigade</s>
-<s f="stream_bucket_make_writeable" u="object stream_bucket_make_writeable(resource brigade)">Return a bucket object from the brigade for operating on</s>
-<s f="stream_bucket_new" u="object stream_bucket_new(resource stream, string buffer)">Create a new bucket for use on the current stream</s>
-<s f="stream_bucket_prepend" u="void stream_bucket_prepend(resource brigade, resource bucket)">Prepend bucket to brigade</s>
-<s f="stream_filter_register" u="bool stream_filter_register(string filtername, string classname)">Registers a custom filter handler class</s>
-<s f="stream_get_filters" u="array stream_get_filters(void)">Returns a list of registered filters</s>
-<s f="user_filter_nop" u="void user_filter_nop(void)">Non-function</s>
-<s f="convert_uudecode" u="string convert_uudecode(string data)">decode a uuencoded string</s>
-<s f="convert_uuencode" u="string convert_uuencode(string data)">uuencode a string</s>
-<s f="debug_zval_dump" u="void debug_zval_dump(mixed var)">Dumps a string representation of an internal zend value to output.</s>
-<s f="memory_get_peak_usage" u="int memory_get_peak_usage([real_usage])">Returns the peak allocated by PHP memory</s>
-<s f="memory_get_usage" u="int memory_get_usage([real_usage])">Returns the allocated by PHP memory</s>
-<s f="serialize" u="string serialize(mixed variable)">Returns a string representation of variable (which can later be unserialized)</s>
-<s f="unserialize" u="mixed unserialize(string variable_representation)">Takes a string representation of variable and recreates it</s>
-<s f="var_dump" u="void var_dump(mixed var)">Dumps a string representation of variable to output</s>
-<s f="var_export" u="mixed var_export(mixed var [, bool return])">Outputs or returns a string representation of a variable</s>
-<s f="var_inspect" u="void var_inspect(mixed var)">Dumps a string representation of variable to output (verbose form)</s>
-<s f="version_compare" u="int version_compare(string ver1, string ver2 [, string oper])">Compares two &quot;PHP-standardized&quot; version number strings</s>
-<s f="sybase_affected_rows" u="int sybase_affected_rows([int link_id])">Get number of affected rows in last query</s>
-<s f="sybase_close" u="bool sybase_close([int link_id])">Close Sybase connection</s>
-<s f="sybase_connect" u="int sybase_connect([string host [, string user [, string password [, string charset [, string appname]]]]])">Open Sybase server connection</s>
-<s f="sybase_data_seek" u="bool sybase_data_seek(int result, int offset)">Move internal row pointer</s>
-<s f="sybase_fetch_array" u="array sybase_fetch_array(int result)">Fetch row as array</s>
-<s f="sybase_fetch_field" u="object sybase_fetch_field(int result [, int offset])">Get field information</s>
-<s f="sybase_fetch_object" u="object sybase_fetch_object(int result)">Fetch row as object</s>
-<s f="sybase_fetch_row" u="array sybase_fetch_row(int result)">Get row as enumerated array</s>
-<s f="sybase_field_seek" u="bool sybase_field_seek(int result, int offset)">Set field offset</s>
-<s f="sybase_free_result" u="bool sybase_free_result(int result)">Free result memory</s>
-<s f="sybase_get_last_message" u="string sybase_get_last_message(void)">Returns the last message from server (over min_message_severity)</s>
-<s f="sybase_min_error_severity" u="void sybase_min_error_severity(int severity)">Sets the minimum error severity</s>
-<s f="sybase_min_message_severity" u="void sybase_min_message_severity(int severity)">Sets the minimum message severity</s>
-<s f="sybase_num_fields" u="int sybase_num_fields(int result)">Get number of fields in result</s>
-<s f="sybase_num_rows" u="int sybase_num_rows(int result)">Get number of rows in result</s>
-<s f="sybase_pconnect" u="int sybase_pconnect([string host [, string user [, string password [, string charset [, string appname]]]]])">Open persistent Sybase connection</s>
-<s f="sybase_query" u="int sybase_query(string query [, int link_id])">Send Sybase query</s>
-<s f="sybase_result" u="string sybase_result(int result, int row, mixed field)">Get result data</s>
-<s f="sybase_select_db" u="bool sybase_select_db(string database [, int link_id])">Select Sybase database</s>
-<s f="sybase_affected_rows" u="int sybase_affected_rows([int link_id])">Get number of affected rows in last query</s>
-<s f="sybase_close" u="bool sybase_close([int link_id])">Close Sybase connection</s>
-<s f="sybase_connect" u="int sybase_connect([string host [, string user [, string password [, string charset [, string appname]]]]])">Open Sybase server connection</s>
-<s f="sybase_data_seek" u="bool sybase_data_seek(int result, int offset)">Move internal row pointer</s>
-<s f="sybase_deadlock_retry_count" u="void sybase_deadlock_retry_count(int retry_count)">Sets deadlock retry count</s>
-<s f="sybase_fetch_array" u="array sybase_fetch_array(int result)">Fetch row as array</s>
-<s f="sybase_fetch_assoc" u="array sybase_fetch_assoc(int result)">Fetch row as array without numberic indices</s>
-<s f="sybase_fetch_field" u="object sybase_fetch_field(int result [, int offset])">Get field information</s>
-<s f="sybase_fetch_object" u="object sybase_fetch_object(int result [, mixed object])">Fetch row as object</s>
-<s f="sybase_fetch_row" u="array sybase_fetch_row(int result)">Get row as enumerated array</s>
-<s f="sybase_field_seek" u="bool sybase_field_seek(int result, int offset)">Set field offset</s>
-<s f="sybase_free_result" u="bool sybase_free_result(int result)">Free result memory</s>
-<s f="sybase_get_last_message" u="string sybase_get_last_message(void)">Returns the last message from server (over min_message_severity)</s>
-<s f="sybase_min_client_severity" u="void sybase_min_client_severity(int severity)">Sets minimum client severity</s>
-<s f="sybase_min_server_severity" u="void sybase_min_server_severity(int severity)">Sets minimum server severity</s>
-<s f="sybase_num_fields" u="int sybase_num_fields(int result)">Get number of fields in result</s>
-<s f="sybase_num_rows" u="int sybase_num_rows(int result)">Get number of rows in result</s>
-<s f="sybase_pconnect" u="int sybase_pconnect([string host [, string user [, string password [, string charset [, string appname]]]]])">Open persistent Sybase connection</s>
-<s f="sybase_query" u="int sybase_query(string query [, int link_id])">Send Sybase query</s>
-<s f="sybase_result" u="string sybase_result(int result, int row, mixed field)">Get result data</s>
-<s f="sybase_select_db" u="bool sybase_select_db(string database [, int link_id])">Select Sybase database</s>
-<s f="sybase_set_message_handler" u="bool sybase_set_message_handler(mixed error_func [, resource connection])">Set the error handler, to be called when a server message is raised.     If error_func is NULL the handler will be deleted</s>
-<s f="sybase_unbuffered_query" u="int sybase_unbuffered_query(string query [, int link_id])">Send Sybase query</s>
-<s f="msg_get_queue" u="resource msg_get_queue(int key [, int perms])">Attach to a message queue</s>
-<s f="msg_receive" u="mixed msg_receive(resource queue, int desiredmsgtype, int &amp;msgtype, int maxsize, mixed message [, bool unserialize=true [, int flags=0 [, int errorcode]]])">Send a message of type msgtype (must be &gt; 0) to a message queue</s>
-<s f="msg_remove_queue" u="bool msg_remove_queue(resource queue)">Destroy the queue</s>
-<s f="msg_send" u="bool msg_send(resource queue, int msgtype, mixed message [, bool serialize=true [, bool blocking=true [, int errorcode]]])">Send a message of type msgtype (must be &gt; 0) to a message queue</s>
-<s f="msg_set_queue" u="bool msg_set_queue(resource queue, array data)">Set information for a message queue</s>
-<s f="msg_stat_queue" u="array msg_stat_queue(resource queue)">Returns information about a message queue</s>
-<s f="sem_acquire" u="bool sem_acquire(resource id)">Acquires the semaphore with the given id, blocking if necessary</s>
-<s f="sem_get" u="resource sem_get(int key [, int max_acquire [, int perm [, int auto_release]])">Return an id for the semaphore with the given key, and allow max_acquire (default 1) processes to acquire it simultaneously</s>
-<s f="sem_release" u="bool sem_release(resource id)">Releases the semaphore with the given id</s>
-<s f="sem_remove" u="bool sem_remove(resource id)">Removes semaphore from Unix systems</s>
-<s f="shm_attach" u="resource shm_attach(int key [, int memsize [, int perm]])">Creates or open a shared memory segment</s>
-<s f="shm_detach" u="bool shm_detach(resource shm_identifier)">Disconnects from shared memory segment</s>
-<s f="shm_get_var" u="mixed shm_get_var(resource id, int variable_key)">Returns a variable from shared memory</s>
-<s f="shm_has_var" u="bool shm_has_var(resource id, int variable_key)">Checks whether a specific entry exists</s>
-<s f="shm_put_var" u="bool shm_put_var(resource shm_identifier, int variable_key, mixed variable)">Inserts or updates a variable in shared memory</s>
-<s f="shm_remove" u="bool shm_remove(resource shm_identifier)">Removes shared memory from Unix systems</s>
-<s f="shm_remove_var" u="bool shm_remove_var(resource id, int variable_key)">Removes variable from shared memory</s>
-<s f="tidyNode::getParent" u="tidyNode tidyNode::getParent()">Returns the parent node if available or NULL</s>
-<s f="tidyNode::hasChildren" u="bool tidyNode::hasChildren()">Returns true if this node has children</s>
-<s f="tidyNode::hasSiblings" u="bool tidyNode::hasSiblings()">Returns true if this node has siblings</s>
-<s f="tidyNode::isAsp" u="bool tidyNode::isAsp()">Returns true if this node is ASP</s>
-<s f="tidyNode::isComment" u="bool tidyNode::isComment()">Returns true if this node represents a comment</s>
-<s f="tidyNode::isHtml" u="bool tidyNode::isHtml()">Returns true if this node is part of a HTML document</s>
-<s f="tidyNode::isJste" u="bool tidyNode::isJste()">Returns true if this node is JSTE</s>
-<s f="tidyNode::isPhp" u="bool tidyNode::isPhp()">Returns true if this node is PHP</s>
-<s f="tidyNode::isText" u="bool tidyNode::isText()">Returns true if this node represents text (no markup)</s>
-<s f="tidy_access_count" u="int tidy_access_count()">Returns the Number of Tidy accessibility warnings encountered for specified document.</s>
-<s f="tidy_clean_repair" u="boolean tidy_clean_repair()">Execute configured cleanup and repair operations on parsed markup</s>
-<s f="tidy_config_count" u="int tidy_config_count()">Returns the Number of Tidy configuration errors encountered for specified document.</s>
-<s f="tidy_diagnose" u="boolean tidy_diagnose()">Run configured diagnostics on parsed and repaired markup.</s>
-<s f="tidy_error_count" u="int tidy_error_count()">Returns the Number of Tidy errors encountered for specified document.</s>
-<s f="tidy_get_body" u="TidyNode tidy_get_body(resource tidy)">Returns a TidyNode Object starting from the &lt;BODY&gt; tag of the tidy parse tree</s>
-<s f="tidy_get_config" u="array tidy_get_config()">Get current Tidy configuration</s>
-<s f="tidy_get_error_buffer" u="string tidy_get_error_buffer()">Return warnings and errors which occured parsing the specified document</s>
-<s f="tidy_get_head" u="TidyNode tidy_get_head()">Returns a TidyNode Object starting from the &lt;HEAD&gt; tag of the tidy parse tree</s>
-<s f="tidy_get_html" u="TidyNode tidy_get_html()">Returns a TidyNode Object starting from the &lt;HTML&gt; tag of the tidy parse tree</s>
-<s f="tidy_get_html_ver" u="int tidy_get_html_ver()">Get the Detected HTML version for the specified document.</s>
-<s f="tidy_get_opt_doc" u="string tidy_get_opt_doc(tidy resource, string optname)">Returns the documentation for the given option name</s>
-<s f="tidy_get_output" u="string tidy_get_output()">Return a string representing the parsed tidy markup</s>
-<s f="tidy_get_release" u="string tidy_get_release()">Get release date (version) for Tidy library</s>
-<s f="tidy_get_root" u="TidyNode tidy_get_root()">Returns a TidyNode Object representing the root of the tidy parse tree</s>
-<s f="tidy_get_status" u="int tidy_get_status()">Get status of specfied document.</s>
-<s f="tidy_getopt" u="mixed tidy_getopt(string option)">Returns the value of the specified configuration option for the tidy document.</s>
-<s f="tidy_is_xhtml" u="bool tidy_is_xhtml()">Indicates if the document is a XHTML document.</s>
-<s f="tidy_is_xml" u="bool tidy_is_xml()">Indicates if the document is a generic (non HTML/XHTML) XML document.</s>
-<s f="tidy_parse_file" u="boolean tidy_parse_file(string file [, mixed config_options [, string encoding [, bool use_include_path]]])">Parse markup in file or URI</s>
-<s f="tidy_parse_string" u="bool tidy_parse_string(string input [, mixed config_options [, string encoding]])">Parse a document stored in a string</s>
-<s f="tidy_repair_file" u="boolean tidy_repair_file(string filename [, mixed config_file [, string encoding [, bool use_include_path]]])">Repair a file using an optionally provided configuration file</s>
-<s f="tidy_repair_string" u="boolean tidy_repair_string(string data [, mixed config_file [, string encoding]])">Repair a string using an optionally provided configuration file</s>
-<s f="tidy_warning_count" u="int tidy_warning_count()">Returns the Number of Tidy warnings encountered for specified document.</s>
-<s f="token_get_all" u="array token_get_all(string source)"></s>
-<s f="token_name" u="string token_name(int type)"></s>
-<s f="Collator::compare" u="int Collator::compare(string str1, string str2)">Compare two strings using collation }}}</s>
-<s f="Collator::getAttribute" u="int Collator::getAttribute(int attribute)">Returns a collation attribute }}}</s>
-<s f="Collator::getStrength" u="int Collator::getStrength()">Returns the current collation strength }}}</s>
-<s f="Collator::setAttribute" u="bool Collator::setAttribute(int attribute, int value)">Set a collation attribute }}}</s>
-<s f="Collator::setStrength" u="void Collator::setStrength(int strength)">Set the collation strength }}}</s>
-<s f="Collator::sort" u="array Collator::sort(array input)">Sort an array using collation }}}</s>
-<s f="collator_compare" u="int collator_compare(Collator coll, string str1, string str2)">Compare two strings using collation</s>
-<s f="collator_create" u="Collator collator_create(string locale)">Create a new Collator object</s>
-<s f="collator_get_attribute" u="int collator_get_attribute(Collator coll, int attribute)">Returns a collation attribute</s>
-<s f="collator_get_default" u="Collator collator_get_default(void)">Returns default collator</s>
-<s f="collator_get_strength" u="int collator_get_strength(Collator coll)">Returns the current collation strength</s>
-<s f="collator_set_attribute" u="bool collator_set_attribute(Collator coll, int attribute, int value)">Set a collation attribute</s>
-<s f="collator_set_default" u="void collator_set_default(Collator coll)">Sets default collator</s>
-<s f="collator_set_strength" u="void collator_set_strength(Collator coll, int strength)">Set the collation strength</s>
-<s f="collator_sort" u="array collator_sort(Collator coll, array input)">Sort an array using collation</s>
-<s f="Collator::__construct" u=" Collator::__construct(string locale)">Create a new Collator object</s>
-<s f="locale_get_default" u="string locale_get_default(void)">Returns default locale</s>
-<s f="locale_set_default" u="bool locale_set_default(string locale)">Sets default locale</s>
-<s f="char_enum_names" u="bool char_enum_names(callback Callback, int start, int limit[, int extended = false])">Enumerate all assigned Unicode characters between the start and limit code points (start inclusive, limit exclusive) and call a function for each, passing the code point value and the character name.</s>
-<s f="char_enum_types" u="bool char_enum_types(callback Callback)">Enumerate all code points with their general categories invoking a callback for each category</s>
-<s f="char_from_digit" u="char char_from_digit(int digit[, int radix = 10])">Get the character representation for the specified digit (optionally in the specified radix)</s>
-<s f="char_from_name" u="char char_from_name(string charname[, bool extended = false])">Translate a human readable character name into a codepoint</s>
-<s f="char_get_age" u="string char_get_age(char c)">Get the &quot;age&quot; of the code point (the Unicode version when it was first designated or assigned a character)</s>
-<s f="char_get_combining_class" u="int char_get_combining_class(char text)">Returns the combining class of the character</s>
-<s f="char_get_digit_value" u="int char_get_digit_value(char text[, int radix])">Returns the decimal digit value of the character (optionally in the specific radix).</s>
-<s f="char_get_direction" u="int char_get_direction(char c)">Returns the bidirectional category value for the character, which is used in the Unicode bidirectional algorithm (UAX #9 http://www.unicode.org/reports/tr9/)</s>
-<s f="char_get_mirrored" u="char char_get_mirrored(char c)">Maps the specified character to its &quot;mirror-image&quot;</s>
-<s f="char_get_name" u="string char_get_name(char c[, bool extended = false])">Get the human readable name associated with the character</s>
-<s f="char_get_numeric_value" u="float char_get_numeric_value(char text)">Get the numeric value for the character, as defined in the Unicode Character Database</s>
-<s f="char_get_property_from_name" u="int char_get_property_from_name(string property_name)">Get the property ID for the given property name</s>
-<s f="char_get_property_max_value" u="int char_get_property_max_value(int property)">Get the maximum possible value associated with the specified property</s>
-<s f="char_get_property_min_value" u="int char_get_property_min_value(int property)">Get the minimum possible value for the specified property</s>
-<s f="char_get_property_name" u="string char_get_property_name(int property)">Get the Unicode name for the given property</s>
-<s f="char_get_property_value" u="int char_get_property_value(char c, int property)">Get the value of a property associated with the character</s>
-<s f="char_get_property_value_from_name" u="int char_get_property_value_from_name(int property, string value_name)">Get the value ID for the given property value name</s>
-<s f="char_get_property_value_name" u="string char_get_property_value_name(int property, int value[, int name_choice])">Get the Unicode name for the givenproperty value</s>
-<s f="char_get_type" u="int char_get_type(char c)">Returns the general category value for the code point</s>
-<s f="char_has_binary_property" u="bool char_has_binary_property(string text, int property)">Determines if all the characters in the string have the specified binary property</s>
-<s f="char_is_alnum" u="bool char_is_alnum(string text)">Determines if the string consists only of alpanumeric characters</s>
-<s f="char_is_alpha" u="bool char_is_alpha(string text)">Determines if the string consists only of letter characters</s>
-<s f="char_is_alphabetic" u="bool char_is_alphabetic(string text)">Determines if the string consists only of characters with Alphabetic property</s>
-<s f="char_is_base" u="bool char_is_base(string text)">Determines if the string consists of only of base characters</s>
-<s f="char_is_blank" u="bool char_is_blank(string text)">Determines if the string consists only of &quot;blank&quot; characters</s>
-<s f="char_is_cntrl" u="bool char_is_cntrl(string text)">Determines if the string consists only of control characters</s>
-<s f="char_is_defined" u="bool char_is_defined(string text)">Determines if the string consists only of defined characters (valid Unicode points)</s>
-<s f="char_is_digit" u="bool char_is_digit(string text)">Determines if the string consists only of digits</s>
-<s f="char_is_graph" u="bool char_is_graph(string text)">Determines if the string consists only of &quot;graphic&quot; characters</s>
-<s f="char_is_id_ignorable" u="bool char_is_id_ignorable(string text)">Determines if the specified characters should be regarded as an ignorable character in an identifier, according to Java</s>
-<s f="char_is_id_part" u="bool char_is_id_part(string text)">etermines if the specified characters are permissible in an identifier, according to Java</s>
-<s f="char_is_id_start" u="bool char_is_id_start(string text)">Determines if the specified character is permissible as the first character in an identifier according to Unicode</s>
-<s f="char_is_iso_control" u="bool char_is_iso_control(string text)">Determines whether the specified code points are ISO control codes</s>
-<s f="char_is_lower" u="bool char_is_lower(string text)">Determines if the string is lowercase</s>
-<s f="char_is_mirrored" u="bool char_is_mirrored(string text)">Determines whether the specified characters have the Bidi_Mirrored property</s>
-<s f="char_is_print" u="bool char_is_print(string text)">Determines if the string consists only of printable characters</s>
-<s f="char_is_punct" u="bool char_is_punct(string text)">Determines if the string consists only of punctuation characters</s>
-<s f="char_is_space" u="bool char_is_space(string text)">Determines if the string consists only of space characters</s>
-<s f="char_is_titlecase" u="bool char_is_titlecase(string text)">Determines whether the string consists only of titlecase characters</s>
-<s f="char_is_upper" u="bool char_is_upper(string text)">Determines if the string is uppercase</s>
-<s f="char_is_uppercase" u="bool char_is_uppercase(string text)">Determines if the string consists only of characters with Uppercase property</s>
-<s f="char_is_valid" u="bool char_is_valid(char c)">Determines if the the code point is valid character, according to Unicode</s>
-<s f="char_is_whitespace" u="bool char_is_whitespace(string text)">Determines if the string consists only of whitespace characters, according to Java/ICU</s>
-<s f="char_is_xdigit" u="bool char_is_xdigit(string text)">Determines if the string consists only of hexadecimal digits</s>
-<s f="str_transliterate" u="string str_transliterate(string str, string from_script, string to_script[, string variant])">Transliterate a string from the source script to the target script</s>
-<s f="unicode_decode" u="unicode unicode_decode(binary input, string encoding [, int flags])">Takes a binary string converts it to a Unicode string using the specifed encoding</s>
-<s f="unicode_encode" u="binary unicode_encode(unicode input, string encoding [, int flags])">Takes a Unicode string and converts it to a binary string using the specified encoding</s>
-<s f="unicode_get_error_mode" u="int unicode_get_error_mode(int direction)">Returns global conversion error mode for the specified conversion direction</s>
-<s f="unicode_get_subst_char" u="string unicode_get_subst_char()">Returns global substitution character for conversion from Unicode to codepage</s>
-<s f="unicode_restore_error_handler" u="bool unicode_restore_error_handler(void)">Restores the active error handler to the one which was previously active (before the last unicode_set_error_handler() call)</s>
-<s f="unicode_semantics" u="bool unicode_semantics()">Check whether unicode semantics are enabled</s>
-<s f="unicode_set_error_handler" u="callback unicode_set_error_handler(callback new_callback)">Set (or clear) the custom Unicode conversion error handler</s>
-<s f="unicode_set_error_mode" u="bool unicode_set_error_mode(int direction, int mode)">Sets global conversion error mode for the specified conversion direction</s>
-<s f="unicode_set_subst_char" u="bool unicode_set_subst_char(string character)">Sets global substitution character for conversion from Unicode to codepage</s>
-<s f="TextIterator::__construct" u="void TextIterator::__construct(unicode text [, int flags = TextIterator::CODEPOINT [, string locale ]])">TextIterator constructor</s>
-<s f="TextIterator::current" u="unicode TextIterator::current()">Returns the element at the current boundary</s>
-<s f="TextIterator::first" u="int TextIterator::first()">Positions iterator at the first character in the text and returns the offset</s>
-<s f="TextIterator::following" u="int TextIterator::following(int offset)">Advances to the text boundary following the specified offset and returns its offset</s>
-<s f="TextIterator::getAll" u="array TextIterator::getAll()">Return all text pieces determined by the text boundaries</s>
-<s f="TextIterator::getAvailableLocales" u="array TextIterator::getAvailableLocales()">Returns locales for which text boundary information is available</s>
-<s f="TextIterator::getRuleStatus" u="int TextIterator::getRuleStatus()">Return the status from the break rule that determined the most recent boundary</s>
-<s f="TextIterator::getRuleStatusArray" u="array TextIterator::getRuleStatusArray()">Return the statuses from the break rules that determined the most recent boundary</s>
-<s f="TextIterator::isBoundary" u="bool TextIterator::isBoundary(int offset)">Determines whether specified offset is a text boundary</s>
-<s f="TextIterator::key" u="int TextIterator::key()">Returns the number boundaries iterated through</s>
-<s f="TextIterator::last" u="int TextIterator::last()">Positions iterator beyond the last character in the text and returns the offset</s>
-<s f="TextIterator::next" u="int TextIterator::next([int n])">Advances to the n'th text boundary following the current one and returns its offset</s>
-<s f="TextIterator::offset" u="int TextIterator::offset()">Returns the offset of the current text boundary</s>
-<s f="TextIterator::preceding" u="int TextIterator::preceding(int offset)">Advances to the text boundary preceding the specified offset and returns its offset</s>
-<s f="TextIterator::previous" u="int TextIterator::previous([int n])">Advances to the n'th text boundary preceding the current one and returns its offset</s>
-<s f="TextIterator::valid" u="bool TextIterator::valid()">Determines validity of the iterator</s>
-<s f="wddx_add_vars" u="int wddx_add_vars(int packet_id,  mixed var_names [, mixed ...])">Serializes given variables and adds them to packet given by packet_id</s>
-<s f="wddx_packet_end" u="string wddx_packet_end(int packet_id)">Ends specified WDDX packet and returns the string containing the packet</s>
-<s f="wddx_packet_start" u="int wddx_packet_start([string comment])">Starts a WDDX packet with optional comment and returns the packet id</s>
-<s f="wddx_serialize_value" u="string wddx_serialize_value(mixed var [, string comment])">Creates a new packet and serializes the given value</s>
-<s f="wddx_serialize_vars" u="string wddx_serialize_vars(mixed var_name [, mixed ...])">Creates a new packet and serializes given variables into a struct</s>
-<s f="wddx_unserialize" u="mixed wddx_unserialize(mixed packet)">Unserializes given packet and returns a PHP value</s>
-<s f="utf8_decode" u="string utf8_decode(string data)">Converts a UTF-8 encoded string to ISO-8859-1</s>
-<s f="utf8_encode" u="string utf8_encode(string data)">Encodes an ISO-8859-1 string to UTF-8</s>
-<s f="xml_error_string" u="string xml_error_string(int code)">Get XML parser error string</s>
-<s f="xml_get_current_byte_index" u="int xml_get_current_byte_index(resource parser)">Get current byte index for an XML parser</s>
-<s f="xml_get_current_column_number" u="int xml_get_current_column_number(resource parser)">Get current column number for an XML parser</s>
-<s f="xml_get_current_line_number" u="int xml_get_current_line_number(resource parser)">Get current line number for an XML parser</s>
-<s f="xml_get_error_code" u="int xml_get_error_code(resource parser)">Get XML parser error code</s>
-<s f="xml_parse" u="int xml_parse(resource parser, string data [, int isFinal])">Start parsing an XML document</s>
-<s f="xml_parse_into_struct" u="int xml_parse_into_struct(resource parser, string data, array &amp;struct, array &amp;index)">Parsing a XML document</s>
-<s f="xml_parser_create" u="resource xml_parser_create([string encoding])">Create an XML parser</s>
-<s f="xml_parser_create_ns" u="resource xml_parser_create_ns([string encoding [, string sep]])">Create an XML parser</s>
-<s f="xml_parser_free" u="int xml_parser_free(resource parser)">Free an XML parser</s>
-<s f="xml_parser_get_option" u="int xml_parser_get_option(resource parser, int option)">Get options from an XML parser</s>
-<s f="xml_parser_set_option" u="int xml_parser_set_option(resource parser, int option, mixed value)">Set options in an XML parser</s>
-<s f="xml_set_character_data_handler" u="int xml_set_character_data_handler(resource parser, string hdl)">Set up character data handler</s>
-<s f="xml_set_default_handler" u="int xml_set_default_handler(resource parser, string hdl)">Set up default handler</s>
-<s f="xml_set_element_handler" u="int xml_set_element_handler(resource parser, string shdl, string ehdl)">Set up start and end element handlers</s>
-<s f="xml_set_end_namespace_decl_handler" u="int xml_set_end_namespace_decl_handler(resource parser, string hdl)">Set up character data handler</s>
-<s f="xml_set_external_entity_ref_handler" u="int xml_set_external_entity_ref_handler(resource parser, string hdl)">Set up external entity reference handler</s>
-<s f="xml_set_notation_decl_handler" u="int xml_set_notation_decl_handler(resource parser, string hdl)">Set up notation declaration handler</s>
-<s f="xml_set_object" u="int xml_set_object(resource parser, object &amp;obj)">Set up object which should be used for callbacks</s>
-<s f="xml_set_processing_instruction_handler" u="int xml_set_processing_instruction_handler(resource parser, string hdl)">Set up processing instruction (PI) handler</s>
-<s f="xml_set_start_namespace_decl_handler" u="int xml_set_start_namespace_decl_handler(resource parser, string hdl)">Set up character data handler</s>
-<s f="xml_set_unparsed_entity_decl_handler" u="int xml_set_unparsed_entity_decl_handler(resource parser, string hdl)">Set up unparsed entity declaration handler</s>
-<s f="XMLReader::XML" u="boolean XMLReader::XML(string source [, string encoding [, int options]])">Sets the string that the the XMLReader will parse.</s>
-<s f="XMLReader::close" u="boolean XMLReader::close()">Closes xmlreader - current frees resources until xmlTextReaderClose is fixed in libxml</s>
-<s f="XMLReader::expand" u="boolean XMLReader::expand()">Moves the position of the current instance to the next node in the stream.</s>
-<s f="XMLReader::getAttribute" u="string XMLReader::getAttribute(string name)">Get value of an attribute from current element</s>
-<s f="XMLReader::getAttributeNo" u="string XMLReader::getAttributeNo(int index)">Get value of an attribute at index from current element</s>
-<s f="XMLReader::getAttributeNs" u="string XMLReader::getAttributeNs(string name, string namespaceURI)">Get value of a attribute via name and namespace from current element</s>
-<s f="XMLReader::getParserProperty" u="boolean XMLReader::getParserProperty(int property)">Indicates whether given property (one of the parser option constants) is set or not on parser</s>
-<s f="XMLReader::isValid" u="boolean XMLReader::isValid()">Returns boolean indicating if parsed document is valid or not. Must set XMLREADER_LOADDTD or XMLREADER_VALIDATE parser option prior to the first call to read  or this method will always return FALSE</s>
-<s f="XMLReader::lookupNamespace" u="string XMLReader::lookupNamespace(string prefix)">Return namespaceURI for associated prefix on current node</s>
-<s f="XMLReader::moveToAttribute" u="boolean XMLReader::moveToAttribute(string name)">Positions reader at specified attribute - Returns TRUE on success and FALSE on failure</s>
-<s f="XMLReader::moveToAttributeNo" u="boolean XMLReader::moveToAttributeNo(int index)">Positions reader at attribute at spcecified index. Returns TRUE on success and FALSE on failure</s>
-<s f="XMLReader::moveToAttributeNs" u="boolean XMLReader::moveToAttributeNs(string name, string namespaceURI)">Positions reader at attribute spcified by name and namespaceURI. Returns TRUE on success and FALSE on failure</s>
-<s f="XMLReader::moveToElement" u="boolean XMLReader::moveToElement()">Moves the position of the current instance to the node that contains the current Attribute node.</s>
-<s f="XMLReader::moveToFirstAttribute" u="boolean XMLReader::moveToFirstAttribute()">Moves the position of the current instance to the first attribute associated with the current node.</s>
-<s f="XMLReader::moveToNextAttribute" u="boolean XMLReader::moveToNextAttribute()">Moves the position of the current instance to the next attribute associated with the current node.</s>
-<s f="XMLReader::next" u="boolean XMLReader::next([string localname])">Moves the position of the current instance to the next node in the stream.</s>
-<s f="XMLReader::open" u="boolean XMLReader::open(string URI [, string encoding [, int options]])">Sets the URI that the the XMLReader will parse.</s>
-<s f="XMLReader::read" u="boolean XMLReader::read()">Moves the position of the current instance to the next node in the stream.</s>
-<s f="XMLReader::readInnerXml" u="boolean XMLReader::readInnerXml()">Reads the contents of the current node, including child nodes and markup.</s>
-<s f="XMLReader::readOuterXml" u="boolean XMLReader::readOuterXml()">Reads the contents of the current node, including child nodes and markup.</s>
-<s f="XMLReader::readString" u="boolean XMLReader::readString()">Reads the contents of an element or a text node as a string.</s>
-<s f="XMLReader::setParserProperty" u="boolean XMLReader::setParserProperty(int property, boolean value)">Sets parser property (one of the parser option constants). Properties must be set after open() or XML() and before the first read() is called</s>
-<s f="XMLReader::setRelaxNGSchema" u="boolean XMLReader::setRelaxNGSchema(string filename)">Sets the string that the the XMLReader will parse.</s>
-<s f="XMLReader::setRelaxNGSchemaSource" u="boolean XMLReader::setRelaxNGSchemaSource(string source)">Sets the string that the the XMLReader will parse.</s>
-<s f="XMLReader::setSchema" u="boolean XMLReader::setSchema(string filename)">Use W3C XSD schema to validate the document as it is processed. Activation is only possible before the first Read().</s>
-<s f="xmlrpc_decode" u="array xmlrpc_decode(string xml [, string encoding])">Decodes XML into native PHP types</s>
-<s f="xmlrpc_decode_request" u="array xmlrpc_decode_request(string xml, string&amp; method [, string encoding])">Decodes XML into native PHP types</s>
-<s f="xmlrpc_encode" u="string xmlrpc_encode(mixed value)">Generates XML for a PHP value</s>
-<s f="xmlrpc_encode_request" u="string xmlrpc_encode_request(string method, mixed params)">Generates XML for a method request</s>
-<s f="xmlrpc_get_type" u="string xmlrpc_get_type(mixed value)">Gets xmlrpc type for a PHP value. Especially useful for base64 and datetime strings</s>
-<s f="xmlrpc_is_fault" u="bool xmlrpc_is_fault(array)">Determines if an array value represents an XMLRPC fault.</s>
-<s f="xmlrpc_parse_method_descriptions" u="array xmlrpc_parse_method_descriptions(string xml)">Decodes XML into a list of method descriptions</s>
-<s f="xmlrpc_server_add_introspection_data" u="int xmlrpc_server_add_introspection_data(resource server, array desc)">Adds introspection documentation</s>
-<s f="xmlrpc_server_call_method" u="mixed xmlrpc_server_call_method(resource server, string xml, mixed user_data [, array output_options])">Parses XML requests and call methods</s>
-<s f="xmlrpc_server_create" u="resource xmlrpc_server_create(void)">Creates an xmlrpc server</s>
-<s f="xmlrpc_server_destroy" u="int xmlrpc_server_destroy(resource server)">Destroys server resources</s>
-<s f="xmlrpc_server_register_introspection_callback" u="bool xmlrpc_server_register_introspection_callback(resource server, string function)">Register a PHP function to generate documentation</s>
-<s f="xmlrpc_server_register_method" u="bool xmlrpc_server_register_method(resource server, string method_name, string function)">Register a PHP function to handle method matching method_name</s>
-<s f="xmlrpc_set_type" u="bool xmlrpc_set_type(string value, string type)">Sets xmlrpc type, base64 or datetime, for a PHP string value</s>
-<s f="xmlwriter_end_attribute" u="bool xmlwriter_end_attribute(resource xmlwriter)">End attribute - returns FALSE on error</s>
-<s f="xmlwriter_end_cdata" u="bool xmlwriter_end_cdata(resource xmlwriter)">End current CDATA - returns FALSE on error</s>
-<s f="xmlwriter_end_comment" u="bool xmlwriter_end_comment(resource xmlwriter)">Create end comment - returns FALSE on error</s>
-<s f="xmlwriter_end_document" u="bool xmlwriter_end_document(resource xmlwriter)">End current document - returns FALSE on error</s>
-<s f="xmlwriter_end_dtd" u="bool xmlwriter_end_dtd(resource xmlwriter)">End current DTD - returns FALSE on error</s>
-<s f="xmlwriter_end_dtd_attlist" u="bool xmlwriter_end_dtd_attlist(resource xmlwriter)">End current DTD AttList - returns FALSE on error</s>
-<s f="xmlwriter_end_dtd_element" u="bool xmlwriter_end_dtd_element(resource xmlwriter)">End current DTD element - returns FALSE on error</s>
-<s f="xmlwriter_end_dtd_entity" u="bool xmlwriter_end_dtd_entity(resource xmlwriter)">End current DTD Entity - returns FALSE on error</s>
-<s f="xmlwriter_end_element" u="bool xmlwriter_end_element(resource xmlwriter)">End current element - returns FALSE on error</s>
-<s f="xmlwriter_end_pi" u="bool xmlwriter_end_pi(resource xmlwriter)">End current PI - returns FALSE on error</s>
-<s f="xmlwriter_flush" u="mixed xmlwriter_flush(resource xmlwriter [,bool empty])">Output current buffer</s>
-<s f="xmlwriter_full_end_element" u="bool xmlwriter_full_end_element(resource xmlwriter)">End current element - returns FALSE on error</s>
-<s f="xmlwriter_open_memory" u="resource xmlwriter_open_memory()">Create new xmlwriter using memory for string output</s>
-<s f="xmlwriter_open_uri" u="resource xmlwriter_open_uri(string source)">Create new xmlwriter using source uri for output</s>
-<s f="xmlwriter_output_memory" u="string xmlwriter_output_memory(resource xmlwriter [,bool flush])">Output current buffer as string</s>
-<s f="xmlwriter_set_indent" u="bool xmlwriter_set_indent(resource xmlwriter, bool indent)">Toggle indentation on/off - returns FALSE on error</s>
-<s f="xmlwriter_set_indent_string" u="bool xmlwriter_set_indent_string(resource xmlwriter, string indentString)">Set string used for indenting - returns FALSE on error</s>
-<s f="xmlwriter_start_attribute" u="bool xmlwriter_start_attribute(resource xmlwriter, string name)">Create start attribute - returns FALSE on error</s>
-<s f="xmlwriter_start_attribute_ns" u="bool xmlwriter_start_attribute_ns(resource xmlwriter, string prefix, string name, string uri)">Create start namespaced attribute - returns FALSE on error</s>
-<s f="xmlwriter_start_cdata" u="bool xmlwriter_start_cdata(resource xmlwriter)">Create start CDATA tag - returns FALSE on error</s>
-<s f="xmlwriter_start_comment" u="bool xmlwriter_start_comment(resource xmlwriter)">Create start comment - returns FALSE on error</s>
-<s f="xmlwriter_start_document" u="bool xmlwriter_start_document(resource xmlwriter, string version, string encoding, string standalone)">Create document tag - returns FALSE on error</s>
-<s f="xmlwriter_start_dtd" u="bool xmlwriter_start_dtd(resource xmlwriter, string name, string pubid, string sysid)">Create start DTD tag - returns FALSE on error</s>
-<s f="xmlwriter_start_dtd_attlist" u="bool xmlwriter_start_dtd_attlist(resource xmlwriter, string name)">Create start DTD AttList - returns FALSE on error</s>
-<s f="xmlwriter_start_dtd_element" u="bool xmlwriter_start_dtd_element(resource xmlwriter, string name)">Create start DTD element - returns FALSE on error</s>
-<s f="xmlwriter_start_dtd_entity" u="bool xmlwriter_start_dtd_entity(resource xmlwriter, string name, bool isparam)">Create start DTD Entity - returns FALSE on error</s>
-<s f="xmlwriter_start_element" u="bool xmlwriter_start_element(resource xmlwriter, string name)">Create start element tag - returns FALSE on error</s>
-<s f="xmlwriter_start_element_ns" u="bool xmlwriter_start_element_ns(resource xmlwriter, string prefix, string name, string uri)">Create start namespaced element tag - returns FALSE on error</s>
-<s f="xmlwriter_start_pi" u="bool xmlwriter_start_pi(resource xmlwriter, string target)">Create start PI tag - returns FALSE on error</s>
-<s f="xmlwriter_text" u="bool xmlwriter_text(resource xmlwriter, string content)">Write text - returns FALSE on error</s>
-<s f="xmlwriter_write_attribute" u="bool xmlwriter_write_attribute(resource xmlwriter, string name, string content)">Write full attribute - returns FALSE on error</s>
-<s f="xmlwriter_write_attribute_ns" u="bool xmlwriter_write_attribute_ns(resource xmlwriter, string prefix, string name, string uri, string content)">Write full namespaced attribute - returns FALSE on error</s>
-<s f="xmlwriter_write_cdata" u="bool xmlwriter_write_cdata(resource xmlwriter, string content)">Write full CDATA tag - returns FALSE on error</s>
-<s f="xmlwriter_write_comment" u="bool xmlwriter_write_comment(resource xmlwriter, string content)">Write full comment tag - returns FALSE on error</s>
-<s f="xmlwriter_write_dtd" u="bool xmlwriter_write_dtd(resource xmlwriter, string name, string pubid, string sysid, string subset)">Write full DTD tag - returns FALSE on error</s>
-<s f="xmlwriter_write_dtd_attlist" u="bool xmlwriter_write_dtd_attlist(resource xmlwriter, string name, string content)">Write full DTD AttList tag - returns FALSE on error</s>
-<s f="xmlwriter_write_dtd_element" u="bool xmlwriter_write_dtd_element(resource xmlwriter, string name, string content)">Write full DTD element tag - returns FALSE on error</s>
-<s f="xmlwriter_write_dtd_entity" u="bool xmlwriter_write_dtd_entity(resource xmlwriter, string name, string content [, int pe [, string pubid [, string sysid [, string ndataid]]]])">Write full DTD Entity tag - returns FALSE on error</s>
-<s f="xmlwriter_write_element" u="bool xmlwriter_write_element(resource xmlwriter, string name[, string content])">Write full element tag - returns FALSE on error</s>
-<s f="xmlwriter_write_element_ns" u="bool xmlwriter_write_element_ns(resource xmlwriter, string prefix, string name, string uri[, string content])">Write full namesapced element tag - returns FALSE on error</s>
-<s f="xmlwriter_write_pi" u="bool xmlwriter_write_pi(resource xmlwriter, string target, string content)">Write full PI tag - returns FALSE on error</s>
-<s f="xmlwriter_write_raw" u="bool xmlwriter_write_raw(resource xmlwriter, string content)">Write text - returns FALSE on error</s>
-<s f="xsl_xsltprocessor_get_parameter" u="string xsl_xsltprocessor_get_parameter(string namespace, string name)"></s>
-<s f="xsl_xsltprocessor_has_exslt_support" u="bool xsl_xsltprocessor_has_exslt_support()"></s>
-<s f="xsl_xsltprocessor_import_stylesheet" u="void xsl_xsltprocessor_import_stylesheet(domdocument doc)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html# Since:</s>
-<s f="xsl_xsltprocessor_register_php_functions" u="void xsl_xsltprocessor_register_php_functions()"></s>
-<s f="xsl_xsltprocessor_remove_parameter" u="bool xsl_xsltprocessor_remove_parameter(string namespace, string name)"></s>
-<s f="xsl_xsltprocessor_set_parameter" u="bool xsl_xsltprocessor_set_parameter(string namespace, mixed name [, string value])"></s>
-<s f="xsl_xsltprocessor_transform_to_doc" u="domdocument xsl_xsltprocessor_transform_to_doc(domnode doc)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html# Since:</s>
-<s f="xsl_xsltprocessor_transform_to_uri" u="int xsl_xsltprocessor_transform_to_uri(domdocument doc, string uri)"></s>
-<s f="xsl_xsltprocessor_transform_to_xml" u="string xsl_xsltprocessor_transform_to_xml(domdocument doc)"></s>
-<s f="addFile" u="bool addFile(string filepath[, string entryname[, int start [, int length]]])">Add a file in a Zip archive using its path and the name to use.</s>
-<s f="addFromString" u="bool addFromString(string name, string content)">Add a file using content and the entry name</s>
-<s f="close" u="bool close()">close the zip archive</s>
-<s f="createEmptyDir" u="bool createEmptyDir(string dirname)">Returns the index of the entry named filename in the archive</s>
-<s f="deleteIndex" u="bool deleteIndex(int index)">Delete a file using its index</s>
-<s f="deleteName" u="bool deleteName(string name)">Delete a file using its index</s>
-<s f="getArchiveComment" u="string getArchiveComment()">Returns the comment of an entry using its index</s>
-<s f="getCommentIndex" u="string getCommentIndex(int index)">Returns the comment of an entry using its index</s>
-<s f="getCommentName" u="string getCommentName(string name)">Returns the comment of an entry using its name</s>
-<s f="getFromIndex" u="string getFromIndex(string entryname[, int len [, int flags]])">get the contents of an entry using its index</s>
-<s f="getFromName" u="string getFromName(string entryname[, int len [, int flags]])">get the contents of an entry using its name</s>
-<s f="getNameIndex" u="string getNameIndex(int index [, int flags])">Returns the name of the file at position index</s>
-<s f="getStream" u="resource getStream(string entryname)">get a stream for an entry using its name</s>
-<s f="locateName" u="int locateName(string filename[, int flags])">Returns the index of the entry named filename in the archive</s>
-<s f="open" u="mixed open(string source [, int flags])">Create new zip using source uri for output, return TRUE on success or the error code</s>
-<s f="renameIndex" u="bool renameIndex(int index, string new_name)">Rename an entry selected by its index to new_name</s>
-<s f="renameName" u="bool renameName(string name, string new_name)">Rename an entry selected by its name to new_name</s>
-<s f="setArchiveComment" u="bool setArchiveComment(string name, string comment)">Set or remove (NULL/'') the comment of the archive</s>
-<s f="setCommentIndex" u="bool setCommentIndex(int index, string comment)">Set or remove (NULL/'') the comment of an entry using its index</s>
-<s f="setCommentName" u="bool setCommentName(string name, string comment)">Set or remove (NULL/'') the comment of an entry using its Name</s>
-<s f="statIndex" u="resource statIndex(int index[, int flags])">Returns the zip entry informations using its index</s>
-<s f="statName" u="array statName(string filename[, int flags])">Returns the information about a the zip entry filename</s>
-<s f="unchangeAll" u="bool unchangeAll()">All changes to files and global information in archive are reverted</s>
-<s f="unchangeAll" u="bool unchangeAll()">Revert all global changes to the archive archive.  For now, this only reverts archive comment changes.</s>
-<s f="unchangeIndex" u="bool unchangeIndex(int index)">Changes to the file at position index are reverted</s>
-<s f="unchangeName" u="bool unchangeName(string name)">Changes to the file named 'name' are reverted</s>
-<s f="zip_close" u="void zip_close(resource zip)">Close a Zip archive</s>
-<s f="zip_entry_close" u="void zip_entry_close(resource zip_ent)">Close a zip entry</s>
-<s f="zip_entry_compressedsize" u="int zip_entry_compressedsize(resource zip_entry)">Return the compressed size of a ZZip entry</s>
-<s f="zip_entry_compressionmethod" u="string zip_entry_compressionmethod(resource zip_entry)">Return a string containing the compression method used on a particular entry</s>
-<s f="zip_entry_filesize" u="int zip_entry_filesize(resource zip_entry)">Return the actual filesize of a ZZip entry</s>
-<s f="zip_entry_name" u="string zip_entry_name(resource zip_entry)">Return the name given a ZZip entry</s>
-<s f="zip_entry_open" u="bool zip_entry_open(resource zip_dp, resource zip_entry [, string mode])">Open a Zip File, pointed by the resource entry</s>
-<s f="zip_entry_read" u="mixed zip_entry_read(resource zip_entry [, int len])">Read from an open directory entry</s>
-<s f="zip_open" u="resource zip_open(string filename)">Create new zip using source uri for output</s>
-<s f="zip_read" u="resource zip_read(resource zip)">Returns the next file in the archive</s>
-<s f="gzcompress" u="binary gzcompress(binary data[, int level = -1[, int encoding = ZLIB_ENCODING_DEFLATE])">Encode data with the zlib encoding</s>
-<s f="gzdecode" u="binary gzdecode(binary data[, int max_decoded_len])">Decode gzip encoded data</s>
-<s f="gzdeflate" u="binary gzdeflate(binary data[, int level = -1[, int encoding = ZLIB_ENCODING_RAW])">Encode data with the raw deflate encoding</s>
-<s f="gzencode" u="binary gzencode(binary data[, int level = -1[, int encoding = ZLIB_ENCODING_GZIP])">Encode data with the gzip encoding</s>
-<s f="gzfile" u="array gzfile(string filename [, int use_include_path])">Read and uncompress entire .gz-file into an array</s>
-<s f="gzinflate" u="binary gzinflate(binary data[, int max_decoded_len])">Decode raw deflate encoded data</s>
-<s f="gzopen" u="resource gzopen(string filename, string mode [, int use_include_path])">Open a .gz-file and return a .gz-file pointer</s>
-<s f="gzuncompress" u="binary gzuncompress(binary data[, int max_decoded_len])">Decode zlib encoded data</s>
-<s f="readgzfile" u="int readgzfile(string filename [, int use_include_path])">Output a .gz-file</s>
-<s f="zlib_decode" u="binary zlib_decode(binary data[, int max_decoded_len])">Uncompress any raw/gzip/zlib encoded data</s>
-<s f="zlib_encode" u="binary zlib_encode(binary data, int encoding[, int level = -1])">Compress data with the specified encoding</s>
-<s f="zlib_get_coding_type" u="string zlib_get_coding_type(void)">Returns the coding type used for output compression</s>
-<s f="set_time_limit" u="bool set_time_limit(int seconds)">Sets the maximum time a script can run</s>
-<s f="ob_clean" u="bool ob_clean(void)">Clean (delete) the current output buffer</s>
-<s f="ob_end_clean" u="bool ob_end_clean(void)">Clean the output buffer, and delete current output buffer</s>
-<s f="ob_end_flush" u="bool ob_end_flush(void)">Flush (send) the output buffer, and delete current output buffer</s>
-<s f="ob_flush" u="bool ob_flush(void)">Flush (send) contents of the output buffer. The last buffer content is sent to next buffer</s>
-<s f="ob_get_clean" u="bool ob_get_clean(void)">Get current buffer contents and delete current output buffer</s>
-<s f="ob_get_contents" u="string ob_get_contents(void)">Return the contents of the output buffer</s>
-<s f="ob_get_flush" u="bool ob_get_flush(void)">Get current buffer contents, flush (send) the output buffer, and delete current output buffer</s>
-<s f="ob_get_length" u="int ob_get_length(void)">Return the length of the output buffer</s>
-<s f="ob_get_level" u="int ob_get_level(void)">Return the nesting level of the output buffer</s>
-<s f="ob_implicit_flush" u="void ob_implicit_flush([int flag])">Turn implicit flush on/off and is equivalent to calling flush() after every output call</s>
-<s f="ob_start" u="bool ob_start([string|array user_function [, int chunk_size [, int flags]]])">Turn on Output Buffering (specifying an optional output handler).</s>
-<s f="output_add_rewrite_var" u="bool output_add_rewrite_var(string name, string value)">Add URL rewriter values</s>
-<s f="output_reset_rewrite_vars" u="bool output_reset_rewrite_vars(void)">Reset(clear) URL rewriter values</s>
-<s f="stream_wrapper_register" u="bool stream_wrapper_register(string protocol, string classname)">Registers a custom URL protocol handler class</s>
-<s f="stream_wrapper_restore" u="bool stream_wrapper_restore(string protocol)">Restore the original protocol handler, overriding if necessary</s>
-<s f="stream_wrapper_unregister" u="bool stream_wrapper_unregister(string protocol)">Unregister a wrapper for the life of the current request.</s>
-<s f="apache_child_terminate" u="bool apache_child_terminate(void)">Terminate apache process after this request</s>
-<s f="apache_get_modules" u="array apache_get_modules(void)">Get a list of loaded Apache modules</s>
-<s f="apache_get_version" u="string apache_get_version(void)">Fetch Apache version</s>
-<s f="apache_lookup_uri" u="object apache_lookup_uri(string URI)">Perform a partial request of the given URI to obtain information about it</s>
-<s f="apache_note" u="string apache_note(string note_name [, string note_value])">Get and set Apache request notes</s>
-<s f="apache_request_headers" u="array apache_request_headers(void)">Fetch all HTTP request headers</s>
-<s f="apache_reset_timeout" u="bool apache_reset_timeout(void)">Reset the Apache write timer</s>
-<s f="apache_response_headers" u="array apache_response_headers(void)">Fetch all HTTP response headers</s>
-<s f="apache_setenv" u="bool apache_setenv(string variable, string value [, bool walk_to_top])">Set an Apache subprocess_env variable</s>
-<s f="getallheaders" u="array getallheaders(void)">Alias for apache_request_headers()</s>
-<s f="virtual" u="bool virtual(string filename)">Perform an Apache sub-request</s>
-<s f="apache_get_modules" u="array apache_get_modules(void)">Get a list of loaded Apache modules</s>
-<s f="apache_get_version" u="string apache_get_version(void)">Fetch Apache version</s>
-<s f="apache_getenv" u="bool apache_getenv(string variable [, bool walk_to_top])">Get an Apache subprocess_env variable</s>
-<s f="apache_note" u="string apache_note(string note_name [, string note_value])">Get and set Apache request notes</s>
-<s f="apache_response_headers" u="array apache_response_headers(void)">Fetch all HTTP response headers</s>
-<s f="apache_setenv" u="bool apache_setenv(string variable, string value [, bool walk_to_top])">Set an Apache subprocess_env variable</s>
-<s f="getallheaders" u="array getallheaders(void)">Fetch all HTTP request headers</s>
-<s f="virtual" u="bool virtual(string uri)">Perform an apache sub-request</s>
-<s f="apache_get_modules" u="array apache_get_modules(void)">Get a list of loaded Apache modules</s>
-<s f="apache_get_version" u="string apache_get_version(void)">Fetch Apache version</s>
-<s f="apache_getenv" u="bool apache_getenv(string variable [, bool walk_to_top])">Get an Apache subprocess_env variable</s>
-<s f="apache_note" u="string apache_note(string note_name [, string note_value])">Get and set Apache request notes</s>
-<s f="apache_response_headers" u="array apache_response_headers(void)">Fetch all HTTP response headers</s>
-<s f="apache_setenv" u="bool apache_setenv(string variable, string value [, bool walk_to_top])">Set an Apache subprocess_env variable</s>
-<s f="getallheaders" u="array getallheaders(void)">Fetch all HTTP request headers</s>
-<s f="virtual" u="bool virtual(string uri)">Perform an apache sub-request</s>
-<s f="ApacheRequest::allowed" u="int ApacheRequest::allowed([int allowed])"></s>
-<s f="ApacheRequest::args" u="string ApacheRequest::args([string new_args])"></s>
-<s f="ApacheRequest::assbackwards" u="int ApacheRequest::assbackwards()"></s>
-<s f="ApacheRequest::boundary" u="string ApacheRequest::boundary()"></s>
-<s f="ApacheRequest::bytes_sent" u="int ApacheRequest::bytes_sent()"></s>
-<s f="ApacheRequest::chunked" u="int ApacheRequest::chunked()"></s>
-<s f="ApacheRequest::content_encoding" u="string ApacheRequest::content_encoding([string new_encoding])"></s>
-<s f="ApacheRequest::content_length" u="int ApacheRequest::content_length([int new_content_length])"></s>
-<s f="ApacheRequest::content_type" u="string ApacheRequest::content_type([string new_type])"></s>
-<s f="ApacheRequest::filename" u="string ApacheRequest::filename([string new_filename])"></s>
-<s f="ApacheRequest::handler" u="string ApacheRequest::handler([string new_handler])"></s>
-<s f="ApacheRequest::header_only" u="int ApacheRequest::header_only()"></s>
-<s f="ApacheRequest::hostname" u="string ApacheRequest::hostname()"></s>
-<s f="ApacheRequest::method" u="string ApacheRequest::method()"></s>
-<s f="ApacheRequest::method_number" u="int ApacheRequest::method_number([int method_number])"></s>
-<s f="ApacheRequest::mtime" u="int ApacheRequest::mtime()"></s>
-<s f="ApacheRequest::no_cache" u="int ApacheRequest::no_cache()"></s>
-<s f="ApacheRequest::no_local_copy" u="int ApacheRequest::no_local_copy()"></s>
-<s f="ApacheRequest::path_info" u="string ApacheRequest::path_info([string new_path_info])"></s>
-<s f="ApacheRequest::proto_num" u="int ApacheRequest::proto_num()"></s>
-<s f="ApacheRequest::protocol" u="string ApacheRequest::protocol()"></s>
-<s f="ApacheRequest::proxyreq" u="int ApacheRequest::proxyreq([int new_proxyreq])"></s>
-<s f="ApacheRequest::read_body" u="int ApacheRequest::read_body()"></s>
-<s f="ApacheRequest::remaining" u="int ApacheRequest::remaining()"></s>
-<s f="ApacheRequest::request_time" u="int ApacheRequest::request_time()"></s>
-<s f="ApacheRequest::status" u="int ApacheRequest::status([int new_status])"></s>
-<s f="ApacheRequest::status_line" u="string ApacheRequest::status_line([string new_status_line])"></s>
-<s f="ApacheRequest::the_request" u="string ApacheRequest::the_request()"></s>
-<s f="ApacheRequest::unparsed_uri" u="string ApacheRequest::unparsed_uri([string new_unparsed_uri])"></s>
-<s f="ApacheRequest::uri" u="string ApacheRequest::uri([string new_uri])"></s>
-<s f="apache_child_terminate" u="bool apache_child_terminate(void)">Terminate apache process after this request</s>
-<s f="apache_get_modules" u="array apache_get_modules(void)">Get a list of loaded Apache modules</s>
-<s f="apache_get_version" u="string apache_get_version(void)">Fetch Apache version</s>
-<s f="apache_lookup_uri" u="object apache_lookup_uri(string URI)">Perform a partial request of the given URI to obtain information about it</s>
-<s f="apache_note" u="string apache_note(string note_name [, string note_value])">Get and set Apache request notes</s>
-<s f="apache_request_auth_name" u="string apache_request_auth_name()"></s>
-<s f="apache_request_auth_type" u="string apache_request_auth_type()"></s>
-<s f="apache_request_discard_request_body" u="long apache_request_discard_request_body()"></s>
-<s f="apache_request_err_headers_out" u="array apache_request_err_headers_out([{string name|array list} [, string value [, bool replace = false]]])">* fetch all headers that go out in case of an error or a subrequest</s>
-<s f="apache_request_headers" u="array apache_request_headers(void)">Fetch all HTTP request headers</s>
-<s f="apache_request_headers_in" u="array apache_request_headers_in()">* fetch all incoming request headers</s>
-<s f="apache_request_headers_out" u="array apache_request_headers_out([{string name|array list} [, string value [, bool replace = false]]])">* fetch all outgoing request headers</s>
-<s f="apache_request_is_initial_req" u="bool apache_request_is_initial_req()"></s>
-<s f="apache_request_log_error" u="boolean apache_request_log_error(string message, [long facility])"></s>
-<s f="apache_request_meets_conditions" u="long apache_request_meets_conditions()"></s>
-<s f="apache_request_remote_host" u="int apache_request_remote_host([int type])"></s>
-<s f="apache_request_run" u="long apache_request_run()">This is a wrapper for ap_sub_run_req and ap_destory_sub_req.  It takes      sub_request, runs it, destroys it, and returns it's status.</s>
-<s f="apache_request_satisfies" u="long apache_request_satisfies()"></s>
-<s f="apache_request_server_port" u="int apache_request_server_port()"></s>
-<s f="apache_request_set_etag" u="void apache_request_set_etag()"></s>
-<s f="apache_request_set_last_modified" u="void apache_request_set_last_modified()"></s>
-<s f="apache_request_some_auth_required" u="bool apache_request_some_auth_required()"></s>
-<s f="apache_request_sub_req_lookup_file" u="object apache_request_sub_req_lookup_file(string file)">Returns sub-request for the specified file.  You would     need to run it yourself with run().</s>
-<s f="apache_request_sub_req_lookup_uri" u="object apache_request_sub_req_lookup_uri(string uri)">Returns sub-request for the specified uri.  You would     need to run it yourself with run()</s>
-<s f="apache_request_sub_req_method_uri" u="object apache_request_sub_req_method_uri(string method, string uri)">Returns sub-request for the specified file.  You would     need to run it yourself with run().</s>
-<s f="apache_request_update_mtime" u="long apache_request_update_mtime([int dependency_mtime])"></s>
-<s f="apache_response_headers" u="array apache_response_headers(void)">Fetch all HTTP response headers</s>
-<s f="apache_setenv" u="bool apache_setenv(string variable, string value [, bool walk_to_top])">Set an Apache subprocess_env variable</s>
-<s f="getallheaders" u="array getallheaders(void)"></s>
-<s f="virtual" u="bool virtual(string filename)">Perform an Apache sub-request</s>
-<s f="smfi_addheader" u="bool smfi_addheader(string headerf, string headerv)">Adds a header to the current message.</s>
-<s f="smfi_addrcpt" u="bool smfi_addrcpt(string rcpt)">Add a recipient to the message envelope.</s>
-<s f="smfi_chgheader" u="bool smfi_chgheader(string headerf, string headerv)">Changes a header's value for the current message.</s>
-<s f="smfi_delrcpt" u="bool smfi_delrcpt(string rcpt)">Removes the named recipient from the current message's envelope.</s>
-<s f="smfi_getsymval" u="string smfi_getsymval(string macro)">Returns the value of the given macro or NULL if the macro is not defined.</s>
-<s f="smfi_replacebody" u="bool smfi_replacebody(string body)">Replaces the body of the current message. If called more than once,    subsequent calls result in data being appended to the new body.</s>
-<s f="smfi_setflags" u="void smfi_setflags(long flags)">Sets the flags describing the actions the filter may take.</s>
-<s f="smfi_setreply" u="bool smfi_setreply(string rcode, string xcode, string message)">Directly set the SMTP error reply code for this connection.    This code will be used on subsequent error replies resulting from actions taken by this filter.</s>
-<s f="smfi_settimeout" u="void smfi_settimeout(long timeout)">Sets the number of seconds libmilter will wait for an MTA connection before timing out a socket.</s>
-<s f="nsapi_request_headers" u="array nsapi_request_headers(void)">Get all headers from the request</s>
-<s f="nsapi_response_headers" u="array nsapi_response_headers(void)">Get all headers from the response</s>
-<s f="nsapi_virtual" u="bool nsapi_virtual(string uri)">Perform an NSAPI sub-request</s>
-<s f="display_disabled_function" u="void display_disabled_function(void)">Dummy function which displays an error when a disabled function is called.</s>
-<s f="class_exists" u="bool class_exists(string classname [, bool autoload])">Checks if the class exists</s>
-<s f="crash" u="void crash(void)">Cause the process to crash by copying data to an inaccesible location</s>
-<s f="create_function" u="string create_function(string args, string code)">Creates an anonymous function, and returns its name (funny, eh?)</s>
-<s f="debug_backtrace" u="array debug_backtrace(void)">Return backtrace as array</s>
-<s f="define" u="bool define(string constant_name, mixed value, boolean case_sensitive=true)">Define a new constant</s>
-<s f="defined" u="bool defined(string constant_name)">Check whether a constant exists</s>
-<s f="each" u="array each(array arr)">Return the currently pointed key..value pair in the passed array, and advance the pointer to the next element</s>
-<s f="error_reporting" u="int error_reporting(int new_error_level=null)">Return the current error_reporting level, and if an argument was passed - change to the new level</s>
-<s f="extension_loaded" u="bool extension_loaded(string extension_name)">Returns true if the named extension is loaded</s>
-<s f="func_get_arg" u="mixed func_get_arg(int arg_num)">Get the $arg_num'th argument that was passed to the function</s>
-<s f="func_get_args" u="array func_get_args()">Get an array of the arguments that were passed to the function</s>
-<s f="func_num_args" u="int func_num_args(void)">Get the number of arguments that were passed to the function</s>
-<s f="function_exists" u="bool function_exists(string function_name)">Checks if the function exists</s>
-<s f="get_class" u="string get_class([object object])">Retrieves the class name</s>
-<s f="get_class_methods" u="array get_class_methods(mixed class)">Returns an array of method names for class or class instance.</s>
-<s f="get_class_vars" u="array get_class_vars(string class_name)">Returns an array of default properties of the class.</s>
-<s f="get_declared_classes" u="array get_declared_classes()">Returns an array of all declared classes.</s>
-<s f="get_declared_interfaces" u="array get_declared_interfaces()">Returns an array of all declared interfaces.</s>
-<s f="get_defined_constants" u="array get_defined_constants([bool categorize])">Return an array containing the names and values of all defined constants</s>
-<s f="get_defined_functions" u="array get_defined_functions(void)">Returns an array of all defined functions</s>
-<s f="get_defined_vars" u="array get_defined_vars(void)">Returns an associative array of names and values of all currently defined variable names (variables in the current scope)</s>
-<s f="get_extension_funcs" u="array get_extension_funcs(string extension_name)">Returns an array with the names of functions belonging to the named extension</s>
-<s f="get_included_files" u="array get_included_files(void)">Returns an array with the file names that were included (includes require and once varieties)</s>
-<s f="get_loaded_extensions" u="array get_loaded_extensions([bool zend_extensions])">Return an array containing names of loaded extensions</s>
-<s f="get_object_vars" u="array get_object_vars(object obj)">Returns an array of object properties</s>
-<s f="get_parent_class" u="string get_parent_class([mixed object])">Retrieves the parent class name for object or class or current scope.</s>
-<s f="get_resource_type" u="string get_resource_type(resource res)">Get the resource type name for a given resource</s>
-<s f="interface_exists" u="bool interface_exists(string classname [, bool autoload])">Checks if the class exists</s>
-<s f="is_a" u="bool is_a(object object, string class_name)">Returns true if the object is of this class or has this class as one of its parents</s>
-<s f="is_subclass_of" u="bool is_subclass_of(object object, string class_name)">Returns true if the object has this class as one of its parents</s>
-<s f="leak" u="void leak(int num_bytes=3)">Cause an intentional memory leak, for testing/debugging purposes</s>
-<s f="method_exists" u="bool method_exists(object object, string method)">Checks if the class method exists</s>
-<s f="property_exists" u="bool property_exists(mixed object_or_class, string property_name)">Checks if the object or class has a property</s>
-<s f="restore_error_handler" u="void restore_error_handler(void)">Restores the previously defined error handler function</s>
-<s f="restore_exception_handler" u="void restore_exception_handler(void)">Restores the previously defined exception handler function</s>
-<s f="set_error_handler" u="string set_error_handler(string error_handler [, int error_types])">Sets a user-defined error handler function.  Returns the previously defined error handler, or false on error</s>
-<s f="set_exception_handler" u="string set_exception_handler(callable exception_handler)">Sets a user-defined exception handler function.  Returns the previously defined exception handler, or false on error</s>
-<s f="strcasecmp" u="int strcasecmp(string str1, string str2)">Binary safe case-insensitive string comparison</s>
-<s f="strcmp" u="int strcmp(string str1, string str2)">Binary safe string comparison</s>
-<s f="strlen" u="int strlen(string str)">Get string length</s>
-<s f="strncasecmp" u="int strncasecmp(string str1, string str2, int len)">Binary safe string comparison</s>
-<s f="strncmp" u="int strncmp(string str1, string str2, int len)">Binary safe string comparison</s>
-<s f="trigger_error" u="void trigger_error(string messsage [, int error_type])">Generates a user-level error/warning/notice message</s>
-<s f="zend_test_func" u="void zend_test_func(mixed arg1, mixed arg2)">Generic test function</s>
-<s f="zend_thread_id" u="int zend_thread_id(void)">Returns a unique identifier for the current thread</s>
-<s f="zend_version" u="string zend_version(void)">Get the version of the Zend Engine</s>
-<s f="ErrorException::getSeverity" u="int ErrorException::getSeverity()">Get the exception severity</s>
-<s f="Exception::__clone" u="Exception Exception::__clone()">Clone the exception object</s>
-<s f="Exception::__toString" u="string Exception::__toString()">Obtain the string representation of the Exception object</s>
-<s f="Exception::getCode" u="int Exception::getCode()">Get the exception code</s>
-<s f="Exception::getFile" u="string Exception::getFile()">Get the file in which the exception occurred</s>
-<s f="Exception::getLine" u="int Exception::getLine()">Get the line in which the exception occurred</s>
-<s f="Exception::getMessage" u="string Exception::getMessage()">Get the exception message</s>
-<s f="Exception::getTrace" u="array Exception::getTrace()">Get the stack trace for the location in which the exception occurred</s>
-<s f="Exception::getTraceAsString" u="string Exception::getTraceAsString()">Obtain the backtrace for the exception as a string (instead of an array)</s>
-<s f="Exception::__construct" u=" Exception::__construct(string message, int code)">Exception constructor</s>
-<s f="ErrorException::__construct" u=" ErrorException::__construct(string message, int code, int severity [, string filename [, int lineno]])">ErrorException constructor</s>
-<s f="__construct" u="([ mixed $args  [,  $...  ]] )">PHP 5 allows developers to declare constructor methods for classes. Classes which have a constructor method call this method on each newly-created object, so it is suitable for any initialization that the object may need before it is used.</s><s f="__destruct" u="( void  )">PHP 5 introduces a destructor concept similar to that of other object-oriented languages, such as C++. The destructor method will be called as soon as all references to a particular object are removed or when the object is explicitly destroyed or in any order in shutdown sequence.</s><s k="abstract" />
-<s k="and" />
-<s k="array" />
-<s k="as" />
-<s k="break" />
-<s k="case" />
-<s k="catch" />
-<s k="class" />
-<s k="clone" />
-<s k="const" />
-<s k="continue" />
-<s k="declare" />
-<s k="default" />
-<s k="do" />
-<s k="else" />
-<s k="elseif" />
-<s k="enddeclare" />
-<s k="endfor" />
-<s k="endforeach" />
-<s k="endif" />
-<s k="endswitch" />
-<s k="endwhile" />
-<s k="extends" />
-<s k="final" />
-<s k="for" />
-<s k="function" />
-<s k="global" />
-<s k="goto" />
-<s k="if" />
-<s k="implements" />
-<s k="interface" />
-<s k="instanceof" />
-<s k="namespace" />
-<s k="new" />
-<s k="or" />
-<s k="private" />
-<s k="protected" />
-<s k="public" />
-<s k="static" />
-<s k="switch" />
-<s k="throw" />
-<s k="try" />
-<s k="use" />
-<s k="var" />
-<s k="while" />
-<s k="xor" />
-<s k="true" />
-<s k="TRUE" />
-<s k="false" />
-<s k="FALSE" />
-<s k="null" />
-<s k="NULL" />
-<s k="static" />
-<s k="parent" />
-<s k="include" />
-<s k="include_once" />
-<s k="require" />
-<s k="require_once" />
-<s k="die" />
-<s k="exit" />
-<s k="print" />
-<s t="string"/>
-<s t="object"/>
-<s t="bool"/>
-<s t="boolean"/>
-<s t="unicode"/>
-<s t="double"/>
-<s t="float"/>
-<s t="array" />
-<s t="resource" />
-<s t="int"/>
-<s t="integer"/>
-<s c="M_PI">3.14159265358979323846</s>
-<s c="M_E">2.7182818284590452354</s>
-<s c="M_LOG2E">1.4426950408889634074</s>
-<s c="M_LOG10E">0.43429448190325182765</s>
-<s c="M_LN2">0.69314718055994530942</s>
-<s c="M_LN10">2.30258509299404568402</s>
-<s c="M_PI_2">1.57079632679489661923</s>
-<s c="M_PI_4">0.78539816339744830962</s>
-<s c="M_1_PI">0.31830988618379067154</s>
-<s c="M_2_PI">0.63661977236758134308</s>
-<s c="M_SQRTPI">1.77245385090551602729</s>
-<s c="M_2_SQRTPI">1.12837916709551257390</s>
-<s c="M_SQRT2">1.41421356237309504880</s>
-<s c="M_SQRT3">1.73205080756887729352</s>
-<s c="M_SQRT1_2">0.70710678118654752440</s>
-<s c="M_LNPI">1.14472988584940017414</s>
-<s c="M_EULER">0.57721566490153286061</s>
-<s c="PHP_ROUND_HALF_UP">1</s>
-<s c="PHP_ROUND_HALF_DOWN">2</s>
-<s c="PHP_ROUND_HALF_EVEN">3</s>
-<s c="PHP_ROUND_HALF_ODD">4</s>
-<s c="HTTP_SUPPORT" />
-<s c="HTTP_SUPPORT_REQUESTS" />
-<s c="HTTP_SUPPORT_MAGICMIME" />
-<s c="HTTP_SUPPORT_ENCODINGS" />
-<s c="HTTP_SUPPORT_SSLREQUESTS" />
-<s c="HTTP_PARAMS_ALLOW_COMMA" />
-<s c="HTTP_PARAMS_ALLOW_FAILURE" />
-<s c="HTTP_PARAMS_RAISE_ERROR" />
-<s c="HTTP_PARAMS_DEFAULT" />
-<s c="HTTP_COOKIE_PARSE_RAW" />
-<s c="HTTP_COOKIE_SECURE" />
-<s c="HTTP_COOKIE_HTTPONLY" />
-<s c="HTTP_DEFLATE_LEVEL_DEF" />
-<s c="HTTP_DEFLATE_LEVEL_MIN" />
-<s c="HTTP_DEFLATE_LEVEL_MAX" />
-<s c="HTTP_DEFLATE_TYPE_ZLIB" />
-<s c="HTTP_DEFLATE_TYPE_GZIP" />
-<s c="HTTP_DEFLATE_TYPE_RAW" />
-<s c="HTTP_DEFLATE_STRATEGY_DEF" />
-<s c="HTTP_DEFLATE_STRATEGY_FILT" />
-<s c="HTTP_DEFLATE_STRATEGY_HUFF" />
-<s c="HTTP_DEFLATE_STRATEGY_RLE" />
-<s c="HTTP_DEFLATE_STRATEGY_FIXED" />
-<s c="HTTP_ENCODING_STREAM_FLUSH_NONE" />
-<s c="HTTP_ENCODING_STREAM_FLUSH_SYNC" />
-<s c="HTTP_ENCODING_STREAM_FLUSH_FULL" />
-<s c="HTTP_E_RUNTIME" />
-<s c="HTTP_E_INVALID_PARAM" />
-<s c="HTTP_E_HEADER" />
-<s c="HTTP_E_MALFORMED_HEADERS" />
-<s c="HTTP_E_REQUEST_METHOD" />
-<s c="HTTP_E_MESSAGE_TYPE" />
-<s c="HTTP_E_ENCODING" />
-<s c="HTTP_E_REQUEST" />
-<s c="HTTP_E_REQUEST_POOL" />
-<s c="HTTP_E_SOCKET" />
-<s c="HTTP_E_RESPONSE" />
-<s c="HTTP_E_URL" />
-<s c="HTTP_E_QUERYSTRING" />
-<s c="HTTP_MSG_NONE" />
-<s c="HTTP_MSG_REQUEST" />
-<s c="HTTP_MSG_RESPONSE" />
-<s c="HTTP_QUERYSTRING_TYPE_BOOL" />
-<s c="HTTP_QUERYSTRING_TYPE_INT" />
-<s c="HTTP_QUERYSTRING_TYPE_FLOAT" />
-<s c="HTTP_QUERYSTRING_TYPE_STRING" />
-<s c="HTTP_QUERYSTRING_TYPE_ARRAY" />
-<s c="HTTP_QUERYSTRING_TYPE_OBJECT" />
-<s c="HTTP_AUTH_BASIC" />
-<s c="HTTP_AUTH_DIGEST" />
-<s c="HTTP_AUTH_NTLM" />
-<s c="HTTP_AUTH_GSSNEG" />
-<s c="HTTP_AUTH_ANY" />
-<s c="HTTP_VERSION_ANY" />
-<s c="HTTP_VERSION_1_0" />
-<s c="HTTP_VERSION_1_1" />
-<s c="HTTP_SSL_VERSION_ANY" />
-<s c="HTTP_SSL_VERSION_TLSv1" />
-<s c="HTTP_SSL_VERSION_SSLv3" />
-<s c="HTTP_SSL_VERSION_SSLv2" />
-<s c="HTTP_PROXY_SOCKS4" />
-<s c="HTTP_PROXY_SOCKS5" />
-<s c="HTTP_PROXY_HTTP" />
-<s c="HTTP_IPRESOLVE_V4" />
-<s c="HTTP_IPRESOLVE_V6" />
-<s c="HTTP_IPRESOLVE_ANY" />
-<s c="HTTP_METH_GET" />
-<s c="HTTP_METH_HEAD" />
-<s c="HTTP_METH_POST" />
-<s c="HTTP_METH_PUT" />
-<s c="HTTP_METH_DELETE" />
-<s c="HTTP_METH_OPTIONS" />
-<s c="HTTP_METH_TRACE" />
-<s c="HTTP_METH_CONNECT" />
-<s c="HTTP_METH_PROPFIND" />
-<s c="HTTP_METH_PROPPATCH" />
-<s c="HTTP_METH_MKCOL" />
-<s c="HTTP_METH_COPY" />
-<s c="HTTP_METH_MOVE" />
-<s c="HTTP_METH_LOCK" />
-<s c="HTTP_METH_UNLOCK" />
-<s c="HTTP_METH_VERSION_CONTROL" />
-<s c="HTTP_METH_REPORT" />
-<s c="HTTP_METH_CHECKOUT" />
-<s c="HTTP_METH_CHECKIN" />
-<s c="HTTP_METH_UNCHECKOUT" />
-<s c="HTTP_METH_MKWORKSPACE" />
-<s c="HTTP_METH_UPDATE" />
-<s c="HTTP_METH_LABEL" />
-<s c="HTTP_METH_MERGE" />
-<s c="HTTP_METH_BASELINE_CONTROL" />
-<s c="HTTP_METH_MKACTIVITY" />
-<s c="HTTP_METH_ACL" />
-<s c="HTTP_REDIRECT" />
-<s c="HTTP_REDIRECT_PERM" />
-<s c="HTTP_REDIRECT_FOUND" />
-<s c="HTTP_REDIRECT_POST" />
-<s c="HTTP_REDIRECT_PROXY" />
-<s c="HTTP_REDIRECT_TEMP" />
-<s c="HTTP_URL_REPLACE" />
-<s c="HTTP_URL_JOIN_PATH" />
-<s c="HTTP_URL_JOIN_QUERY" />
-<s c="HTTP_URL_STRIP_USER" />
-<s c="HTTP_URL_STRIP_PASS" />
-<s c="HTTP_URL_STRIP_AUTH" />
-<s c="HTTP_URL_STRIP_PORT" />
-<s c="HTTP_URL_STRIP_PATH" />
-<s c="HTTP_URL_STRIP_QUERY" />
-<s c="HTTP_URL_STRIP_FRAGMENT" />
-<s c="HTTP_URL_STRIP_ALL" />
-<s c="PARSEKIT_QUIET" />
-<s c="PARSEKIT_SIMPLE" />
-<s c="PARSEKIT_EXTENDED_VALUE" />
-<s c="PARSEKIT_RESULT_CONST" />
-<s c="PARSEKIT_RESULT_EA_TYPE" />
-<s c="PARSEKIT_RESULT_JMP_ADDR" />
-<s c="PARSEKIT_RESULT_OPARRAY" />
-<s c="PARSEKIT_RESULT_OPLINE" />
-<s c="PARSEKIT_RESULT_VAR" />
-<s c="PARSEKIT_USAGE_UNKNOWN" />
-<s c="PARSEKIT_ZEND_INTERNAL_CLASS" />
-<s c="PARSEKIT_ZEND_USER_CLASS" />
-<s c="PARSEKIT_ZEND_EVAL_CODE" />
-<s c="PARSEKIT_ZEND_INTERNAL_FUNCTION" />
-<s c="PARSEKIT_ZEND_OVERLOADED_FUNCTION" />
-<s c="PARSEKIT_ZEND_OVERLOADED_FUNCTION_TEMPORARY" />
-<s c="PARSEKIT_ZEND_USER_FUNCTION" />
-<s c="PARSEKIT_IS_CONST" />
-<s c="PARSEKIT_IS_TMP_VAR" />
-<s c="PARSEKIT_IS_UNUSED" />
-<s c="PARSEKIT_IS_VAR" />
-<s c="PARSEKIT_ZEND_ADD" />
-<s c="PARSEKIT_ZEND_ADD_ARRAY_ELEMENT" />
-<s c="PARSEKIT_ZEND_ADD_CHAR" />
-<s c="PARSEKIT_ZEND_ADD_INTERFACE" />
-<s c="PARSEKIT_ZEND_ADD_STRING" />
-<s c="PARSEKIT_ZEND_ADD_VAR" />
-<s c="PARSEKIT_ZEND_ASSIGN" />
-<s c="PARSEKIT_ZEND_ASSIGN_ADD" />
-<s c="PARSEKIT_ZEND_ASSIGN_BW_AND" />
-<s c="PARSEKIT_ZEND_ASSIGN_BW_OR" />
-<s c="PARSEKIT_ZEND_ASSIGN_BW_XOR" />
-<s c="PARSEKIT_ZEND_ASSIGN_CONCAT" />
-<s c="PARSEKIT_ZEND_ASSIGN_DIM" />
-<s c="PARSEKIT_ZEND_ASSIGN_DIV" />
-<s c="PARSEKIT_ZEND_ASSIGN_MOD" />
-<s c="PARSEKIT_ZEND_ASSIGN_MUL" />
-<s c="PARSEKIT_ZEND_ASSIGN_OBJ" />
-<s c="PARSEKIT_ZEND_ASSIGN_REF" />
-<s c="PARSEKIT_ZEND_ASSIGN_SL" />
-<s c="PARSEKIT_ZEND_ASSIGN_SR" />
-<s c="PARSEKIT_ZEND_ASSIGN_SUB" />
-<s c="PARSEKIT_ZEND_BEGIN_SILENCE" />
-<s c="PARSEKIT_ZEND_BOOL" />
-<s c="PARSEKIT_ZEND_BOOL_NOT" />
-<s c="PARSEKIT_ZEND_BOOL_XOR" />
-<s c="PARSEKIT_ZEND_BRK" />
-<s c="PARSEKIT_ZEND_BW_AND" />
-<s c="PARSEKIT_ZEND_BW_NOT" />
-<s c="PARSEKIT_ZEND_BW_OR" />
-<s c="PARSEKIT_ZEND_BW_XOR" />
-<s c="PARSEKIT_ZEND_CASE" />
-<s c="PARSEKIT_ZEND_CAST" />
-<s c="PARSEKIT_ZEND_CATCH" />
-<s c="PARSEKIT_ZEND_CLONE" />
-<s c="PARSEKIT_ZEND_CONCAT" />
-<s c="PARSEKIT_ZEND_CONT" />
-<s c="PARSEKIT_ZEND_DECLARE_CLASS" />
-<s c="PARSEKIT_ZEND_DECLARE_FUNCTION" />
-<s c="PARSEKIT_ZEND_DECLARE_INHERITED_CLASS" />
-<s c="PARSEKIT_ZEND_DIV" />
-<s c="PARSEKIT_ZEND_DO_FCALL" />
-<s c="PARSEKIT_ZEND_DO_FCALL_BY_NAME" />
-<s c="PARSEKIT_ZEND_ECHO" />
-<s c="PARSEKIT_ZEND_END_SILENCE" />
-<s c="PARSEKIT_ZEND_EXIT" />
-<s c="PARSEKIT_ZEND_EXT_FCALL_BEGIN" />
-<s c="PARSEKIT_ZEND_EXT_FCALL_END" />
-<s c="PARSEKIT_ZEND_EXT_NOP" />
-<s c="PARSEKIT_ZEND_EXT_STMT" />
-<s c="PARSEKIT_ZEND_FETCH_CLASS" />
-<s c="PARSEKIT_ZEND_FETCH_CONSTANT" />
-<s c="PARSEKIT_ZEND_FETCH_DIM_FUNC_ARG" />
-<s c="PARSEKIT_ZEND_FETCH_DIM_IS" />
-<s c="PARSEKIT_ZEND_FETCH_DIM_R" />
-<s c="PARSEKIT_ZEND_FETCH_DIM_RW" />
-<s c="PARSEKIT_ZEND_FETCH_DIM_TMP_VAR" />
-<s c="PARSEKIT_ZEND_FETCH_DIM_UNSET" />
-<s c="PARSEKIT_ZEND_FETCH_DIM_W" />
-<s c="PARSEKIT_ZEND_FETCH_FUNC_ARG" />
-<s c="PARSEKIT_ZEND_FETCH_IS" />
-<s c="PARSEKIT_ZEND_FETCH_OBJ_FUNC_ARG" />
-<s c="PARSEKIT_ZEND_FETCH_OBJ_IS" />
-<s c="PARSEKIT_ZEND_FETCH_OBJ_R" />
-<s c="PARSEKIT_ZEND_FETCH_OBJ_RW" />
-<s c="PARSEKIT_ZEND_FETCH_OBJ_UNSET" />
-<s c="PARSEKIT_ZEND_FETCH_OBJ_W" />
-<s c="PARSEKIT_ZEND_FETCH_R" />
-<s c="PARSEKIT_ZEND_FETCH_RW" />
-<s c="PARSEKIT_ZEND_FETCH_UNSET" />
-<s c="PARSEKIT_ZEND_FETCH_W" />
-<s c="PARSEKIT_ZEND_FE_FETCH" />
-<s c="PARSEKIT_ZEND_FE_RESET" />
-<s c="PARSEKIT_ZEND_FREE" />
-<s c="PARSEKIT_ZEND_HANDLE_EXCEPTION" />
-<s c="PARSEKIT_ZEND_IMPORT_CLASS" />
-<s c="PARSEKIT_ZEND_IMPORT_CONST" />
-<s c="PARSEKIT_ZEND_IMPORT_FUNCTION" />
-<s c="PARSEKIT_ZEND_INCLUDE_OR_EVAL" />
-<s c="PARSEKIT_ZEND_INIT_ARRAY" />
-<s c="PARSEKIT_ZEND_INIT_CTOR_CALL" />
-<s c="PARSEKIT_ZEND_INIT_FCALL_BY_NAME" />
-<s c="PARSEKIT_ZEND_INIT_METHOD_CALL" />
-<s c="PARSEKIT_ZEND_INIT_STATIC_METHOD_CALL" />
-<s c="PARSEKIT_ZEND_INIT_STRING" />
-<s c="PARSEKIT_ZEND_INSTANCEOF" />
-<s c="PARSEKIT_ZEND_ISSET_ISEMPTY" />
-<s c="PARSEKIT_ZEND_ISSET_ISEMPTY_DIM_OBJ" />
-<s c="PARSEKIT_ZEND_ISSET_ISEMPTY_PROP_OBJ" />
-<s c="PARSEKIT_ZEND_ISSET_ISEMPTY_VAR" />
-<s c="PARSEKIT_ZEND_IS_EQUAL" />
-<s c="PARSEKIT_ZEND_IS_IDENTICAL" />
-<s c="PARSEKIT_ZEND_IS_NOT_EQUAL" />
-<s c="PARSEKIT_ZEND_IS_NOT_IDENTICAL" />
-<s c="PARSEKIT_ZEND_IS_SMALLER" />
-<s c="PARSEKIT_ZEND_IS_SMALLER_OR_EQUAL" />
-<s c="PARSEKIT_ZEND_JMP" />
-<s c="PARSEKIT_ZEND_JMPNZ" />
-<s c="PARSEKIT_ZEND_JMPNZ_EX" />
-<s c="PARSEKIT_ZEND_JMPZ" />
-<s c="PARSEKIT_ZEND_JMPZNZ" />
-<s c="PARSEKIT_ZEND_JMPZ_EX" />
-<s c="PARSEKIT_ZEND_JMP_NO_CTOR" />
-<s c="PARSEKIT_ZEND_MOD" />
-<s c="PARSEKIT_ZEND_MUL" />
-<s c="PARSEKIT_ZEND_NEW" />
-<s c="PARSEKIT_ZEND_NOP" />
-<s c="PARSEKIT_ZEND_OP_DATA" />
-<s c="PARSEKIT_ZEND_POST_DEC" />
-<s c="PARSEKIT_ZEND_POST_DEC_OBJ" />
-<s c="PARSEKIT_ZEND_POST_INC" />
-<s c="PARSEKIT_ZEND_POST_INC_OBJ" />
-<s c="PARSEKIT_ZEND_PRE_DEC" />
-<s c="PARSEKIT_ZEND_PRE_DEC_OBJ" />
-<s c="PARSEKIT_ZEND_PRE_INC" />
-<s c="PARSEKIT_ZEND_PRE_INC_OBJ" />
-<s c="PARSEKIT_ZEND_PRINT" />
-<s c="PARSEKIT_ZEND_QM_ASSIGN" />
-<s c="PARSEKIT_ZEND_RAISE_ABSTRACT_ERROR" />
-<s c="PARSEKIT_ZEND_RECV" />
-<s c="PARSEKIT_ZEND_RECV_INIT" />
-<s c="PARSEKIT_ZEND_RETURN" />
-<s c="PARSEKIT_ZEND_SEND_REF" />
-<s c="PARSEKIT_ZEND_SEND_VAL" />
-<s c="PARSEKIT_ZEND_SEND_VAR" />
-<s c="PARSEKIT_ZEND_SEND_VAR_NO_REF" />
-<s c="PARSEKIT_ZEND_SL" />
-<s c="PARSEKIT_ZEND_SR" />
-<s c="PARSEKIT_ZEND_SUB" />
-<s c="PARSEKIT_ZEND_SWITCH_FREE" />
-<s c="PARSEKIT_ZEND_THROW" />
-<s c="PARSEKIT_ZEND_TICKS" />
-<s c="PARSEKIT_ZEND_UNSET_DIM_OBJ" />
-<s c="PARSEKIT_ZEND_UNSET_VAR" />
-<s c="PARSEKIT_ZEND_VERIFY_ABSTRACT_CLASS" />
-<s c="MOD_COLOR" />
-<s c="MOD_MATRIX" />
-<s c="TYPE_PUSHBUTTON" />
-<s c="TYPE_MENUBUTTON" />
-<s c="BSHitTest" />
-<s c="BSDown" />
-<s c="BSOver" />
-<s c="BSUp" />
-<s c="OverDowntoIdle" />
-<s c="IdletoOverDown" />
-<s c="OutDowntoIdle" />
-<s c="OutDowntoOverDown" />
-<s c="OverDowntoOutDown" />
-<s c="OverUptoOverDown" />
-<s c="OverUptoIdle" />
-<s c="IdletoOverUp" />
-<s c="ButtonEnter" />
-<s c="ButtonExit" />
-<s c="MenuEnter" />
-<s c="MenuExit" />
-<s c="FTP_ASCII" />
-<s c="FTP_TEXT" />
-<s c="FTP_BINARY" />
-<s c="FTP_IMAGE" />
-<s c="FTP_TIMEOUT_SEC" />
-<s c="FTP_AUTOSEEK" />
-<s c="FTP_AUTORESUME" />
-<s c="FTP_FAILED" />
-<s c="FTP_FINISHED" />
-<s c="FTP_MOREDATA" />
-<s c="PHP_URL_SCHEME" />
-<s c="PHP_URL_HOST" />
-<s c="PHP_URL_PORT" />
-<s c="PHP_URL_USER" />
-<s c="PHP_URL_PASS" />
-<s c="PHP_URL_PATH" />
-<s c="PHP_URL_QUERY" />
-<s c="PHP_URL_FRAGMENT" />
-<s c="CONNECTION_ABORTED" />
-<s c="CONNECTION_NORMAL" />
-<s c="CONNECTION_TIMEOUT" />
-<s c="__COMPILER_HALT_OFFSET__" />
-<s c="SSH2_FINGERPRINT_MD5" />
-<s c="SSH2_FINGERPRINT_SHA1" />
-<s c="SSH2_FINGERPRINT_HEX" />
-<s c="SSH2_FINGERPRINT_RAW" />
-<s c="SSH2_TERM_UNIT_CHARS" />
-<s c="SSH2_TERM_UNIT_PIXELS" />
-<s c="SSH2_DEFAULT_TERM_WIDTH" />
-<s c="SSH2_DEFAULT_TERM_HEIGHT" />
-<s c="SSH2_DEFAULT_TERM_UNIT" />
-<s c="SSH2_STREAM_STDIO" />
-<s c="SSH2_STREAM_STDERR" />
-<s c="SSH2_DEFAULT_TERMINAL" />
-<s c="HASH_HMAC" />
-<s c="GOPHER_DOCUMENT" /> 
-<s c="GOPHER_DIRECTORY">1</s>
-<s c="GOPHER_BINHEX">4</s>
-<s c="GOPHER_DOSBINARY">5</s>
-<s c="GOPHER_UUENCODED">6</s>
-<s c="GOPHER_BINARY">9</s>
-<s c="GOPHER_INFO">255</s>
-<s c="GOPHER_HTTP">254</s>
-<s c="GOPHER_UNKNOWN">-1</s>
-<s c="U_INVALID_STOP" /> 
-<s c="U_INVALID_SKIP">1</s>
-<s c="U_INVALID_SUBSTITUTE">2</s>
-<s c="U_INVALID_ESCAPE">3</s>
-<s c="PRINTER_COPIES" />
-<s c="PRINTER_MODE" />
-<s c="PRINTER_TITLE" />
-<s c="PRINTER_DEVICENAME" />
-<s c="PRINTER_DRIVERVERSION" />
-<s c="PRINTER_OUTPUT_FILE" />
-<s c="PRINTER_RESOLUTION_Y" />
-<s c="PRINTER_RESOLUTION_X" />
-<s c="PRINTER_SCALE" />
-<s c="PRINTER_BACKGROUND_COLOR" />
-<s c="PRINTER_PAPER_LENGTH" />
-<s c="PRINTER_PAPER_WIDTH" />
-<s c="PRINTER_PAPER_FORMAT" />
-<s c="PRINTER_FORMAT_CUSTOM" />
-<s c="PRINTER_FORMAT_LETTER" />
-<s c="PRINTER_FORMAT_LEGAL" />
-<s c="PRINTER_FORMAT_A3" />
-<s c="PRINTER_FORMAT_A4" />
-<s c="PRINTER_FORMAT_A5" />
-<s c="PRINTER_FORMAT_B4" />
-<s c="PRINTER_FORMAT_B5" />
-<s c="PRINTER_FORMAT_FOLIO" />
-<s c="PRINTER_ORIENTATION" />
-<s c="PRINTER_ORIENTATION_PORTRAIT" />
-<s c="PRINTER_ORIENTATION_LANDSCAPE" />
-<s c="PRINTER_TEXT_COLOR" />
-<s c="PRINTER_TEXT_ALIGN" />
-<s c="PRINTER_TA_BASELINE" />
-<s c="PRINTER_TA_BOTTOM" />
-<s c="PRINTER_TA_TOP" />
-<s c="PRINTER_TA_CENTER" />
-<s c="PRINTER_TA_LEFT" />
-<s c="PRINTER_TA_RIGHT" />
-<s c="PRINTER_PEN_SOLID" />
-<s c="PRINTER_PEN_DASH" />
-<s c="PRINTER_PEN_DOT" />
-<s c="PRINTER_PEN_DASHDOT" />
-<s c="PRINTER_PEN_DASHDOTDOT" />
-<s c="PRINTER_PEN_INVISIBLE" />
-<s c="PRINTER_BRUSH_SOLID" />
-<s c="PRINTER_BRUSH_CUSTOM" />
-<s c="PRINTER_BRUSH_DIAGONAL" />
-<s c="PRINTER_BRUSH_CROSS" />
-<s c="PRINTER_BRUSH_DIAGCROSS" />
-<s c="PRINTER_BRUSH_FDIAGONAL" />
-<s c="PRINTER_BRUSH_HORIZONTAL" />
-<s c="PRINTER_BRUSH_VERTICAL" />
-<s c="PRINTER_FW_THIN" />
-<s c="PRINTER_FW_ULTRALIGHT" />
-<s c="PRINTER_FW_LIGHT" />
-<s c="PRINTER_FW_NORMAL" />
-<s c="PRINTER_FW_MEDIUM" />
-<s c="PRINTER_FW_BOLD" />
-<s c="PRINTER_FW_ULTRABOLD" />
-<s c="PRINTER_FW_HEAVY" />
-<s c="PRINTER_ENUM_LOCAL" />
-<s c="PRINTER_ENUM_NAME" />
-<s c="PRINTER_ENUM_SHARED" />
-<s c="PRINTER_ENUM_DEFAULT" />
-<s c="PRINTER_ENUM_CONNECTIONS" />
-<s c="PRINTER_ENUM_NETWORK" />
-<s c="PRINTER_ENUM_REMOTE" />
-<s c="PKCS7_TEXT">Adds text/plain content type headers to encrypted/signed message. If decrypting or verifying, it strips those headers from the output - if the decrypted or verified message is not of MIME type text/plain then an error will occur.</s>
-<s c="PKCS7_BINARY">Normally the input message is converted to &quot;canonical&quot; format which is effectively using CR and LF as end of line: as required by the S/MIME specification. When this options is present, no translation occurs. This is useful when handling binary data which may not be in MIME format.</s>
-<s c="PKCS7_NOINTERN">When verifying a message, certificates (if any) included in the message are normally searched for the signing certificate. With this option only the certificates specified in the extracerts parameter of openssl_pkcs7_verify are used. The supplied certificates can still be used as untrusted CAs however.</s>
-<s c="PKCS7_NOVERIFY">Do not verify the signers certificate of a signed message.</s>
-<s c="PKCS7_NOCHAIN">Do not chain verification of signers certificates: that is don't use the certificates in the signed message as untrusted CAs.</s>
-<s c="PKCS7_NOCERTS">When signing a message the signer's certificate is normally included - with this option it is excluded. This will reduce the size of the signed message but the verifier must have a copy of the signers certificate available locally (passed using the extracerts to openssl_pkcs7_verify for example).</s>
-<s c="PKCS7_NOATTR">Normally when a message is signed, a set of attributes are included which include the signing time and the supported symmetric algorithms. With this option they are not included.</s>
-<s c="PKCS7_DETACHED">When signing a message, use cleartext signing with the MIME type multipart/signed. This is the default if you do not specify any flags to openssl_pkcs7_sign . If you turn this option off, the message will be signed using opaque signing, which is more resistant to translation by mail relays but cannot be read by mail agents that do not support S/MIME.</s>
-<s c="PKCS7_NOSIGS">Don't try and verify the signatures on a message</s>
-<s c="MCRYPT_ENCRYPT" />
-<s c="MCRYPT_DECRYPT" />
-<s c="MCRYPT_DEV_RANDOM" />
-<s c="MCRYPT_DEV_URANDOM" />
-<s c="MCRYPT_RAND" />
-<s c="256">Phar::SHA512 ( integer )</s>
-<s c="PHP">Phar::PHPS ( integer )</s>
-<s c="M_PENDING" />
-<s c="M_DONE" />
-<s c="M_ERROR" />
-<s c="M_FAIL" />
-<s c="M_SUCCESS" />
-<s c="DC_MICROSOFT" />
-<s c="DC_BORLAND" />
-<s c="DC_CALL_CDECL" />
-<s c="DC_CALL_STD" />
-<s c="DC_RETVAL_MATH4" />
-<s c="DC_RETVAL_MATH8" />
-<s c="DC_CALL_STD_BO" />
-<s c="DC_CALL_STD_MS" />
-<s c="DC_CALL_STD_M8" />
-<s c="DC_FLAG_ARGPTR" />
-<s c="DBPLUS_ERR_NOERR">ERR_NOERR</s>
-<s c="DBPLUS_ERR_DUPLICATE">ERR_DUPLICATE</s>
-<s c="DBPLUS_ERR_EOSCAN">ERR_EOSCAN</s>
-<s c="DBPLUS_ERR_EMPTY">ERR_EMPTY</s>
-<s c="DBPLUS_ERR_CLOSE">ERR_CLOSE</s>
-<s c="DBPLUS_ERR_WLOCKED">ERR_WLOCKED</s>
-<s c="DBPLUS_ERR_LOCKED">ERR_LOCKED</s>
-<s c="DBPLUS_ERR_NOLOCK">ERR_NOLOCK</s>
-<s c="DBPLUS_ERR_READ">ERR_READ</s>
-<s c="DBPLUS_ERR_WRITE">ERR_WRITE</s>
-<s c="DBPLUS_ERR_CREATE">ERR_CREATE</s>
-<s c="DBPLUS_ERR_LSEEK">ERR_LSEEK</s>
-<s c="DBPLUS_ERR_LENGTH">ERR_LENGTH</s>
-<s c="DBPLUS_ERR_OPEN">ERR_OPEN</s>
-<s c="DBPLUS_ERR_WOPEN">ERR_WOPEN</s>
-<s c="DBPLUS_ERR_MAGIC">ERR_MAGIC</s>
-<s c="DBPLUS_ERR_VERSION">ERR_VERSION</s>
-<s c="DBPLUS_ERR_PGSIZE">ERR_PGSIZE</s>
-<s c="DBPLUS_ERR_CRC">ERR_CRC</s>
-<s c="DBPLUS_ERR_PIPE">ERR_PIPE</s>
-<s c="DBPLUS_ERR_NIDX">ERR_NIDX</s>
-<s c="DBPLUS_ERR_MALLOC">ERR_MALLOC</s>
-<s c="DBPLUS_ERR_NUSERS">ERR_NUSERS</s>
-<s c="DBPLUS_ERR_PREEXIT">ERR_PREEXIT</s>
-<s c="DBPLUS_ERR_ONTRAP">ERR_ONTRAP</s>
-<s c="DBPLUS_ERR_PREPROC">ERR_PREPROC</s>
-<s c="DBPLUS_ERR_DBPARSE">ERR_DBPARSE</s>
-<s c="DBPLUS_ERR_DBRUNERR">ERR_DBRUNERR</s>
-<s c="DBPLUS_ERR_DBPREEXIT">ERR_DBPREEXIT</s>
-<s c="DBPLUS_ERR_WAIT">ERR_WAIT</s>
-<s c="DBPLUS_ERR_CORRUPT_TUPLE">ERR_CORRUPT_TUPLE</s>
-<s c="DBPLUS_ERR_WARNING0">ERR_WARNING0</s>
-<s c="DBPLUS_ERR_PANIC">ERR_PANIC</s>
-<s c="DBPLUS_ERR_FIFO">ERR_FIFO</s>
-<s c="DBPLUS_ERR_PERM">ERR_PERM</s>
-<s c="DBPLUS_ERR_TCL">ERR_TCL</s>
-<s c="DBPLUS_ERR_RESTRICTED">ERR_RESTRICTED</s>
-<s c="DBPLUS_ERR_USER">ERR_USER</s>
-<s c="DBPLUS_ERR_UNKNOWN">ERR_UNKNOWN</s>
-<s c="XATTR_ROOT" />
-<s c="XATTR_DONTFOLLOW" />
-<s c="XATTR_CREATE" />
-<s c="XATTR_REPLACE" />
-<s c="CLSCTX_INPROC_SERVER" />
-<s c="CLSCTX_INPROC_HANDLER" />
-<s c="CLSCTX_LOCAL_SERVER" />
-<s c="CLSCTX_REMOTE_SERVER" />
-<s c="CLSCTX_SERVER" />
-<s c="CLSCTX_ALL" />
-<s c="VT_NULL" />
-<s c="VT_EMPTY" />
-<s c="VT_UI1" />
-<s c="VT_I2" />
-<s c="VT_I4" />
-<s c="VT_R4" />
-<s c="VT_R8" />
-<s c="VT_BOOL" />
-<s c="VT_ERROR" />
-<s c="VT_CY" />
-<s c="VT_DATE" />
-<s c="VT_BSTR" />
-<s c="VT_DECIMAL" />
-<s c="VT_UNKNOWN" />
-<s c="VT_DISPATCH" />
-<s c="VT_VARIANT" />
-<s c="VT_I1" />
-<s c="VT_UI2" />
-<s c="VT_UI4" />
-<s c="VT_INT" />
-<s c="VT_UINT" />
-<s c="VT_ARRAY" />
-<s c="VT_BYREF" />
-<s c="CP_ACP" />
-<s c="CP_MACCP" />
-<s c="CP_OEMCP" />
-<s c="CP_UTF7" />
-<s c="CP_UTF8" />
-<s c="CP_SYMBOL" />
-<s c="CP_THREAD_ACP" />
-<s c="VARCMP_LT" />
-<s c="VARCMP_EQ" />
-<s c="VARCMP_GT" />
-<s c="VARCMP_NULL" />
-<s c="NORM_IGNORECASE" />
-<s c="NORM_IGNORENONSPACE" />
-<s c="NORM_IGNORESYMBOLS" />
-<s c="NORM_IGNOREWIDTH" />
-<s c="NORM_IGNOREKANATYPE" />
-<s c="NORM_IGNOREKASHIDA" />
-<s c="DISP_E_DIVBYZERO" />
-<s c="DISP_E_OVERFLOW" />
-<s c="MK_E_UNAVAILABLE" />
-<s c="RUNKIT_IMPORT_FUNCTIONS" />
-<s c="RUNKIT_IMPORT_CLASS_METHODS" />
-<s c="RUNKIT_IMPORT_CLASS_CONSTS" />
-<s c="RUNKIT_IMPORT_CLASS_PROPS" />
-<s c="RUNKIT_IMPORT_CLASSES" />
-<s c="RUNKIT_IMPORT_CLASS_*" />
-<s c="RUNKIT_IMPORT_OVERRIDE" />
-<s c="RUNKIT_ACC_PUBLIC" />
-<s c="RUNKIT_ACC_PROTECTED" />
-<s c="RUNKIT_ACC_PRIVATE" />
-<s c="CLASSKIT_ACC_PUBLIC" />
-<s c="CLASSKIT_ACC_PROTECTED" />
-<s c="CLASSKIT_ACC_PRIVATE" />
-<s c="CLASSKIT_AGGREGATE_OVERRIDE" />
-<s c="RUNKIT_VERSION" />
-<s c="CLASSKIT_VERSION" />
-<s c="XML_ELEMENT_NODE">1</s>
-<s c="XML_ATTRIBUTE_NODE">2</s>
-<s c="XML_TEXT_NODE">3</s>
-<s c="XML_CDATA_SECTION_NODE">4</s>
-<s c="XML_ENTITY_REF_NODE">5</s>
-<s c="XML_ENTITY_NODE">6</s>
-<s c="XML_PI_NODE">7</s>
-<s c="XML_COMMENT_NODE">8</s>
-<s c="XML_DOCUMENT_NODE">9</s>
-<s c="XML_DOCUMENT_TYPE_NODE">10</s>
-<s c="XML_DOCUMENT_FRAG_NODE">11</s>
-<s c="XML_NOTATION_NODE">12</s>
-<s c="XML_HTML_DOCUMENT_NODE">13</s>
-<s c="XML_DTD_NODE">14</s>
-<s c="XML_ELEMENT_DECL_NODE">15</s>
-<s c="XML_ATTRIBUTE_DECL_NODE">16</s>
-<s c="XML_ENTITY_DECL_NODE">17</s>
-<s c="XML_NAMESPACE_DECL_NODE">18</s>
-<s c="XML_ATTRIBUTE_CDATA">1</s>
-<s c="XML_ATTRIBUTE_ID">2</s>
-<s c="XML_ATTRIBUTE_IDREF">3</s>
-<s c="XML_ATTRIBUTE_IDREFS">4</s>
-<s c="XML_ATTRIBUTE_ENTITY">5</s>
-<s c="XML_ATTRIBUTE_NMTOKEN">7</s>
-<s c="XML_ATTRIBUTE_NMTOKENS">8</s>
-<s c="XML_ATTRIBUTE_ENUMERATION">9</s>
-<s c="XML_ATTRIBUTE_NOTATION">10</s>
-<s c="DOM_INDEX_SIZE_ERR">1</s>
-<s c="DOMSTRING_SIZE_ERR">2</s>
-<s c="DOM_HIERARCHY_REQUEST_ERR">3</s>
-<s c="DOM_WRONG_DOCUMENT_ERR">4</s>
-<s c="DOM_INVALID_CHARACTER_ERR">5</s>
-<s c="DOM_NO_DATA_ALLOWED_ERR">6</s>
-<s c="DOM_NO_MODIFICATION_ALLOWED_ERR">7</s>
-<s c="DOM_NOT_FOUND_ERR">8</s>
-<s c="DOM_NOT_SUPPORTED_ERR">9</s>
-<s c="DOM_INUSE_ATTRIBUTE_ERR">10</s>
-<s c="DOM_INVALID_STATE_ERR">11</s>
-<s c="DOM_SYNTAX_ERR">12</s>
-<s c="DOM_INVALID_MODIFICATION_ERR">13</s>
-<s c="DOM_NAMESPACE_ERR">14</s>
-<s c="DOM_INVALID_ACCESS_ERR">15</s>
-<s c="DOM_VALIDATION_ERR">16</s>
-<s c="RPMREADER_MINIMUM" />
-<s c="RPMREADER_NAME" />
-<s c="RPMREADER_VERSION" />
-<s c="RPMREADER_RELEASE" />
-<s c="RPMREADER_EPOCH" />
-<s c="RPMREADER_SERIAL" />
-<s c="RPMREADER_SUMMARY" />
-<s c="RPMREADER_DESCRIPTION" />
-<s c="RPMREADER_BUILDTIME" />
-<s c="RPMREADER_BUILDHOST" />
-<s c="RPMREADER_INSTALLTIME" />
-<s c="RPMREADER_SIZE" />
-<s c="RPMREADER_DISTRIBUTION" />
-<s c="RPMREADER_VENDOR" />
-<s c="RPMREADER_GIF" />
-<s c="RPMREADER_XPM" />
-<s c="RPMREADER_LICENSE" />
-<s c="RPMREADER_COPYRIGHT" />
-<s c="RPMREADER_PACKAGER" />
-<s c="RPMREADER_GROUP" />
-<s c="RPMREADER_SOURCE" />
-<s c="RPMREADER_PATCH" />
-<s c="RPMREADER_URL" />
-<s c="RPMREADER_OS" />
-<s c="RPMREADER_ARCH" />
-<s c="RPMREADER_PREIN" />
-<s c="RPMREADER_POSTIN" />
-<s c="RPMREADER_PREUN" />
-<s c="RPMREADER_POSTUN" />
-<s c="RPMREADER_OLDFILENAMES" />
-<s c="RPMREADER_FILESIZES" />
-<s c="RPMREADER_FILESTATES" />
-<s c="RPMREADER_FILEMODES" />
-<s c="RPMREADER_FILERDEVS" />
-<s c="RPMREADER_FILEMTIMES" />
-<s c="RPMREADER_FILEMD5S" />
-<s c="RPMREADER_FILELINKTOS" />
-<s c="RPMREADER_FILEFLAGS" />
-<s c="RPMREADER_FILEUSERNAME" />
-<s c="RPMREADER_FILEGROUPNAME" />
-<s c="RPMREADER_ICON" />
-<s c="RPMREADER_SOURCERPM" />
-<s c="RPMREADER_FILEVERIFYFLAGS" />
-<s c="RPMREADER_ARCHIVESIZE" />
-<s c="RPMREADER_PROVIDENAME" />
-<s c="RPMREADER_PROVIDES" />
-<s c="RPMREADER_REQUIREFLAGS" />
-<s c="RPMREADER_REQUIRENAME" />
-<s c="RPMREADER_REQUIREVERSION" />
-<s c="RPMREADER_CONFLICTFLAGS" />
-<s c="RPMREADER_CONFLICTNAME" />
-<s c="RPMREADER_CONFLICTVERSION" />
-<s c="RPMREADER_EXCLUDEARCH" />
-<s c="RPMREADER_EXCLUDEOS" />
-<s c="RPMREADER_EXCLUSIVEARCH" />
-<s c="RPMREADER_EXCLUSIVEOS" />
-<s c="RPMREADER_RPMVERSION" />
-<s c="RPMREADER_TRIGGERSCRIPTS" />
-<s c="RPMREADER_TRIGGERNAME" />
-<s c="RPMREADER_TRIGGERVERSION" />
-<s c="RPMREADER_TRIGGERFLAGS" />
-<s c="RPMREADER_TRIGGERINDEX" />
-<s c="RPMREADER_VERIFYSCRIPT" />
-<s c="RPMREADER_CHANGELOGTIME" />
-<s c="RPMREADER_CHANGELOGNAME" />
-<s c="RPMREADER_CHANGELOGTEXT" />
-<s c="RPMREADER_PREINPROG" />
-<s c="RPMREADER_POSTINPROG" />
-<s c="RPMREADER_PREUNPROG" />
-<s c="RPMREADER_POSTUNPROG" />
-<s c="RPMREADER_BUILDARCHS" />
-<s c="RPMREADER_OBSOLETENAME" />
-<s c="RPMREADER_OBSOLETES" />
-<s c="RPMREADER_VERIFYSCRIPTPROG" />
-<s c="RPMREADER_TRIGGERSCRIPTPROG" />
-<s c="RPMREADER_COOKIE" />
-<s c="RPMREADER_FILEDEVICES" />
-<s c="RPMREADER_FILEINODES" />
-<s c="RPMREADER_FILELANGS" />
-<s c="RPMREADER_PREFIXES" />
-<s c="RPMREADER_INSTPREFIXES" />
-<s c="RPMREADER_PROVIDEFLAGS" />
-<s c="RPMREADER_PROVIDEVERSION" />
-<s c="RPMREADER_OBSOLETEFLAGS" />
-<s c="RPMREADER_OBSOLETEVERSION" />
-<s c="RPMREADER_DIRINDEXES" />
-<s c="RPMREADER_BASENAMES" />
-<s c="RPMREADER_DIRNAMES" />
-<s c="RPMREADER_OPTFLAGS" />
-<s c="RPMREADER_DISTURL" />
-<s c="RPMREADER_PAYLOADFORMAT" />
-<s c="RPMREADER_PAYLOADCOMPRESSOR" />
-<s c="RPMREADER_PAYLOADFLAGS" />
-<s c="RPMREADER_INSTALLCOLOR" />
-<s c="RPMREADER_INSTALLTID" />
-<s c="RPMREADER_REMOVETID" />
-<s c="RPMREADER_RHNPLATFORM" />
-<s c="RPMREADER_PLATFORM" />
-<s c="RPMREADER_PATCHESNAME" />
-<s c="RPMREADER_PATCHESFLAGS" />
-<s c="RPMREADER_PATCHESVERSION" />
-<s c="RPMREADER_CACHECTIME" />
-<s c="RPMREADER_CACHEPKGPATH" />
-<s c="RPMREADER_CACHEPKGSIZE" />
-<s c="RPMREADER_CACHEPKGMTIME" />
-<s c="RPMREADER_FILECOLORS" />
-<s c="RPMREADER_FILECLASS" />
-<s c="RPMREADER_CLASSDICT" />
-<s c="RPMREADER_FILEDEPENDSX" />
-<s c="RPMREADER_FILEDEPENDSN" />
-<s c="RPMREADER_DEPENDSDICT" />
-<s c="RPMREADER_SOURCEPKGID" />
-<s c="RPMREADER_FILECONTEXTS" />
-<s c="RPMREADER_FSCONTEXTS" />
-<s c="RPMREADER_RECONTEXTS" />
-<s c="RPMREADER_POLICIES" />
-<s c="RPMREADER_MAXIMUM" />
-<s c="ID3_V1_0" />
-<s c="ID3_V1_1" />
-<s c="ID3_V2_1" />
-<s c="ID3_V2_2" />
-<s c="ID3_V2_3" />
-<s c="ID3_V2_4" />
-<s c="ID3_BEST" />
-<s c="MYSQLI_READ_DEFAULT_GROUP" />
-<s c="MYSQLI_READ_DEFAULT_FILE" />
-<s c="MYSQLI_OPT_CONNECT_TIMEOUT" />
-<s c="MYSQLI_OPT_LOCAL_INFILE" />
-<s c="MYSQLI_INIT_COMMAND" />
-<s c="MYSQLI_CLIENT_SSL" />
-<s c="MYSQLI_CLIENT_COMPRESS" />
-<s c="MYSQLI_CLIENT_INTERACTIVE" />
-<s c="MYSQLI_CLIENT_IGNORE_SPACE" />
-<s c="MYSQLI_CLIENT_NO_SCHEMA" />
-<s c="MYSQLI_CLIENT_MULTI_QUERIES" />
-<s c="MYSQLI_STORE_RESULT" />
-<s c="MYSQLI_USE_RESULT" />
-<s c="MYSQLI_ASSOC" />
-<s c="MYSQLI_NUM" />
-<s c="MYSQLI_BOTH" />
-<s c="MYSQLI_NOT_NULL_FLAG" />
-<s c="MYSQLI_PRI_KEY_FLAG" />
-<s c="MYSQLI_UNIQUE_KEY_FLAG" />
-<s c="MYSQLI_MULTIPLE_KEY_FLAG" />
-<s c="MYSQLI_BLOB_FLAG" />
-<s c="MYSQLI_UNSIGNED_FLAG" />
-<s c="MYSQLI_ZEROFILL_FLAG" />
-<s c="MYSQLI_AUTO_INCREMENT_FLAG" />
-<s c="MYSQLI_TIMESTAMP_FLAG" />
-<s c="MYSQLI_SET_FLAG" />
-<s c="MYSQLI_NUM_FLAG" />
-<s c="MYSQLI_PART_KEY_FLAG" />
-<s c="MYSQLI_GROUP_FLAG" />
-<s c="MYSQLI_TYPE_DECIMAL" />
-<s c="MYSQLI_TYPE_NEWDECIMAL" />
-<s c="MYSQLI_TYPE_BIT" />
-<s c="MYSQLI_TYPE_TINY" />
-<s c="MYSQLI_TYPE_SHORT" />
-<s c="MYSQLI_TYPE_LONG" />
-<s c="MYSQLI_TYPE_FLOAT" />
-<s c="MYSQLI_TYPE_DOUBLE" />
-<s c="MYSQLI_TYPE_NULL" />
-<s c="MYSQLI_TYPE_TIMESTAMP" />
-<s c="MYSQLI_TYPE_LONGLONG" />
-<s c="MYSQLI_TYPE_INT24" />
-<s c="MYSQLI_TYPE_DATE" />
-<s c="MYSQLI_TYPE_TIME" />
-<s c="MYSQLI_TYPE_DATETIME" />
-<s c="MYSQLI_TYPE_YEAR" />
-<s c="MYSQLI_TYPE_NEWDATE" />
-<s c="MYSQLI_TYPE_ENUM" />
-<s c="MYSQLI_TYPE_SET" />
-<s c="MYSQLI_TYPE_TINY_BLOB" />
-<s c="MYSQLI_TYPE_MEDIUM_BLOB" />
-<s c="MYSQLI_TYPE_LONG_BLOB" />
-<s c="MYSQLI_TYPE_BLOB" />
-<s c="MYSQLI_TYPE_VAR_STRING" />
-<s c="MYSQLI_TYPE_STRING" />
-<s c="MYSQLI_TYPE_GEOMETRY" />
-<s c="MYSQLI_NEED_DATA" />
-<s c="MYSQLI_NO_DATA" />
-<s c="MYSQLI_DATA_TRUNCATED" />
-<s c="MYSQLI_ENUM_FLAG" />
-<s c="MEMCACHE_COMPRESSED">Used to turn on-the-fly data compression on with Memcache::set , Memcache::add &amp;listendand; Memcache::replace .</s>
-<s c="MEMCACHE_HAVE_SESSION">1 if this Memcache session handler is available, 0 otherwise.</s>
-<s c="PSPELL_FAST" />
-<s c="PSPELL_NORMAL" />
-<s c="PSPELL_BAD_SPELLERS" />
-<s c="PSPELL_RUN_TOGETHER" />
-<s c="CYRUS_CONN_NONSYNCLITERAL" />
-<s c="CYRUS_CONN_INITIALRESPONSE" />
-<s c="CYRUS_CALLBACK_NUMBERED" />
-<s c="CYRUS_CALLBACK_NOLITERAL" />
-<s c="FRIBIDI_CHARSET_UTF8" />
-<s c="FRIBIDI_CHARSET_8859_6" />
-<s c="FRIBIDI_CHARSET_8859_8" />
-<s c="FRIBIDI_CHARSET_CP1255" />
-<s c="FRIBIDI_CHARSET_CP1256" />
-<s c="FRIBIDI_CHARSET_ISIRI_3342" />
-<s c="FRIBIDI_CHARSET_CAP_RTL" />
-<s c="FRIBIDI_RTL" />
-<s c="FRIBIDI_LTR" />
-<s c="FRIBIDI_AUTO" />
-<s c="STREAM_FILTER_READ">Used with stream_filter_append and stream_filter_prepend to indicate that the specified filter should only be applied when reading</s>
-<s c="STREAM_FILTER_WRITE">Used with stream_filter_append and stream_filter_prepend to indicate that the specified filter should only be applied when writing</s>
-<s c="STREAM_FILTER_ALL">This constant is equivalent to STREAM_FILTER_READ | STREAM_FILTER_WRITE</s>
-<s c="PSFS_PASS_ON">Return Code indicating that the userspace filter returned buckets in $out .</s>
-<s c="PSFS_FEED_ME">Return Code indicating that the userspace filter did not return buckets in $out (i.e. No data available).</s>
-<s c="PSFS_ERR_FATAL">Return Code indicating that the userspace filter encountered an unrecoverable error (i.e. Invalid data received).</s>
-<s c="STREAM_USE_PATH">Flag indicating if the stream used the include path.</s>
-<s c="STREAM_REPORT_ERRORS">Flag indicating if the wrapper is responsible for raising errors using trigger_error during opening of the stream. If this flag is not set, you should not raise any errors.</s>
-<s c="STREAM_CLIENT_ASYNC_CONNECT">Open client socket asynchronously. This option must be used together with the STREAM_CLIENT_CONNECT flag. Used with stream_socket_client .</s>
-<s c="STREAM_CLIENT_CONNECT">Open client socket connection. Client sockets should always include this flag. Used with stream_socket_client .</s>
-<s c="STREAM_CLIENT_PERSISTENT">Client socket opened with stream_socket_client should remain persistent between page loads.</s>
-<s c="STREAM_SERVER_BIND">Tells a stream created with stream_socket_server to bind to the specified target. Server sockets should always include this flag.</s>
-<s c="STREAM_SERVER_LISTEN">Tells a stream created with stream_socket_server and bound using the STREAM_SERVER_BIND flag to start listening on the socket. Connection-orientated transports (such as TCP) must use this flag, otherwise the server socket will not be enabled. Using this flag for connect-less transports (such as UDP) is an error.</s>
-<s c="STREAM_NOTIFY_RESOLVE">A remote address required for this stream has been resolved, or the resolution failed. See severity for an indication of which happened.</s>
-<s c="STREAM_NOTIFY_CONNECT">A connection with an external resource has been established.</s>
-<s c="STREAM_NOTIFY_AUTH_REQUIRED">Additional authorization is required to access the specified resource. Typical issued with severity level of STREAM_NOTIFY_SEVERITY_ERR .</s>
-<s c="STREAM_NOTIFY_MIME_TYPE_IS">The mime-type of resource has been identified, refer to message for a description of the discovered type.</s>
-<s c="STREAM_NOTIFY_FILE_SIZE_IS">The size of the resource has been discovered.</s>
-<s c="STREAM_NOTIFY_REDIRECTED">The external resource has redirected the stream to an alternate location. Refer to message .</s>
-<s c="STREAM_NOTIFY_PROGRESS">Indicates current progress of the stream transfer in bytes_transferred and possibly bytes_max as well.</s>
-<s c="STREAM_NOTIFY_COMPLETED">There is no more data available on the stream.</s>
-<s c="STREAM_NOTIFY_FAILURE">A generic error occurred on the stream, consult message and message_code for details.</s>
-<s c="STREAM_NOTIFY_AUTH_RESULT">Authorization has been completed (with or without success).</s>
-<s c="STREAM_NOTIFY_SEVERITY_INFO">Normal, non-error related, notification.</s>
-<s c="STREAM_NOTIFY_SEVERITY_WARN">Non critical error condition. Processing may continue.</s>
-<s c="STREAM_NOTIFY_SEVERITY_ERR">A critical error occurred. Processing cannot continue.</s>
-<s c="STREAM_IPPROTO_ICMP">Provides a ICMP socket.</s>
-<s c="STREAM_IPPROTO_IP">Provides a IP socket.</s>
-<s c="STREAM_IPPROTO_RAW">Provides a RAW socket.</s>
-<s c="STREAM_IPPROTO_TCP">Provides a TCP socket.</s>
-<s c="STREAM_IPPROTO_UDP">Provides a UDP socket.</s>
-<s c="STREAM_PF_INET">Internet Protocol Version 4 (IPv4).</s>
-<s c="STREAM_PF_INET6">Internet Protocol Version 6 (IPv6).</s>
-<s c="STREAM_PF_UNIX">Unix system internal protocols.</s>
-<s c="STREAM_SOCK_DGRAM">Provides datagrams, which are connectionless messages (UDP, for example).</s>
-<s c="STREAM_SOCK_RAW">Provides a raw socket, which provides access to internal network protocols and interfaces. Usually this type of socket is just available to the root user.</s>
-<s c="STREAM_SOCK_RDM">Provides a RDM (Reliably-delivered messages) socket.</s>
-<s c="STREAM_SOCK_SEQPACKET">Provides a sequenced packet stream socket.</s>
-<s c="STREAM_SOCK_STREAM">Provides sequenced, two-way byte streams with a transmission mechanism for out-of-band data (TCP, for example).</s>
-<s c="STREAM_SHUT_RD">Used with stream_socket_shutdown to disable further receptions. Added in PHP 5.2.1.</s>
-<s c="STREAM_SHUT_WR">Used with stream_socket_shutdown to disable further transmissions. Added in PHP 5.2.1.</s>
-<s c="STREAM_SHUT_RDWR">Used with stream_socket_shutdown to disable further receptions and transmissions. Added in PHP 5.2.1.</s>
-<s c="E_ERROR">Fatal run-time errors. These indicate errors that can not be recovered from, such as a memory allocation problem. Execution of the script is halted.</s>
-<s c="DBX_MYSQL" />
-<s c="DBX_ODBC" />
-<s c="DBX_PGSQL" />
-<s c="DBX_MSSQL" />
-<s c="DBX_FBSQL" />
-<s c="DBX_OCI8" />
-<s c="DBX_SYBASECT" />
-<s c="DBX_SQLITE" />
-<s c="DBX_PERSISTENT" />
-<s c="DBX_RESULT_INFO" />
-<s c="DBX_RESULT_INDEX" />
-<s c="DBX_RESULT_ASSOC" />
-<s c="DBX_RESULT_UNBUFFERED" />
-<s c="DBX_COLNAMES_UNCHANGED" />
-<s c="DBX_COLNAMES_UPPERCASE" />
-<s c="DBX_COLNAMES_LOWERCASE" />
-<s c="DBX_CMP_NATIVE" />
-<s c="DBX_CMP_TEXT" />
-<s c="DBX_CMP_NUMBER" />
-<s c="DBX_CMP_ASC" />
-<s c="DBX_CMP_DESC" />
-<s c="F_DUPFD" />
-<s c="F_GETFD" />
-<s c="F_GETFL" />
-<s c="F_GETLK" />
-<s c="F_GETOWN" />
-<s c="F_RDLCK" />
-<s c="F_SETFL" />
-<s c="F_SETLK" />
-<s c="F_SETLKW" />
-<s c="F_SETOWN" />
-<s c="F_UNLCK" />
-<s c="F_WRLCK" />
-<s c="O_APPEND" />
-<s c="O_ASYNC" />
-<s c="O_CREAT" />
-<s c="O_EXCL" />
-<s c="O_NDELAY" />
-<s c="O_NOCTTY" />
-<s c="O_NONBLOCK" />
-<s c="O_RDONLY" />
-<s c="O_RDWR" />
-<s c="O_SYNC" />
-<s c="O_TRUNC" />
-<s c="O_WRONLY" />
-<s c="S_IRGRP" />
-<s c="S_IROTH" />
-<s c="S_IRUSR" />
-<s c="S_IRWXG" />
-<s c="S_IRWXO" />
-<s c="S_IRWXU" />
-<s c="S_IWGRP" />
-<s c="S_IWOTH" />
-<s c="S_IWUSR" />
-<s c="S_IXGRP" />
-<s c="S_IXOTH" />
-<s c="S_IXUSR" />
-<s c="ALC_FREQUENCY" />
-<s c="ALC_REFRESH" />
-<s c="ALC_SYNC" />
-<s c="AL_FREQUENCY" />
-<s c="AL_BITS" />
-<s c="AL_CHANNELS" />
-<s c="AL_SIZE" />
-<s c="AL_BUFFER" />
-<s c="AL_SOURCE_RELATIVE" />
-<s c="AL_SOURCE_STATE" />
-<s c="AL_PITCH" />
-<s c="AL_GAIN" />
-<s c="AL_MIN_GAIN" />
-<s c="AL_MAX_GAIN" />
-<s c="AL_MAX_DISTANCE" />
-<s c="AL_ROLLOFF_FACTOR" />
-<s c="AL_CONE_OUTER_GAIN" />
-<s c="AL_CONE_INNER_ANGLE" />
-<s c="AL_CONE_OUTER_ANGLE" />
-<s c="AL_REFERENCE_DISTANCE" />
-<s c="AL_POSITION" />
-<s c="AL_VELOCITY" />
-<s c="AL_DIRECTION" />
-<s c="AL_ORIENTATION" />
-<s c="AL_FORMAT_MONO8" />
-<s c="AL_FORMAT_MONO16" />
-<s c="AL_FORMAT_STEREO8" />
-<s c="AL_FORMAT_STEREO16" />
-<s c="AL_INITIAL" />
-<s c="AL_PLAYING" />
-<s c="AL_PAUSED" />
-<s c="AL_STOPPED" />
-<s c="AL_LOOPING" />
-<s c="AL_TRUE" />
-<s c="AL_FALSE" />
-<s c="NCURSES_COLOR_BLACK">no color (black)</s>
-<s c="NCURSES_COLOR_WHITE">white</s>
-<s c="NCURSES_COLOR_RED">red - supported when terminal is in color mode</s>
-<s c="NCURSES_COLOR_GREEN">green - supported when terminal is in color mode</s>
-<s c="NCURSES_COLOR_YELLOW">yellow - supported when terminal is in color mode</s>
-<s c="NCURSES_COLOR_BLUE">blue - supported when terminal is in color mode</s>
-<s c="NCURSES_COLOR_CYAN">cyan - supported when terminal is in color mode</s>
-<s c="NCURSES_COLOR_MAGENTA">magenta - supported when terminal is in color mode</s>
-<s c="NCURSES_KEY_DOWN">down arrow</s>
-<s c="NCURSES_KEY_UP">up arrow</s>
-<s c="NCURSES_KEY_LEFT">left arrow</s>
-<s c="NCURSES_KEY_RIGHT">right arrow</s>
-<s c="NCURSES_KEY_HOME">home key (upward+left arrow)</s>
-<s c="NCURSES_KEY_BACKSPACE">backspace</s>
-<s c="NCURSES_KEY_DL">delete line</s>
-<s c="NCURSES_KEY_IL">insert line</s>
-<s c="NCURSES_KEY_DC">delete character</s>
-<s c="NCURSES_KEY_IC">insert char or enter insert mode</s>
-<s c="NCURSES_KEY_EIC">exit insert char mode</s>
-<s c="NCURSES_KEY_CLEAR">clear screen</s>
-<s c="NCURSES_KEY_EOS">clear to end of screen</s>
-<s c="NCURSES_KEY_EOL">clear to end of line</s>
-<s c="NCURSES_KEY_SF">scroll one line forward</s>
-<s c="NCURSES_KEY_SR">scroll one line backward</s>
-<s c="NCURSES_KEY_NPAGE">next page</s>
-<s c="NCURSES_KEY_PPAGE">previous page</s>
-<s c="NCURSES_KEY_STAB">set tab</s>
-<s c="NCURSES_KEY_CTAB">clear tab</s>
-<s c="NCURSES_KEY_CATAB">clear all tabs</s>
-<s c="NCURSES_KEY_SRESET">soft (partial) reset</s>
-<s c="NCURSES_KEY_RESET">reset or hard reset</s>
-<s c="NCURSES_KEY_PRINT">print</s>
-<s c="NCURSES_KEY_LL">lower left</s>
-<s c="NCURSES_KEY_A1">upper left of keypad</s>
-<s c="NCURSES_KEY_A3">upper right of keypad</s>
-<s c="NCURSES_KEY_B2">center of keypad</s>
-<s c="NCURSES_KEY_C1">lower left of keypad</s>
-<s c="NCURSES_KEY_C3">lower right of keypad</s>
-<s c="NCURSES_KEY_BTAB">back tab</s>
-<s c="NCURSES_KEY_BEG">beginning</s>
-<s c="NCURSES_KEY_CANCEL">cancel</s>
-<s c="NCURSES_KEY_CLOSE">close</s>
-<s c="NCURSES_KEY_COMMAND">cmd (command)</s>
-<s c="NCURSES_KEY_COPY">copy</s>
-<s c="NCURSES_KEY_CREATE">create</s>
-<s c="NCURSES_KEY_END">end</s>
-<s c="NCURSES_KEY_EXIT">exit</s>
-<s c="NCURSES_KEY_FIND">find</s>
-<s c="NCURSES_KEY_HELP">help</s>
-<s c="NCURSES_KEY_MARK">mark</s>
-<s c="NCURSES_KEY_MESSAGE">message</s>
-<s c="NCURSES_KEY_MOVE">move</s>
-<s c="NCURSES_KEY_NEXT">next</s>
-<s c="NCURSES_KEY_OPEN">open</s>
-<s c="NCURSES_KEY_OPTIONS">options</s>
-<s c="NCURSES_KEY_PREVIOUS">previous</s>
-<s c="NCURSES_KEY_REDO">redo</s>
-<s c="NCURSES_KEY_REFERENCE">ref (reference)</s>
-<s c="NCURSES_KEY_REFRESH">refresh</s>
-<s c="NCURSES_KEY_REPLACE">replace</s>
-<s c="NCURSES_KEY_RESTART">restart</s>
-<s c="NCURSES_KEY_RESUME">resume</s>
-<s c="NCURSES_KEY_SAVE">save</s>
-<s c="NCURSES_KEY_SBEG">shiftet beg (beginning)</s>
-<s c="NCURSES_KEY_SCANCEL">shifted cancel</s>
-<s c="NCURSES_KEY_SCOMMAND">shifted command</s>
-<s c="NCURSES_KEY_SCOPY">shifted copy</s>
-<s c="NCURSES_KEY_SCREATE">shifted create</s>
-<s c="NCURSES_KEY_SDC">shifted delete char</s>
-<s c="NCURSES_KEY_SDL">shifted delete line</s>
-<s c="NCURSES_KEY_SELECT">select</s>
-<s c="NCURSES_KEY_SEND">shifted end</s>
-<s c="NCURSES_KEY_SEOL">shifted end of line</s>
-<s c="NCURSES_KEY_SEXIT">shifted exit</s>
-<s c="NCURSES_KEY_SFIND">shifted find</s>
-<s c="NCURSES_KEY_SHELP">shifted help</s>
-<s c="NCURSES_KEY_SHOME">shifted home</s>
-<s c="NCURSES_KEY_SIC">shifted input</s>
-<s c="NCURSES_KEY_SLEFT">shifted left arrow</s>
-<s c="NCURSES_KEY_SMESSAGE">shifted message</s>
-<s c="NCURSES_KEY_SMOVE">shifted move</s>
-<s c="NCURSES_KEY_SNEXT">shifted next</s>
-<s c="NCURSES_KEY_SOPTIONS">shifted options</s>
-<s c="NCURSES_KEY_SPREVIOUS">shifted previous</s>
-<s c="NCURSES_KEY_SPRINT">shifted print</s>
-<s c="NCURSES_KEY_SREDO">shifted redo</s>
-<s c="NCURSES_KEY_SREPLACE">shifted replace</s>
-<s c="NCURSES_KEY_SRIGHT">shifted right arrow</s>
-<s c="NCURSES_KEY_SRSUME">shifted resume</s>
-<s c="NCURSES_KEY_SSAVE">shifted save</s>
-<s c="NCURSES_KEY_SSUSPEND">shifted suspend</s>
-<s c="NCURSES_KEY_UNDO">undo</s>
-<s c="NCURSES_KEY_MOUSE">mouse event has occurred</s>
-<s c="NCURSES_KEY_MAX">maximum key value</s>
-<s c="NCURSES_BUTTON_CTRL">ctrl pressed during click</s>
-<s c="NCURSES_BUTTON_SHIFT">shift pressed during click</s>
-<s c="NCURSES_BUTTON_ALT">alt pressed during click</s>
-<s c="NCURSES_ALL_MOUSE_EVENTS">report all mouse events</s>
-<s c="NCURSES_REPORT_MOUSE_POSITION">report mouse position</s>
-<s c="PDO_PARAM_BOOL" />
-<s c="PDO::PARAM_BOOL" />
-<s c="PDO::PARAM_NULL" />
-<s c="PDO::PARAM_INT" />
-<s c="PDO::PARAM_STR" />
-<s c="PDO::PARAM_LOB" />
-<s c="PDO::PARAM_STMT" />
-<s c="PDO::PARAM_INPUT_OUTPUT" />
-<s c="PDO::FETCH_LAZY" />
-<s c="PDO::FETCH_ASSOC" />
-<s c="PDO::FETCH_NAMED" />
-<s c="PDO::FETCH_NUM" />
-<s c="PDO::FETCH_BOTH" />
-<s c="PDO::FETCH_OBJ" />
-<s c="PDO::FETCH_BOUND" />
-<s c="PDO::FETCH_COLUMN" />
-<s c="PDO::FETCH_CLASS" />
-<s c="PDO::FETCH_INTO" />
-<s c="PDO::FETCH_FUNC" />
-<s c="PDO::FETCH_GROUP" />
-<s c="PDO::FETCH_UNIQUE" />
-<s c="PDO::FETCH_KEY_PAIR" />
-<s c="PDO::FETCH_CLASSTYPE" />
-<s c="PDO::FETCH_SERIALIZE" />
-<s c="PDO::FETCH_PROPS_LATE" />
-<s c="PDO::ATTR_AUTOCOMMIT" />
-<s c="PDO::ATTR_PREFETCH" />
-<s c="PDO::ATTR_TIMEOUT" />
-<s c="PDO::ATTR_ERRMODE" />
-<s c="PDO::ATTR_SERVER_VERSION" />
-<s c="PDO::ATTR_CLIENT_VERSION" />
-<s c="PDO::ATTR_SERVER_INFO" />
-<s c="PDO::ATTR_CONNECTION_STATUS" />
-<s c="PDO::ATTR_CASE" />
-<s c="PDO::ATTR_CURSOR_NAME" />
-<s c="PDO::ATTR_CURSOR" />
-<s c="PDO::CURSOR_FWDONLY" />
-<s c="PDO::CURSOR_SCROLL" />
-<s c="PDO::ATTR_DRIVER_NAME" />
-<s c="PDO::ATTR_ORACLE_NULLS" />
-<s c="PDO::ATTR_PERSISTENT" />
-<s c="PDO::ATTR_STATEMENT_CLASS" />
-<s c="PDO::ATTR_FETCH_CATALOG_NAMES" />
-<s c="PDO::ATTR_FETCH_TABLE_NAMES" />
-<s c="PDO::ATTR_STRINGIFY_FETCHES" />
-<s c="PDO::ATTR_MAX_COLUMN_LEN" />
-<s c="PDO::ATTR_DEFAULT_FETCH_MODE" />
-<s c="PDO::ATTR_EMULATE_PREPARES" />
-<s c="PDO::ERRMODE_SILENT" />
-<s c="PDO::ERRMODE_WARNING" />
-<s c="PDO::ERRMODE_EXCEPTION" />
-<s c="PDO::CASE_NATURAL" />
-<s c="PDO::CASE_LOWER" />
-<s c="PDO::CASE_UPPER" />
-<s c="PDO::NULL_NATURAL" />
-<s c="PDO::NULL_EMPTY_STRING" />
-<s c="PDO::NULL_TO_STRING" />
-<s c="PDO::FETCH_ORI_NEXT" />
-<s c="PDO::FETCH_ORI_PRIOR" />
-<s c="PDO::FETCH_ORI_FIRST" />
-<s c="PDO::FETCH_ORI_LAST" />
-<s c="PDO::FETCH_ORI_ABS" />
-<s c="PDO::FETCH_ORI_REL" />
-<s c="PDO::ERR_NONE" />
-<s c="PDO::PARAM_EVT_ALLOC" />
-<s c="PDO::PARAM_EVT_FREE" />
-<s c="PDO::PARAM_EVT_EXEC_PRE" />
-<s c="PDO::PARAM_EVT_EXEC_POST" />
-<s c="PDO::PARAM_EVT_FETCH_PRE" />
-<s c="PDO::PARAM_EVT_FETCH_POST" />
-<s c="PDO::PARAM_EVT_NORMALIZE" />
-<s c="GNUPG_SIG_MODE_NORMAL" />
-<s c="GNUPG_SIG_MODE_DETACH" />
-<s c="GNUPG_SIG_MODE_CLEAR" />
-<s c="GNUPG_VALIDITY_UNKNOWN" />
-<s c="GNUPG_VALIDITY_UNDEFINED" />
-<s c="GNUPG_VALIDITY_NEVER" />
-<s c="GNUPG_VALIDITY_MARGINAL" />
-<s c="GNUPG_VALIDITY_FULL" />
-<s c="GNUPG_VALIDITY_ULTIMATE" />
-<s c="GNUPG_PROTOCOL_OpenPGP" />
-<s c="GNUPG_PROTOCOL_CMS" />
-<s c="GNUPG_SIGSUM_VALID" />
-<s c="GNUPG_SIGSUM_GREEN" />
-<s c="GNUPG_SIGSUM_RED" />
-<s c="GNUPG_SIGSUM_KEY_REVOKED" />
-<s c="GNUPG_SIGSUM_KEY_EXPIRED" />
-<s c="GNUPG_SIGSUM_KEY_MISSING" />
-<s c="GNUPG_SIGSUM_SIG_EXPIRED" />
-<s c="GNUPG_SIGSUM_CRL_MISSING" />
-<s c="GNUPG_SIGSUM_CRL_TOO_OLD" />
-<s c="GNUPG_SIGSUM_BAD_POLICY" />
-<s c="GNUPG_SIGSUM_SYS_ERROR" />
-<s c="GNUPG_ERROR_WARNING" />
-<s c="GNUPG_ERROR_EXCEPTION" />
-<s c="GNUPG_ERROR_SILENT" />
-<s c="XML_ELEMENT_NODE">1</s>
-<s c="XML_ATTRIBUTE_NODE">2</s>
-<s c="XML_TEXT_NODE">3</s>
-<s c="XML_CDATA_SECTION_NODE">4</s>
-<s c="XML_ENTITY_REF_NODE">5</s>
-<s c="XML_ENTITY_NODE">6</s>
-<s c="XML_PI_NODE">7</s>
-<s c="XML_COMMENT_NODE">8</s>
-<s c="XML_DOCUMENT_NODE">9</s>
-<s c="XML_DOCUMENT_TYPE_NODE">10</s>
-<s c="XML_DOCUMENT_FRAG_NODE">11</s>
-<s c="XML_NOTATION_NODE">12</s>
-<s c="XML_GLOBAL_NAMESPACE">1</s>
-<s c="XML_LOCAL_NAMESPACE">2</s>
-<s c="XML_HTML_DOCUMENT_NODE" /> 
-<s c="XML_DTD_NODE" /> 
-<s c="XML_ELEMENT_DECL_NODE" /> 
-<s c="XML_ATTRIBUTE_DECL_NODE" /> 
-<s c="XML_ENTITY_DECL_NODE" /> 
-<s c="XML_NAMESPACE_DECL_NODE" /> 
-<s c="XML_ATTRIBUTE_CDATA" /> 
-<s c="XML_ATTRIBUTE_ID" /> 
-<s c="XML_ATTRIBUTE_IDREF" /> 
-<s c="XML_ATTRIBUTE_IDREFS" /> 
-<s c="XML_ATTRIBUTE_ENTITY" /> 
-<s c="XML_ATTRIBUTE_NMTOKEN" /> 
-<s c="XML_ATTRIBUTE_NMTOKENS" /> 
-<s c="XML_ATTRIBUTE_ENUMERATION" /> 
-<s c="XML_ATTRIBUTE_NOTATION" /> 
-<s c="XPATH_UNDEFINED" /> 
-<s c="XPATH_NODESET" /> 
-<s c="XPATH_BOOLEAN" /> 
-<s c="XPATH_NUMBER" /> 
-<s c="XPATH_STRING" /> 
-<s c="XPATH_POINT" /> 
-<s c="XPATH_RANGE" /> 
-<s c="XPATH_LOCATIONSET" /> 
-<s c="XPATH_USERS" /> 
-<s c="XPATH_NUMBER" /> 
-<s c="_LINECAP_BUTT" /> 
-<s c="_LINECAP_ROUND" /> 
-<s c="_LINECAP_SQUARED" /> 
-<s c="_LINEJOIN_MITER" /> 
-<s c="_LINEJOIN_ROUND" /> 
-<s c="_LINEJOIN_BEVEL" /> 
-<s c="XML_ERROR_NONE" />
-<s c="XML_ERROR_NO_MEMORY" />
-<s c="XML_ERROR_SYNTAX" />
-<s c="XML_ERROR_NO_ELEMENTS" />
-<s c="XML_ERROR_INVALID_TOKEN" />
-<s c="XML_ERROR_UNCLOSED_TOKEN" />
-<s c="XML_ERROR_PARTIAL_CHAR" />
-<s c="XML_ERROR_TAG_MISMATCH" />
-<s c="XML_ERROR_DUPLICATE_ATTRIBUTE" />
-<s c="XML_ERROR_JUNK_AFTER_DOC_ELEMENT" />
-<s c="XML_ERROR_PARAM_ENTITY_REF" />
-<s c="XML_ERROR_UNDEFINED_ENTITY" />
-<s c="XML_ERROR_RECURSIVE_ENTITY_REF" />
-<s c="XML_ERROR_ASYNC_ENTITY" />
-<s c="XML_ERROR_BAD_CHAR_REF" />
-<s c="XML_ERROR_BINARY_ENTITY_REF" />
-<s c="XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF" />
-<s c="XML_ERROR_MISPLACED_XML_PI" />
-<s c="XML_ERROR_UNKNOWN_ENCODING" />
-<s c="XML_ERROR_INCORRECT_ENCODING" />
-<s c="XML_ERROR_UNCLOSED_CDATA_SECTION" />
-<s c="XML_ERROR_EXTERNAL_ENTITY_HANDLING" />
-<s c="XML_OPTION_CASE_FOLDING" />
-<s c="XML_OPTION_TARGET_ENCODING" />
-<s c="XML_OPTION_SKIP_TAGSTART" />
-<s c="XML_OPTION_SKIP_WHITE" />
-<s c="FDFValue" />
-<s c="FDFStatus" />
-<s c="FDFFile" />
-<s c="FDFID" />
-<s c="FDFFf" />
-<s c="FDFSetFf" />
-<s c="FDFClearFf" />
-<s c="FDFFlags" />
-<s c="FDFSetF" />
-<s c="FDFClrF" />
-<s c="FDFAP" />
-<s c="FDFAS" />
-<s c="FDFAction" />
-<s c="FDFAA" />
-<s c="FDFAPRef" />
-<s c="FDFIF" />
-<s c="FDFEnter" />
-<s c="FDFExit" />
-<s c="FDFDown" />
-<s c="FDFUp" />
-<s c="FDFFormat" />
-<s c="FDFValidate" />
-<s c="FDFKeystroke" />
-<s c="FDFCalculate" />
-<s c="FDFNormalAP" />
-<s c="FDFRolloverAP" />
-<s c="FDFDownAP" />
-<s c="SOAP_1_1" />
-<s c="SOAP_1_2" />
-<s c="SOAP_PERSISTENCE_SESSION" />
-<s c="SOAP_PERSISTENCE_REQUEST" />
-<s c="SOAP_FUNCTIONS_ALL" />
-<s c="SOAP_ENCODED" />
-<s c="SOAP_LITERAL" />
-<s c="SOAP_RPC" />
-<s c="SOAP_DOCUMENT" />
-<s c="SOAP_ACTOR_NEXT" />
-<s c="SOAP_ACTOR_NONE" />
-<s c="SOAP_ACTOR_UNLIMATERECEIVER" />
-<s c="SOAP_COMPRESSION_ACCEPT" />
-<s c="SOAP_COMPRESSION_GZIP" />
-<s c="SOAP_COMPRESSION_DEFLATE" />
-<s c="SOAP_AUTHENTICATION_BASIC" />
-<s c="SOAP_AUTHENTICATION_DIGEST" />
-<s c="UNKNOWN_TYPE" />
-<s c="XSD_STRING" />
-<s c="XSD_BOOLEAN" />
-<s c="XSD_DECIMAL" />
-<s c="XSD_FLOAT" />
-<s c="XSD_DOUBLE" />
-<s c="XSD_DURATION" />
-<s c="XSD_DATETIME" />
-<s c="XSD_TIME" />
-<s c="XSD_DATE" />
-<s c="XSD_GYEARMONTH" />
-<s c="XSD_GYEAR" />
-<s c="XSD_GMONTHDAY" />
-<s c="XSD_GDAY" />
-<s c="XSD_GMONTH" />
-<s c="XSD_HEXBINARY" />
-<s c="XSD_BASE64BINARY" />
-<s c="XSD_ANYURI" />
-<s c="XSD_QNAME" />
-<s c="XSD_NOTATION" />
-<s c="XSD_NORMALIZEDSTRING" />
-<s c="XSD_TOKEN" />
-<s c="XSD_LANGUAGE" />
-<s c="XSD_NMTOKEN" />
-<s c="XSD_NAME" />
-<s c="XSD_NCNAME" />
-<s c="XSD_ID" />
-<s c="XSD_IDREF" />
-<s c="XSD_IDREFS" />
-<s c="XSD_ENTITY" />
-<s c="XSD_ENTITIES" />
-<s c="XSD_INTEGER" />
-<s c="XSD_NONPOSITIVEINTEGER" />
-<s c="XSD_NEGATIVEINTEGER" />
-<s c="XSD_LONG" />
-<s c="XSD_INT" />
-<s c="XSD_SHORT" />
-<s c="XSD_BYTE" />
-<s c="XSD_NONNEGATIVEINTEGER" />
-<s c="XSD_UNSIGNEDLONG" />
-<s c="XSD_UNSIGNEDINT" />
-<s c="XSD_UNSIGNEDSHORT" />
-<s c="XSD_UNSIGNEDBYTE" />
-<s c="XSD_POSITIVEINTEGER" />
-<s c="XSD_NMTOKENS" />
-<s c="XSD_ANYTYPE" />
-<s c="XSD_ANYXML" />
-<s c="APACHE_MAP" />
-<s c="SOAP_ENC_OBJECT" />
-<s c="SOAP_ENC_ARRAY" />
-<s c="XSD_1999_TIMEINSTANT" />
-<s c="XSD_NAMESPACE" />
-<s c="XSD_1999_NAMESPACE" />
-<s c="SOAP_SINGLE_ELEMENT_ARRAYS" />
-<s c="SOAP_WAIT_ONE_WAY_CALLS" />
-<s c="SOAP_USE_XSI_ARRAY_TYPE" />
-<s c="WSDL_CACHE_NONE" />
-<s c="WSDL_CACHE_DISK" />
-<s c="WSDL_CACHE_MEMORY" />
-<s c="WSDL_CACHE_BOTH" />
-<s c="RAR_HOST_MSDOS" />
-<s c="RAR_HOST_OS2" />
-<s c="RAR_HOST_WIN32" />
-<s c="RAR_HOST_UNIX" />
-<s c="RAR_HOST_BEOS" />
-<s c="IBASE_DEFAULT">The default transaction settings are to be used. This default is determined by the client library, which defines it as IBASE_WRITE|IBASE_CONCURRENCY|IBASE_WAIT in most cases.</s>
-<s c="IBASE_READ">Starts a read-only transaction.</s>
-<s c="IBASE_WRITE">Starts a read-write transaction.</s>
-<s c="IBASE_CONSISTENCY">Starts a transaction with the isolation level set to 'consistency', which means the transaction cannot read from tables that are being modified by other concurrent transactions.</s>
-<s c="IBASE_CONCURRENCY">Starts a transaction with the isolation level set to 'concurrency' (or 'snapshot'), which means the transaction has access to all tables, but cannot see changes that were committed by other transactions after the transaction was started.</s>
-<s c="IBASE_COMMITTED">Starts a transaction with the isolation level set to 'read committed'. This flag should be combined with either IBASE_REC_VERSION or IBASE_REC_NO_VERSION . This isolation level allows access to changes that were committed after the transaction was started. If IBASE_REC_NO_VERSION was specified, only the latest version of a row can be read. If IBASE_REC_VERSION was specified, a row can even be read when a modification to it is pending in a concurrent transaction.</s>
-<s c="IBASE_WAIT">Indicated that a transaction should wait and retry when a conflict occurs.</s>
-<s c="IBASE_NOWAIT">Indicated that a transaction should fail immediately when a conflict occurs.</s>
-<s c="IBASE_FETCH_BLOBS">Also available as IBASE_TEXT for backward compatibility. Causes BLOB contents to be fetched inline, instead of being fetched as BLOB identifiers.</s>
-<s c="IBASE_FETCH_ARRAYS">Causes arrays to be fetched inline. Otherwise, array identifiers are returned. Array identifiers can only be used as arguments to INSERT operations, as no functions to handle array identifiers are currently available.</s>
-<s c="IBASE_UNIXTIME">Causes date and time fields not to be returned as strings, but as UNIX timestamps (the number of seconds since the epoch, which is 1-Jan-1970 0:00 UTC). Might be problematic if used with dates before 1970 on some systems.</s>
-<s c="MING_NEW" />
-<s c="MING_ZLIB" />
-<s c="SWFBUTTON_HIT" />
-<s c="SWFBUTTON_DOWN" />
-<s c="SWFBUTTON_OVER" />
-<s c="SWFBUTTON_UP" />
-<s c="SWFBUTTON_MOUSEUPOUTSIDE" />
-<s c="SWFBUTTON_DRAGOVER" />
-<s c="SWFBUTTON_DRAGOUT" />
-<s c="SWFBUTTON_MOUSEUP" />
-<s c="SWFBUTTON_MOUSEDOWN" />
-<s c="SWFBUTTON_MOUSEOUT" />
-<s c="SWFBUTTON_MOUSEOVER" />
-<s c="SWFFILL_RADIAL_GRADIENT" />
-<s c="SWFFILL_LINEAR_GRADIENT" />
-<s c="SWFFILL_TILED_BITMAP" />
-<s c="SWFFILL_CLIPPED_BITMAP" />
-<s c="SWFTEXTFIELD_HASLENGTH" />
-<s c="SWFTEXTFIELD_NOEDIT" />
-<s c="SWFTEXTFIELD_PASSWORD" />
-<s c="SWFTEXTFIELD_MULTILINE" />
-<s c="SWFTEXTFIELD_WORDWRAP" />
-<s c="SWFTEXTFIELD_DRAWBOX" />
-<s c="SWFTEXTFIELD_NOSELECT" />
-<s c="SWFTEXTFIELD_HTML" />
-<s c="SWFTEXTFIELD_ALIGN_LEFT" />
-<s c="SWFTEXTFIELD_ALIGN_RIGHT" />
-<s c="SWFTEXTFIELD_ALIGN_CENTER" />
-<s c="SWFTEXTFIELD_ALIGN_JUSTIFY" />
-<s c="SWFACTION_ONLOAD" />
-<s c="SWFACTION_ENTERFRAME" />
-<s c="SWFACTION_UNLOAD" />
-<s c="SWFACTION_MOUSEMOVE" />
-<s c="SWFACTION_MOUSEDOWN" />
-<s c="SWFACTION_MOUSEUP" />
-<s c="SWFACTION_KEYDOWN" />
-<s c="SWFACTION_KEYUP" />
-<s c="SWFACTION_DATA" />
-<s c="LDAP_DEREF_NEVER" />
-<s c="LDAP_DEREF_SEARCHING" />
-<s c="LDAP_DEREF_FINDING" />
-<s c="LDAP_DEREF_ALWAYS" />
-<s c="LDAP_OPT_DEREF" />
-<s c="LDAP_OPT_SIZELIMIT" />
-<s c="LDAP_OPT_TIMELIMIT" />
-<s c="LDAP_OPT_NETWORK_TIMEOUT" />
-<s c="LDAP_OPT_PROTOCOL_VERSION" />
-<s c="LDAP_OPT_ERROR_NUMBER" />
-<s c="LDAP_OPT_REFERRALS" />
-<s c="LDAP_OPT_RESTART" />
-<s c="LDAP_OPT_HOST_NAME" />
-<s c="LDAP_OPT_ERROR_STRING" />
-<s c="LDAP_OPT_MATCHED_DN" />
-<s c="LDAP_OPT_SERVER_CONTROLS" />
-<s c="LDAP_OPT_CLIENT_CONTROLS" />
-<s c="LDAP_OPT_DEBUG_LEVEL" />
-<s c="GSLC_SSL_NO_AUTH" />
-<s c="GSLC_SSL_ONEWAY_AUTH" />
-<s c="GSLC_SSL_TWOWAY_AUTH" />
-<s c="IIS_READ" />
-<s c="IIS_WRITE" />
-<s c="IIS_EXECUTE" />
-<s c="IIS_SCRIPT" />
-<s c="IIS_ANONYMOUS" />
-<s c="IIS_BASIC" />
-<s c="IIS_NTLM" />
-<s c="IIS_STARTING" />
-<s c="IIS_STOPPED" />
-<s c="IIS_PAUSED" />
-<s c="IIS_RUNNING" />
-<s c="FBSQL_ASSOC" />
-<s c="FBSQL_NUM" />
-<s c="FBSQL_BOTH" />
-<s c="FBSQL_LOCK_DEFERRED" />
-<s c="FBSQL_LOCK_OPTIMISTIC" />
-<s c="FBSQL_LOCK_PESSIMISTIC" />
-<s c="FBSQL_ISO_READ_UNCOMMITTED" />
-<s c="FBSQL_ISO_READ_COMMITTED" />
-<s c="FBSQL_ISO_REPEATABLE_READ" />
-<s c="FBSQL_ISO_SERIALIZABLE" />
-<s c="FBSQL_ISO_VERSIONED" />
-<s c="FBSQL_UNKNOWN" />
-<s c="FBSQL_STOPPED" />
-<s c="FBSQL_STARTING" />
-<s c="FBSQL_RUNNING" />
-<s c="FBSQL_STOPPING" />
-<s c="FBSQL_NOEXEC" />
-<s c="FBSQL_LOB_DIRECT" />
-<s c="FBSQL_LOB_HANDLE" />
-<s c="POSIX_F_OK" />
-<s c="POSIX_R_OK" />
-<s c="POSIX_W_OK" />
-<s c="POSIX_X_OK" />
-<s c="POSIX_S_IFBLK" />
-<s c="POSIX_S_IFCHR" />
-<s c="POSIX_S_IFIFO" />
-<s c="POSIX_S_IFREG" />
-<s c="POSIX_S_IFSOCK" />
-<s c="RIT_LEAVES_ONLY" />
-<s c="RecursiveIteratorIterator::LEAVES_ONLY" />
-<s c="RecursiveIteratorIterator::SELF_FIRST" />
-<s c="RecursiveIteratorIterator::CHILD_FIRST" />
-<s c="CachingIterator::CALL_TOSTRING" />
-<s c="CachingIterator::CATCH_GET_CHILD" />
-<s c="OGGVORBIS_PCM_U8">Unsigned 8-bit PCM.</s>
-<s c="OGGVORBIS_PCM_S8">Signed 8-bit PCM.</s>
-<s c="OGGVORBIS_PCM_U16_LE">Unsigned 16-bit PCM. Little Endian byte order.</s>
-<s c="OGGVORBIS_PCM_U16_BE">Unsigned 16-bit PCM. Big Endian byte order.</s>
-<s c="OGGVORBIS_PCM_S16_LE">Signed 16-bit PCM. Little Endian byte order.</s>
-<s c="OGGVORBIS_PCM_S16_BE">Signed 16-bit PCM. Big Endian byte order.</s>
-<s c="CRYPT_SALT_LENGTH" />
-<s c="CRYPT_STD_DES" />
-<s c="CRYPT_EXT_DES" />
-<s c="CRYPT_MD5" />
-<s c="CRYPT_BLOWFISH" />
-<s c="HTML_SPECIALCHARS" />
-<s c="HTML_ENTITIES" />
-<s c="ENT_COMPAT" />
-<s c="ENT_QUOTES" />
-<s c="ENT_NOQUOTES" />
-<s c="CHAR_MAX" />
-<s c="LC_CTYPE" />
-<s c="LC_NUMERIC" />
-<s c="LC_TIME" />
-<s c="LC_COLLATE" />
-<s c="LC_MONETARY" />
-<s c="LC_ALL" />
-<s c="LC_MESSAGES" />
-<s c="STR_PAD_LEFT" />
-<s c="STR_PAD_RIGHT" />
-<s c="STR_PAD_BOTH" />
-<s c="CASE_LOWER" />
-<s c="CASE_UPPER" />
-<s c="SORT_ASC" />
-<s c="SORT_DESC" />
-<s c="SORT_REGULAR" />
-<s c="SORT_NUMERIC" />
-<s c="SORT_STRING" />
-<s c="SORT_LOCALE_STRING" />
-<s c="COUNT_NORMAL" />
-<s c="COUNT_RECURSIVE" />
-<s c="EXTR_OVERWRITE" />
-<s c="EXTR_SKIP" />
-<s c="EXTR_PREFIX_SAME" />
-<s c="EXTR_PREFIX_ALL" />
-<s c="EXTR_PREFIX_INVALID" />
-<s c="EXTR_PREFIX_IF_EXISTS" />
-<s c="EXTR_IF_EXISTS" />
-<s c="EXTR_REFS" />
-<s c="LOG_CONS">if there is an error while sending data to the system logger, write directly to the system console</s>
-<s c="LOG_NDELAY">open the connection to the logger immediately</s>
-<s c="LOG_ODELAY">(default) delay opening the connection until the first message is logged</s>
-<s c="LOG_NOWAIT"></s>
-<s c="LOG_PERROR">print log message also to standard error</s>
-<s c="LOG_PID">include PID with each message</s>
-<s c="LOG_AUTH">security/authorization messages (use LOG_AUTHPRIV instead in systems where that constant is defined)</s>
-<s c="LOG_AUTHPRIV">security/authorization messages (private)</s>
-<s c="LOG_CRON">clock daemon (cron and at)</s>
-<s c="LOG_DAEMON">other system daemons</s>
-<s c="LOG_KERN">kernel messages</s>
-<s c="LOG_LPR">line printer subsystem</s>
-<s c="LOG_MAIL">mail subsystem</s>
-<s c="LOG_NEWS">USENET news subsystem</s>
-<s c="LOG_SYSLOG">messages generated internally by syslogd</s>
-<s c="LOG_USER">generic user-level messages</s>
-<s c="LOG_UUCP">UUCP subsystem</s>
-<s c="LOG_EMERG">system is unusable</s>
-<s c="LOG_ALERT">action must be taken immediately</s>
-<s c="LOG_CRIT">critical conditions</s>
-<s c="LOG_ERR">error conditions</s>
-<s c="LOG_WARNING">warning conditions</s>
-<s c="LOG_NOTICE">normal, but significant, condition</s>
-<s c="LOG_INFO">informational message</s>
-<s c="LOG_DEBUG">debug-level message</s>
-<s c="DNS_A">IPv4 Address Resource</s>
-<s c="DNS_MX">Mail Exchanger Resource</s>
-<s c="DNS_CNAME">Alias (Canonical Name) Resource</s>
-<s c="DNS_NS">Authoritative Name Server Resource</s>
-<s c="DNS_PTR">Pointer Resource</s>
-<s c="DNS_HINFO">Host Info Resource (See IANA's Operating System Names for the meaning of these values)</s>
-<s c="DNS_SOA">Start of Authority Resource</s>
-<s c="DNS_TXT">Text Resource</s>
-<s c="DNS_ANY">Any Resource Record. On most systems this returns all resource records, however it should not be counted upon for critical uses. Try DNS_ALL instead.</s>
-<s c="DNS_AAAA">IPv6 Address Resource</s>
-<s c="DNS_ALL">Iteratively query the name server for each available record type.</s>
-<s c="OCI_DEFAULT" />
-<s c="OCI_DESCRIBE_ONLY" />
-<s c="OCI_COMMIT_ON_SUCCESS" />
-<s c="OCI_EXACT_FETCH" />
-<s c="OCI_SYSDATE" />
-<s c="OCI_B_BFILE" />
-<s c="OCI_B_CFILEE" />
-<s c="OCI_B_CLOB" />
-<s c="OCI_B_BLOB" />
-<s c="OCI_B_ROWID" />
-<s c="OCI_B_CURSOR" />
-<s c="OCI_B_NTY" />
-<s c="OCI_B_SQLT_NTY" />
-<s c="OCI_B_BIN" />
-<s c="SQLT_BFILEE" />
-<s c="SQLT_CFILEE" />
-<s c="SQLT_CLOB" />
-<s c="SQLT_BLOB" />
-<s c="SQLT_RDD" />
-<s c="SQLT_NTY" />
-<s c="SQLT_LNG" />
-<s c="SQLT_LBI" />
-<s c="SQLT_BIN" />
-<s c="SQLT_NUM" />
-<s c="SQLT_INT" />
-<s c="SQLT_AFC" />
-<s c="SQLT_CHR" />
-<s c="SQLT_VCS" />
-<s c="SQLT_AVC" />
-<s c="SQLT_STR" />
-<s c="SQLT_LVC" />
-<s c="SQLT_FLT" />
-<s c="SQLT_ODT" />
-<s c="SQLT_BDOUBLE" />
-<s c="SQLT_BFLOAT" />
-<s c="OCI_FETCHSTATEMENT_BY_COLUMN" />
-<s c="OCI_FETCHSTATEMENT_BY_ROW" />
-<s c="OCI_ASSOC" />
-<s c="OCI_NUM" />
-<s c="OCI_BOTH" />
-<s c="OCI_RETURN_NULLS" />
-<s c="OCI_RETURN_LOBS" />
-<s c="OCI_DTYPE_FILE" />
-<s c="OCI_DTYPE_LOB" />
-<s c="OCI_DTYPE_ROWID" />
-<s c="OCI_D_FILE" />
-<s c="OCI_D_LOB" />
-<s c="OCI_D_ROWID" />
-<s c="OCI_SYSOPER" />
-<s c="OCI_SYSDBA" />
-<s c="OCI_LOB_BUFFER_FREE" />
-<s c="OCI_TEMP_CLOB" />
-<s c="OCI_TEMP_BLOB" />
-<s c="GMP_ROUND_ZERO" />
-<s c="GMP_ROUND_PLUSINF" />
-<s c="GMP_ROUND_MINUSINF" />
-<s c="GMP_VERSION" />
-<s c="PGSQL_ASSOC" />
-<s c="PGSQL_NUM" />
-<s c="PGSQL_BOTH" />
-<s c="PGSQL_CONNECT_FORCE_NEW" />
-<s c="PGSQL_CONNECTION_BAD" />
-<s c="PGSQL_CONNECTION_OK" />
-<s c="PGSQL_SEEK_SET" />
-<s c="PGSQL_SEEK_CUR" />
-<s c="PGSQL_SEEK_END" />
-<s c="PGSQL_EMPTY_QUERY" />
-<s c="PGSQL_COMMAND_OK" />
-<s c="PGSQL_TUPLES_OK" />
-<s c="PGSQL_COPY_OUT" />
-<s c="PGSQL_COPY_IN" />
-<s c="PGSQL_BAD_RESPONSE" />
-<s c="PGSQL_NONFATAL_ERROR" />
-<s c="PGSQL_FATAL_ERROR" />
-<s c="PGSQL_TRANSACTION_IDLE" />
-<s c="PGSQL_TRANSACTION_ACTIVE" />
-<s c="PGSQL_TRANSACTION_INTRANS" />
-<s c="PGSQL_TRANSACTION_INERROR" />
-<s c="PGSQL_TRANSACTION_UNKNOWN" />
-<s c="PGSQL_DIAG_SEVERITY" />
-<s c="PGSQL_DIAG_SQLSTATE" />
-<s c="PGSQL_DIAG_MESSAGE_PRIMARY" />
-<s c="PGSQL_DIAG_MESSAGE_DETAIL" />
-<s c="PGSQL_DIAG_MESSAGE_HINT" />
-<s c="PGSQL_DIAG_STATEMENT_POSITION" />
-<s c="PGSQL_DIAG_INTERNAL_POSITION" />
-<s c="PG_DIAG_STATEMENT_POSITION" />
-<s c="PG_DIAG_INTERNAL_QUERY" />
-<s c="PGSQL_DIAG_INTERNAL_QUERY" />
-<s c="PGSQL_DIAG_CONTEXT" />
-<s c="PGSQL_DIAG_SOURCE_FILE" />
-<s c="PGSQL_DIAG_SOURCE_LINE" />
-<s c="PGSQL_DIAG_SOURCE_FUNCTION" />
-<s c="PGSQL_ERRORS_TERSE" />
-<s c="PGSQL_ERRORS_DEFAULT" />
-<s c="PGSQL_ERRORS_VERBOSE" />
-<s c="PGSQL_STATUS_LONG" />
-<s c="PGSQL_STATUS_STRING" />
-<s c="PGSQL_CONV_IGNORE_DEFAULT" />
-<s c="PGSQL_CONV_FORCE_NULL" />
-<s c="MYSQL_CLIENT_COMPRESS">Use compression protocol</s>
-<s c="MYSQL_CLIENT_IGNORE_SPACE">Allow space after function names</s>
-<s c="MYSQL_CLIENT_INTERACTIVE">Allow interactive_timeout seconds (instead of wait_timeout) of inactivity before closing the connection.</s>
-<s c="MYSQL_CLIENT_SSL">Use SSL encryption. This flag is only available with version 4.x of the MySQL client library or newer. Version 3.23.x is bundled both with PHP 4 and Windows binaries of PHP 5.</s>
-<s c="MYSQL_ASSOC">Columns are returned into the array having the fieldname as the array index.</s>
-<s c="MYSQL_BOTH">Columns are returned into the array having both a numerical index and the fieldname as the array index.</s>
-<s c="MYSQL_NUM">Columns are returned into the array having a numerical index to the fields. This index starts with 0, the first field in the result.</s>
-<s c="JSON_ERROR_NONE" />
-<s c="JSON_ERROR_DEPTH" />
-<s c="JSON_ERROR_CTRL_CHAR" />
-<s c="JSON_ERROR_SYNTAX" />
-<s c="NIL" />
-<s c="OP_DEBUG" />
-<s c="OP_READONLY" />
-<s c="OP_ANONYMOUS" />
-<s c="OP_SHORTCACHE" />
-<s c="OP_SILENT" />
-<s c="OP_PROTOTYPE" />
-<s c="OP_HALFOPEN" />
-<s c="OP_EXPUNGE" />
-<s c="OP_SECURE" />
-<s c="CL_EXPUNGE" />
-<s c="FT_UID" />
-<s c="FT_PEEK" />
-<s c="FT_NOT" />
-<s c="FT_INTERNAL" />
-<s c="FT_PREFETCHTEXT" />
-<s c="ST_UID" />
-<s c="ST_SILENT" />
-<s c="ST_SET" />
-<s c="CP_UID" />
-<s c="CP_MOVE" />
-<s c="SE_UID" />
-<s c="SE_FREE" />
-<s c="SE_NOPREFETCH" />
-<s c="SO_FREE" />
-<s c="SO_NOSERVER" />
-<s c="SA_MESSAGES" />
-<s c="SA_RECENT" />
-<s c="SA_UNSEEN" />
-<s c="SA_UIDNEXT" />
-<s c="SA_UIDVALIDITY" />
-<s c="SA_ALL" />
-<s c="LATT_NOINFERIORS" />
-<s c="LATT_NOSELECT" />
-<s c="LATT_MARKED" />
-<s c="LATT_UNMARKED" />
-<s c="SORTDATE" />
-<s c="SORTARRIVAL" />
-<s c="SORTFROM" />
-<s c="SORTSUBJECT" />
-<s c="SORTTO" />
-<s c="SORTCC" />
-<s c="SORTSIZE" />
-<s c="TYPETEXT" />
-<s c="TYPEMULTIPART" />
-<s c="TYPEMESSAGE" />
-<s c="TYPEAPPLICATION" />
-<s c="TYPEAUDIO" />
-<s c="TYPEIMAGE" />
-<s c="TYPEVIDEO" />
-<s c="TYPEOTHER" />
-<s c="ENC7BIT" />
-<s c="ENC8BIT" />
-<s c="ENCBINARY" />
-<s c="ENCBASE64" />
-<s c="ENCQUOTEDPRINTABLE" />
-<s c="ENCOTHER" />
-<s c="IMAP_OPENTIMEOUT" />
-<s c="IMAP_READTIMEOUT" />
-<s c="IMAP_WRITETIMEOUT" />
-<s c="IMAP_CLOSETIMEOUT" />
-<s c="LATT_REFERRAL" />
-<s c="LATT_HASCHILDREN" />
-<s c="LATT_HASNOCHILDREN" />
-<s c="TYPEMODEL" />
-<s c="GEOIP_COUNTRY_EDITION" />
-<s c="GEOIP_REGION_EDITION_REV0" />
-<s c="GEOIP_CITY_EDITION_REV0" />
-<s c="GEOIP_ORG_EDITION" />
-<s c="GEOIP_ISP_EDITION" />
-<s c="GEOIP_CITY_EDITION_REV1" />
-<s c="GEOIP_REGION_EDITION_REV1" />
-<s c="GEOIP_PROXY_EDITION" />
-<s c="GEOIP_ASNUM_EDITION" />
-<s c="GEOIP_NETSPEED_EDITION" />
-<s c="GEOIP_DOMAIN_EDITION" />
-<s c="GEOIP_UNKNOWN_SPEED" />
-<s c="GEOIP_DIALUP_SPEED" />
-<s c="GEOIP_CABLEDSL_SPEED" />
-<s c="GEOIP_CORPORATE_SPEED" />
-<s c="SDO_DAS_ChangeSummary::NONE=0" />
-<s c="SDO_DAS_ChangeSummary::MODIFICATION=1" />
-<s c="SDO_DAS_ChangeSummary::ADDITION=2" />
-<s c="SDO_DAS_ChangeSummary::DELETION=3" />
-<s c="WIN32_SERVICE_CONTROL_CONTINUE" />
-<s c="WIN32_SERVICE_CONTROL_INTERROGATE" />
-<s c="WIN32_SERVICE_CONTROL_PAUSE" />
-<s c="WIN32_SERVICE_CONTROL_STOP" />
-<s c="WIN32_SERVICE_CONTROL_HARDWAREPROFILECHANGE" />
-<s c="WIN32_SERVICE_CONTROL_POWEREVENT" />
-<s c="WIN32_SERVICE_CONTROL_SESSIONCHANGE" />
-<s c="WIN32_ERROR_CALL_NOT_IMPLEMENTED" />
-<s c="WIN32_NO_ERROR" />
-<s c="WIN32_SERVICE_RUNNING" />
-<s c="WIN32_SERVICE_STOPPED" />
-<s c="WIN32_SERVICE_STOP_PENDING" />
-<s c="WIN32_SERVICE_WIN32_OWN_PROCESS" />
-<s c="WIN32_SERVICE_INTERACTIVE_PROCESS" />
-<s c="WIN32_SERVICE_START_PENDING" />
-<s c="WIN32_SERVICE_CONTINUE_PENDING" />
-<s c="WIN32_SERVICE_PAUSE_PENDING" />
-<s c="WIN32_SERVICE_PAUSED" />
-<s c="WIN32_SERVICE_ACCEPT_NETBINDCHANGE" />
-<s c="WIN32_SERVICE_ACCEPT_PARAMCHANGE" />
-<s c="WIN32_SERVICE_ACCEPT_PAUSE_CONTINUE" />
-<s c="WIN32_SERVICE_ACCEPT_SHUTDOWN" />
-<s c="WIN32_SERVICE_ACCEPT_STOP" />
-<s c="WIN32_SERVICE_ACCEPT_HARDWAREPROFILECHANGE" />
-<s c="WIN32_SERVICE_ACCEPT_POWEREVENT" />
-<s c="WIN32_SERVICE_ACCEPT_SESSIONCHANGE" />
-<s c="WIN32_SERVICE_FILE_SYSTEM_DRIVER" />
-<s c="WIN32_SERVICE_KERNEL_DRIVER" />
-<s c="WIN32_SERVICE_WIN32_SHARE_PROCESS" />
-<s c="WIN32_SERVICE_RUNS_IN_SYSTEM_PROCESS" />
-<s c="ICONV_IMPL">string</s>
-<s c="ICONV_VERSION">string</s>
-<s c="ICONV_MIME_DECODE_STRICT">integer</s>
-<s c="ICONV_MIME_DECODE_CONTINUE_ON_ERROR">integer</s>
-<s c="SVN_REVISION_HEAD" />
-<s c="SVN_AUTH_PARAM_DEFAULT_USERNAME" />
-<s c="SVN_AUTH_PARAM_DEFAULT_PASSWORD" />
-<s c="SVN_AUTH_PARAM_NON_INTERACTIVE" />
-<s c="SVN_AUTH_PARAM_DONT_STORE_PASSWORDS" />
-<s c="SVN_AUTH_PARAM_NO_AUTH_CACHE" />
-<s c="SVN_AUTH_PARAM_SSL_SERVER_FAILURES" />
-<s c="SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO" />
-<s c="SVN_AUTH_PARAM_CONFIG" />
-<s c="SVN_AUTH_PARAM_SERVER_GROUP" />
-<s c="SVN_AUTH_PARAM_CONFIG_DIR" />
-<s c="PHP_SVN_AUTH_PARAM_IGNORE_SSL_VERIFY_ERRORS" />
-<s c="SVN_FS_CONFIG_FS_TYPE" />
-<s c="SVN_FS_TYPE_BDB" />
-<s c="SVN_FS_TYPE_FSFS" />
-<s c="SVN_PROP_REVISION_DATE" />
-<s c="SVN_PROP_REVISION_ORIG_DATE" />
-<s c="SVN_PROP_REVISION_AUTHOR" />
-<s c="SVN_PROP_REVISION_LOG" />
-<s c="SVN_WC_STATUS_NONE" />
-<s c="SVN_WC_STATUS_UNVERSIONED" />
-<s c="SVN_WC_STATUS_NORMAL" />
-<s c="SVN_WC_STATUS_ADDED" />
-<s c="SVN_WC_STATUS_MISSING" />
-<s c="SVN_WC_STATUS_DELETED" />
-<s c="SVN_WC_STATUS_REPLACED" />
-<s c="SVN_WC_STATUS_MODIFIED" />
-<s c="SVN_WC_STATUS_MERGED" />
-<s c="SVN_WC_STATUS_CONFLICTED" />
-<s c="SVN_WC_STATUS_IGNORED" />
-<s c="SVN_WC_STATUS_OBSTRUCTED" />
-<s c="SVN_WC_STATUS_EXTERNAL" />
-<s c="SVN_WC_STATUS_INCOMPLETE" />
-<s c="SVN_NODE_NONE" />
-<s c="SVN_NODE_FILE" />
-<s c="SVN_NODE_DIR" />
-<s c="SVN_NODE_UNKNOWN" />
-<s c="FILEINFO_NONE" />
-<s c="FILEINFO_SYMLINK" />
-<s c="FILEINFO_MIME" />
-<s c="FILEINFO_COMPRESS" />
-<s c="FILEINFO_DEVICES" />
-<s c="FILEINFO_CONTINUE" />
-<s c="FILEINFO_PRESERVE_ATIME" />
-<s c="FILEINFO_RAW" />
-<s c="GLOB_BRACE" />
-<s c="GLOB_ONLYDIR" />
-<s c="GLOB_MARK" />
-<s c="GLOB_NOSORT" />
-<s c="GLOB_NOCHECK" />
-<s c="GLOB_NOESCAPE" />
-<s c="PATHINFO_DIRNAME" />
-<s c="PATHINFO_BASENAME" />
-<s c="PATHINFO_EXTENSION" />
-<s c="PATHINFO_FILENAME" />
-<s c="FILE_USE_INCLUDE_PATH" />
-<s c="FILE_APPEND" />
-<s c="FILE_IGNORE_NEW_LINES" />
-<s c="FILE_SKIP_EMPTY_LINES" />
-<s c="FILE_BINARY" />
-<s c="FILE_TEXT" />
-<s c="INI_SCANNER_NORMAL" />
-<s c="INI_SCANNER_RAW" />
-<s c="ZIPARCHIVE::CREATE" />
-<s c="ZIPARCHIVE::OVERWRITE" />
-<s c="ZIPARCHIVE::EXCL" />
-<s c="ZIPARCHIVE::CHECKCONS" />
-<s c="ZIPARCHIVE::FL_NOCASE" />
-<s c="ZIPARCHIVE::FL_NODIR" />
-<s c="ZIPARCHIVE::FL_COMPRESSED" />
-<s c="ZIPARCHIVE::FL_UNCHANGED" />
-<s c="ZIPARCHIVE::CM_DEFAULT" />
-<s c="ZIPARCHIVE::CM_STORE" />
-<s c="ZIPARCHIVE::CM_SHRINK" />
-<s c="ZIPARCHIVE::CM_REDUCE_1" />
-<s c="ZIPARCHIVE::CM_REDUCE_2" />
-<s c="ZIPARCHIVE::CM_REDUCE_3" />
-<s c="ZIPARCHIVE::CM_REDUCE_4" />
-<s c="ZIPARCHIVE::CM_IMPLODE" />
-<s c="ZIPARCHIVE::CM_DEFLATE" />
-<s c="ZIPARCHIVE::CM_DEFLATE64" />
-<s c="ZIPARCHIVE::CM_PKWARE_IMPLODE" />
-<s c="ZIPARCHIVE::CM_BZIP2" />
-<s c="ZIPARCHIVE::ER_OK" />
-<s c="ZIPARCHIVE::ER_MULTIDISK" />
-<s c="ZIPARCHIVE::ER_RENAME" />
-<s c="ZIPARCHIVE::ER_CLOSE" />
-<s c="ZIPARCHIVE::ER_SEEK" />
-<s c="ZIPARCHIVE::ER_READ" />
-<s c="ZIPARCHIVE::ER_WRITE" />
-<s c="ZIPARCHIVE::ER_CRC" />
-<s c="ZIPARCHIVE::ER_ZIPCLOSED" />
-<s c="ZIPARCHIVE::ER_NOENT" />
-<s c="ZIPARCHIVE::ER_EXISTS" />
-<s c="ZIPARCHIVE::ER_OPEN" />
-<s c="ZIPARCHIVE::ER_TMPOPEN" />
-<s c="ZIPARCHIVE::ER_ZLIB" />
-<s c="ZIPARCHIVE::ER_MEMORY" />
-<s c="ZIPARCHIVE::ER_CHANGED" />
-<s c="ZIPARCHIVE::ER_COMPNOTSUPP" />
-<s c="ZIPARCHIVE::ER_EOF" />
-<s c="ZIPARCHIVE::ER_INVAL" />
-<s c="ZIPARCHIVE::ER_NOZIP" />
-<s c="ZIPARCHIVE::ER_INTERNAL" />
-<s c="ZIPARCHIVE::ER_INCONS" />
-<s c="ZIPARCHIVE::ER_REMOVE" />
-<s c="ZIPARCHIVE::ER_DELETED" />
-<s c="LIBXML_COMPACT" />
-<s c="LIBXML_DTDATTR" />
-<s c="LIBXML_DTDLOAD" />
-<s c="LIBXML_DTDVALID" />
-<s c="LIBXML_NOBLANKS" />
-<s c="LIBXML_NOCDATA" />
-<s c="LIBXML_NOEMPTYTAG" />
-<s c="LIBXML_NOENT" />
-<s c="LIBXML_NOERROR" />
-<s c="LIBXML_NONET" />
-<s c="LIBXML_NOWARNING" />
-<s c="LIBXML_NOXMLDECL" />
-<s c="LIBXML_NSCLEAN" />
-<s c="LIBXML_XINCLUDE" />
-<s c="LIBXML_ERR_ERROR" />
-<s c="LIBXML_ERR_FATAL" />
-<s c="LIBXML_ERR_NONE" />
-<s c="LIBXML_ERR_WARNING" />
-<s c="LIBXML_VERSION" />
-<s c="LIBXML_DOTTED_VERSION" />
-<s c="CLASSKIT_ACC_PRIVATE" />
-<s c="CLASSKIT_ACC_PROTECTED" />
-<s c="CLASSKIT_ACC_PUBLIC" />
-<s c="MSSQL_ASSOC" />
-<s c="MSSQL_NUM" />
-<s c="MSSQL_BOTH" />
-<s c="SQLTEXT" />
-<s c="SQLVARCHAR" />
-<s c="SQLCHAR" />
-<s c="SQLINT1" />
-<s c="SQLINT2" />
-<s c="SQLINT4" />
-<s c="SQLBIT" />
-<s c="SQLFLT4" />
-<s c="SQLFLT8" />
-<s c="CURLOPT_AUTOREFERER" />
-<s c="CURLOPT_COOKIESESSION" />
-<s c="CURLOPT_DNS_USE_GLOBAL_CACHE" />
-<s c="CURLOPT_DNS_CACHE_TIMEOUT" />
-<s c="CURLOPT_FTP_SSL" />
-<s c="CURLFTPSSL_TRY" />
-<s c="CURLFTPSSL_ALL" />
-<s c="CURLFTPSSL_CONTROL" />
-<s c="CURLFTPSSL_NONE" />
-<s c="CURLOPT_PRIVATE" />
-<s c="CURLOPT_FTPSSLAUTH" />
-<s c="CURLOPT_PORT" />
-<s c="CURLOPT_FILE" />
-<s c="CURLOPT_READDATA" />
-<s c="CURLOPT_INFILE" />
-<s c="CURLOPT_INFILESIZE" />
-<s c="CURLOPT_URL" />
-<s c="CURLOPT_PROXY" />
-<s c="CURLOPT_VERBOSE" />
-<s c="CURLOPT_HEADER" />
-<s c="CURLOPT_HTTPHEADER" />
-<s c="CURLOPT_NOPROGRESS" />
-<s c="CURLOPT_NOBODY" />
-<s c="CURLOPT_FAILONERROR" />
-<s c="CURLOPT_UPLOAD" />
-<s c="CURLOPT_POST" />
-<s c="CURLOPT_FTPLISTONLY" />
-<s c="CURLOPT_FTPAPPEND" />
-<s c="CURLOPT_FTP_CREATE_MISSING_DIRS" />
-<s c="CURLOPT_NETRC" />
-<s c="CURLOPT_FOLLOWLOCATION" />
-<s c="CURLOPT_FTPASCII" />
-<s c="CURLOPT_PUT" />
-<s c="CURLOPT_MUTE" />
-<s c="CURLOPT_USERPWD" />
-<s c="CURLOPT_PROXYUSERPWD" />
-<s c="CURLOPT_RANGE" />
-<s c="CURLOPT_TIMEOUT" />
-<s c="CURLOPT_TIMEOUT_MS" />
-<s c="CURLOPT_TCP_NODELAY" />
-<s c="CURLOPT_POSTFIELDS" />
-<s c="CURLOPT_REFERER" />
-<s c="CURLOPT_USERAGENT" />
-<s c="CURLOPT_FTPPORT" />
-<s c="CURLOPT_FTP_USE_EPSV" />
-<s c="CURLOPT_LOW_SPEED_LIMIT" />
-<s c="CURLOPT_LOW_SPEED_TIME" />
-<s c="CURLOPT_RESUME_FROM" />
-<s c="CURLOPT_COOKIE" />
-<s c="CURLOPT_SSLCERT" />
-<s c="CURLOPT_SSLCERTPASSWD" />
-<s c="CURLOPT_WRITEHEADER" />
-<s c="CURLOPT_SSL_VERIFYHOST" />
-<s c="CURLOPT_COOKIEFILE" />
-<s c="CURLOPT_SSLVERSION" />
-<s c="CURLOPT_TIMECONDITION" />
-<s c="CURLOPT_TIMEVALUE" />
-<s c="CURLOPT_CUSTOMREQUEST" />
-<s c="CURLOPT_STDERR" />
-<s c="CURLOPT_TRANSFERTEXT" />
-<s c="CURLOPT_RETURNTRANSFER" />
-<s c="CURLOPT_QUOTE" />
-<s c="CURLOPT_POSTQUOTE" />
-<s c="CURLOPT_INTERFACE" />
-<s c="CURLOPT_KRB4LEVEL" />
-<s c="CURLOPT_HTTPPROXYTUNNEL" />
-<s c="CURLOPT_FILETIME" />
-<s c="CURLOPT_WRITEFUNCTION" />
-<s c="CURLOPT_READFUNCTION" />
-<s c="CURLOPT_PASSWDFUNCTION" />
-<s c="CURLOPT_HEADERFUNCTION" />
-<s c="CURLOPT_MAXREDIRS" />
-<s c="CURLOPT_MAXCONNECTS" />
-<s c="CURLOPT_CLOSEPOLICY" />
-<s c="CURLOPT_FRESH_CONNECT" />
-<s c="CURLOPT_FORBID_REUSE" />
-<s c="CURLOPT_RANDOM_FILE" />
-<s c="CURLOPT_EGDSOCKET" />
-<s c="CURLOPT_CONNECTTIMEOUT" />
-<s c="CURLOPT_CONNECTTIMEOUT_MS" />
-<s c="CURLOPT_SSL_VERIFYPEER" />
-<s c="CURLOPT_CAINFO" />
-<s c="CURLOPT_CAPATH" />
-<s c="CURLOPT_COOKIEJAR" />
-<s c="CURLOPT_SSL_CIPHER_LIST" />
-<s c="CURLOPT_BINARYTRANSFER" />
-<s c="CURLOPT_NOSIGNAL" />
-<s c="CURLOPT_PROXYTYPE" />
-<s c="CURLOPT_BUFFERSIZE" />
-<s c="CURLOPT_HTTPGET" />
-<s c="CURLOPT_HTTP_VERSION" />
-<s c="CURLOPT_SSLKEY" />
-<s c="CURLOPT_SSLKEYTYPE" />
-<s c="CURLOPT_SSLKEYPASSWD" />
-<s c="CURLOPT_SSLENGINE" />
-<s c="CURLOPT_SSLENGINE_DEFAULT" />
-<s c="CURLOPT_SSLCERTTYPE" />
-<s c="CURLOPT_CRLF" />
-<s c="CURLOPT_ENCODING" />
-<s c="CURLOPT_PROXYPORT" />
-<s c="CURLOPT_UNRESTRICTED_AUTH" />
-<s c="CURLOPT_FTP_USE_EPRT" />
-<s c="CURLOPT_HTTP200ALIASES" />
-<s c="CURLOPT_HTTPAUTH" />
-<s c="CURLAUTH_BASIC" />
-<s c="CURLAUTH_DIGEST" />
-<s c="CURLAUTH_GSSNEGOTIATE" />
-<s c="CURLAUTH_NTLM" />
-<s c="CURLAUTH_ANY" />
-<s c="CURLAUTH_ANYSAFE" />
-<s c="CURLOPT_PROXYAUTH" />
-<s c="CURLCLOSEPOLICY_LEAST_RECENTLY_USED" />
-<s c="CURLCLOSEPOLICY_LEAST_TRAFFIC" />
-<s c="CURLCLOSEPOLICY_SLOWEST" />
-<s c="CURLCLOSEPOLICY_CALLBACK" />
-<s c="CURLCLOSEPOLICY_OLDEST" />
-<s c="CURLINFO_PRIVATE" />
-<s c="CURLINFO_EFFECTIVE_URL" />
-<s c="CURLINFO_HTTP_CODE" />
-<s c="CURLINFO_HEADER_OUT" />
-<s c="CURLINFO_HEADER_SIZE" />
-<s c="CURLINFO_REQUEST_SIZE" />
-<s c="CURLINFO_TOTAL_TIME" />
-<s c="CURLINFO_NAMELOOKUP_TIME" />
-<s c="CURLINFO_CONNECT_TIME" />
-<s c="CURLINFO_PRETRANSFER_TIME" />
-<s c="CURLINFO_SIZE_UPLOAD" />
-<s c="CURLINFO_SIZE_DOWNLOAD" />
-<s c="CURLINFO_SPEED_DOWNLOAD" />
-<s c="CURLINFO_SPEED_UPLOAD" />
-<s c="CURLINFO_FILETIME" />
-<s c="CURLINFO_SSL_VERIFYRESULT" />
-<s c="CURLINFO_CONTENT_LENGTH_DOWNLOAD" />
-<s c="CURLINFO_CONTENT_LENGTH_UPLOAD" />
-<s c="CURLINFO_STARTTRANSFER_TIME" />
-<s c="CURLINFO_CONTENT_TYPE" />
-<s c="CURLINFO_REDIRECT_TIME" />
-<s c="CURLINFO_REDIRECT_COUNT" />
-<s c="CURL_TIMECOND_IFMODSINCE" />
-<s c="CURL_TIMECOND_IFUNMODSINCE" />
-<s c="CURL_TIMECOND_LASTMOD" />
-<s c="CURL_VERSION_IPV6" />
-<s c="CURL_VERSION_KERBEROS4" />
-<s c="CURL_VERSION_SSL" />
-<s c="CURL_VERSION_LIBZ" />
-<s c="CURLVERSION_NOW" />
-<s c="CURLE_OK" />
-<s c="CURLE_UNSUPPORTED_PROTOCOL" />
-<s c="CURLE_FAILED_INIT" />
-<s c="CURLE_URL_MALFORMAT" />
-<s c="CURLE_URL_MALFORMAT_USER" />
-<s c="CURLE_COULDNT_RESOLVE_PROXY" />
-<s c="CURLE_COULDNT_RESOLVE_HOST" />
-<s c="CURLE_COULDNT_CONNECT" />
-<s c="CURLE_FTP_WEIRD_SERVER_REPLY" />
-<s c="CURLE_FTP_ACCESS_DENIED" />
-<s c="CURLE_FTP_USER_PASSWORD_INCORRECT" />
-<s c="CURLE_FTP_WEIRD_PASS_REPLY" />
-<s c="CURLE_FTP_WEIRD_USER_REPLY" />
-<s c="CURLE_FTP_WEIRD_PASV_REPLY" />
-<s c="CURLE_FTP_WEIRD_227_FORMAT" />
-<s c="CURLE_FTP_CANT_GET_HOST" />
-<s c="CURLE_FTP_CANT_RECONNECT" />
-<s c="CURLE_FTP_COULDNT_SET_BINARY" />
-<s c="CURLE_PARTIAL_FILE" />
-<s c="CURLE_FTP_COULDNT_RETR_FILE" />
-<s c="CURLE_FTP_WRITE_ERROR" />
-<s c="CURLE_FTP_QUOTE_ERROR" />
-<s c="CURLE_HTTP_NOT_FOUND" />
-<s c="CURLE_WRITE_ERROR" />
-<s c="CURLE_MALFORMAT_USER" />
-<s c="CURLE_FTP_COULDNT_STOR_FILE" />
-<s c="CURLE_READ_ERROR" />
-<s c="CURLE_OUT_OF_MEMORY" />
-<s c="CURLE_OPERATION_TIMEOUTED" />
-<s c="CURLE_FTP_COULDNT_SET_ASCII" />
-<s c="CURLE_FTP_PORT_FAILED" />
-<s c="CURLE_FTP_COULDNT_USE_REST" />
-<s c="CURLE_FTP_COULDNT_GET_SIZE" />
-<s c="CURLE_HTTP_RANGE_ERROR" />
-<s c="CURLE_HTTP_POST_ERROR" />
-<s c="CURLE_SSL_CONNECT_ERROR" />
-<s c="CURLE_FTP_BAD_DOWNLOAD_RESUME" />
-<s c="CURLE_FILE_COULDNT_READ_FILE" />
-<s c="CURLE_LDAP_CANNOT_BIND" />
-<s c="CURLE_LDAP_SEARCH_FAILED" />
-<s c="CURLE_LIBRARY_NOT_FOUND" />
-<s c="CURLE_FUNCTION_NOT_FOUND" />
-<s c="CURLE_ABORTED_BY_CALLBACK" />
-<s c="CURLE_BAD_FUNCTION_ARGUMENT" />
-<s c="CURLE_BAD_CALLING_ORDER" />
-<s c="CURLE_HTTP_PORT_FAILED" />
-<s c="CURLE_BAD_PASSWORD_ENTERED" />
-<s c="CURLE_TOO_MANY_REDIRECTS" />
-<s c="CURLE_UNKNOWN_TELNET_OPTION" />
-<s c="CURLE_TELNET_OPTION_SYNTAX" />
-<s c="CURLE_OBSOLETE" />
-<s c="CURLE_SSL_PEER_CERTIFICATE" />
-<s c="CURLE_GOT_NOTHING" />
-<s c="CURLE_SSL_ENGINE_NOTFOUND" />
-<s c="CURLE_SSL_ENGINE_SETFAILED" />
-<s c="CURLE_SEND_ERROR" />
-<s c="CURLE_RECV_ERROR" />
-<s c="CURLE_SHARE_IN_USE" />
-<s c="CURLE_SSL_CERTPROBLEM" />
-<s c="CURLE_SSL_CIPHER" />
-<s c="CURLE_SSL_CACERT" />
-<s c="CURLE_BAD_CONTENT_ENCODING" />
-<s c="CURLE_LDAP_INVALID_URL" />
-<s c="CURLE_FILESIZE_EXCEEDED" />
-<s c="CURLE_FTP_SSL_FAILED" />
-<s c="CURLFTPAUTH_DEFAULT" />
-<s c="CURLFTPAUTH_SSL" />
-<s c="CURLFTPAUTH_TLS" />
-<s c="CURLPROXY_HTTP" />
-<s c="CURLPROXY_SOCKS5" />
-<s c="CURL_NETRC_OPTIONAL" />
-<s c="CURL_NETRC_IGNORED" />
-<s c="CURL_NETRC_REQUIRED" />
-<s c="CURL_HTTP_VERSION_NONE" />
-<s c="CURL_HTTP_VERSION_1_0" />
-<s c="CURL_HTTP_VERSION_1_1" />
-<s c="CURLM_CALL_MULTI_PERFORM" />
-<s c="CURLM_OK" />
-<s c="CURLM_BAD_HANDLE" />
-<s c="CURLM_BAD_EASY_HANDLE" />
-<s c="CURLM_OUT_OF_MEMORY" />
-<s c="CURLM_INTERNAL_ERROR" />
-<s c="CURLMSG_DONE" />
-<s c="CAL_GREGORIAN" />
-<s c="CAL_JULIAN" />
-<s c="CAL_JEWISH" />
-<s c="CAL_FRENCH" />
-<s c="CAL_NUM_CALS" />
-<s c="CAL_DOW_DAYNO" />
-<s c="CAL_DOW_SHORT" />
-<s c="CAL_DOW_LONG" />
-<s c="CAL_MONTH_GREGORIAN_SHORT" />
-<s c="CAL_MONTH_GREGORIAN_LONG" />
-<s c="CAL_MONTH_JULIAN_SHORT" />
-<s c="CAL_MONTH_JULIAN_LONG" />
-<s c="CAL_MONTH_JEWISH" />
-<s c="CAL_MONTH_FRENCH" />
-<s c="CAL_EASTER_DEFAULT" />
-<s c="CAL_EASTER_ROMAN" />
-<s c="CAL_EASTER_ALWAYS_GREGORIAN" />
-<s c="CAL_EASTER_ALWAYS_JULIAN" />
-<s c="CAL_JEWISH_ADD_ALAFIM_GERESH" />
-<s c="CAL_JEWISH_ADD_ALAFIM" />
-<s c="CAL_JEWISH_ADD_GERESHAYIM" />
-<s c="PDO::FB_ATTR_DATE_FORMAT" />
-<s c="PDO::FB_ATTR_TIME_FORMAT" />
-<s c="PDO::FB_ATTR_TIMESTAMP_FORMAT" />
-<s c="RADIUS_ACCESS_REQUEST" />
-<s c="RADIUS_ACCESS_ACCEPT" />
-<s c="RADIUS_ACCESS_REJECT" />
-<s c="RADIUS_ACCOUNTING_REQUEST" />
-<s c="RADIUS_ACCOUNTING_RESPONSE" />
-<s c="RADIUS_ACCESS_CHALLENGE" />
-<s c="RADIUS_USER_NAME" />
-<s c="RADIUS_USER_PASSWORD" />
-<s c="RADIUS_CHAP_PASSWORD" />
-<s c="RADIUS_NAS_IP_ADDRESS" />
-<s c="RADIUS_NAS_PORT" />
-<s c="RADIUS_SERVICE_TYPE" />
-<s c="RADIUS_LOGIN" />
-<s c="RADIUS_FRAMED" />
-<s c="RADIUS_CALLBACK_LOGIN" />
-<s c="RADIUS_CALLBACK_FRAMED" />
-<s c="RADIUS_OUTBOUND" />
-<s c="RADIUS_ADMINISTRATIVE" />
-<s c="RADIUS_NAS_PROMPT" />
-<s c="RADIUS_AUTHENTICATE_ONLY" />
-<s c="RADIUS_CALLBACK_NAS_PROMPT" />
-<s c="RADIUS_FRAMED_PROTOCOL" />
-<s c="RADIUS_PPP" />
-<s c="RADIUS_SLIP" />
-<s c="RADIUS_ARAP" />
-<s c="RADIUS_GANDALF" />
-<s c="RADIUS_XYLOGICS" />
-<s c="RADIUS_FRAMED_IP_ADDRESS" />
-<s c="RADIUS_FRAMED_IP_NETMASK" />
-<s c="RADIUS_FRAMED_ROUTING" />
-<s c="RADIUS_FILTER_ID" />
-<s c="RADIUS_FRAMED_MTU" />
-<s c="RADIUS_FRAMED_COMPRESSION" />
-<s c="RADIUS_COMP_NONE" />
-<s c="RADIUS_COMP_VJ" />
-<s c="RADIUS_COMP_IPXHDR" />
-<s c="RADIUS_LOGIN_IP_HOST" />
-<s c="RADIUS_LOGIN_SERVICE" />
-<s c="RADIUS_LOGIN_TCP_PORT" />
-<s c="RADIUS_REPLY_MESSAGE" />
-<s c="RADIUS_CALLBACK_NUMBER" />
-<s c="RADIUS_CALLBACK_ID" />
-<s c="RADIUS_FRAMED_ROUTE" />
-<s c="RADIUS_FRAMED_IPX_NETWORK" />
-<s c="RADIUS_STATE" />
-<s c="RADIUS_CLASS" />
-<s c="RADIUS_VENDOR_SPECIFIC" />
-<s c="RADIUS_SESSION_TIMEOUT" />
-<s c="RADIUS_IDLE_TIMEOUT" />
-<s c="RADIUS_TERMINATION_ACTION" />
-<s c="RADIUS_CALLED_STATION_ID" />
-<s c="RADIUS_CALLING_STATION_ID" />
-<s c="RADIUS_NAS_IDENTIFIER" />
-<s c="RADIUS_PROXY_STATE" />
-<s c="RADIUS_LOGIN_LAT_SERVICE" />
-<s c="RADIUS_LOGIN_LAT_NODE" />
-<s c="RADIUS_LOGIN_LAT_GROUP" />
-<s c="RADIUS_FRAMED_APPLETALK_LINK" />
-<s c="RADIUS_FRAMED_APPLETALK_NETWORK" />
-<s c="RADIUS_FRAMED_APPLETALK_ZONE" />
-<s c="RADIUS_CHAP_CHALLENGE" />
-<s c="RADIUS_NAS_PORT_TYPE" />
-<s c="RADIUS_ASYNC" />
-<s c="RADIUS_SYNC" />
-<s c="RADIUS_ISDN_SYNC" />
-<s c="RADIUS_ISDN_ASYNC_V120" />
-<s c="RADIUS_ISDN_ASYNC_V110" />
-<s c="RADIUS_VIRTUAL" />
-<s c="RADIUS_PIAFS" />
-<s c="RADIUS_HDLC_CLEAR_CHANNEL" />
-<s c="RADIUS_X_25" />
-<s c="RADIUS_X_75" />
-<s c="RADIUS_G_3_FAX" />
-<s c="RADIUS_SDSL" />
-<s c="RADIUS_ADSL_CAP" />
-<s c="RADIUS_ADSL_DMT" />
-<s c="RADIUS_IDSL" />
-<s c="RADIUS_ETHERNET" />
-<s c="RADIUS_XDSL" />
-<s c="RADIUS_CABLE" />
-<s c="RADIUS_WIRELESS_OTHER" />
-<s c="RADIUS_WIRELESS_IEEE_802_11" />
-<s c="RADIUS_PORT_LIMIT" />
-<s c="RADIUS_LOGIN_LAT_PORT" />
-<s c="RADIUS_CONNECT_INFO" />
-<s c="RADIUS_ACCT_STATUS_TYPE" />
-<s c="RADIUS_START" />
-<s c="RADIUS_STOP" />
-<s c="RADIUS_ACCOUNTING_ON" />
-<s c="RADIUS_ACCOUNTING_OFF" />
-<s c="RADIUS_ACCT_DELAY_TIME" />
-<s c="RADIUS_ACCT_INPUT_OCTETS" />
-<s c="RADIUS_ACCT_OUTPUT_OCTETS" />
-<s c="RADIUS_ACCT_SESSION_ID" />
-<s c="RADIUS_ACCT_AUTHENTIC" />
-<s c="RADIUS_AUTH_RADIUS" />
-<s c="RADIUS_AUTH_LOCAL" />
-<s c="RADIUS_AUTH_REMOTE" />
-<s c="RADIUS_ACCT_SESSION_TIME" />
-<s c="RADIUS_ACCT_INPUT_PACKETS" />
-<s c="RADIUS_ACCT_OUTPUT_PACKETS" />
-<s c="RADIUS_ACCT_TERMINATE_CAUSE" />
-<s c="RADIUS_TERM_USER_REQUEST" />
-<s c="RADIUS_TERM_LOST_CARRIER" />
-<s c="RADIUS_TERM_LOST_SERVICE" />
-<s c="RADIUS_TERM_IDLE_TIMEOUT" />
-<s c="RADIUS_TERM_SESSION_TIMEOUT" />
-<s c="RADIUS_TERM_ADMIN_RESET" />
-<s c="RADIUS_TERM_ADMIN_REBOOT" />
-<s c="RADIUS_TERM_PORT_ERROR" />
-<s c="RADIUS_TERM_NAS_ERROR" />
-<s c="RADIUS_TERM_NAS_REQUEST" />
-<s c="RADIUS_TERM_NAS_REBOOT" />
-<s c="RADIUS_TERM_PORT_UNNEEDED" />
-<s c="RADIUS_TERM_PORT_PREEMPTED" />
-<s c="RADIUS_TERM_PORT_SUSPENDED" />
-<s c="RADIUS_TERM_SERVICE_UNAVAILABLE" />
-<s c="RADIUS_TERM_CALLBACK" />
-<s c="RADIUS_TERM_USER_ERROR" />
-<s c="RADIUS_TERM_HOST_REQUEST" />
-<s c="RADIUS_ACCT_MULTI_SESSION_ID" />
-<s c="RADIUS_ACCT_LINK_COUNT" />
-<s c="RADIUS_VENDOR_MICROSOFT" />
-<s c="RADIUS_MICROSOFT_MS_CHAP_RESPONSE" />
-<s c="RADIUS_MICROSOFT_MS_CHAP_ERROR" />
-<s c="RADIUS_MICROSOFT_MS_CHAP_PW_1" />
-<s c="RADIUS_MICROSOFT_MS_CHAP_PW_2" />
-<s c="RADIUS_MICROSOFT_MS_CHAP_LM_ENC_PW" />
-<s c="RADIUS_MICROSOFT_MS_CHAP_NT_ENC_PW" />
-<s c="RADIUS_MICROSOFT_MS_MPPE_ENCRYPTION_POLICY" />
-<s c="RADIUS_MICROSOFT_MS_MPPE_ENCRYPTION_TYPES" />
-<s c="RADIUS_MICROSOFT_MS_RAS_VENDOR" />
-<s c="RADIUS_MICROSOFT_MS_CHAP_DOMAIN" />
-<s c="RADIUS_MICROSOFT_MS_CHAP_CHALLENGE" />
-<s c="RADIUS_MICROSOFT_MS_CHAP_MPPE_KEYS" />
-<s c="RADIUS_MICROSOFT_MS_BAP_USAGE" />
-<s c="RADIUS_MICROSOFT_MS_LINK_UTILIZATION_THRESHOLD" />
-<s c="RADIUS_MICROSOFT_MS_LINK_DROP_TIME_LIMIT" />
-<s c="RADIUS_MICROSOFT_MS_MPPE_SEND_KEY" />
-<s c="RADIUS_MICROSOFT_MS_MPPE_RECV_KEY" />
-<s c="RADIUS_MICROSOFT_MS_RAS_VERSION" />
-<s c="RADIUS_MICROSOFT_MS_OLD_ARAP_PASSWORD" />
-<s c="RADIUS_MICROSOFT_MS_NEW_ARAP_PASSWORD" />
-<s c="RADIUS_MICROSOFT_MS_ARAP_PASSWORD_CHANGE_REASON" />
-<s c="RADIUS_MICROSOFT_MS_FILTER" />
-<s c="RADIUS_MICROSOFT_MS_ACCT_AUTH_TYPE" />
-<s c="RADIUS_MICROSOFT_MS_ACCT_EAP_TYPE" />
-<s c="RADIUS_MICROSOFT_MS_CHAP2_RESPONSE" />
-<s c="RADIUS_MICROSOFT_MS_CHAP2_SUCCESS" />
-<s c="RADIUS_MICROSOFT_MS_CHAP2_PW" />
-<s c="RADIUS_MICROSOFT_MS_PRIMARY_DNS_SERVER" />
-<s c="RADIUS_MICROSOFT_MS_SECONDARY_DNS_SERVER" />
-<s c="RADIUS_MICROSOFT_MS_PRIMARY_NBNS_SERVER" />
-<s c="RADIUS_MICROSOFT_MS_SECONDARY_NBNS_SERVER" />
-<s c="RADIUS_MICROSOFT_MS_ARAP_CHALLENGE" />
-<s c="KRB5_KDB_DISALLOW_POSTDATED">KRB5_KDB_DISALLOW_FORWARDABLE</s>
-<s c="KRB5_KDB_DISALLOW_TGT_BASED">KRB5_KDB_DISALLOW_RENEWABLE</s>
-<s c="KRB5_KDB_DISALLOW_PROXIABLE">KRB5_KDB_DISALLOW_DUP_SKEY</s>
-<s c="KRB5_KDB_DISALLOW_ALL_TIX">KRB5_KDB_REQUIRES_PRE_AUTH</s>
-<s c="KRB5_KDB_REQUIRES_HW_AUTH">KRB5_KDB_REQUIRES_PWCHANGE</s>
-<s c="KRB5_KDB_DISALLOW_SVR">KRB5_KDB_PWCHANGE_SERVER</s>
-<s c="KRB5_KDB_SUPPORT_DESMD5">KRB5_KDB_NEW_PRINC</s>
-<s c="KADM5_PRINCIPAL">long</s>
-<s c="KADM5_PRINC_EXPIRE_TIME">long</s>
-<s c="KADM5_LAST_PW_CHANGE">long</s>
-<s c="KADM5_PW_EXPIRATION">long</s>
-<s c="KADM5_MAX_LIFE">long</s>
-<s c="KADM5_MAX_RLIFE">long</s>
-<s c="KADM5_MOD_NAME">string</s>
-<s c="KADM5_MOD_TIME">long</s>
-<s c="KADM5_KVNO">long</s>
-<s c="KADM5_POLICY">string</s>
-<s c="KADM5_CLEARPOLICY">long</s>
-<s c="KADM5_LAST_SUCCESS">long</s>
-<s c="KADM5_LAST_FAILED">long</s>
-<s c="KADM5_FAIL_AUTH_COUNT">long</s>
-<s c="KADM5_RANDKEY">long</s>
-<s c="KADM5_ATTRIBUTES">long</s>
-<s c="INPUT_POST" />
-<s c="INPUT_GET" />
-<s c="INPUT_COOKIE" />
-<s c="INPUT_ENV" />
-<s c="INPUT_SERVER" />
-<s c="INPUT_SESSION" />
-<s c="INPUT_REQUEST" />
-<s c="FILTER_FLAG_NONE" />
-<s c="FILTER_REQUIRE_SCALAR" />
-<s c="FILTER_REQUIRE_ARRAY" />
-<s c="FILTER_FORCE_ARRAY" />
-<s c="FILTER_NULL_ON_FAILURE" />
-<s c="FILTER_VALIDATE_INT" />
-<s c="FILTER_VALIDATE_BOOLEAN" />
-<s c="FILTER_VALIDATE_FLOAT" />
-<s c="FILTER_VALIDATE_REGEXP" />
-<s c="FILTER_VALIDATE_URL" />
-<s c="FILTER_VALIDATE_EMAIL" />
-<s c="FILTER_VALIDATE_IP" />
-<s c="FILTER_DEFAULT" />
-<s c="FILTER_UNSAFE_RAW" />
-<s c="FILTER_SANITIZE_STRING" />
-<s c="FILTER_SANITIZE_STRIPPED" />
-<s c="FILTER_SANITIZE_ENCODED" />
-<s c="FILTER_SANITIZE_SPECIAL_CHARS" />
-<s c="FILTER_SANITIZE_EMAIL" />
-<s c="FILTER_SANITIZE_URL" />
-<s c="FILTER_SANITIZE_NUMBER_INT" />
-<s c="FILTER_SANITIZE_NUMBER_FLOAT" />
-<s c="FILTER_SANITIZE_MAGIC_QUOTES" />
-<s c="FILTER_CALLBACK" />
-<s c="FILTER_FLAG_ALLOW_OCTAL" />
-<s c="FILTER_FLAG_ALLOW_HEX" />
-<s c="FILTER_FLAG_STRIP_LOW" />
-<s c="FILTER_FLAG_STRIP_HIGH" />
-<s c="FILTER_FLAG_ENCODE_LOW" />
-<s c="FILTER_FLAG_ENCODE_HIGH" />
-<s c="FILTER_FLAG_ENCODE_AMP" />
-<s c="FILTER_FLAG_NO_ENCODE_QUOTES" />
-<s c="FILTER_FLAG_EMPTY_STRING_NULL" />
-<s c="FILTER_FLAG_ALLOW_FRACTION" />
-<s c="FILTER_FLAG_ALLOW_THOUSAND" />
-<s c="FILTER_FLAG_ALLOW_SCIENTIFIC" />
-<s c="FILTER_FLAG_SCHEME_REQUIRED" />
-<s c="FILTER_FLAG_HOST_REQUIRED" />
-<s c="FILTER_FLAG_PATH_REQUIRED" />
-<s c="FILTER_FLAG_QUERY_REQUIRED" />
-<s c="FILTER_FLAG_IPV4" />
-<s c="FILTER_FLAG_IPV6" />
-<s c="FILTER_FLAG_NO_RES_RANGE" />
-<s c="FILTER_FLAG_NO_PRIV_RANGE" />
-<s c="GD_VERSION" />
-<s c="GD_MAJOR_VERSION" />
-<s c="GD_MINOR_VERSION" />
-<s c="GD_RELEASE_VERSION" />
-<s c="GD_EXTRA_VERSION" />
-<s c="GD_BUNDLE" />
-<s c="IMG_GIF" />
-<s c="IMG_JPG" />
-<s c="IMG_JPEG" />
-<s c="IMG_PNG" />
-<s c="IMG_WBMP" />
-<s c="IMG_XPM" />
-<s c="IMG_COLOR_TILED" />
-<s c="IMG_COLOR_STYLED" />
-<s c="IMG_COLOR_BRUSHED" />
-<s c="IMG_COLOR_STYLEDBRUSHED" />
-<s c="IMG_COLOR_TRANSPARENT" />
-<s c="IMG_ARC_ROUNDED" />
-<s c="IMG_ARC_PIE" />
-<s c="IMG_ARC_CHORD" />
-<s c="IMG_ARC_NOFILL" />
-<s c="IMG_ARC_EDGED" />
-<s c="IMG_GD2_RAW" />
-<s c="IMG_GD2_COMPRESSED" />
-<s c="IMG_EFFECT_REPLACE" />
-<s c="IMG_EFFECT_ALPHABLEND" />
-<s c="IMG_EFFECT_NORMAL" />
-<s c="IMG_EFFECT_OVERLAY" />
-<s c="IMG_FILTER_NEGATE" />
-<s c="IMG_FILTER_GRAYSCALE" />
-<s c="IMG_FILTER_BRIGHTNESS" />
-<s c="IMG_FILTER_CONTRAST" />
-<s c="IMG_FILTER_COLORIZE" />
-<s c="IMG_FILTER_EDGEDETECT" />
-<s c="IMG_FILTER_GAUSSIAN_BLUR" />
-<s c="IMG_FILTER_SELECTIVE_BLUR" />
-<s c="IMG_FILTER_EMBOSS" />
-<s c="IMG_FILTER_MEAN_REMOVAL" />
-<s c="IMG_FILTER_SMOOTH" />
-<s c="IMG_FILTER_PIXELATE" />
-<s c="IMAGETYPE_GIF" />
-<s c="IMAGETYPE_JPEG" />
-<s c="IMAGETYPE_PNG" />
-<s c="IMAGETYPE_SWF" />
-<s c="IMAGETYPE_PSD" />
-<s c="IMAGETYPE_BMP" />
-<s c="IMAGETYPE_WBMP" />
-<s c="IMAGETYPE_XBM" />
-<s c="IMAGETYPE_TIFF_II" />
-<s c="IMAGETYPE_TIFF_MM" />
-<s c="IMAGETYPE_IFF" />
-<s c="IMAGETYPE_JB2" />
-<s c="IMAGETYPE_JPC" />
-<s c="IMAGETYPE_JP2" />
-<s c="IMAGETYPE_JPX" />
-<s c="IMAGETYPE_SWC" />
-<s c="IMAGETYPE_ICO" />
-<s c="PNG_NO_FILTER" />
-<s c="PNG_FILTER_NONE" />
-<s c="PNG_FILTER_SUB" />
-<s c="PNG_FILTER_UP" />
-<s c="PNG_FILTER_AVG" />
-<s c="PNG_FILTER_PAETH" />
-<s c="PNG_ALL_FILTERS" />
-<s c="MSG_IPC_NOWAIT">integer</s>
-<s c="MSG_EAGAIN">integer</s>
-<s c="MSG_ENOMSG">integer</s>
-<s c="MSG_NOERROR">integer</s>
-<s c="MSG_EXCEPT">integer</s>
-<s c="DB2_BINARY" />
-<s c="DB2_CONVERT" />
-<s c="DB2_PASSTHRU" />
-<s c="DB2_SCROLLABLE" />
-<s c="DB2_FORWARD_ONLY" />
-<s c="DB2_PARAM_IN" />
-<s c="DB2_PARAM_OUT" />
-<s c="DB2_PARAM_INOUT" />
-<s c="DB2_PARAM_FILE" />
-<s c="DB2_AUTOCOMMIT_ON" />
-<s c="DB2_AUTOCOMMIT_OFF" />
-<s c="DB2_DOUBLE" />
-<s c="DB2_LONG" />
-<s c="DB2_CHAR" />
-<s c="DB2_CASE_NATURAL" />
-<s c="DB2_CASE_LOWER" />
-<s c="DB2_CASE_UPPER" />
-<s c="DB2_DEFERRED_PREPARE_ON" />
-<s c="DB2_DEFERRED_PREPARE_OFF" />
-<s c="MSQL_ASSOC" />
-<s c="MSQL_NUM" />
-<s c="MSQL_BOTH" />
-<s c="ODBC_TYPE" />
-<s c="ODBC_BINMODE_PASSTHRU" />
-<s c="ODBC_BINMODE_RETURN" />
-<s c="ODBC_BINMODE_CONVERT" />
-<s c="SQL_ODBC_CURSORS" />
-<s c="SQL_CUR_USE_DRIVER" />
-<s c="SQL_CUR_USE_IF_NEEDED" />
-<s c="SQL_CUR_USE_ODBC" />
-<s c="SQL_CONCURRENCY" />
-<s c="SQL_CONCUR_READ_ONLY" />
-<s c="SQL_CONCUR_LOCK" />
-<s c="SQL_CONCUR_ROWVER" />
-<s c="SQL_CONCUR_VALUES" />
-<s c="SQL_CURSOR_TYPE" />
-<s c="SQL_CURSOR_FORWARD_ONLY" />
-<s c="SQL_CURSOR_KEYSET_DRIVEN" />
-<s c="SQL_CURSOR_DYNAMIC" />
-<s c="SQL_CURSOR_STATIC" />
-<s c="SQL_KEYSET_SIZE" />
-<s c="SQL_CHAR" />
-<s c="SQL_VARCHAR" />
-<s c="SQL_LONGVARCHAR" />
-<s c="SQL_DECIMAL" />
-<s c="SQL_NUMERIC" />
-<s c="SQL_BIT" />
-<s c="SQL_TINYINT" />
-<s c="SQL_SMALLINT" />
-<s c="SQL_INTEGER" />
-<s c="SQL_BIGINT" />
-<s c="SQL_REAL" />
-<s c="SQL_FLOAT" />
-<s c="SQL_DOUBLE" />
-<s c="SQL_BINARY" />
-<s c="SQL_VARBINARY" />
-<s c="SQL_LONGVARBINARY" />
-<s c="SQL_DATE" />
-<s c="SQL_TIME" />
-<s c="SQL_TIMESTAMP" />
-<s c="SQL_TYPE_DATE" />
-<s c="SQL_TYPE_TIME" />
-<s c="SQL_TYPE_TIMESTAMP" />
-<s c="SQL_BEST_ROWID" />
-<s c="SQL_ROWVER" />
-<s c="SQL_SCOPE_CURROW" />
-<s c="SQL_SCOPE_TRANSACTION" />
-<s c="SQL_SCOPE_SESSION" />
-<s c="SQL_NO_NULLS" />
-<s c="SQL_NULLABLE" />
-<s c="SQL_INDEX_UNIQUE" />
-<s c="SQL_INDEX_ALL" />
-<s c="SQL_ENSURE" />
-<s c="SQL_QUICK" />
-<s c="IFX_SCROLL" />
-<s c="IFX_HOLD" />
-<s c="IFX_LO_RDONLY" />
-<s c="IFX_LO_WRONLY" />
-<s c="IFX_LO_APPEND" />
-<s c="IFX_LO_RDWR" />
-<s c="IFX_LO_BUFFER" />
-<s c="IFX_LO_NOBUFFER" />
-<s c="XSL_CLONE_AUTO" />
-<s c="XSL_CLONE_NEVER" />
-<s c="XSL_CLONE_ALWAYS" />
-<s c="LIBXSLT_VERSION" />
-<s c="LIBXSLT_DOTTED_VERSION" />
-<s c="LIBEXSLT_VERSION" />
-<s c="LIBEXSLT_DOTTED_VERSION" />
-<s c="FAMC">Some value which can be obtained with fstat(1) changed for a file or directory.</s>
-<s c="FAMD">A file or directory was deleted or renamed.</s>
-<s c="FAMC">A file was created in a directory.</s>
-<s c="FAMM">This event never occurs.</s>
-<s c="FAMA">An event in response to fam_cancel_monitor .</s>
-<s c="FAME">An event upon request to monitor a file or directory. When a directory is monitored, an event for that directory and every file contained in that directory is issued.</s>
-<s c="MB_OVERLOAD_MAIL" />
-<s c="MB_OVERLOAD_STRING" />
-<s c="MB_OVERLOAD_REGEX" />
-<s c="MB_CASE_UPPER" />
-<s c="MB_CASE_LOWER" />
-<s c="MB_CASE_TITLE" />
-<s c="HW_ATTR_LANG" />
-<s c="HW_ATTR_NR" />
-<s c="HW_ATTR_NONE" />
-<s c="SUNFUNCS_RET_TIMESTAMP" />
-<s c="SUNFUNCS_RET_STRING" />
-<s c="SUNFUNCS_RET_DOUBLE" />
-<s c="PDO::MYSQL_ATTR_USE_BUFFERED_QUERY" />
-<s c="PDO::MYSQL_ATTR_LOCAL_INFILE" />
-<s c="PDO::MYSQL_ATTR_INIT_COMMAND" />
-<s c="PDO::MYSQL_ATTR_READ_DEFAULT_FILE" />
-<s c="PDO::MYSQL_ATTR_READ_DEFAULT_GROUP" />
-<s c="MYSQL_READ_DEFAULT_FILE" />
-<s c="PDO::MYSQL_ATTR_MAX_BUFFER_SIZE" />
-<s c="PDO::MYSQL_ATTR_DIRECT_QUERY" />
-<s c="FUNCTION_TRACE">1</s>
-<s c="ARGS_TRACE">2</s>
-<s c="ASSIGNMENT_TRACE">4</s>
-<s c="STATEMENT_TRACE">8</s>
-<s c="MEMORY_TRACE">16</s>
-<s c="TIMING_TRACE">32</s>
-<s c="SUMMARY_TRACE">64</s>
-<s c="ERROR_TRACE">128</s>
-<s c="PROF_TRACE">256</s>
-<s c="APD_VERSION">example: 1.0.2-dev</s>
-<s c="SNMP_OID_OUTPUT_FULL" />
-<s c="SNMP_OID_OUTPUT_NUMERIC" />
-<s c="SNMP_VALUE_LIBRARY" />
-<s c="SNMP_VALUE_PLAIN" />
-<s c="SNMP_VALUE_OBJECT" />
-<s c="SNMP_BIT_STR" />
-<s c="SNMP_OCTET_STR" />
-<s c="SNMP_OPAQUE" />
-<s c="SNMP_NULL" />
-<s c="SNMP_OBJECT_ID" />
-<s c="SNMP_IPADDRESS" />
-<s c="SNMP_COUNTER" />
-<s c="SNMP_UNSIGNED" />
-<s c="SNMP_TIMETICKS" />
-<s c="SNMP_UINTEGER" />
-<s c="SNMP_INTEGER" />
-<s c="SNMP_COUNTER64" />
-<s c="EXP_GLOB" />
-<s c="EXP_EXACT" />
-<s c="EXP_REGEXP" />
-<s c="EXP_EOF" />
-<s c="EXP_TIMEOUT" />
-<s c="EXP_FULLBUFFER" />
-<s c="SQLITE_ASSOC" />
-<s c="SQLITE_BOTH" />
-<s c="SQLITE_NUM" />
-<s c="SQLITE_OK" />
-<s c="SQLITE_ERROR" />
-<s c="SQLITE_INTERNAL" />
-<s c="SQLITE_PERM" />
-<s c="SQLITE_ABORT" />
-<s c="SQLITE_BUSY" />
-<s c="SQLITE_LOCKED" />
-<s c="SQLITE_NOMEM" />
-<s c="SQLITE_READONLY" />
-<s c="SQLITE_INTERRUPT" />
-<s c="SQLITE_IOERR" />
-<s c="SQLITE_CORRUPT" />
-<s c="SQLITE_NOTFOUND" />
-<s c="SQLITE_FULL" />
-<s c="SQLITE_CANTOPEN" />
-<s c="SQLITE_PROTOCOL" />
-<s c="SQLITE_EMPTY" />
-<s c="SQLITE_SCHEMA" />
-<s c="SQLITE_TOOBIG" />
-<s c="SQLITE_CONSTRAINT" />
-<s c="SQLITE_MISMATCH" />
-<s c="SQLITE_MISUSE" />
-<s c="SQLITE_NOLFS" />
-<s c="SQLITE_AUTH" />
-<s c="SQLITE_ROW" />
-<s c="SQLITE_DONE" />
-<s c="MHASH_ADLER32" />
-<s c="MHASH_CRC32" />
-<s c="MHASH_CRC32B" />
-<s c="MHASH_GOST" />
-<s c="MHASH_HAVAL128" />
-<s c="MHASH_HAVAL160" />
-<s c="MHASH_HAVAL192" />
-<s c="MHASH_HAVAL256" />
-<s c="MHASH_MD4" />
-<s c="MHASH_MD5" />
-<s c="MHASH_RIPEMD160" />
-<s c="MHASH_SHA1" />
-<s c="MHASH_SHA256" />
-<s c="MHASH_TIGER" />
-<s c="MHASH_TIGER128" />
-<s c="MHASH_TIGER160" />
-<s c="AF_UNIX" />
-<s c="AF_INET" />
-<s c="AF_INET6" />
-<s c="SOCK_STREAM" />
-<s c="SOCK_DGRAM" />
-<s c="SOCK_RAW" />
-<s c="SOCK_SEQPACKET" />
-<s c="SOCK_RDM" />
-<s c="MSG_OOB" />
-<s c="MSG_WAITALL" />
-<s c="MSG_PEEK" />
-<s c="MSG_DONTROUTE" />
-<s c="MSG_EOR" />
-<s c="MSG_EOF" />
-<s c="SO_DEBUG" />
-<s c="SO_REUSEADDR" />
-<s c="SO_KEEPALIVE" />
-<s c="SO_DONTROUTE" />
-<s c="SO_LINGER" />
-<s c="SO_BROADCAST" />
-<s c="SO_OOBINLINE" />
-<s c="SO_SNDBUF" />
-<s c="SO_RCVBUF" />
-<s c="SO_SNDLOWAT" />
-<s c="SO_RCVLOWAT" />
-<s c="SO_SNDTIMEO" />
-<s c="SO_RCVTIMEO" />
-<s c="SO_TYPE" />
-<s c="SO_ERROR" />
-<s c="SOL_SOCKET" />
-<s c="PHP_NORMAL_READ" />
-<s c="PHP_BINARY_READ" />
-<s c="SOL_TCP" />
-<s c="SOL_UDP" />
-<s c="SOCKET_EINTR" />
-<s c="SOCKET_EBADF" />
-<s c="SOCKET_EACCES" />
-<s c="SOCKET_EFAULT" />
-<s c="SOCKET_EINVAL" />
-<s c="SOCKET_EMFILE" />
-<s c="SOCKET_EWOULDBLOCK" />
-<s c="SOCKET_EINPROGRESS" />
-<s c="SOCKET_EALREADY" />
-<s c="SOCKET_ENOTSOCK" />
-<s c="SOCKET_EDESTADDRREQ" />
-<s c="SOCKET_EMSGSIZE" />
-<s c="SOCKET_EPROTOTYPE" />
-<s c="SOCKET_ENOPROTOOPT" />
-<s c="SOCKET_EPROTONOSUPPORT" />
-<s c="SOCKET_ESOCKTNOSUPPORT" />
-<s c="SOCKET_EOPNOTSUPP" />
-<s c="SOCKET_EPFNOSUPPORT" />
-<s c="SOCKET_EAFNOSUPPORT" />
-<s c="SOCKET_EADDRINUSE" />
-<s c="SOCKET_EADDRNOTAVAIL" />
-<s c="SOCKET_ENETDOWN" />
-<s c="SOCKET_ENETUNREACH" />
-<s c="SOCKET_ENETRESET" />
-<s c="SOCKET_ECONNABORTED" />
-<s c="SOCKET_ECONNRESET" />
-<s c="SOCKET_ENOBUFS" />
-<s c="SOCKET_EISCONN" />
-<s c="SOCKET_ENOTCONN" />
-<s c="SOCKET_ESHUTDOWN" />
-<s c="SOCKET_ETOOMYREFS" />
-<s c="SOCKET_ETIMEDOUT" />
-<s c="SOCKET_ECONNREFUSED" />
-<s c="SOCKET_ELOOP" />
-<s c="SOCKET_ENAMETOOLONG" />
-<s c="SOCKET_EHOSTDOWN" />
-<s c="SOCKET_EHOSTUNREACH" />
-<s c="SOCKET_ENOTEMPTY" />
-<s c="SOCKET_EPROCLIM" />
-<s c="SOCKET_EUSERS" />
-<s c="SOCKET_EDUOT" />
-<s c="SOCKET_ESTALE" />
-<s c="SOCKET_EREMOTE" />
-<s c="SOCKET_EDISCON" />
-<s c="SOCKET_SYSNOTREADY" />
-<s c="SOCKET_VERNOTSUPPORTED" />
-<s c="SOCKET_NOTINITIALISED" />
-<s c="SOCKET_HOST_NOT_FOUND" />
-<s c="SOCKET_TRY_AGAIN" />
-<s c="SOCKET_NO_RECOVERY" />
-<s c="SOCKET_NO_DATA" />
-<s c="SOCKET_NO_ADDRESS" />
-<s c="SOCKET_EPERM" />
-<s c="SOCKET_ENOENT" />
-<s c="SOCKET_EIO" />
-<s c="SOCKET_ENXIO" />
-<s c="SOCKET_E2BIG" />
-<s c="SOCKET_EAGAIN" />
-<s c="SOCKET_ENOMEM" />
-<s c="SOCKET_ENOTBLK" />
-<s c="SOCKET_EBUSY" />
-<s c="SOCKET_EEXIST" />
-<s c="SOCKET_EXDEV" />
-<s c="SOCKET_ENODEV" />
-<s c="SOCKET_ENOTDIR" />
-<s c="SOCKET_EISDIR" />
-<s c="SOCKET_ENFILE" />
-<s c="SOCKET_ENOTTY" />
-<s c="SOCKET_ENOSPC" />
-<s c="SOCKET_ESPIPE" />
-<s c="SOCKET_EROFS" />
-<s c="SOCKET_EMLINK" />
-<s c="SOCKET_EPIPE" />
-<s c="SOCKET_ENOLCK" />
-<s c="SOCKET_ENOSYS" />
-<s c="SOCKET_ENOMSG" />
-<s c="SOCKET_EIDRM" />
-<s c="SOCKET_ECHRNG" />
-<s c="SOCKET_EL2NSYNC" />
-<s c="SOCKET_EL3HLT" />
-<s c="SOCKET_EL3RST" />
-<s c="SOCKET_ELNRNG" />
-<s c="SOCKET_EUNATCH" />
-<s c="SOCKET_ENOCSI" />
-<s c="SOCKET_EL2HLT" />
-<s c="SOCKET_EBADE" />
-<s c="SOCKET_EBADR" />
-<s c="SOCKET_EXFULL" />
-<s c="SOCKET_ENOANO" />
-<s c="SOCKET_EBADRQC" />
-<s c="SOCKET_EBADSLT" />
-<s c="SOCKET_ENOSTR" />
-<s c="SOCKET_ENODATA" />
-<s c="SOCKET_ETIME" />
-<s c="SOCKET_ENOSR" />
-<s c="SOCKET_ENONET" />
-<s c="SOCKET_ENOLINK" />
-<s c="SOCKET_EADV" />
-<s c="SOCKET_ESRMNT" />
-<s c="SOCKET_ECOMM" />
-<s c="SOCKET_EPROTO" />
-<s c="SOCKET_EMULTIHOP" />
-<s c="SOCKET_EBADMSG" />
-<s c="SOCKET_ENOTUNIQ" />
-<s c="SOCKET_EBADFD" />
-<s c="SOCKET_ERMCHG" />
-<s c="SOCKET_ERESTART" />
-<s c="SOCKET_ESTRPIPE" />
-<s c="SOCKET_EPROTOOPT" />
-<s c="SOCKET_ADDRINUSE" />
-<s c="SOCKET_ETOOMANYREFS" />
-<s c="SOCKET_EISNAM" />
-<s c="SOCKET_EREMOTEIO" />
-<s c="SOCKET_EDQUOT" />
-<s c="SOCKET_ENOMEDIUM" />
-<s c="SOCKET_EMEDIUMTYPE" />
-<s c="INGRES_ASSOC" />
-<s c="INGRES_NUM" />
-<s c="INGRES_BOTH" />
-<s c="INGRES_EXT_VERSION" />
-<s c="INGRES_API_VERSION" />
-<s c="INGRES_CURSOR_READONLY" />
-<s c="INGRES_CURSOR_UPDATE" />
-<s c="INGRES_DATE_MULTINATIONAL" />
-<s c="INGRES_DATE_MULTINATIONAL4" />
-<s c="INGRES_DATE_FINNISH" />
-<s c="INGRES_DATE_ISO" />
-<s c="INGRES_DATE_ISO4" />
-<s c="INGRES_DATE_GERMAN" />
-<s c="INGRES_DATE_MDY" />
-<s c="INGRES_DATE_DMY" />
-<s c="INGRES_DATE_YMD" />
-<s c="INGRES_MONEY_LEADING" />
-<s c="INGRES_MONEY_TRAILING" />
-<s c="INGRES_STRUCTURE_BTREE" />
-<s c="INGRES_STRUCTURE_CBTREE" />
-<s c="INGRES_STRUCTURE_HASH" />
-<s c="INGRES_STRUCTURE_CHASH" />
-<s c="INGRES_STRUCTURE_HEAP" />
-<s c="INGRES_STRUCTURE_CHEAP" />
-<s c="INGRES_STRUCTURE_ISAM" />
-<s c="INGRES_STRUCTURE_CISAM" />
-<s c="CDATA">XMLReader::ENTITY_REF ( integer )</s>
-<s c="10">Document Type node</s>
-<s c="11">Document Fragment node</s>
-<s c="12">Notation node</s>
-<s c="13">Whitespace node</s>
-<s c="14">Significant Whitespace node</s>
-<s c="15">End Element</s>
-<s c="16">End Entity</s>
-<s c="17">XML Declaration node</s>
-<s c="PX_FIELD_ALPHA">Character data with fixed length</s>
-<s c="PX_FIELD_DATE">Date, number of days since 1.1.0000</s>
-<s c="PX_FIELD_SHORT">Short integer (2 Bytes)</s>
-<s c="PX_FIELD_LONG">Long integer (4 Bytes)</s>
-<s c="PX_FIELD_CURRENCY">same as PX_FIELD_NUMBER</s>
-<s c="PX_FIELD_NUMBER">Double</s>
-<s c="PX_FIELD_LOGICAL">Boolean</s>
-<s c="PX_FIELD_MEMOBLOB">Binary large object</s>
-<s c="PX_FIELD_BLOB">Binary large object (not supported)</s>
-<s c="PX_FIELD_FMTMEMOBLOB">Binary large object</s>
-<s c="PX_FIELD_OLE">OLE object (basically a blob, not supported)</s>
-<s c="PX_FIELD_GRAPHIC">Graphic (basically a blob, not supported)</s>
-<s c="PX_FIELD_TIME">time, number of milli seconds since midnight</s>
-<s c="PX_FIELD_TIMESTAMP">timestamp, number of milli seconds since 1.1.0000</s>
-<s c="PX_FIELD_AUTOINC">Auto incrementing interger (like PX_FIELD_LONG)</s>
-<s c="PX_FIELD_BCD">Decimal number stored in bcd format (not supported)</s>
-<s c="PX_FIELD_BYTES">Array of Bytes with not more than 255 bytes (not supported)</s>
-<s c="PX_KEYTOLOWER">Turn all field names into lower case</s>
-<s c="PX_KEYTOUPPER">Turn all field names into upper case</s>
-<s c="PX_FILE_INDEX_DB">Indexed database</s>
-<s c="PX_FILE_PRIM_INDEX">Primary index</s>
-<s c="PX_FILE_NON_INDEX_DB">None indexed database</s>
-<s c="PX_FILE_NON_INC_SEC_INDEX">None incremental secondary index</s>
-<s c="PX_FILE_SEC_INDEX">Secondary index</s>
-<s c="PX_FILE_INC_SEC_INDEX">Incremental secondary index</s>
-<s c="PX_FILE_NON_INC_SEC_INDEX_G">Non incremental secondary index</s>
-<s c="PX_FILE_SEC_INDEX_G">Secondary index</s>
-<s c="PX_FILE_INC_SEC_INDEX_G">Non incremental secondary index</s>
-<s c="UDM_FIELD_URLID" />
-<s c="UDM_FIELD_URL" />
-<s c="UDM_FIELD_CONTENT" />
-<s c="UDM_FIELD_TITLE" />
-<s c="UDM_FIELD_KEYWORDS" />
-<s c="UDM_FIELD_DESC" />
-<s c="UDM_FIELD_DESCRIPTION" />
-<s c="UDM_FIELD_TEXT" />
-<s c="UDM_FIELD_SIZE" />
-<s c="UDM_FIELD_RATING" />
-<s c="UDM_FIELD_SCORE" />
-<s c="UDM_FIELD_MODIFIED" />
-<s c="UDM_FIELD_ORDER" />
-<s c="UDM_FIELD_CRC" />
-<s c="UDM_FIELD_CATEGORY" />
-<s c="UDM_FIELD_LANG" />
-<s c="UDM_FIELD_CHARSET" />
-<s c="UDM_PARAM_PAGE_SIZE" />
-<s c="UDM_PARAM_PAGE_NUM" />
-<s c="UDM_PARAM_SEARCH_MODE" />
-<s c="UDM_PARAM_CACHE_MODE" />
-<s c="UDM_PARAM_TRACK_MODE" />
-<s c="UDM_PARAM_PHRASE_MODE" />
-<s c="UDM_PARAM_CHARSET" />
-<s c="UDM_PARAM_LOCAL_CHARSET" />
-<s c="UDM_PARAM_BROWSER_CHARSET" />
-<s c="UDM_PARAM_STOPTABLE" />
-<s c="UDM_PARAM_STOP_TABLE" />
-<s c="UDM_PARAM_STOPFILE" />
-<s c="UDM_PARAM_STOP_FILE" />
-<s c="UDM_PARAM_WEIGHT_FACTOR" />
-<s c="UDM_PARAM_WORD_MATCH" />
-<s c="UDM_PARAM_MAX_WORD_LEN" />
-<s c="UDM_PARAM_MAX_WORDLEN" />
-<s c="UDM_PARAM_MIN_WORD_LEN" />
-<s c="UDM_PARAM_MIN_WORDLEN" />
-<s c="UDM_PARAM_ISPELL_PREFIXES" />
-<s c="UDM_PARAM_ISPELL_PREFIX" />
-<s c="UDM_PARAM_PREFIXES" />
-<s c="UDM_PARAM_PREFIX" />
-<s c="UDM_PARAM_CROSS_WORDS" />
-<s c="UDM_PARAM_CROSSWORDS" />
-<s c="UDM_PARAM_VARDIR" />
-<s c="UDM_PARAM_DATADIR" />
-<s c="UDM_PARAM_HLBEG" />
-<s c="UDM_PARAM_HLEND" />
-<s c="UDM_PARAM_SYNONYM" />
-<s c="UDM_PARAM_SEARCHD" />
-<s c="UDM_PARAM_QSTRING" />
-<s c="UDM_PARAM_REMOTE_ADDR" />
-<s c="UDM_LIMIT_CAT" />
-<s c="UDM_LIMIT_URL" />
-<s c="UDM_LIMIT_TAG" />
-<s c="UDM_LIMIT_LANG" />
-<s c="UDM_LIMIT_DATE" />
-<s c="UDM_PARAM_FOUND" />
-<s c="UDM_PARAM_NUM_ROWS" />
-<s c="UDM_PARAM_WORDINFO" />
-<s c="UDM_PARAM_WORD_INFO" />
-<s c="UDM_PARAM_SEARCHTIME" />
-<s c="UDM_PARAM_SEARCH_TIME" />
-<s c="UDM_PARAM_FIRST_DOC" />
-<s c="UDM_PARAM_LAST_DOC" />
-<s c="UDM_MODE_ALL" />
-<s c="UDM_MODE_ANY" />
-<s c="UDM_MODE_BOOL" />
-<s c="UDM_MODE_PHRASE" />
-<s c="UDM_CACHE_ENABLED" />
-<s c="UDM_CACHE_DISABLED" />
-<s c="UDM_TRACK_ENABLED" />
-<s c="UDM_TRACK_DISABLED" />
-<s c="UDM_PHRASE_ENABLED" />
-<s c="UDM_PHRASE_DISABLED" />
-<s c="UDM_CROSS_WORDS_ENABLED" />
-<s c="UDM_CROSSWORDS_ENABLED" />
-<s c="UDM_CROSS_WORDS_DISABLED" />
-<s c="UDM_CROSSWORDS_DISABLED" />
-<s c="UDM_PREFIXES_ENABLED" />
-<s c="UDM_PREFIX_ENABLED" />
-<s c="UDM_ISPELL_PREFIXES_ENABLED" />
-<s c="UDM_ISPELL_PREFIX_ENABLED" />
-<s c="UDM_PREFIXES_DISABLED" />
-<s c="UDM_PREFIX_DISABLED" />
-<s c="UDM_ISPELL_PREFIXES_DISABLED" />
-<s c="UDM_ISPELL_PREFIX_DISABLED" />
-<s c="UDM_ISPELL_TYPE_AFFIX" />
-<s c="UDM_ISPELL_TYPE_SPELL" />
-<s c="UDM_ISPELL_TYPE_DB" />
-<s c="UDM_ISPELL_TYPE_SERVER" />
-<s c="UDM_MATCH_WORD" />
-<s c="UDM_MATCH_BEGIN" />
-<s c="UDM_MATCH_SUBSTR" />
-<s c="UDM_MATCH_END" />
-<s c="EXIF_USE_MBSTRING" />
-<s c="SAM_AUTO" />
-<s c="SAM_BOOLEAN" />
-<s c="SAM_BUS" />
-<s c="SAM_BYTE" />
-<s c="SAM_BYTES" />
-<s c="SAM_CORRELID" />
-<s c="SAM_DELIVERYMODE" />
-<s c="SAM_DOUBLE" />
-<s c="SAM_ENDPOINTS" />
-<s c="SAM_FLOAT" />
-<s c="SAM_HOST" />
-<s c="SAM_INT" />
-<s c="SAM_LONG" />
-<s c="SAM_MANUAL" />
-<s c="SAM_MESSAGEID" />
-<s c="SAM_MQTT" />
-<s c="SAM_MQTT_CLEANSTART" />
-<s c="SAM_NON_PERSISTENT" />
-<s c="SAM_PASSWORD" />
-<s c="SAM_PERSISTENT" />
-<s c="SAM_PORT" />
-<s c="SAM_PRIORITY" />
-<s c="SAM_REPLY_TO" />
-<s c="SAM_RTT" />
-<s c="SAM_STRING" />
-<s c="SAM_TARGETCHAIN" />
-<s c="SAM_TEXT" />
-<s c="SAM_TIMETOLIVE" />
-<s c="SAM_TRANSACTIONS" />
-<s c="SAM_USERID" />
-<s c="SAM_WAIT" />
-<s c="SAM_WMQ" />
-<s c="SAM_WMQ_BINDINGS" />
-<s c="SAM_WMQ_CLIENT" />
-<s c="SAM_WMQ_TARGET_CLIENT" />
-<s c="SAM_WPM" />
-<s c="FORCE_GZIP" />
-<s c="FORCE_DEFLATE" />
-<s c="MAXDB_COMPNAME">The component name used to initialise the SQLDBC runtime environment.</s>
-<s c="MAXDB_APPLICATION">The application to be connected to the database.</s>
-<s c="MAXDB_APPVERSION">The version of the application.</s>
-<s c="MAXDB_SQLMODE">The SQL mode.</s>
-<s c="MAXDB_UNICODE">TRUE, if the connection is an unicode (UCS2) client or FALSE, if not.</s>
-<s c="MAXDB_TIMEOUT">The maximum allowed time of inactivity after which the connection to the database is closed by the system.</s>
-<s c="MAXDB_ISOLATIONLEVEL">Specifies whether and how shared locks and exclusive locks are implicitly requested or released.</s>
-<s c="MAXDB_PACKETCOUNT">The number of different request packets used for the connection.</s>
-<s c="MAXDB_STATEMENTCACHESIZE">The number of prepared statements to be cached for the connection for re-use.</s>
-<s c="MAXDB_CURSORPREFIX">The prefix to use for result tables that are automatically named.</s>
-<s c="MAXDB_ASSOC">Columns are returned into the array having the fieldname as the array index.</s>
-<s c="MAXDB_ASSOC_UPPER">Columns are returned into the array having the upper case fieldname as the array index.</s>
-<s c="MAXDB_ASSOC_LOWER">Columns are returned into the array having the lower case fieldname as the array index.</s>
-<s c="MAXDB_BOTH">Columns are returned into the array having both a numerical index and the fieldname as the array index.</s>
-<s c="MAXDB_NUM">Columns are returned into the array having a numerical index to the fields. This index starts with 0, the first field in the result.</s>
-<s c="MAILPARSE_EXTRACT_OUTPUT" />
-<s c="MAILPARSE_EXTRACT_STREAM" />
-<s c="MAILPARSE_EXTRACT_RETURN" />
-<s c="XSLT_OPT_SILENT" />
-<s c="XSLT_SABOPT_PARSE_PUBLIC_ENTITIES" />
-<s c="XSLT_SABOPT_DISABLE_ADDING_META" />
-<s c="XSLT_SABOPT_DISABLE_STRIPPING" />
-<s c="XSLT_SABOPT_IGNORE_DOC_NOT_FOUND" />
-<s c="XSLT_SABOPT_FILES_TO_HANDLER" />
-<s c="XSLT_ERR_UNSUPPORTED_SCHEME" />
-<s c="TIDY_TAG_UNKNOWN">TIDY_TAG_A</s>
-<s c="TIDY_TAG_ABBR">TIDY_TAG_ACRONYM</s>
-<s c="TIDY_TAG_ALIGN">TIDY_TAG_APPLET</s>
-<s c="TIDY_TAG_AREA">TIDY_TAG_B</s>
-<s c="TIDY_TAG_BASE">TIDY_TAG_BASEFONT</s>
-<s c="TIDY_TAG_BDO">TIDY_TAG_BGSOUND</s>
-<s c="TIDY_TAG_BIG">TIDY_TAG_BLINK</s>
-<s c="TIDY_TAG_BLOCKQUOTE">TIDY_TAG_BODY</s>
-<s c="TIDY_TAG_BR">TIDY_TAG_BUTTON</s>
-<s c="TIDY_TAG_CAPTION">TIDY_TAG_CENTER</s>
-<s c="TIDY_TAG_CITE">TIDY_TAG_CODE</s>
-<s c="TIDY_TAG_COL">TIDY_TAG_COLGROUP</s>
-<s c="TIDY_TAG_COMMENT">TIDY_TAG_DD</s>
-<s c="TIDY_TAG_DEL">TIDY_TAG_DFN</s>
-<s c="TIDY_TAG_DIR">TIDY_TAG_DIV</s>
-<s c="TIDY_TAG_DL">TIDY_TAG_DT</s>
-<s c="TIDY_TAG_EM">TIDY_TAG_EMBED</s>
-<s c="TIDY_TAG_FIELDSET">TIDY_TAG_FONT</s>
-<s c="TIDY_TAG_FORM">TIDY_TAG_FRAME</s>
-<s c="TIDY_TAG_FRAMESET">TIDY_TAG_H1</s>
-<s c="TIDY_TAG_H2">TIDY_TAG_H3</s>
-<s c="TIDY_TAG_H4">TIDY_TAG_H5</s>
-<s c="TIDY_TAG_H6">TIDY_TAG_HEAD</s>
-<s c="TIDY_TAG_HR">TIDY_TAG_HTML</s>
-<s c="TIDY_TAG_I">TIDY_TAG_IFRAME</s>
-<s c="TIDY_TAG_ILAYER">TIDY_TAG_IMG</s>
-<s c="TIDY_TAG_INPUT">TIDY_TAG_INS</s>
-<s c="TIDY_TAG_ISINDEX">TIDY_TAG_KBD</s>
-<s c="TIDY_TAG_KEYGEN">TIDY_TAG_LABEL</s>
-<s c="TIDY_TAG_LAYER">TIDY_TAG_LEGEND</s>
-<s c="TIDY_TAG_LI">TIDY_TAG_LINK</s>
-<s c="TIDY_TAG_LISTING">TIDY_TAG_MAP</s>
-<s c="TIDY_TAG_MARQUEE">TIDY_TAG_MENU</s>
-<s c="TIDY_TAG_META">TIDY_TAG_MULTICOL</s>
-<s c="TIDY_TAG_NOBR">TIDY_TAG_NOEMBED</s>
-<s c="TIDY_TAG_NOFRAMES">TIDY_TAG_NOLAYER</s>
-<s c="TIDY_TAG_NOSAVE">TIDY_TAG_NOSCRIPT</s>
-<s c="TIDY_TAG_OBJECT">TIDY_TAG_OL</s>
-<s c="TIDY_TAG_OPTGROUP">TIDY_TAG_OPTION</s>
-<s c="TIDY_TAG_P">TIDY_TAG_PARAM</s>
-<s c="TIDY_TAG_PLAINTEXT">TIDY_TAG_PRE</s>
-<s c="TIDY_TAG_Q">TIDY_TAG_RP</s>
-<s c="TIDY_TAG_RT">TIDY_TAG_RTC</s>
-<s c="TIDY_TAG_RUBY">TIDY_TAG_S</s>
-<s c="TIDY_TAG_SAMP">TIDY_TAG_SCRIPT</s>
-<s c="TIDY_TAG_SELECT">TIDY_TAG_SERVER</s>
-<s c="TIDY_TAG_SERVLET">TIDY_TAG_SMALL</s>
-<s c="TIDY_TAG_SPACER">TIDY_TAG_SPAN</s>
-<s c="TIDY_TAG_STRIKE">TIDY_TAG_STRONG</s>
-<s c="TIDY_TAG_STYLE">TIDY_TAG_SUB</s>
-<s c="TIDY_TAG_TABLE">TIDY_TAG_TBODY</s>
-<s c="TIDY_TAG_TD">TIDY_TAG_TEXTAREA</s>
-<s c="TIDY_TAG_TFOOT">TIDY_TAG_TH</s>
-<s c="TIDY_TAG_THEAD">TIDY_TAG_TITLE</s>
-<s c="TIDY_TAG_TR">TIDY_TAG_TR</s>
-<s c="TIDY_TAG_TT">TIDY_TAG_U</s>
-<s c="TIDY_TAG_UL">TIDY_TAG_VAR</s>
-<s c="TIDY_TAG_WBR">TIDY_TAG_XMP</s>
-<s c="TIDY_ATTR_UNKNOWN">TIDY_ATTR_ABBR</s>
-<s c="TIDY_ATTR_ACCEPT">TIDY_ATTR_ACCEPT_CHARSET</s>
-<s c="TIDY_ATTR_ACCESSKEY">TIDY_ATTR_ACTION</s>
-<s c="TIDY_ATTR_ADD_DATE">TIDY_ATTR_ALIGN</s>
-<s c="TIDY_ATTR_ALINK">TIDY_ATTR_ALT</s>
-<s c="TIDY_ATTR_ARCHIVE">TIDY_ATTR_AXIS</s>
-<s c="TIDY_ATTR_BACKGROUND">TIDY_ATTR_BGCOLOR</s>
-<s c="TIDY_ATTR_BGPROPERTIES">TIDY_ATTR_BORDER</s>
-<s c="TIDY_ATTR_BORDERCOLOR">TIDY_ATTR_BOTTOMMARGIN</s>
-<s c="TIDY_ATTR_CELLPADDING">TIDY_ATTR_CELLSPACING</s>
-<s c="TIDY_ATTR_CHAR">TIDY_ATTR_CHAROFF</s>
-<s c="TIDY_ATTR_CHARSET">TIDY_ATTR_CHECKED</s>
-<s c="TIDY_ATTR_CITE">TIDY_ATTR_CLASS</s>
-<s c="TIDY_ATTR_CLASSID">TIDY_ATTR_CLEAR</s>
-<s c="TIDY_ATTR_CODE">TIDY_ATTR_CODEBASE</s>
-<s c="TIDY_ATTR_CODETYPE">TIDY_ATTR_COLOR</s>
-<s c="TIDY_ATTR_COLS">TIDY_ATTR_COLSPAN</s>
-<s c="TIDY_ATTR_COMPACT">TIDY_ATTR_CONTENT</s>
-<s c="TIDY_ATTR_COORDS">TIDY_ATTR_DATA</s>
-<s c="TIDY_ATTR_DATAFLD">TIDY_ATTR_DATAPAGESIZE</s>
-<s c="TIDY_ATTR_DATASRC">TIDY_ATTR_DATETIME</s>
-<s c="TIDY_ATTR_DECLARE">TIDY_ATTR_DEFER</s>
-<s c="TIDY_ATTR_DIR">TIDY_ATTR_DISABLED</s>
-<s c="TIDY_ATTR_ENCODING">TIDY_ATTR_ENCTYPE</s>
-<s c="TIDY_ATTR_FACE">TIDY_ATTR_FOR</s>
-<s c="TIDY_ATTR_FRAME">TIDY_ATTR_FRAMEBORDER</s>
-<s c="TIDY_ATTR_FRAMESPACING">TIDY_ATTR_GRIDX</s>
-<s c="TIDY_ATTR_GRIDY">TIDY_ATTR_HEADERS</s>
-<s c="TIDY_ATTR_HEIGHT">TIDY_ATTR_HREF</s>
-<s c="TIDY_ATTR_HREFLANG">TIDY_ATTR_HSPACE</s>
-<s c="TIDY_ATTR_HTTP_EQUIV">TIDY_ATTR_ID</s>
-<s c="TIDY_ATTR_ISMAP">TIDY_ATTR_LABEL</s>
-<s c="TIDY_ATTR_LANG">TIDY_ATTR_LANGUAGE</s>
-<s c="TIDY_ATTR_LAST_MODIFIED">TIDY_ATTR_LAST_VISIT</s>
-<s c="TIDY_ATTR_LEFTMARGIN">TIDY_ATTR_LINK</s>
-<s c="TIDY_ATTR_LONGDESC">TIDY_ATTR_LOWSRC</s>
-<s c="TIDY_ATTR_MARGINHEIGHT">TIDY_ATTR_MARGINWIDTH</s>
-<s c="TIDY_ATTR_MAXLENGTH">TIDY_ATTR_MEDIA</s>
-<s c="TIDY_ATTR_METHOD">TIDY_ATTR_MULTIPLE</s>
-<s c="TIDY_ATTR_NAME">TIDY_ATTR_NOHREF</s>
-<s c="TIDY_ATTR_NORESIZE">TIDY_ATTR_NOSHADE</s>
-<s c="TIDY_ATTR_NOWRAP">TIDY_ATTR_OBJECT</s>
-<s c="TIDY_ATTR_PROFILE">TIDY_ATTR_PROMPT</s>
-<s c="TIDY_ATTR_RBSPAN">TIDY_ATTR_READONLY</s>
-<s c="TIDY_ATTR_REL">TIDY_ATTR_REV</s>
-<s c="TIDY_ATTR_RIGHTMARGIN">TIDY_ATTR_ROWS</s>
-<s c="TIDY_ATTR_ROWSPAN">TIDY_ATTR_RULES</s>
-<s c="TIDY_ATTR_SCHEME">TIDY_ATTR_SCOPE</s>
-<s c="TIDY_ATTR_SCROLLING">TIDY_ATTR_SELECTED</s>
-<s c="TIDY_ATTR_SHAPE">TIDY_ATTR_SHOWGRID</s>
-<s c="TIDY_ATTR_SHOWGRIDX">TIDY_ATTR_SHOWGRIDY</s>
-<s c="TIDY_ATTR_SIZE">TIDY_ATTR_SPAN</s>
-<s c="TIDY_ATTR_SRC">TIDY_ATTR_STANDBY</s>
-<s c="TIDY_ATTR_START">TIDY_ATTR_STYLE</s>
-<s c="TIDY_ATTR_SUMMARY">TIDY_ATTR_TABINDEX</s>
-<s c="TIDY_ATTR_TARGET">TIDY_ATTR_TEXT</s>
-<s c="TIDY_ATTR_TITLE">TIDY_ATTR_TOPMARGIN</s>
-<s c="TIDY_ATTR_TYPE">TIDY_ATTR_USEMAP</s>
-<s c="TIDY_ATTR_VALIGN">TIDY_ATTR_VALUE</s>
-<s c="TIDY_ATTR_VALUETYPE">TIDY_ATTR_VERSION</s>
-<s c="TIDY_ATTR_VLINK">TIDY_ATTR_VSPACE</s>
-<s c="TIDY_ATTR_WIDTH">TIDY_ATTR_WRAP</s>
-<s c="TIDY_ATTR_XML_LANG">TIDY_ATTR_XML_SPACE</s>
-<s c="TIDY_ATTR_XMLNS">constant</s>
-<s c="TIDY_NODETYPE_ROOT">root node</s>
-<s c="TIDY_NODETYPE_DOCTYPE">doctype</s>
-<s c="TIDY_NODETYPE_COMMENT">HTML comment</s>
-<s c="TIDY_NODETYPE_PROCINS">Processing Instruction</s>
-<s c="TIDY_NODETYPE_TEXT">Text</s>
-<s c="TIDY_NODETYPE_START">start tag</s>
-<s c="TIDY_NODETYPE_END">end tag</s>
-<s c="TIDY_NODETYPE_STARTEND">empty tag</s>
-<s c="TIDY_NODETYPE_CDATA">CDATA</s>
-<s c="TIDY_NODETYPE_SECTION">XML section</s>
-<s c="TIDY_NODETYPE_ASP">ASP code</s>
-<s c="TIDY_NODETYPE_JSTE">JSTE code</s>
-<s c="TIDY_NODETYPE_PHP">PHP code</s>
-<s c="TIDY_NODETYPE_XMLDECL">XML declaration</s>
-<s c="NEWT_EXIT_HOTKEY">hotkey defined by newt_form_add_hot_key was pressed</s>
-<s c="NEWT_EXIT_COMPONENT">some component has caused form to exit</s>
-<s c="NEWT_EXIT_FDREADY">file descriptor specified in newt_form_watch_fd is ready to be read or written to</s>
-<s c="NEWT_EXIT_TIMER">time specified in newt_form_set_timer has elapsed</s>
-<s c="NEWT_COLORSET_ROOT" /> 
-<s c="NEWT_COLORSET_BORDER" /> 
-<s c="NEWT_COLORSET_WINDOW" /> 
-<s c="NEWT_COLORSET_SHADOW" /> 
-<s c="NEWT_COLORSET_TITLE" /> 
-<s c="NEWT_COLORSET_BUTTON" /> 
-<s c="NEWT_COLORSET_ACTBUTTON" /> 
-<s c="NEWT_COLORSET_CHECKBOX" /> 
-<s c="NEWT_COLORSET_ACTCHECKBOX" /> 
-<s c="NEWT_COLORSET_ENTRY" /> 
-<s c="NEWT_COLORSET_LABEL" /> 
-<s c="NEWT_COLORSET_LISTBOX" /> 
-<s c="NEWT_COLORSET_ACTLISTBOX" /> 
-<s c="NEWT_COLORSET_TEXTBOX" /> 
-<s c="NEWT_COLORSET_ACTTEXTBOX" /> 
-<s c="NEWT_COLORSET_HELPLINE" /> 
-<s c="NEWT_COLORSET_ROOTTEXT" /> 
-<s c="NEWT_COLORSET_ROOTTEXT" /> 
-<s c="NEWT_COLORSET_EMPTYSCALE" /> 
-<s c="NEWT_COLORSET_FULLSCALE" /> 
-<s c="NEWT_COLORSET_DISENTRY" /> 
-<s c="NEWT_COLORSET_COMPACTBUTTON" /> 
-<s c="NEWT_COLORSET_ACTSELLISTBOX" /> 
-<s c="NEWT_COLORSET_SELLISTBOX" /> 
-<s c="NEWT_ARG_LAST" /> 
-<s c="NEWT_ARG_APPEND" /> 
-<s c="NEWT_FLAGS_SET" /> 
-<s c="NEWT_FLAGS_RESET" /> 
-<s c="NEWT_FLAGS_TOGGLE" /> 
-<s c="NEWT_FLAG_RETURNEXIT">Exit form, when component is activated</s>
-<s c="NEWT_FLAG_HIDDEN">Component is hidden</s>
-<s c="NEWT_FLAG_SCROLL">Component is scrollable</s>
-<s c="NEWT_FLAG_DISABLED">Component is disabled</s>
-<s c="NEWT_FLAG_BORDER" /> 
-<s c="NEWT_FLAG_WRAP">Wrap text</s>
-<s c="NEWT_FLAG_NOF12">Don't exit form on pressing F12</s>
-<s c="NEWT_FLAG_MULTIPLE" /> 
-<s c="NEWT_FLAG_SELECTED">Component is selected</s>
-<s c="NEWT_FLAG_CHECKBOX">Component is checkbox</s>
-<s c="NEWT_FLAG_PASSWORD">Entry component is password entry</s>
-<s c="NEWT_FLAG_SHOWCURSOR">Show cursor</s>
-<s c="NEWT_FD_READ" /> 
-<s c="NEWT_FD_WRITE" /> 
-<s c="NEWT_FD_EXCEPT" /> 
-<s c="NEWT_CHECKBOXTREE_UNSELECTABLE" /> 
-<s c="NEWT_CHECKBOXTREE_HIDE_BOX" /> 
-<s c="NEWT_CHECKBOXTREE_COLLAPSED" /> 
-<s c="NEWT_CHECKBOXTREE_EXPANDED" /> 
-<s c="NEWT_CHECKBOXTREE_UNSELECTED" /> 
-<s c="NEWT_CHECKBOXTREE_SELECTED" /> 
-<s c="NEWT_ENTRY_SCROLL" /> 
-<s c="NEWT_ENTRY_HIDDEN" /> 
-<s c="NEWT_ENTRY_RETURNEXIT" /> 
-<s c="NEWT_ENTRY_DISABLED" /> 
-<s c="NEWT_LISTBOX_RETURNEXIT" /> 
-<s c="NEWT_TEXTBOX_WRAP">Wrap text in the textbox</s>
-<s c="NEWT_TEXTBOX_SCROLL">Scroll text in the textbox</s>
-<s c="NEWT_FORM_NOF12">Don't exit form on F12 press</s>
-<s c="NEWT_KEY_TAB" /> 
-<s c="NEWT_KEY_ENTER" /> 
-<s c="NEWT_KEY_SUSPEND" /> 
-<s c="NEWT_KEY_ESCAPE" /> 
-<s c="NEWT_KEY_RETURN" /> 
-<s c="NEWT_KEY_EXTRA_BASE" /> 
-<s c="NEWT_KEY_UP" /> 
-<s c="NEWT_KEY_DOWN" /> 
-<s c="NEWT_KEY_LEFT" /> 
-<s c="NEWT_KEY_RIGHT" /> 
-<s c="NEWT_KEY_BKSPC" /> 
-<s c="NEWT_KEY_DELETE" /> 
-<s c="NEWT_KEY_HOME" /> 
-<s c="NEWT_KEY_END" /> 
-<s c="NEWT_KEY_UNTAB" /> 
-<s c="NEWT_KEY_PGUP" /> 
-<s c="NEWT_KEY_PGDN" /> 
-<s c="NEWT_KEY_INSERT" /> 
-<s c="NEWT_KEY_F1" /> 
-<s c="NEWT_KEY_F2" /> 
-<s c="NEWT_KEY_F3" /> 
-<s c="NEWT_KEY_F4" /> 
-<s c="NEWT_KEY_F5" /> 
-<s c="NEWT_KEY_F6" /> 
-<s c="NEWT_KEY_F7" /> 
-<s c="NEWT_KEY_F8" /> 
-<s c="NEWT_KEY_F9" /> 
-<s c="NEWT_KEY_F10" /> 
-<s c="NEWT_KEY_F11" /> 
-<s c="NEWT_KEY_F12" /> 
-<s c="NEWT_KEY_RESIZE" /> 
-<s c="NEWT_ANCHOR_LEFT" /> 
-<s c="NEWT_ANCHOR_RIGHT" /> 
-<s c="NEWT_ANCHOR_TOP" /> 
-<s c="NEWT_ANCHOR_BOTTOM" /> 
-<s c="NEWT_GRID_FLAG_GROWX" /> 
-<s c="NEWT_GRID_FLAG_GROWY" /> 
-<s c="NEWT_GRID_EMPTY" /> 
-<s c="NEWT_GRID_COMPONENT" /> 
-<s c="NEWT_GRID_SUBGRID" /> 
-<s c="PREG_PATTERN_ORDER">Orders results so that $matches[0] is an array of full pattern matches, $matches[1] is an array of strings matched by the first parenthesized subpattern, and so on. This flag is only used with preg_match_all .</s>
-<s c="PREG_SET_ORDER">Orders results so that $matches[0] is an array of first set of matches, $matches[1] is an array of second set of matches, and so on. This flag is only used with preg_match_all .</s>
-<s c="PREG_OFFSET_CAPTURE">See the description of PREG_SPLIT_OFFSET_CAPTURE . This flag is available since PHP 4.3.0.</s>
-<s c="PREG_SPLIT_NO_EMPTY">This flag tells preg_split to return only non-empty pieces.</s>
-<s c="PREG_SPLIT_DELIM_CAPTURE">This flag tells preg_split to capture parenthesized expression in the delimiter pattern as well. This flag is available since PHP 4.0.5.</s>
-<s c="PREG_SPLIT_OFFSET_CAPTURE">If this flag is set, for every occurring match the appendant string offset will also be returned. Note that this changes the return values in an array where every element is an array consisting of the matched string at offset 0 and its string offset within subject at offset 1. This flag is available since PHP 4.3.0 and is only used for preg_split .</s>
-<s c="PREG_NO_ERROR">Returned by preg_last_error if there were no errors. Available since PHP 5.2.0.</s>
-<s c="PREG_INTERNAL_ERROR">Returned by preg_last_error if there was an internal PCRE error. Available since PHP 5.2.0.</s>
-<s c="PREG_BACKTRACK_LIMIT_ERROR">Returned by preg_last_error if &lt;link linkend=&quot;ini.pcre.backtrack-limit&quot;&gt;backtrack limit was exhausted. Available since PHP 5.2.0.</s>
-<s c="PREG_RECURSION_LIMIT_ERROR">Returned by preg_last_error if &lt;link linkend=&quot;ini.pcre.recursion-limit&quot;&gt;recursion limit was exhausted. Available since PHP 5.2.0.</s>
-<s c="PREG_BAD_UTF8_ERROR">Returned by preg_last_error if the last error was caused by malformed UTF-8 data (only when running a regex in &lt;link linkend=&quot;reference.pcre.pattern.modifiers&quot;&gt;UTF-8 mode ). Available since PHP 5.2.0.</s>
-<s c="PREG_BAD_UTF8_OFFSET_ERROR">Returned by preg_last_error if the offset didn't correspond to the begin of a valid UTF-8 code point (only when running a regex in UTF-8 mode ). Available since PHP 5.3.0.</s>
-<s c="PCRE_VERSION">PCRE version and release date (e.g. &quot;7.0 18-Dec-2006&quot;). Available since PHP 5.2.4.</s>
-<s c="YPERR_ACCESS" />
-<s c="YPERR_BADARGS" />
-<s c="YPERR_BADDB" />
-<s c="YPERR_BUSY" />
-<s c="YPERR_DOMAIN" />
-<s c="YPERR_KEY" />
-<s c="YPERR_MAP" />
-<s c="YPERR_NODOM" />
-<s c="YPERR_NOMORE" />
-<s c="YPERR_PMAP" />
-<s c="YPERR_RESRC" />
-<s c="YPERR_RPC" />
-<s c="YPERR_YPBIND" />
-<s c="YPERR_YPERR" />
-<s c="YPERR_YPSERV" />
-<s c="YPERR_VERS" />
-<s c="SID" />
-<s c="DIRECTORY_SEPARATOR" />
-<s c="PATH_SEPARATOR" />
-<s c="WNOHANG" />
-<s c="WUNTRACED" />
-<s c="SIG_IGN" />
-<s c="SIG_DFL" />
-<s c="SIG_ERR" />
-<s c="SIGHUP" />
-<s c="SIGINT" />
-<s c="SIGQUIT" />
-<s c="SIGILL" />
-<s c="SIGTRAP" />
-<s c="SIGABRT" />
-<s c="SIGIOT" />
-<s c="SIGBUS" />
-<s c="SIGFPE" />
-<s c="SIGKILL" />
-<s c="SIGUSR1" />
-<s c="SIGSEGV" />
-<s c="SIGUSR2" />
-<s c="SIGPIPE" />
-<s c="SIGALRM" />
-<s c="SIGTERM" />
-<s c="SIGSTKFLT" />
-<s c="SIGCLD" />
-<s c="SIGCHLD" />
-<s c="SIGCONT" />
-<s c="SIGSTOP" />
-<s c="SIGTSTP" />
-<s c="SIGTTIN" />
-<s c="SIGTTOU" />
-<s c="SIGURG" />
-<s c="SIGXCPU" />
-<s c="SIGXFSZ" />
-<s c="SIGVTALRM" />
-<s c="SIGPROF" />
-<s c="SIGWINCH" />
-<s c="SIGPOLL" />
-<s c="SIGIO" />
-<s c="SIGPWR" />
-<s c="SIGSYS" />
-<s c="SIGBABY" />
-<s c="SIG_BLOCK" />
-<s c="SIG_UNBLOCK" />
-<s c="SIG_SETMASK" />
-<s c="SI_USER" />
-<s c="SI_NOINFO" />
-<s c="SI_KERNEL" />
-<s c="SI_QUEUE" />
-<s c="SI_TIMER" />
-<s c="SI_MSGGQ" />
-<s c="SI_ASYNCIO" />
-<s c="SI_SIGIO" />
-<s c="SI_TKILL" />
-<s c="CLD_EXITED" />
-<s c="CLD_KILLED" />
-<s c="CLD_DUMPED" />
-<s c="CLD_TRAPPED" />
-<s c="CLD_STOPPED" />
-<s c="CLD_CONTINUED" />
-<s c="TRAP_BRKPT" />
-<s c="TRAP_TRACE" />
-<s c="POLL_IN" />
-<s c="POLL_OUT" />
-<s c="POLL_MSG" />
-<s c="POLL_ERR" />
-<s c="POLL_PRI" />
-<s c="POLL_HUP" />
-<s c="ILL_ILLOPC" />
-<s c="ILL_ILLOPN" />
-<s c="ILL_ILLADR" />
-<s c="ILL_ILLTRP" />
-<s c="ILL_PRVOPC" />
-<s c="ILL_PRVREG" />
-<s c="ILL_COPROC" />
-<s c="ILL_BADSTK" />
-<s c="FPE_INTDIV" />
-<s c="FPE_INTOVF" />
-<s c="FPE_FLTDIV" />
-<s c="FPE_FLTOVF" />
-<s c="FPE_FLTUND" />
-<s c="FPE_FLTRES" />
-<s c="FPE_FLTINV" />
-<s c="FPE_FLTSUB" />
-<s c="SEGV_MAPERR" />
-<s c="SEGV_ACCERR" />
-<s c="BUS_ADRALN" />
-<s c="BUS_ADRERR" />
-<s c="BUS_OBJERR" />
-<s c="Swish::META_TYPE_UNDEF" />
-<s c="Swish::META_TYPE_STRING" />
-<s c="Swish::META_TYPE_ULONG" />
-<s c="Swish::META_TYPE_DATE" />
-<s c="Swish::IN_FILE_BIT" />
-<s c="Swish::IN_TITLE_BIT" />
-<s c="Swish::IN_HEAD_BIT" />
-<s c="Swish::IN_BODY_BIT" />
-<s c="Swish::IN_COMMENTS_BIT" />
-<s c="Swish::IN_HEADER_BIT" />
-<s c="Swish::IN_EMPHASIZED_BIT" />
-<s c="Swish::IN_META_BIT" />
-<s c="Swish::IN_FILE" />
-<s c="Swish::IN_TITLE" />
-<s c="Swish::IN_HEAD" />
-<s c="Swish::IN_BODY" />
-<s c="Swish::IN_COMMENTS" />
-<s c="Swish::IN_HEADER" />
-<s c="Swish::IN_EMPHASIZED" />
-<s c="Swish::IN_META" />
-<s c="Swish::IN_ALL" />
-<s c="XDIFF_PATCH_NORMAL" />
-<s c="XDIFF_PATCH_REVERSE" />
-<s c="CREDITS_GROUP">1</s>
-<s c="CREDITS_GENERAL">2</s>
-<s c="CREDITS_SAPI">4</s>
-<s c="CREDITS_MODULES">8</s>
-<s c="CREDITS_DOCS">16</s>
-<s c="CREDITS_FULLPAGE">32</s>
-<s c="CREDITS_QA">64</s>
-<s c="CREDITS_ALL">-1</s>
-<s c="INFO_GENERAL">1</s>
-<s c="INFO_CREDITS">2</s>
-<s c="INFO_CONFIGURATION">4</s>
-<s c="INFO_MODULES">8</s>
-<s c="INFO_ENVIRONMENT">16</s>
-<s c="INFO_VARIABLES">32</s>
-<s c="INFO_LICENSE">64</s>
-<s c="INFO_ALL">-1</s>
-<s c="imagick::COLOR_BLACK" />
-<s c="imagick::COLOR_BLUE" />
-<s c="imagick::COLOR_CYAN" />
-<s c="imagick::COLOR_GREEN" />
-<s c="imagick::COLOR_RED" />
-<s c="imagick::COLOR_YELLOW" />
-<s c="imagick::COLOR_MAGENTA" />
-<s c="imagick::COLOR_OPACITY" />
-<s c="imagick::COLOR_ALPHA" />
-<s c="imagick::COLOR_FUZZ" />
-<s c="imagick::DISPOSE_UNRECOGNIZED" />
-<s c="imagick::DISPOSE_UNDEFINED" />
-<s c="imagick::DISPOSE_NONE" />
-<s c="imagick::DISPOSE_BACKGROUND" />
-<s c="imagick::DISPOSE_PREVIOUS" />
-<s c="imagick::COMPOSITE_DEFAULT" />
-<s c="imagick::COMPOSITE_UNDEFINED" />
-<s c="imagick::COMPOSITE_NO" />
-<s c="imagick::COMPOSITE_ADD" />
-<s c="imagick::COMPOSITE_ATOP" />
-<s c="imagick::COMPOSITE_BLEND" />
-<s c="imagick::COMPOSITE_BUMPMAP" />
-<s c="imagick::COMPOSITE_CLEAR" />
-<s c="imagick::COMPOSITE_COLORBURN" />
-<s c="imagick::COMPOSITE_COLORDODGE" />
-<s c="imagick::COMPOSITE_COLORIZE" />
-<s c="imagick::COMPOSITE_COPYBLACK" />
-<s c="imagick::COMPOSITE_COPYBLUE" />
-<s c="imagick::COMPOSITE_COPY" />
-<s c="imagick::COMPOSITE_COPYCYAN" />
-<s c="imagick::COMPOSITE_COPYGREEN" />
-<s c="imagick::COMPOSITE_COPYMAGENTA" />
-<s c="imagick::COMPOSITE_COPYOPACITY" />
-<s c="imagick::COMPOSITE_COPYRED" />
-<s c="imagick::COMPOSITE_COPYYELLOW" />
-<s c="imagick::COMPOSITE_DARKEN" />
-<s c="imagick::COMPOSITE_DSTATOP" />
-<s c="imagick::COMPOSITE_DST" />
-<s c="imagick::COMPOSITE_DSTIN" />
-<s c="imagick::COMPOSITE_DSTOUT" />
-<s c="imagick::COMPOSITE_DSTOVER" />
-<s c="imagick::COMPOSITE_DIFFERENCE" />
-<s c="imagick::COMPOSITE_DISPLACE" />
-<s c="imagick::COMPOSITE_DISSOLVE" />
-<s c="imagick::COMPOSITE_EXCLUSION" />
-<s c="imagick::COMPOSITE_HARDLIGHT" />
-<s c="imagick::COMPOSITE_HUE" />
-<s c="imagick::COMPOSITE_IN" />
-<s c="imagick::COMPOSITE_LIGHTEN" />
-<s c="imagick::COMPOSITE_LUMINIZE" />
-<s c="imagick::COMPOSITE_MINUS" />
-<s c="imagick::COMPOSITE_MODULATE" />
-<s c="imagick::COMPOSITE_MULTIPLY" />
-<s c="imagick::COMPOSITE_OUT" />
-<s c="imagick::COMPOSITE_OVER" />
-<s c="imagick::COMPOSITE_OVERLAY" />
-<s c="imagick::COMPOSITE_PLUS" />
-<s c="imagick::COMPOSITE_REPLACE" />
-<s c="imagick::COMPOSITE_SATURATE" />
-<s c="imagick::COMPOSITE_SCREEN" />
-<s c="imagick::COMPOSITE_SOFTLIGHT" />
-<s c="imagick::COMPOSITE_SRCATOP" />
-<s c="imagick::COMPOSITE_SRC" />
-<s c="imagick::COMPOSITE_SRCIN" />
-<s c="imagick::COMPOSITE_SRCOUT" />
-<s c="imagick::COMPOSITE_SRCOVER" />
-<s c="imagick::COMPOSITE_SUBTRACT" />
-<s c="imagick::COMPOSITE_THRESHOLD" />
-<s c="imagick::COMPOSITE_XOR" />
-<s c="imagick::MONTAGEMODE_FRAME" />
-<s c="imagick::MONTAGEMODE_UNFRAME" />
-<s c="imagick::MONTAGEMODE_CONCATENATE" />
-<s c="imagick::STYLE_NORMAL" />
-<s c="imagick::STYLE_ITALIC" />
-<s c="imagick::STYLE_OBLIQUE" />
-<s c="imagick::STYLE_ANY" />
-<s c="imagick::FILTER_UNDEFINED" />
-<s c="imagick::FILTER_POINT" />
-<s c="imagick::FILTER_BOX" />
-<s c="imagick::FILTER_TRIANGLE" />
-<s c="imagick::FILTER_HERMITE" />
-<s c="imagick::FILTER_HANNING" />
-<s c="imagick::FILTER_HAMMING" />
-<s c="imagick::FILTER_BLACKMAN" />
-<s c="imagick::FILTER_GAUSSIAN" />
-<s c="imagick::FILTER_QUADRATIC" />
-<s c="imagick::FILTER_CUBIC" />
-<s c="imagick::FILTER_CATROM" />
-<s c="imagick::FILTER_MITCHELL" />
-<s c="imagick::FILTER_LANCZOS" />
-<s c="imagick::FILTER_BESSEL" />
-<s c="imagick::FILTER_SINC" />
-<s c="imagick::IMGTYPE_UNDEFINED" />
-<s c="imagick::IMGTYPE_BILEVEL" />
-<s c="imagick::IMGTYPE_GRAYSCALE" />
-<s c="imagick::IMGTYPE_GRAYSCALEMATTE" />
-<s c="imagick::IMGTYPE_PALETTE" />
-<s c="imagick::IMGTYPE_PALETTEMATTE" />
-<s c="imagick::IMGTYPE_TRUECOLOR" />
-<s c="imagick::IMGTYPE_TRUECOLORMATTE" />
-<s c="imagick::IMGTYPE_COLORSEPARATION" />
-<s c="imagick::IMGTYPE_COLORSEPARATIONMATTE" />
-<s c="imagick::IMGTYPE_OPTIMIZE" />
-<s c="imagick::RESOLUTION_UNDEFINED" />
-<s c="imagick::RESOLUTION_PIXELSPERINCH" />
-<s c="imagick::RESOLUTION_PIXELSPERCENTIMETER" />
-<s c="imagick::COMPRESSION_UNDEFINED" />
-<s c="imagick::COMPRESSION_NO" />
-<s c="imagick::COMPRESSION_BZIP" />
-<s c="imagick::COMPRESSION_FAX" />
-<s c="imagick::COMPRESSION_GROUP4" />
-<s c="imagick::COMPRESSION_JPEG" />
-<s c="imagick::COMPRESSION_JPEG2000" />
-<s c="imagick::COMPRESSION_LOSSLESSJPEG" />
-<s c="imagick::COMPRESSION_LZW" />
-<s c="imagick::COMPRESSION_RLE" />
-<s c="imagick::COMPRESSION_ZIP" />
-<s c="imagick::PAINT_POINT" />
-<s c="imagick::PAINT_REPLACE" />
-<s c="imagick::PAINT_FLOODFILL" />
-<s c="imagick::PAINT_FILLTOBORDER" />
-<s c="imagick::PAINT_RESET" />
-<s c="imagick::GRAVITY_NORTHWEST" />
-<s c="imagick::GRAVITY_NORTH" />
-<s c="imagick::GRAVITY_NORTHEAST" />
-<s c="imagick::GRAVITY_WEST" />
-<s c="imagick::GRAVITY_CENTER" />
-<s c="imagick::GRAVITY_EAST" />
-<s c="imagick::GRAVITY_SOUTHWEST" />
-<s c="imagick::GRAVITY_SOUTH" />
-<s c="imagick::GRAVITY_SOUTHEAST" />
-<s c="imagick::STRETCH_NORMAL" />
-<s c="imagick::STRETCH_ULTRACONDENSED" />
-<s c="imagick::STRETCH_CONDENSED" />
-<s c="imagick::STRETCH_SEMICONDENSED" />
-<s c="imagick::STRETCH_SEMIEXPANDED" />
-<s c="imagick::STRETCH_EXPANDED" />
-<s c="imagick::STRETCH_EXTRAEXPANDED" />
-<s c="imagick::STRETCH_ULTRAEXPANDED" />
-<s c="imagick::STRETCH_ANY" />
-<s c="imagick::ALIGN_UNDEFINED" />
-<s c="imagick::ALIGN_LEFT" />
-<s c="imagick::ALIGN_CENTER" />
-<s c="imagick::ALIGN_RIGHT" />
-<s c="imagick::DECORATION_NO" />
-<s c="imagick::DECORATION_UNDERLINE" />
-<s c="imagick::DECORATION_OVERLINE" />
-<s c="imagick::DECORATION_LINETROUGH" />
-<s c="imagick::NOISE_UNIFORM" />
-<s c="imagick::NOISE_GAUSSIAN" />
-<s c="imagick::NOISE_MULTIPLICATIVEGAUSSIAN" />
-<s c="imagick::NOISE_IMPULSE" />
-<s c="imagick::NOISE_LAPLACIAN" />
-<s c="imagick::NOISE_POISSON" />
-<s c="imagick::CHANNEL_UNDEFINED" />
-<s c="imagick::CHANNEL_RED" />
-<s c="imagick::CHANNEL_GRAY" />
-<s c="imagick::CHANNEL_CYAN" />
-<s c="imagick::CHANNEL_GREEN" />
-<s c="imagick::CHANNEL_MAGENTA" />
-<s c="imagick::CHANNEL_BLUE" />
-<s c="imagick::CHANNEL_YELLOW" />
-<s c="imagick::CHANNEL_ALPHA" />
-<s c="imagick::CHANNEL_OPACITY" />
-<s c="imagick::CHANNEL_MATTE" />
-<s c="imagick::CHANNEL_BLACK" />
-<s c="imagick::CHANNEL_INDEX" />
-<s c="imagick::CHANNEL_ALL" />
-<s c="imagick::METRIC_UNDEFINED" />
-<s c="imagick::METRIC_MEANABSOLUTEERROR" />
-<s c="imagick::METRIC_MEANSQUAREERROR" />
-<s c="imagick::METRIC_PEAKABSOLUTEERROR" />
-<s c="imagick::METRIC_PEAKSIGNALTONOISERATIO" />
-<s c="imagick::METRIC_ROOTMEANSQUAREDERROR" />
-<s c="imagick::PIXEL_CHAR" />
-<s c="imagick::PIXEL_DOUBLE" />
-<s c="imagick::PIXEL_FLOAT" />
-<s c="imagick::PIXEL_INTEGER" />
-<s c="imagick::PIXEL_LONG" />
-<s c="imagick::PIXEL_QUANTUM" />
-<s c="imagick::PIXEL_SHORT" />
-<s c="imagick::EVALUATE_UNDEFINED" />
-<s c="imagick::EVALUATE_ADD" />
-<s c="imagick::EVALUATE_AND" />
-<s c="imagick::EVALUATE_DIVIDE" />
-<s c="imagick::EVALUATE_LEFTSHIFT" />
-<s c="imagick::EVALUATE_MAX" />
-<s c="imagick::EVALUATE_MIN" />
-<s c="imagick::EVALUATE_MULTIPLY" />
-<s c="imagick::EVALUATE_OR" />
-<s c="imagick::EVALUATE_RIGHTSHIFT" />
-<s c="imagick::EVALUATE_SET" />
-<s c="imagick::EVALUATE_SUBTRACT" />
-<s c="imagick::EVALUATE_XOR" />
-<s c="imagick::COLORSPACE_UNDEFINED" />
-<s c="imagick::COLORSPACE_RGB" />
-<s c="imagick::COLORSPACE_GRAY" />
-<s c="imagick::COLORSPACE_TRANSPARENT" />
-<s c="imagick::COLORSPACE_OHTA" />
-<s c="imagick::COLORSPACE_LAB" />
-<s c="imagick::COLORSPACE_XYZ" />
-<s c="imagick::COLORSPACE_YCBCR" />
-<s c="imagick::COLORSPACE_YCC" />
-<s c="imagick::COLORSPACE_YIQ" />
-<s c="imagick::COLORSPACE_YPBPR" />
-<s c="imagick::COLORSPACE_YUV" />
-<s c="imagick::COLORSPACE_CMYK" />
-<s c="imagick::COLORSPACE_SRGB" />
-<s c="imagick::COLORSPACE_HSB" />
-<s c="imagick::COLORSPACE_HSL" />
-<s c="imagick::COLORSPACE_HWB" />
-<s c="imagick::COLORSPACE_REC601LUMA" />
-<s c="imagick::COLORSPACE_REC709LUMA" />
-<s c="imagick::COLORSPACE_LOG" />
-<s c="imagick::VIRTUALPIXELMETHOD_UNDEFINED" />
-<s c="imagick::VIRTUALPIXELMETHOD_BACKGROUND" />
-<s c="imagick::VIRTUALPIXELMETHOD_CONSTANT" />
-<s c="imagick::VIRTUALPIXELMETHOD_EDGE" />
-<s c="imagick::VIRTUALPIXELMETHOD_MIRROR" />
-<s c="imagick::VIRTUALPIXELMETHOD_TILE" />
-<s c="imagick::VIRTUALPIXELMETHOD_TRANSPARENT" />
-<s c="imagick::PREVIEW_UNDEFINED" />
-<s c="imagick::PREVIEW_ROTATE" />
-<s c="imagick::PREVIEW_SHEAR" />
-<s c="imagick::PREVIEW_ROLL" />
-<s c="imagick::PREVIEW_HUE" />
-<s c="imagick::PREVIEW_SATURATION" />
-<s c="imagick::PREVIEW_BRIGHTNESS" />
-<s c="imagick::PREVIEW_GAMMA" />
-<s c="imagick::PREVIEW_SPIFF" />
-<s c="imagick::PREVIEW_DULL" />
-<s c="imagick::PREVIEW_GRAYSCALE" />
-<s c="imagick::PREVIEW_QUANTIZE" />
-<s c="imagick::PREVIEW_DESPECKLE" />
-<s c="imagick::PREVIEW_REDUCENOISE" />
-<s c="imagick::PREVIEW_ADDNOISE" />
-<s c="imagick::PREVIEW_SHARPEN" />
-<s c="imagick::PREVIEW_BLUR" />
-<s c="imagick::PREVIEW_THRESHOLD" />
-<s c="imagick::PREVIEW_EDGEDETECT" />
-<s c="imagick::PREVIEW_SPREAD" />
-<s c="imagick::PREVIEW_SOLARIZE" />
-<s c="imagick::PREVIEW_SHADE" />
-<s c="imagick::PREVIEW_RAISE" />
-<s c="imagick::PREVIEW_SEGMENT" />
-<s c="imagick::PREVIEW_SWIRL" />
-<s c="imagick::PREVIEW_IMPLODE" />
-<s c="imagick::PREVIEW_WAVE" />
-<s c="imagick::PREVIEW_OILPAINT" />
-<s c="imagick::PREVIEW_CHARCOALDRAWING" />
-<s c="imagick::PREVIEW_JPEG" />
-<s c="imagick::RENDERINGINTENT_UNDEFINED" />
-<s c="imagick::RENDERINGINTENT_SATURATION" />
-<s c="imagick::RENDERINGINTENT_PERCEPTUAL" />
-<s c="imagick::RENDERINGINTENT_ABSOLUTE" />
-<s c="imagick::RENDERINGINTENT_RELATIVE" />
-<s c="imagick::INTERLACE_UNDEFINED" />
-<s c="imagick::INTERLACE_NO" />
-<s c="imagick::INTERLACE_LINE" />
-<s c="imagick::INTERLACE_PLANE" />
-<s c="imagick::INTERLACE_PARTITION" />
-<s c="imagick::INTERLACE_JPEG" />
-<s c="imagick::INTERLACE_GIF" />
-<s c="imagick::INTERLACE_PNG" />
-<s c="imagick::FILLRULE_UNDEFINED" />
-<s c="imagick::FILLRULE_EVENODD" />
-<s c="imagick::FILLRULE_NONZERO" />
-<s c="imagick::PATHUNITS_UNDEFINED" />
-<s c="imagick::PATHUNITS_USERSPACE" />
-<s c="imagick::PATHUNITS_USERSPACEONUSE" />
-<s c="imagick::PATHUNITS_OBJECTBOUNDINGBOX" />
-<s c="imagick::LINECAP_UNDEFINED" />
-<s c="imagick::LINECAP_BUTT" />
-<s c="imagick::LINECAP_ROUND" />
-<s c="imagick::LINECAP_SQUARE" />
-<s c="imagick::LINEJOIN_UNDEFINED" />
-<s c="imagick::LINEJOIN_MITER" />
-<s c="imagick::LINEJOIN_ROUND" />
-<s c="imagick::LINEJOIN_BEVEL" />
-<s c="imagick::RESOURCETYPE_UNDEFINED" />
-<s c="imagick::RESOURCETYPE_AREA" />
-<s c="imagick::RESOURCETYPE_DISK" />
-<s c="imagick::RESOURCETYPE_FILE" />
-<s c="imagick::RESOURCETYPE_MAP" />
-<s c="imagick::RESOURCETYPE_MEMORY" />
-<s c="imagick::LAYERMETHOD_UNDEFINED" />
-<s c="imagick::LAYERMETHOD_COALESCE" />
-<s c="imagick::LAYERMETHOD_COMPAREANY" />
-<s c="imagick::LAYERMETHOD_COMPARECLEAR" />
-<s c="imagick::LAYERMETHOD_COMPAREOVERLAY" />
-<s c="imagick::LAYERMETHOD_DISPOSE" />
-<s c="imagick::LAYERMETHOD_OPTIMIZE" />
-<s c="imagick::LAYERMETHOD_OPTIMIZEIMAGE" />
-<s c="imagick::LAYERMETHOD_OPTIMIZEPLUS" />
-<s c="imagick::LAYERMETHOD_OPTIMIZETRANS" />
-<s c="imagick::LAYERMETHOD_REMOVEDUPS" />
-<s c="imagick::LAYERMETHOD_REMOVEZERO" />
-<s c="imagick::LAYERMETHOD_COMPOSITE" />
-<s c="imagick::ORIENTATION_UNDEFINED" />
-<s c="imagick::ORIENTATION_TOPLEFT" />
-<s c="imagick::ORIENTATION_TOPRIGHT" />
-<s c="imagick::ORIENTATION_BOTTOMRIGHT" />
-<s c="imagick::ORIENTATION_BOTTOMLEFT" />
-<s c="imagick::ORIENTATION_LEFTTOP" />
-<s c="imagick::ORIENTATION_RIGHTTOP" />
-<s c="imagick::ORIENTATION_RIGHTBOTTOM" />
-<s c="imagick::ORIENTATION_LEFTBOTTOM" />
-<s c="imagick::DISTORTION_UNDEFINED" />
-<s c="imagick::DISTORTION_AFFINE" />
-<s c="imagick::DISTORTION_AFFINEPROJECTION" />
-<s c="imagick::DISTORTION_ARC" />
-<s c="imagick::DISTORTION_BILINEAR" />
-<s c="imagick::DISTORTION_PERSPECTIVE" />
-<s c="imagick::DISTORTION_PERSPECTIVEPROJECTION" />
-<s c="imagick::DISTORTION_SCALEROTATETRANSLATE" />
-</phpstandardsyntax>
\ No newline at end of file