what is the current salary package in India for a PHP &
MySQL programmer who has 3 years experience
Answers were Sorted based on User's Feedback
Answer / manjeet rathore
mujhe to 85k mil rahe h noida me per month. but i have very
strong PHP, ZEND, CAKE, SUGAR CRM, MYSQL in 2+ yrs
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / hanzala subhani
My current Salary per month is 18k and my experience in 1+ year less than 2 year. But it is not true that a programmer's salary is more that 70 in 3+ experience.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / tutun
Koi mujhe bol paoge kolkata main konsa company more than
10k. salary dete hain php developer ko,mujhe to only 4k.
milte hain, 6months exp.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / arun pandey
It's totally wrong . small company can give 50K-60K for
labour works , but in case no project they will fire the
candidate. But on avg around 24-28K you will get in india.
Except Google + Microsoft + GE etc..
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / -=pkg=-
to make this conversation simple and some kids can get
understand what these means.........
---------------
Function Reference
I. .NET
dotnet_load — Loads a DOTNET module
II. Apache
apache_child_terminate — Terminate apache process after this
request
apache_get_modules — Get a list of loaded Apache modules
apache_get_version — Fetch Apache version
apache_getenv — Get an Apache subprocess_env variable
apache_lookup_uri — Perform a partial request for the
specified URI and return all info about it
apache_note — Get and set apache request notes
apache_request_headers — Fetch all HTTP request headers
apache_reset_timeout — Reset the Apache write timer
apache_response_headers — Fetch all HTTP response headers
apache_setenv — Set an Apache subprocess_env variable
ascii2ebcdic — Translate string from ASCII to EBCDIC
ebcdic2ascii — Translate string from EBCDIC to ASCII
getallheaders — Fetch all HTTP request headers
virtual — Perform an Apache sub-request
III. APC
apc_add — Cache a variable in the data store (only if it's
not stored)
apc_cache_info — Retrieves cached information (and
meta-data) from APC's data store
apc_clear_cache — Clears the APC cache
apc_compile_file — Stores a file in the bytecode cache,
bypassing all filters.
apc_define_constants — Defines a set of constants for
retrieval and mass-definition
apc_delete — Removes a stored variable from the cache
apc_fetch — Fetch a stored variable from the cache
apc_load_constants — Loads a set of constants from the cache
apc_sma_info — Retrieves APC's Shared Memory Allocation
information
apc_store — Cache a variable in the data store
IV. APD
apd_breakpoint — Stops the interpreter and waits on a CR
from the socket
apd_callstack — Returns the current call stack as an array
apd_clunk — Throw a warning and a callstack
apd_continue — Restarts the interpreter
apd_croak — Throw an error, a callstack and then exit
apd_dump_function_table — Outputs the current function table
apd_dump_persistent_resources — Return all persistent
resources as an array
apd_dump_regular_resources — Return all current regular
resources as an array
apd_echo — Echo to the debugging socket
apd_get_active_symbols — Get an array of the current
variables names in the local scope
apd_set_pprof_trace — Starts the session debugging
apd_set_session_trace — Starts the session debugging
apd_set_session — Changes or sets the current debugging level
apd_set_socket_session_trace — Starts the remote session
debugging
override_function — Overrides built-in functions
rename_function — Renames orig_name to new_name in the
global function table
V. Arrays
array_change_key_case — Changes all keys in an array
array_chunk — Split an array into chunks
array_combine — Creates an array by using one array for keys
and another for its values
array_count_values — Counts all the values of an array
array_diff_assoc — Computes the difference of arrays with
additional index check
array_diff_key — Computes the difference of arrays using
keys for comparison
array_diff_uassoc — Computes the difference of arrays with
additional index check which is performed by a user supplied
callback function
array_diff_ukey — Computes the difference of arrays using a
callback function on the keys for comparison
array_diff — Computes the difference of arrays
array_fill_keys — Fill an array with values, specifying keys
array_fill — Fill an array with values
array_filter — Filters elements of an array using a callback
function
array_flip — Exchanges all keys with their associated values
in an array
array_intersect_assoc — Computes the intersection of arrays
with additional index check
array_intersect_key — Computes the intersection of arrays
using keys for comparison
array_intersect_uassoc — Computes the intersection of arrays
with additional index check, compares indexes by a callback
function
array_intersect_ukey — Computes the intersection of arrays
using a callback function on the keys for comparison
array_intersect — Computes the intersection of arrays
array_key_exists — Checks if the given key or index exists
in the array
array_keys — Return all the keys of an array
array_map — Applies the callback to the elements of the
given arrays
array_merge_recursive — Merge two or more arrays recursively
array_merge — Merge one or more arrays
array_multisort — Sort multiple or multi-dimensional arrays
array_pad — Pad array to the specified length with a value
array_pop — Pop the element off the end of array
array_product — Calculate the product of values in an array
array_push — Push one or more elements onto the end of array
array_rand — Pick one or more random entries out of an array
array_reduce — Iteratively reduce the array to a single
value using a callback function
array_reverse — Return an array with elements in reverse order
array_search — Searches the array for a given value and
returns the corresponding key if successful
array_shift — Shift an element off the beginning of array
array_slice — Extract a slice of the array
array_splice — Remove a portion of the array and replace it
with something else
array_sum — Calculate the sum of values in an array
array_udiff_assoc — Computes the difference of arrays with
additional index check, compares data by a callback function
array_udiff_uassoc — Computes the difference of arrays with
additional index check, compares data and indexes by a
callback function
array_udiff — Computes the difference of arrays by using a
callback function for data comparison
array_uintersect_assoc — Computes the intersection of arrays
with additional index check, compares data by a callback
function
array_uintersect_uassoc — Computes the intersection of
arrays with additional index check, compares data and
indexes by a callback functions
array_uintersect — Computes the intersection of arrays,
compares data by a callback function
array_unique — Removes duplicate values from an array
array_unshift — Prepend one or more elements to the
beginning of an array
array_values — Return all the values of an array
array_walk_recursive — Apply a user function recursively to
every member of an array
array_walk — Apply a user function to every member of an array
array — Create an array
arsort — Sort an array in reverse order and maintain index
association
asort — Sort an array and maintain index association
compact — Create array containing variables and their values
count — Count elements in an array, or properties in an object
current — Return the current element in an array
each — Return the current key and value pair from an array
and advance the array cursor
end — Set the internal pointer of an array to its last element
extract — Import variables into the current symbol table
from an array
in_array — Checks if a value exists in an array
key — Fetch a key from an associative array
krsort — Sort an array by key in reverse order
ksort — Sort an array by key
list — Assign variables as if they were an array
natcasesort — Sort an array using a case insensitive
"natural order" algorithm
natsort — Sort an array using a "natural order" algorithm
next — Advance the internal array pointer of an array
pos — Alias of current()
prev — Rewind the internal array pointer
range — Create an array containing a range of elements
reset — Set the internal pointer of an array to its first
element
rsort — Sort an array in reverse order
shuffle — Shuffle an array
sizeof — Alias of count()
sort — Sort an array
uasort — Sort an array with a user-defined comparison
function and maintain index association
uksort — Sort an array by keys using a user-defined
comparison function
usort — Sort an array by values using a user-defined
comparison function
VI. Aspell
aspell_check_raw — Check a word without changing its case or
trying to trim it [deprecated]
aspell_check — Check a word [deprecated]
aspell_new — Load a new dictionary [deprecated]
aspell_suggest — Suggest spellings of a word [deprecated]
VII. BBCode
bbcode_add_element — Adds a bbcode element
bbcode_add_smiley — Adds a smiley to the parser
bbcode_create — Create a BBCode Resource
bbcode_destroy — Close BBCode_container resource
bbcode_parse — Parse a string following a given rule set
bbcode_set_arg_parser — Attach another parser in order to
use another rule set for argument parsing
bbcode_set_flags — Set or alter parser options
VIII. BC math
bcadd — Add two arbitrary precision numbers
bccomp — Compare two arbitrary precision numbers
bcdiv — Divide two arbitrary precision numbers
bcmod — Get modulus of an arbitrary precision number
bcmul — Multiply two arbitrary precision number
bcpow — Raise an arbitrary precision number to another
bcpowmod — Raise an arbitrary precision number to another,
reduced by a specified modulus
bcscale — Set default scale parameter for all bc math functions
bcsqrt — Get the square root of an arbitrary precision number
bcsub — Subtract one arbitrary precision number from another
IX. bcompiler
bcompiler_load_exe — Reads and creates classes from a
bcompiler exe file
bcompiler_load — Reads and creates classes from a bz
compressed file
bcompiler_parse_class — Reads the bytecodes of a class and
calls back to a user function
bcompiler_read — Reads and creates classes from a filehandle
bcompiler_write_class — Writes an defined class as bytecodes
bcompiler_write_constant — Writes a defined constant as
bytecodes
bcompiler_write_exe_footer — Writes the start pos, and sig
to the end of a exe type file
bcompiler_write_file — Writes a php source file as bytecodes
bcompiler_write_footer — Writes the single character \x00 to
indicate End of compiled data
bcompiler_write_function — Writes an defined function as
bytecodes
bcompiler_write_functions_from_file — Writes all functions
defined in a file as bytecodes
bcompiler_write_header — Writes the bcompiler header
bcompiler_write_included_filename — Writes an included file
as bytecodes
X. Bzip2
bzclose — Close a bzip2 file
bzcompress — Compress a string into bzip2 encoded data
bzdecompress — Decompresses bzip2 encoded data
bzerrno — Returns a bzip2 error number
bzerror — Returns the bzip2 error number and error string in
an array
bzerrstr — Returns a bzip2 error string
bzflush — Force a write of all buffered data
bzopen — Opens a bzip2 compressed file
bzread — Binary safe bzip2 file read
bzwrite — Binary safe bzip2 file write
XI. Calendar
cal_days_in_month — Return the number of days in a month for
a given year and calendar
cal_from_jd — Converts from Julian Day Count to a supported
calendar
cal_info — Returns information about a particular calendar
cal_to_jd — Converts from a supported calendar to Julian Day
Count
easter_date — Get Unix timestamp for midnight on Easter of a
given year
easter_days — Get number of days after March 21 on which
Easter falls for a given year
FrenchToJD — Converts a date from the French Republican
Calendar to a Julian Day Count
GregorianToJD — Converts a Gregorian date to Julian Day Count
JDDayOfWeek — Returns the day of the week
JDMonthName — Returns a month name
JDToFrench — Converts a Julian Day Count to the French
Republican Calendar
JDToGregorian — Converts Julian Day Count to Gregorian date
jdtojewish — Converts a Julian day count to a Jewish
calendar date
JDToJulian — Converts a Julian Day Count to a Julian
Calendar Date
jdtounix — Convert Julian Day to Unix timestamp
JewishToJD — Converts a date in the Jewish Calendar to
Julian Day Count
JulianToJD — Converts a Julian Calendar date to Julian Day Count
unixtojd — Convert Unix timestamp to Julian Day
XII. CCVS
ccvs_add — Add data to a transaction
ccvs_auth — Perform credit authorization test on a transaction
ccvs_command — Performs a command which is peculiar to a
single protocol, and thus is not available in the general
CCVS API
ccvs_count — Find out how many transactions of a given type
are stored in the system
ccvs_delete — Delete a transaction
ccvs_done — Terminate CCVS engine and do cleanup work
ccvs_init — Initialize CCVS for use
ccvs_lookup — Look up an item of a particular type in the
database #
ccvs_new — Create a new, blank transaction
ccvs_report — Return the status of the background
communication process
ccvs_return — Transfer funds from the merchant to the credit
card holder
ccvs_reverse — Perform a full reversal on an
already-processed authorization
ccvs_sale — Transfer funds from the credit card holder to
the merchant
ccvs_status — Check the status of an invoice
ccvs_textvalue — Get text return value for previous function
call
ccvs_void — Perform a full reversal on a completed transaction
XIII. Classes/Objects
call_user_method_array — Call a user method given with an
array of parameters [deprecated]
call_user_method — Call a user method on an specific object
[deprecated]
class_exists — Checks if the class has been defined
get_class_methods — Gets the class methods' names
get_class_vars — Get the default properties of the class
get_class — Returns the name of the class of an object
get_declared_classes — Returns an array with the name of the
defined classes
get_declared_interfaces — Returns an array of all declared
interfaces
get_object_vars — Gets the properties of the given object
get_parent_class — Retrieves the parent class name for
object or class
interface_exists — Checks if the interface has been defined
is_a — Checks if the object is of this class or has this
class as one of its parents
is_subclass_of — Checks if the object has this class as one
of its parents
method_exists — Checks if the class method exists
property_exists — Checks if the object or class has a property
XIV. Classkit
classkit_import — Import new class method definitions from a
file
classkit_method_add — Dynamically adds a new method to a
given class
classkit_method_copy — Copies a method from class to another
classkit_method_redefine — Dynamically changes the code of
the given method
classkit_method_remove — Dynamically removes the given method
classkit_method_rename — Dynamically changes the name of the
given method
XV. ClibPDF
cpdf_add_annotation — Adds annotation
cpdf_add_outline — Adds bookmark for current page
cpdf_arc — Draws an arc
cpdf_begin_text — Starts text section
cpdf_circle — Draw a circle
cpdf_clip — Clips to current path
cpdf_close — Closes the pdf document
cpdf_closepath_fill_stroke — Close, fill and stroke current path
cpdf_closepath_stroke — Close path and draw line along path
cpdf_closepath — Close path
cpdf_continue_text — Output text in next line
cpdf_curveto — Draws a curve
cpdf_end_text — Ends text section
cpdf_fill_stroke — Fill and stroke current path
cpdf_fill — Fill current path
cpdf_finalize_page — Ends page
cpdf_finalize — Ends document
cpdf_global_set_document_limits — Sets document limits for
any pdf document
cpdf_import_jpeg — Opens a JPEG image
cpdf_lineto — Draws a line
cpdf_moveto — Sets current point
cpdf_newpath — Starts a new path
cpdf_open — Opens a new pdf document
cpdf_output_buffer — Outputs the pdf document in memory buffer
cpdf_page_init — Starts new page
cpdf_place_inline_image — Places an image on the page
cpdf_rect — Draw a rectangle
cpdf_restore — Restores formerly saved environment
cpdf_rlineto — Draws a line
cpdf_rmoveto — Sets current point
cpdf_rotate_text — Sets text rotation angle
cpdf_rotate — Sets rotation
cpdf_save_to_file — Writes the pdf document into a file
cpdf_save — Saves current environment
cpdf_scale — Sets scaling
cpdf_set_action_url — Sets hyperlink
cpdf_set_char_spacing — Sets character spacing
cpdf_set_creator — Sets the creator field in the pdf document
cpdf_set_current_page — Sets current page
cpdf_set_font_directories — Sets directories to search when
using external fonts
cpdf_set_font_map_file — Sets fontname to filename
translation map when using external fonts
cpdf_set_font — Select the current font face and size
cpdf_set_horiz_scaling — Sets horizontal scaling of text
cpdf_set_keywords — Sets the keywords field of the pdf document
cpdf_set_leading — Sets distance between text lines
cpdf_set_page_animation — Sets duration between pages
cpdf_set_subject — Sets the subject field of the pdf document
cpdf_set_text_matrix — Sets the text matrix
cpdf_set_text_pos — Sets text position
cpdf_set_text_rendering — Determines how text is rendered
cpdf_set_text_rise — Sets the text rise
cpdf_set_title — Sets the title field of the pdf document
cpdf_set_viewer_preferences — How to show the document in
the viewer
cpdf_set_word_spacing — Sets spacing between words
cpdf_setdash — Sets dash pattern
cpdf_setflat — Sets flatness
cpdf_setgray_fill — Sets filling color to gray value
cpdf_setgray_stroke — Sets drawing color to gray value
cpdf_setgray — Sets drawing and filling color to gray value
cpdf_setlinecap — Sets linecap parameter
cpdf_setlinejoin — Sets linejoin parameter
cpdf_setlinewidth — Sets line width
cpdf_setmiterlimit — Sets miter limit
cpdf_setrgbcolor_fill — Sets filling color to rgb color value
cpdf_setrgbcolor_stroke — Sets drawing color to rgb color value
cpdf_setrgbcolor — Sets drawing and filling color to rgb
color value
cpdf_show_xy — Output text at position
cpdf_show — Output text at current position
cpdf_stringwidth — Returns width of text in current font
cpdf_stroke — Draw line along path
cpdf_text — Output text with parameters
cpdf_translate — Sets origin of coordinate system
XVI. COM
COM — COM class
DOTNET — DOTNET class
VARIANT — VARIANT class
com_addref — Increases the components reference counter
[deprecated]
com_create_guid — Generate a globally unique identifier (GUID)
com_event_sink — Connect events from a COM object to a PHP
object
com_get_active_object — Returns a handle to an already
running instance of a COM object
com_get — Gets the value of a COM Component's property
[deprecated]
com_invoke — Calls a COM component's method [deprecated]
com_isenum — Indicates if a COM object has an IEnumVariant
interface for iteration [deprecated]
com_load_typelib — Loads a Typelib
com_load — Creates a new reference to a COM component
[deprecated]
com_message_pump — Process COM messages, sleeping for up to
timeoutms milliseconds
com_print_typeinfo — Print out a PHP class definition for a
dispatchable interface
com_propget — Alias of com_get()
com_propput — Alias of com_set()
com_propset — Alias of com_set()
com_release — Decreases the components reference counter
[deprecated]
com_set — Assigns a value to a COM component's property
variant_abs — Returns the absolute value of a variant
variant_add — "Adds" two variant values together and returns
the result
variant_and — performs a bitwise AND operation between two
variants and returns the result
variant_cast — Convert a variant into a new variant object
of another type
variant_cat — concatenates two variant values together and
returns the result
variant_cmp — Compares two variants
variant_date_from_timestamp — Returns a variant date
representation of a Unix timestamp
variant_date_to_timestamp — Converts a variant date/time
value to Unix timestamp
variant_div — Returns the result from dividing two variants
variant_eqv — Performs a bitwise equivalence on two variants
variant_fix — Returns the integer portion ? of a variant
variant_get_type — Returns the type of a variant object
variant_idiv — Converts variants to integers and then
returns the result from dividing them
variant_imp — Performs a bitwise implication on two variants
variant_int — Returns the integer portion of a variant
variant_mod — Divides two variants and returns only the
remainder
variant_mul — multiplies the values of the two variants and
returns the result
variant_neg — Performs logical negation on a variant
variant_not — Performs bitwise not negation on a variant
variant_or — Performs a logical disjunction on two variants
variant_pow — Returns the result of performing the power
function with two variants
variant_round — Rounds a variant to the specified number of
decimal places
variant_set_type — Convert a variant into another type
"in-place"
variant_set — Assigns a new value for a variant object
variant_sub — subtracts the value of the right variant from
the left variant value and returns the result
variant_xor — Performs a logical exclusion on two variants
XVII. Crack
crack_check — Performs an obscure check with the given password
crack_closedict — Closes an open CrackLib dictionary
crack_getlastmessage — Returns the message from the last
obscure check
crack_opendict — Opens a new CrackLib dictionary
XVIII. ctype
ctype_alnum — Check for alphanumeric character(s)
ctype_alpha — Check for alphabetic character(s)
ctype_cntrl — Check for control character(s)
ctype_digit — Check for numeric character(s)
ctype_graph — Check for any printable character(s) except space
ctype_lower — Check for lowercase character(s)
ctype_print — Check for printable character(s)
ctype_punct — Check for any printable character which is not
whitespace or an alphanumeric character
ctype_space — Check for whitespace character(s)
ctype_upper — Check for uppercase character(s)
ctype_xdigit — Check for character(s) representing a
hexadecimal digit
XIX. CURL
Constants — Curl Predefined Constants
curl_close — Close a cURL session
curl_copy_handle — Copy a cURL handle along with all of its
preferences
curl_errno — Return the last error number
curl_error — Return a string containing the last error for
the current session
curl_exec — Perform a cURL session
curl_getinfo — Get information regarding a specific transfer
curl_init — Initialize a cURL session
curl_multi_add_handle — Add a normal cURL handle to a cURL
multi handle
curl_multi_close — Close a set of cURL handles
curl_multi_exec — Run the sub-connections of the current
cURL handle
curl_multi_getcontent — Return the content of a cURL handle
if CURLOPT_RETURNTRANSFER is set
curl_multi_info_read — Get information about the current
transfers
curl_multi_init — Returns a new cURL multi handle
curl_multi_remove_handle — Remove a multi handle from a set
of cURL handles
curl_multi_select — Get all the sockets associated with the
cURL extension, which can then be "selected"
curl_setopt_array — Set multiple options for a cURL transfer
curl_setopt — Set an option for a cURL transfer
curl_version — Gets cURL version information
XX. Cybercash
cybercash_base64_decode — base64 decode data for Cybercash
cybercash_base64_encode — base64 encode data for Cybercash
cybercash_decr — Cybercash decrypt
cybercash_encr — Cybercash encrypt
XXI. CyberMUT
cybermut_creerformulairecm — Generate HTML form of request
for payment
cybermut_creerreponsecm — Generate the delivery's
acknowledgement of the payment's confirmation
cybermut_testmac — Make sure that there was no data diddling
contained in the received message of confirmation
XXII. Cyrus IMAP
cyrus_authenticate — Authenticate against a Cyrus IMAP server
cyrus_bind — Bind callbacks to a Cyrus IMAP connection
cyrus_close — Close connection to a Cyrus IMAP server
cyrus_connect — Connect to a Cyrus IMAP server
cyrus_query — Send a query to a Cyrus IMAP server
cyrus_unbind — Unbind ...
XXIII. Date/Time
checkdate — Validate a Gregorian date
date_create — Returns new DateTime object
date_date_set — Sets the date
date_default_timezone_get — Gets the default timezone used
by all date/time functions in a script
date_default_timezone_set — Sets the default timezone used
by all date/time functions in a script
date_format — Returns date formatted according to given format
date_isodate_set — Sets the ISO date
date_modify — Alters the timestamp
date_offset_get — Returns the daylight saving time offset
date_parse — Returns associative array with detailed info
about given date
date_sun_info — Returns an array with information about
sunset/sunrise and twilight begin/end
date_sunrise — Returns time of sunrise for a given day and
location
date_sunset — Returns time of sunset for a given day and
location
date_time_set — Sets the time
date_timezone_get — Return time zone relative to given DateTime
date_timezone_set — Sets the time zone for the DateTime object
date — Format a local time/date
getdate — Get date/time information
gettimeofday — Get current time
gmdate — Format a GMT/UTC date/time
gmmktime — Get Unix timestamp for a GMT date
gmstrftime — Format a GMT/UTC time/date according to locale
settings
idate — Format a local time/date as integer
localtime — Get the local time
microtime — Return current Unix timestamp with microseconds
mktime — Get Unix timestamp for a date
strftime — Format a local time/date according to locale settings
strptime — Parse a time/date generated with strftime()
strtotime — Parse about any English textual datetime
description into a Unix timestamp
time — Return current Unix timestamp
timezone_abbreviations_list — Returns associative array
containing dst, offset and the timezone name
timezone_identifiers_list — Returns numerically index array
with all timezone identifiers
timezone_name_from_abbr — Returns the timezone name from
abbrevation
timezone_name_get — Returns the name of the timezone
timezone_offset_get — Returns the timezone offset from GMT
timezone_open — Returns new DateTimeZone object
timezone_transitions_get — Returns all transitions for the
timezone
XXIV. DB++
dbplus_add — Add a tuple to a relation
dbplus_aql — Perform AQL query
dbplus_chdir — Get/Set database virtual current directory
dbplus_close — Close a relation
dbplus_curr — Get current tuple from relation
dbplus_errcode — Get error string for given errorcode or
last error
dbplus_errno — Get error code for last operation
dbplus_find — Set a constraint on a relation
dbplus_first — Get first tuple from relation
dbplus_flush — Flush all changes made on a relation
dbplus_freealllocks — Free all locks held by this client
dbplus_freelock — Release write lock on tuple
dbplus_freerlocks — Free all tuple locks on given relation
dbplus_getlock — Get a write lock on a tuple
dbplus_getunique — Get an id number unique to a relation
dbplus_info — Get information about a relation
dbplus_last — Get last tuple from relation
dbplus_lockrel — Request write lock on relation
dbplus_next — Get next tuple from relation
dbplus_open — Open relation file
dbplus_prev — Get previous tuple from relation
dbplus_rchperm — Change relation permissions
dbplus_rcreate — Creates a new DB++ relation
dbplus_rcrtexact — Creates an exact but empty copy of a
relation including indices
dbplus_rcrtlike — Creates an empty copy of a relation with
default indices
dbplus_resolve — Resolve host information for relation
dbplus_restorepos — Restore position
dbplus_rkeys — Specify new primary key for a relation
dbplus_ropen — Open relation file local
dbplus_rquery — Perform local (raw) AQL query
dbplus_rrename — Rename a relation
dbplus_rsecindex — Create a new secondary index for a relation
dbplus_runlink — Remove relation from filesystem
dbplus_rzap — Remove all tuples from relation
dbplus_savepos — Save position
dbplus_setindex — Set index
dbplus_setindexbynumber — Set index by number
dbplus_sql — Perform SQL query
dbplus_tcl — Execute TCL code on server side
dbplus_tremove — Remove tuple and return new current tuple
dbplus_undo — Undo
dbplus_undoprepare — Prepare undo
dbplus_unlockrel — Give up write lock on relation
dbplus_unselect — Remove a constraint from relation
dbplus_update — Update specified tuple in relation
dbplus_xlockrel — Request exclusive lock on relation
dbplus_xunlockrel — Free exclusive lock on relation
XXV. dba
dba_close — Close a DBA database
dba_delete — Delete DBA entry specified by key
dba_exists — Check whether key exists
dba_fetch — Fetch data specified by key
dba_firstkey — Fetch first key
dba_handlers — List all the handlers available
dba_insert — Insert entry
dba_key_split — Splits a key in string representation into
array representation
dba_list — List all open database files
dba_nextkey — Fetch next key
dba_open — Open database
dba_optimize — Optimize database
dba_popen — Open database persistently
dba_replace — Replace or insert entry
dba_sync — Synchronize database
XXVI. dBase
dbase_add_record — Adds a record to a database
dbase_close — Closes a database
dbase_create — Creates a database
dbase_delete_record — Deletes a record from a database
dbase_get_header_info — Gets the header info of a database
dbase_get_record_with_names — Gets a record from a database
as an associative array
dbase_get_record — Gets a record from a database as an
indexed array
dbase_numfields — Gets the number of fields of a database
dbase_numrecords — Gets the number of records in a database
dbase_open — Opens a database
dbase_pack — Packs a database
dbase_replace_record — Replaces a record in a database
XXVII. DBM
dblist — Describes the DBM-compatible library being used
dbmclose — Closes a dbm database
dbmdelete — Deletes the value for a key from a DBM database
dbmexists — Tells if a value exists for a key in a DBM database
dbmfetch — Fetches a value for a key from a DBM database
dbmfirstkey — Retrieves the first key from a DBM database
dbminsert — Inserts a value for a key in a DBM database
dbmnextkey
dbmopen — Opens a DBM database
dbmreplace — Replaces the value for a key in a DBM database
XXVIII. dbx
dbx_close — Close an open connection/database
dbx_compare — Compare two rows for sorting purposes
dbx_connect — Open a connection/database
dbx_error — Report the error message of the latest function
call in the module
dbx_escape_string — Escape a string so it can safely be used
in an sql-statement
dbx_fetch_row — Fetches rows from a query-result that had
the DBX_RESULT_UNBUFFERED flag set
dbx_query — Send a query and fetch all results (if any)
dbx_sort — Sort a result from a dbx_query by a custom sort
function
XXIX. Direct IO
dio_close — Closes the file descriptor given by fd
dio_fcntl — Performs a c library fcntl on fd
dio_open — Opens a new filename with specified permissions
of flags and creation permissions of mode
dio_read — Reads bytes from a file descriptor
dio_seek — Seeks to pos on fd from whence
dio_stat — Gets stat information about the file descriptor fd
dio_tcsetattr — Sets terminal attributes and baud rate for a
serial port
dio_truncate — Truncates file descriptor fd to offset bytes
dio_write — Writes data to fd with optional truncation at
length
XXX. Directories
chdir — Change directory
chroot — Change the root directory
dir — Return an instance of the Directory class
closedir — Close directory handle
getcwd — Gets the current working directory
opendir — Open directory handle
readdir — Read entry from directory handle
rewinddir — Rewind directory handle
scandir — List files and directories inside the specified path
XXXI. DOM
DOMAttr->__construct() — Creates a new DOMAttr object
DOMAttr->isId() — Checks if attribute is a defined ID
DOMCharacterData->appendData() — Append the string to the
end of the character data of the node
DOMCharacterData->deleteData() — Remove a range of
characters from the node
DOMCharacterData->insertData() — Insert a string at the
specified 16-bit unit offset
DOMCharacterData->replaceData() — Replace a substring within
the DOMCharacterData node
DOMCharacterData->substringData() — Extracts a range of data
from the node
DOMComment->__construct() — Creates a new DOMComment object
DOMDocument->__construct() — Creates a new DOMDocument object
DOMDocument->createAttribute() — Create new attribute
DOMDocument->createAttributeNS() — Create new attribute node
with an associated namespace
DOMDocument->createCDATASection() — Create new cdata node
DOMDocument->createComment() — Create new comment node
DOMDocument->createDocumentFragment() — Create new document
fragment
DOMDocument->createElement() — Create new element node
DOMDocument->createElementNS() — Create new element node
with an associated namespace
DOMDocument->createEntityReference() — Create new entity
reference node
DOMDocument->createProcessingInstruction() — Creates new PI node
DOMDocument->createTextNode() — Create new text node
DOMDocument->getElementById() — Searches for an element with
a certain id
DOMDocument->getElementsByTagName() — Searches for all
elements with given tag name
DOMDocument->getElementsByTagNameNS() — Searches for all
elements with given tag name in specified namespace
DOMDocument->importNode() — Import node into current document
DOMDocument->load() — Load XML from a file
DOMDocument->loadHTML() — Load HTML from a string
DOMDocument->loadHTMLFile() — Load HTML from a file
DOMDocument->loadXML() — Load XML from a string
DOMDocument->normalizeDocument() — Normalizes the document
DOMDocument->registerNodeClass() — Register extended class
used to create base node type
DOMDocument->relaxNGValidate() — Performs relaxNG validation
on the document
DOMDocument->relaxNGValidateSource() — Performs relaxNG
validation on the document
DOMDocument->save() — Dumps the internal XML tree back into
a file
DOMDocument->saveHTML() — Dumps the internal document into a
string using HTML formatting
DOMDocument->saveHTMLFile() — Dumps the internal document
into a file using HTML formatting
DOMDocument->saveXML() — Dumps the internal XML tree back
into a string
DOMDocument->schemaValidate() — Validates a document based
on a schema
DOMDocument->schemaValidateSource() — Validates a document
based on a schema
DOMDocument->validate() — Validates the document based on
its DTD
DOMDocument->xinclude() — Substitutes XIncludes in a
DOMDocument Object
DOMDocumentFragment->appendXML() — Append raw XML data
DOMElement->__construct() — Creates a new DOMElement object
DOMElement->getAttribute() — Returns value of attribute
DOMElement->getAttributeNode() — Returns attribute node
DOMElement->getAttributeNodeNS() — Returns attribute node
DOMElement->getAttributeNS() — Returns value of attribute
DOMElement->getElementsByTagName() — Gets elements by tagname
DOMElement->getElementsByTagNameNS() — Get elements by
namespaceURI and localName
DOMElement->hasAttribute() — Checks to see if attribute exists
DOMElement->hasAttributeNS() — Checks to see if attribute
exists
DOMElement->removeAttribute() — Removes attribute
DOMElement->removeAttributeNode() — Removes attribute
DOMElement->removeAttributeNS() — Removes attribute
DOMElement->setAttribute() — Adds new attribute
DOMElement->setAttributeNode() — Adds new attribute node to
element
DOMElement->setAttributeNodeNS() — Adds new attribute node
to element
DOMElement->setAttributeNS() — Adds new attribute
DOMElement->setIdAttribute() — Declares the attribute
specified by name to be of type ID
DOMElement->setIdAttributeNode() — Declares the attribute
specified by node to be of type ID
DOMElement->setIdAttributeNS() — Declares the attribute
specified by local name and namespace URI to be of type ID
DOMEntityReference->__construct() — Creates a new
DOMEntityReference object
DOMImplementation->__construct() — Creates a new
DOMImplementation object
DOMImplementation->createDocument() — Creates a DOMDocument
object of the specified type with its document element
DOMImplementation->createDocumentType() — Creates an empty
DOMDocumentType object
DOMImplementation->hasFeature() — Test if the DOM
implementation implements a specific feature
DOMNamedNodeMap->getNamedItem() — Retrieves a node specified
by name
DOMNamedNodeMap->getNamedItemNS() — Retrieves a node
specified by local name and namespace URI
DOMNamedNodeMap->item() — Retrieves a node specified by index
DOMNode->appendChild() — Adds new child at the end of the
children
DOMNode->cloneNode() — Clones a node
DOMNode->hasAttributes() — Checks if node has attributes
DOMNode->hasChildNodes() — Checks if node has children
DOMNode->insertBefore() — Adds a new child before a
reference node
DOMNode->isDefaultNamespace() — Checks if the specified
namespaceURI is the default namespace or not
DOMNode->isSameNode() — Indicates if two nodes are the same
node
DOMNode->isSupported() — Checks if feature is supported for
specified version
DOMNode->lookupNamespaceURI() — Gets the namespace URI of
the node based on the prefix
DOMNode->lookupPrefix() — Gets the namespace prefix of the
node based on the namespace URI
DOMNode->normalize() — Normalizes the node
DOMNode->removeChild() — Removes child from list of children
DOMNode->replaceChild() — Replaces a child
DOMNodelist->item() — Retrieves a node specified by index
DOMProcessingInstruction->__construct() — Creates a new
DOMProcessingInstruction object
DOMText->__construct() — Creates a new DOMText object
DOMText->isWhitespaceInElementContent() — Indicates whether
this text node contains whitespace
DOMText->splitText() — Breaks this node into two nodes at
the specified offset
DOMXPath->__construct() — Creates a new DOMXPath object
DOMXPath->evaluate() — Evaluates the given XPath expression
and returns a typed result if possible.
DOMXPath->query() — Evaluates the given XPath expression
DOMXPath->registerNamespace() — Registers the namespace with
the DOMXPath object
dom_import_simplexml — Gets a DOMElement object from a
SimpleXMLElement object
XXXII. DOM XML
DomAttribute->name — Returns the name of attribute
DomAttribute->set_value — Sets the value of an attribute
DomAttribute->specified — Checks if attribute is specified
DomAttribute->value — Returns value of attribute
DomDocument->add_root — Adds a root node [deprecated]
DomDocument->create_attribute — Create new attribute
DomDocument->create_cdata_section — Create new cdata node
DomDocument->create_comment — Create new comment node
DomDocument->create_element_ns — Create new element node
with an associated namespace
DomDocument->create_element — Create new element node
DomDocument->create_entity_reference — Create an entity
reference
DomDocument->create_processing_instruction — Creates new PI node
DomDocument->create_text_node — Create new text node
DomDocument->doctype — Returns the document type
DomDocument->document_element — Returns root element node
DomDocument->dump_file — Dumps the internal XML tree back
into a file
DomDocument->dump_mem — Dumps the internal XML tree back
into a string
DomDocument->get_element_by_id — Searches for an element
with a certain id
DomDocument->get_elements_by_tagname — Returns array with
nodes with given tagname in document or empty array, if not
found
DomDocument->html_dump_mem — Dumps the internal XML tree
back into a string as HTML
DomDocument->xinclude — Substitutes XIncludes in a
DomDocument Object
DomDocumentType->entities() — Returns list of entities
DomDocumentType->internal_subset() — Returns internal subset
DomDocumentType->name() — Returns name of document type
DomDocumentType->notations() — Returns list of notations
DomDocumentType->public_id() — Returns public id of document
type
DomDocumentType->system_id() — Returns the system id of
document type
DomElement->get_attribute_node() — Returns the node of the
given attribute
DomElement->get_attribute() — Returns the value of the given
attribute
DomElement->get_elements_by_tagname() — Gets elements by
tagname
DomElement->has_attribute() — Checks to see if an attribute
exists in the current node
DomElement->remove_attribute() — Removes attribute
DomElement->set_attribute_node() — Adds new attribute
DomElement->set_attribute() — Sets the value of an attribute
DomElement->tagname() — Returns the name of the current element
DomNode->add_namespace — Adds a namespace declaration to a node
DomNode->append_child — Adds a new child at the end of the
children
DomNode->append_sibling — Adds new sibling to a node
DomNode->attributes — Returns list of attributes
DomNode->child_nodes — Returns children of node
DomNode->clone_node — Clones a node
DomNode->dump_node — Dumps a single node
DomNode->first_child — Returns first child of node
DomNode->get_content — Gets content of node
DomNode->has_attributes — Checks if node has attributes
DomNode->has_child_nodes — Checks if node has children
DomNode->insert_before — Inserts new node as child
DomNode->is_blank_node — Checks if node is blank
DomNode->last_child — Returns last child of node
DomNode->next_sibling — Returns the next sibling of node
DomNode->node_name — Returns name of node
DomNode->node_type — Returns type of node
DomNode->node_value — Returns value of a node
DomNode->owner_document — Returns the document this node
belongs to
DomNode->parent_node — Returns the parent of the node
DomNode->prefix — Returns name space prefix of node
DomNode->previous_sibling — Returns the previous sibling of
node
DomNode->remove_child — Removes child from list of children
DomNode->replace_child — Replaces a child
DomNode->replace_node — Replaces node
DomNode->set_content — Sets content of node
DomNode->set_name — Sets name of node
DomNode->set_namespace — Sets namespace of a node
DomNode->unlink_node — Deletes node
DomProcessingInstruction->data — Returns the data of
ProcessingInstruction node
DomProcessingInstruction->target — Returns the target of a
ProcessingInstruction node
DomXsltStylesheet->process() — Applies the
XSLT-Transformation on a DomDocument Object
DomXsltStylesheet->result_dump_file() — Dumps the result
from a XSLT-Transformation into a file
DomXsltStylesheet->result_dump_mem() — Dumps the result from
a XSLT-Transformation back into a string
domxml_new_doc — Creates new empty XML document
domxml_open_file — Creates a DOM object from an XML file
domxml_open_mem — Creates a DOM object of an XML document
domxml_version — Gets the XML library version
domxml_xmltree — Creates a tree of PHP objects from an XML
document
domxml_xslt_stylesheet_doc — Creates a DomXsltStylesheet
Object from a DomDocument Object
domxml_xslt_stylesheet_file — Creates a DomXsltStylesheet
Object from an XSL document in a file
domxml_xslt_stylesheet — Creates a DomXsltStylesheet object
from an XSL document in a string
domxml_xslt_version — Gets the XSLT library version
xpath_eval_expression — Evaluates the XPath Location Path in
the given string
xpath_eval — Evaluates the XPath Location Path in the given
string
xpath_new_context — Creates new xpath context
xpath_register_ns_auto — Register the given namespace in the
passed XPath context
xpath_register_ns — Register the given namespace in the
passed XPath context
xptr_eval — Evaluate the XPtr Location Path in the given string
xptr_new_context — Create new XPath Context
XXXIII. enchant
enchant_broker_describe — Enumerates the Enchant providers
enchant_broker_dict_exists — Whether a dictionary exists or
not. Using non-empty tag
enchant_broker_free_dict — Free a dictionary resource
enchant_broker_free — Free the broker resource and its
dictionnaries
enchant_broker_get_error — Returns the last error of the broker
enchant_broker_init — create a new broker object capable of
requesting
enchant_broker_list_dicts — Returns a list of available
dictionaries
enchant_broker_request_dict — create a new dictionary using
a tag
enchant_broker_request_pwl_dict — creates a dictionary using
a PWL file. A PWL file is personal word file one word per line.
enchant_broker_set_ordering — Declares a preference of
dictionaries to use for the language
enchant_dict_add_to_personal — add a word to personal word list
enchant_dict_add_to_session — add 'word' to this
spell-checking session
enchant_dict_check — Check whether a word is correctly
spelled or not.
enchant_dict_describe — Describes an individual dictionary
enchant_dict_get_error — Returns the last error of the
current spelling-session
enchant_dict_is_in_session — whether or not 'word' exists in
this spelling-session
enchant_dict_quick_check — Check the word is correctly
spelled and provide suggestions
enchant_dict_store_replacement — add a correction for a word.
enchant_dict_suggest — Will return a list of values if any
of those pre-conditions are not met.
XXXIV. Errors and Logging
debug_backtrace — Generates a backtrace
debug_print_backtrace — Prints a backtrace
error_get_last — Get the last occurred error
error_log — Send an error message somewhere
error_reporting — Sets which PHP errors are reported
restore_error_handler — Restores the previous error handler
function
restore_exception_handler — Restores the previously defined
exception handler function
set_error_handler — Sets a user-defined error handler function
set_exception_handler — Sets a user-defined exception
handler function
trigger_error — Generates a user-level error/warning/notice
message
user_error — Alias of trigger_error()
XXXV. Exif
exif_imagetype — Determine the type of an image
exif_read_data — Reads the EXIF headers from JPEG or TIFF
exif_tagname — Get the header name for an index
exif_thumbnail — Retrieve the embedded thumbnail of a TIFF
or JPEG image
read_exif_data — Alias of exif_read_data()
XXXVI. Expect
expect_expectl — Waits until the output from a process
matches one of the patterns, a specified time period has
passed, or an EOF is seen
expect_popen — Execute command via Bourne shell, and open
the PTY stream to the process
XXXVII. fam
fam_cancel_monitor — Terminate monitoring
fam_close — Close FAM connection
fam_monitor_collection — Monitor a collection of files in a
directory for changes
fam_monitor_directory — Monitor a directory for changes
fam_monitor_file — Monitor a regular file for changes
fam_next_event — Get next pending FAM event
fam_open — Open connection to FAM daemon
fam_pending — Check for pending FAM events
fam_resume_monitor — Resume suspended monitoring
fam_suspend_monitor — Temporarily suspend monitoring
XXXVIII. FDF
fdf_add_doc_javascript — Adds javascript code to the FDF
document
fdf_add_template — Adds a template into the FDF document
fdf_close — Close an FDF document
fdf_create — Create a new FDF document
fdf_enum_values — Call a user defined function for each
document value
fdf_errno — Return error code for last fdf operation
fdf_error — Return error description for FDF error code
fdf_get_ap — Get the appearance of a field
fdf_get_attachment — Extracts uploaded file embedded in the FDF
fdf_get_encoding — Get the value of the /Encoding key
fdf_get_file — Get the value of the /F key
fdf_get_flags — Gets the flags of a field
fdf_get_opt — Gets a value from the opt array of a field
fdf_get_status — Get the value of the /STATUS key
fdf_get_value — Get the value of a field
fdf_get_version — Gets version number for FDF API or file
fdf_header — Sets FDF-specific output headers
fdf_next_field_name — Get the next field name
fdf_open_string — Read a FDF document from a string
fdf_open — Open a FDF document
fdf_remove_item — Sets target frame for form
fdf_save_string — Returns the FDF document as a string
fdf_save — Save a FDF document
fdf_set_ap — Set the appearance of a field
fdf_set_encoding — Sets FDF character encoding
fdf_set_file — Set PDF document to display FDF data in
fdf_set_flags — Sets a flag of a field
fdf_set_javascript_action — Sets an javascript action of a field
fdf_set_on_import_javascript — Adds javascript code to be
executed when Acrobat opens the FDF
fdf_set_opt — Sets an option of a field
fdf_set_status — Set the value of the /STATUS key
fdf_set_submit_form_action — Sets a submit form action of a
field
fdf_set_target_frame — Set target frame for form display
fdf_set_value — Set the value of a field
fdf_set_version — Sets version number for a FDF file
XXXIX. Fileinfo
finfo_buffer — Return information about a string buffer
finfo_close — Close fileinfo resource
finfo_file — Return information about a file
finfo_open — Create a new fileinfo resource
finfo_set_flags — Set libmagic configuration options
XL. filePro
filepro_fieldcount — Find out how many fields are in a
filePro database
filepro_fieldname — Gets the name of a field
filepro_fieldtype — Gets the type of a field
filepro_fieldwidth — Gets the width of a field
filepro_retrieve — Retrieves data from a filePro database
filepro_rowcount — Find out how many rows are in a filePro
database
filepro — Read and verify the map file
XLI. Filesystem
basename — Returns filename component of path
chgrp — Changes file group
chmod — Changes file mode
chown — Changes file owner
clearstatcache — Clears file status cache
copy — Copies file
delete — See unlink() or unset()
dirname — Returns directory name component of path
disk_free_space — Returns available space in directory
disk_total_space — Returns the total size of a directory
diskfreespace — Alias of disk_free_space()
fclose — Closes an open file pointer
feof — Tests for end-of-file on a file pointer
fflush — Flushes the output to a file
fgetc — Gets character from file pointer
fgetcsv — Gets line from file pointer and parse for CSV fields
fgets — Gets line from file pointer
fgetss — Gets line from file pointer and strip HTML tags
file_exists — Checks whether a file or directory exists
file_get_contents — Reads entire file into a string
file_put_contents — Write a string to a file
file — Reads entire file into an array
fileatime — Gets last access time of file
filectime — Gets inode change time of file
filegroup — Gets file group
fileinode — Gets file inode
filemtime — Gets file modification time
fileowner — Gets file owner
fileperms — Gets file permissions
filesize — Gets file size
filetype — Gets file type
flock — Portable advisory file locking
fnmatch — Match filename against a pattern
fopen — Opens file or URL
fpassthru — Output all remaining data on a file pointer
fputcsv — Format line as CSV and write to file pointer
fputs — Alias of fwrite()
fread — Binary-safe file read
fscanf — Parses input from a file according to a format
fseek — Seeks on a file pointer
fstat — Gets information about a file using an open file pointer
ftell — Tells file pointer read/write position
ftruncate — Truncates a file to a given length
fwrite — Binary-safe file write
glob — Find pathnames matching a pattern
is_dir — Tells whether the filename is a directory
is_executable — Tells whether the filename is executable
is_file — Tells whether the filename is a regular file
is_link — Tells whether the filename is a symbolic link
is_readable — Tells whether the filename is readable
is_uploaded_file — Tells whether the file was uploaded via
HTTP POST
is_writable — Tells whether the filename is writable
is_writeable — Alias of is_writable()
lchgrp — Changes group ownership of symlink
lchown — Changes user ownership of symlink
link — Create a hard link
linkinfo — Gets information about a link
lstat — Gives information about a file or symbolic link
mkdir — Makes directory
move_uploaded_file — Moves an uploaded file to a new location
parse_ini_file — Parse a configuration file
pathinfo — Returns information about a file path
pclose — Closes process file pointer
popen — Opens process file pointer
readfile — Outputs a file
readlink — Returns the target of a symbolic link
realpath — Returns canonicalized absolute pathname
rename — Renames a file or directory
rewind — Rewind the position of a file pointer
rmdir — Removes directory
set_file_buffer — Alias of stream_set_write_buffer()
stat — Gives information about a file
symlink — Creates a symbolic link
tempnam — Create file with unique file name
tmpfile — Creates a temporary file
touch — Sets access and modification time of file
umask — Changes the current umask
unlink — Deletes a file
XLII. Filter
filter_has_var — Checks if variable of specified type exists
filter_id — Returns the filter ID belonging to a named filter
filter_input_array — Gets multiple variables from outside
PHP and optionally filters them
filter_input — Gets variable from outside PHP and optionally
filters it
filter_list — Returns a list of all supported filters
filter_var_array — Gets multiple variables and optionally
filters them
filter_var — Filters a variable with a specified filter
XLIII. Firebird/InterBase
ibase_add_user — Add a user to a security database (only for
IB6 or later)
ibase_affected_rows — Return the number of rows that were
affected by the previous query
ibase_backup — Initiates a backup task in the service
manager and returns immediately
ibase_blob_add — Add data into a newly created blob
ibase_blob_cancel — Cancel creating blob
ibase_blob_close — Close blob
ibase_blob_create — Create a new blob for adding data
ibase_blob_echo — Output blob contents to browser
ibase_blob_get — Get len bytes data from open blob
ibase_blob_import — Create blob, copy file in it, and close it
ibase_blob_info — Return blob length and other useful info
ibase_blob_open — Open blob for retrieving data parts
ibase_close — Close a connection to an InterBase database
ibase_commit_ret — Commit a transaction without closing it
ibase_commit — Commit a transaction
ibase_connect — Open a connection to an InterBase database
ibase_db_info — Request statistics about a database
ibase_delete_user — Delete a user from a security database
(only for IB6 or later)
ibase_drop_db — Drops a database
ibase_errcode — Return an error code
ibase_errmsg — Return error messages
ibase_execute — Execute a previously prepared query
ibase_fetch_assoc — Fetch a result row from a query as an
associative array
ibase_fetch_object — Get an object from a InterBase database
ibase_fetch_row — Fetch a row from an InterBase database
ibase_field_info — Get information about a field
ibase_free_event_handler — Cancels a registered event handler
ibase_free_query — Free memory allocated by a prepared query
ibase_free_result — Free a result set
ibase_gen_id — Increments the named generator and returns
its new value
ibase_maintain_db — Execute a maintenance command on the
database server
ibase_modify_user — Modify a user to a security database
(only for IB6 or later)
ibase_name_result — Assigns a name to a result set
ibase_num_fields — Get the number of fields in a result set
ibase_num_params — Return the number of parameters in a
prepared query
ibase_param_info — Return information about a parameter in a
prepared query
ibase_pconnect — Open a persistent connection to an
InterBase database
ibase_prepare — Prepare a query for later binding of
parameter placeholders and execution
ibase_query — Execute a query on an InterBase database
ibase_restore — Initiates a restore task in the service
manager and returns immediately
ibase_rollback_ret — Roll back a transaction without closing it
ibase_rollback — Roll back a transaction
ibase_server_info — Request information about a database server
ibase_service_attach — Connect to the service manager
ibase_service_detach — Disconnect from the service manager
ibase_set_event_handler — Register a callback function to be
called when events are posted
ibase_timefmt — Sets the format of timestamp, date and time
type columns returned from queries
ibase_trans — Begin a transaction
ibase_wait_event — Wait for an event to be posted by the
database
XLIV. Firebird/Interbase (PDO)
PDO_FIREBIRD DSN — Connecting to Firebird and Interbase
databases
XLV. FriBiDi
fribidi_log2vis — Convert a logical string to a visual one
XLVI. FrontBase
fbsql_affected_rows — Get number of affected rows in
previous FrontBase operation
fbsql_autocommit — Enable or disable autocommit
fbsql_blob_size — Get the size of a BLOB
fbsql_change_user — Change logged in user of the active
connection
fbsql_clob_size — Get the size of a CLOB
fbsql_close — Close FrontBase connection
fbsql_commit — Commits a transaction to the database
fbsql_connect — Open a connection to a FrontBase Server
fbsql_create_blob — Create a BLOB
fbsql_create_clob — Create a CLOB
fbsql_create_db — Create a FrontBase database
fbsql_data_seek — Move internal result pointer
fbsql_database_password — Sets or retrieves the password for
a FrontBase database
fbsql_database — Get or set the database name used with a
connection
fbsql_db_query — Send a FrontBase query
fbsql_db_status — Get the status for a given database
fbsql_drop_db — Drop (delete) a FrontBase database
fbsql_errno — Returns the error number from previous operation
fbsql_error — Returns the error message from previous operation
fbsql_fetch_array — Fetch a result row as an associative
array, a numeric array, or both
fbsql_fetch_assoc — Fetch a result row as an associative array
fbsql_fetch_field — Get column information from a result and
return as an object
fbsql_fetch_lengths — Get the length of each output in a result
fbsql_fetch_object — Fetch a result row as an object
fbsql_fetch_row — Get a result row as an enumerated array
fbsql_field_flags — Get the flags associated with the
specified field in a result
fbsql_field_len — Returns the length of the specified field
fbsql_field_name — Get the name of the specified field in a
result
fbsql_field_seek — Set result pointer to a specified field
offset
fbsql_field_table — Get name of the table the specified
field is in
fbsql_field_type — Get the type of the specified field in a
result
fbsql_free_result — Free result memory
fbsql_get_autostart_info
fbsql_hostname — Get or set the host name used with a connection
fbsql_insert_id — Get the id generated from the previous
INSERT operation
fbsql_list_dbs — List databases available on a FrontBase server
fbsql_list_fields — List FrontBase result fields
fbsql_list_tables — List tables in a FrontBase database
fbsql_next_result — Move the internal result pointer to the
next result
fbsql_num_fields — Get number of fields in result
fbsql_num_rows — Get number of rows in result
fbsql_password — Get or set the user password used with a
connection
fbsql_pconnect — Open a persistent connection to a FrontBase
Server
fbsql_query — Send a FrontBase query
fbsql_read_blob — Read a BLOB from the database
fbsql_read_clob — Read a CLOB from the database
fbsql_result — Get result data
fbsql_rollback — Rollback a transaction to the database
fbsql_rows_fetched — Get the number of rows affected by the
last statement
fbsql_select_db — Select a FrontBase database
fbsql_set_characterset — Change input/output character set
fbsql_set_lob_mode — Set the LOB retrieve mode for a
FrontBase result set
fbsql_set_password — Change the password for a given user
fbsql_set_transaction — Set the transaction locking and
isolation
fbsql_start_db — Start a database on local or remote server
fbsql_stop_db — Stop a database on local or remote server
fbsql_table_name — Get table name of field
fbsql_tablename — Alias of of fbsql_table_name()
fbsql_username — Get or set the username for the connection
fbsql_warnings — Enable or disable FrontBase warnings
XLVII. FTP
ftp_alloc — Allocates space for a file to be uploaded
ftp_cdup — Changes to the parent directory
ftp_chdir — Changes the current directory on a FTP server
ftp_chmod — Set permissions on a file via FTP
ftp_close — Closes an FTP connection
ftp_connect — Opens an FTP connection
ftp_delete — Deletes a file on the FTP server
ftp_exec — Requests execution of a command on the FTP server
ftp_fget — Downloads a file from the FTP server and saves to
an open file
ftp_fput — Uploads from an open file to the FTP server
ftp_get_option — Retrieves various runtime behaviours of the
current FTP stream
ftp_get — Downloads a file from the FTP server
ftp_login — Logs in to an FTP connection
ftp_mdtm — Returns the last modified time of the given file
ftp_mkdir — Creates a directory
ftp_nb_continue — Continues retrieving/sending a file
(non-blocking)
ftp_nb_fget — Retrieves a file from the FTP server and
writes it to an open file (non-blocking)
ftp_nb_fput — Stores a file from an open file to the FTP
server (non-blocking)
ftp_nb_get — Retrieves a file from the FTP server and writes
it to a local file (non-blocking)
ftp_nb_put — Stores a file on the FTP server (non-blocking)
ftp_nlist — Returns a list of files in the given directory
ftp_pasv — Turns passive mode on or off
ftp_put — Uploads a file to the FTP server
ftp_pwd — Returns the current directory name
ftp_quit — Alias of ftp_close()
ftp_raw — Sends an arbitrary command to an FTP server
ftp_rawlist — Returns a detailed list of files in the given
directory
ftp_rename — Renames a file or a directory on the FTP server
ftp_rmdir — Removes a directory
ftp_set_option — Set miscellaneous runtime FTP options
ftp_site — Sends a SITE command to the server
ftp_size — Returns the size of the given file
ftp_ssl_connect — Opens an Secure SSL-FTP connection
ftp_systype — Returns the system type identifier of the
remote FTP server
XLVIII. Function handling
call_user_func_array — Call a user function given with an
array of parameters
call_user_func — Call a user function given by the first
parameter
create_function — Create an anonymous (lambda-style) function
func_get_arg — Return an item from the argument list
func_get_args — Returns an array comprising a function's
argument list
func_num_args — Returns the number of arguments passed to
the function
function_exists — Return TRUE if the given function has been
defined
get_defined_functions — Returns an array of all defined
functions
register_shutdown_function — Register a function for
execution on shutdown
register_tick_function — Register a function for execution
on each tick
unregister_tick_function — De-register a function for
execution on each tick
XLIX. GeoIP
geoip_country_code_by_name — Get the two letter country code
geoip_country_code3_by_name — Get the three letter country code
geoip_country_name_by_name — Get the full country name
geoip_database_info — Get GeoIP Database information
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / -=pkg=-
ImagickDraw::setStrokeDashArray — Specifies the pattern of
dashes and gaps used to stroke paths
ImagickDraw::setStrokeDashOffset — Specifies the offset into
the dash pattern to start the dash
ImagickDraw::setStrokeLineCap — Specifies the shape to be
used at the end of open subpaths when they are stroked
ImagickDraw::setStrokeLineJoin — Specifies the shape to be
used at the corners of paths when they are stroked
ImagickDraw::setStrokeMiterLimit — Specifies the miter limit
ImagickDraw::setStrokeOpacity — Specifies the opacity of
stroked object outlines
ImagickDraw::setStrokePatternURL — Sets the pattern used for
stroking object outlines
ImagickDraw::setStrokeWidth — Sets the width of the stroke
used to draw object outlines
ImagickDraw::setTextAlignment — Specifies a text alignment
ImagickDraw::setTextAntialias — Controls whether text is
antialiased
ImagickDraw::setTextDecoration — Specifies a decoration
ImagickDraw::setTextEncoding — Specifies specifies the text
code set
ImagickDraw::setTextUnderColor — Specifies the color of a
background rectangle
ImagickDraw::setVectorGraphics — Sets the vector graphics
ImagickDraw::setViewbox — Sets the overall canvas size
ImagickDraw::skewX — Skews the current coordinate system in
the horizontal direction
ImagickDraw::skewY — Skews the current coordinate system in
the vertical direction
ImagickDraw::translate — Applies a translation to the
current coordinate system
ImagickPixel::clear — Clears resources associated with this
object
ImagickPixel::__construct — The ImagickPixel constructor
ImagickPixel::destroy — Deallocates resources associated
with this object
ImagickPixel::getColor — Returns the color
ImagickPixel::getColorCount — Returns the color count
associated with this color
ImagickPixel::getColorValue — Gets the normalized value of
the provided color channel
ImagickPixel::getHSL — Returns the normalized HSL color of
the ImagickPixel object
ImagickPixel::isSimilar — Check the distance between this
color and another
ImagickPixel::setColorValue — Sets the normalized value of
one of the channels
ImagickPixel::setColor — Sets the color
ImagickPixel::setHSL — Sets the normalized HSL color
ImagickPixelIterator::clear — Clear resources associated
with a PixelIterator
ImagickPixelIterator::__construct — The ImagickPixelIterator
constructor
ImagickPixelIterator::destroy — Deallocates resources
associated with a PixelIterator
ImagickPixelIterator::getCurrentIteratorRow — Returns the
current row of ImagickPixel objects
ImagickPixelIterator::getIteratorRow — Returns the current
pixel iterator row
ImagickPixelIterator::getNextIteratorRow — Returns the next
row of the pixel iterator
ImagickPixelIterator::getPreviousIteratorRow — Returns the
previous row
ImagickPixelIterator::newPixelIterator — Returns a new pixel
iterator
ImagickPixelIterator::newPixelRegionIterator — Returns a new
pixel iterator
ImagickPixelIterator::resetIterator — Resets the pixel iterator
ImagickPixelIterator::setIteratorFirstRow — Sets the pixel
iterator to the first pixel row
ImagickPixelIterator::setIteratorLastRow — Sets the pixel
iterator to the last pixel row
ImagickPixelIterator::setIteratorRow — Set the pixel
iterator row
ImagickPixelIterator::syncIterator — Syncs the pixel iterator
LXVII. IMAP
imap_8bit — Convert an 8bit string to a quoted-printable string
imap_alerts — Returns all IMAP alert messages that have occurred
imap_append — Append a string message to a specified mailbox
imap_base64 — Decode BASE64 encoded text
imap_binary — Convert an 8bit string to a base64 string
imap_body — Read the message body
imap_bodystruct — Read the structure of a specified body
section of a specific message
imap_check — Check current mailbox
imap_clearflag_full — Clears flags on messages
imap_close — Close an IMAP stream
imap_createmailbox — Create a new mailbox
imap_delete — Mark a message for deletion from current mailbox
imap_deletemailbox — Delete a mailbox
imap_errors — Returns all of the IMAP errors that have occured
imap_expunge — Delete all messages marked for deletion
imap_fetch_overview — Read an overview of the information in
the headers of the given message
imap_fetchbody — Fetch a particular section of the body of
the message
imap_fetchheader — Returns header for a message
imap_fetchstructure — Read the structure of a particular message
imap_get_quota — Retrieve the quota level settings, and
usage statics per mailbox
imap_get_quotaroot — Retrieve the quota settings per user
imap_getacl — Gets the ACL for a given mailbox
imap_getmailboxes — Read the list of mailboxes, returning
detailed information on each one
imap_getsubscribed — List all the subscribed mailboxes
imap_header — Alias of imap_headerinfo()
imap_headerinfo — Read the header of the message
imap_headers — Returns headers for all messages in a mailbox
imap_last_error — Gets the last IMAP error that occurred
during this page request
imap_list — Read the list of mailboxes
imap_listmailbox — Alias of imap_list()
imap_listscan — Returns the list of mailboxes that matches
the given text
imap_listsubscribed — Alias of imap_lsub()
imap_lsub — List all the subscribed mailboxes
imap_mail_compose — Create a MIME message based on given
envelope and body sections
imap_mail_copy — Copy specified messages to a mailbox
imap_mail_move — Move specified messages to a mailbox
imap_mail — Send an email message
imap_mailboxmsginfo — Get information about the current mailbox
imap_mime_header_decode — Decode MIME header elements
imap_msgno — Gets the message sequence number for the given UID
imap_num_msg — Gets the number of messages in the current
mailbox
imap_num_recent — Gets the number of recent messages in
current mailbox
imap_open — Open an IMAP stream to a mailbox
imap_ping — Check if the IMAP stream is still active
imap_qprint — Convert a quoted-printable string to an 8 bit
string
imap_renamemailbox — Rename an old mailbox to new mailbox
imap_reopen — Reopen IMAP stream to new mailbox
imap_rfc822_parse_adrlist — Parses an address string
imap_rfc822_parse_headers — Parse mail headers from a string
imap_rfc822_write_address — Returns a properly formatted
email address given the mailbox, host, and personal info
imap_savebody — Save a specific body section to a file
imap_scanmailbox — Alias of imap_listscan()
imap_search — This function returns an array of messages
matching the given search criteria
imap_set_quota — Sets a quota for a given mailbox
imap_setacl — Sets the ACL for a giving mailbox
imap_setflag_full — Sets flags on messages
imap_sort — Gets and sort messages
imap_status — Returns status information on a mailbox
imap_subscribe — Subscribe to a mailbox
imap_thread — Returns a tree of threaded message
imap_timeout — Set or fetch imap timeout
imap_uid — This function returns the UID for the given
message sequence number
imap_undelete — Unmark the message which is marked deleted
imap_unsubscribe — Unsubscribe from a mailbox
imap_utf7_decode — Decodes a modified UTF-7 encoded string
imap_utf7_encode — Converts ISO-8859-1 string to modified
UTF-7 text
imap_utf8 — Converts MIME-encoded text to UTF-8
LXVIII. Informix
ifx_affected_rows — Get number of rows affected by a query
ifx_blobinfile_mode — Set the default blob mode for all
select queries
ifx_byteasvarchar — Set the default byte mode
ifx_close — Close Informix connection
ifx_connect — Open Informix server connection
ifx_copy_blob — Duplicates the given blob object
ifx_create_blob — Creates an blob object
ifx_create_char — Creates an char object
ifx_do — Execute a previously prepared SQL-statement
ifx_error — Returns error code of last Informix call
ifx_errormsg — Returns error message of last Informix call
ifx_fetch_row — Get row as an associative array
ifx_fieldproperties — List of SQL fieldproperties
ifx_fieldtypes — List of Informix SQL fields
ifx_free_blob — Deletes the blob object
ifx_free_char — Deletes the char object
ifx_free_result — Releases resources for the query
ifx_get_blob — Return the content of a blob object
ifx_get_char — Return the content of the char object
ifx_getsqlca — Get the contents of sqlca.sqlerrd[0..5] after
a query
ifx_htmltbl_result — Formats all rows of a query into a HTML
table
ifx_nullformat — Sets the default return value on a fetch row
ifx_num_fields — Returns the number of columns in the query
ifx_num_rows — Count the rows already fetched from a query
ifx_pconnect — Open persistent Informix connection
ifx_prepare — Prepare an SQL-statement for execution
ifx_query — Send Informix query
ifx_textasvarchar — Set the default text mode
ifx_update_blob — Updates the content of the blob object
ifx_update_char — Updates the content of the char object
ifxus_close_slob — Deletes the slob object
ifxus_create_slob — Creates an slob object and opens it
ifxus_free_slob — Deletes the slob object
ifxus_open_slob — Opens an slob object
ifxus_read_slob — Reads nbytes of the slob object
ifxus_seek_slob — Sets the current file or seek position
ifxus_tell_slob — Returns the current file or seek position
ifxus_write_slob — Writes a string into the slob object
LXIX. Informix (PDO)
PDO_INFORMIX DSN — Connecting to Informix databases
LXX. Ingres II
ingres_autocommit — Switch autocommit on or off
ingres_close — Close an Ingres II database connection
ingres_commit — Commit a transaction
ingres_connect — Open a connection to an Ingres database
ingres_cursor — Gets a cursor name for a given link resource
ingres_errno — Gets the last ingres error number generated
ingres_error — Gets a meaningful error message for the last
error generated
ingres_errsqlstate — Gets the last SQLSTATE error code generated
ingres_fetch_array — Fetch a row of result into an array
ingres_fetch_object — Fetch a row of result into an object
ingres_fetch_row — Fetch a row of result into an enumerated
array
ingres_field_length — Get the length of a field
ingres_field_name — Get the name of a field in a query result
ingres_field_nullable — Test if a field is nullable
ingres_field_precision — Get the precision of a field
ingres_field_scale — Get the scale of a field
ingres_field_type — Get the type of a field in a query result
ingres_num_fields — Get the number of fields returned by the
last query
ingres_num_rows — Get the number of rows affected or
returned by the last query
ingres_pconnect — Open a persistent connection to an Ingres
II database
ingres_query — Send a SQL query to Ingres II
ingres_rollback — Roll back a transaction
LXXI. IRC Gateway
ircg_channel_mode — Set channel mode flags for user
ircg_disconnect — Close connection to server
ircg_eval_ecmascript_params — Decodes a list of JS-encoded
parameters
ircg_fetch_error_msg — Returns the error from previous IRCG
operation
ircg_get_username — Get username for connection
ircg_html_encode — Encodes HTML preserving output
ircg_ignore_add — Add a user to your ignore list on a server
ircg_ignore_del — Remove a user from your ignore list on a
server
ircg_invite — Invites nickname to channel
ircg_is_conn_alive — Check connection status
ircg_join — Join a channel on a connected server
ircg_kick — Kick a user out of a channel on server
ircg_list — List topic/user count of channel(s)
ircg_lookup_format_messages — Check for the existence of a
format message set
ircg_lusers — IRC network statistics
ircg_msg — Send message to channel or user on server
ircg_names — Query visible usernames
ircg_nick — Change nickname on server
ircg_nickname_escape — Encode special characters in nickname
to be IRC-compliant
ircg_nickname_unescape — Decodes encoded nickname
ircg_notice — Send a notice to a user on server
ircg_oper — Elevates privileges to IRC OPER
ircg_part — Leave a channel on server
ircg_pconnect — Connect to an IRC server
ircg_register_format_messages — Register a format message set
ircg_set_current — Set current connection for output
ircg_set_file — Set logfile for connection
ircg_set_on_die — Set action to be executed when connection dies
ircg_topic — Set topic for channel on server
ircg_who — Queries server for WHO information
ircg_whois — Query server for user information
LXXII. Java
java_last_exception_clear — Clear last Java exception
java_last_exception_get — Get last Java exception
LXXIII. JSON
json_decode — Decodes a JSON string
json_encode — Returns the JSON representation of a value
LXXIV. kadm5
kadm5_chpass_principal — Changes the principal's password
kadm5_create_principal — Creates a kerberos principal with
the given parameters
kadm5_delete_principal — Deletes a kerberos principal
kadm5_destroy — Closes the connection to the admin server
and releases all related resources
kadm5_flush — Flush all changes to the Kerberos database,
leaving the connection to the Kerberos admin server open
kadm5_get_policies — Gets all policies from the Kerberos
database
kadm5_get_principal — Gets the principal's entries from the
Kerberos database
kadm5_get_principals — Gets all principals from the Kerberos
database
kadm5_init_with_password — Opens a connection to the KADM5
library and initializes any neccessary state information
kadm5_modify_principal — Modifies a kerberos principal with
the given parameters
LXXV. LDAP
ldap_8859_to_t61 — Translate 8859 characters to t61 characters
ldap_add — Add entries to LDAP directory
ldap_bind — Bind to LDAP directory
ldap_close — Alias of ldap_unbind()
ldap_compare — Compare value of attribute found in entry
specified with DN
ldap_connect — Connect to an LDAP server
ldap_count_entries — Count the number of entries in a search
ldap_delete — Delete an entry from a directory
ldap_dn2ufn — Convert DN to User Friendly Naming format
ldap_err2str — Convert LDAP error number into string error
message
ldap_errno — Return the LDAP error number of the last LDAP
command
ldap_error — Return the LDAP error message of the last LDAP
command
ldap_explode_dn — Splits DN into its component parts
ldap_first_attribute — Return first attribute
ldap_first_entry — Return first result id
ldap_first_reference — Return first reference
ldap_free_result — Free result memory
ldap_get_attributes — Get attributes from a search result entry
ldap_get_dn — Get the DN of a result entry
ldap_get_entries — Get all result entries
ldap_get_option — Get the current value for given option
ldap_get_values_len — Get all binary values from a result entry
ldap_get_values — Get all values from a result entry
ldap_list — Single-level search
ldap_mod_add — Add attribute values to current attributes
ldap_mod_del — Delete attribute values from current attributes
ldap_mod_replace — Replace attribute values with new ones
ldap_modify — Modify an LDAP entry
ldap_next_attribute — Get the next attribute in result
ldap_next_entry — Get next result entry
ldap_next_reference — Get next reference
ldap_parse_reference — Extract information from reference entry
ldap_parse_result — Extract information from result
ldap_read — Read an entry
ldap_rename — Modify the name of an entry
ldap_sasl_bind — Bind to LDAP directory using SASL
ldap_search — Search LDAP tree
ldap_set_option — Set the value of the given option
ldap_set_rebind_proc — Set a callback function to do
re-binds on referral chasing
ldap_sort — Sort LDAP result entries
ldap_start_tls — Start TLS
ldap_t61_to_8859 — Translate t61 characters to 8859 characters
ldap_unbind — Unbind from LDAP directory
LXXVI. libxml
libxml_clear_errors — Clear libxml error buffer
libxml_get_errors — Retrieve array of errors
libxml_get_last_error — Retrieve last error from libxml
libxml_set_streams_context — Set the streams context for the
next libxml document load or write
libxml_use_internal_errors — Disable libxml errors and allow
user to fetch error information as needed
LXXVII. Lotus Notes
notes_body — Open the message msg_number in the specified
mailbox on the specified server (leave serv
notes_copy_db — Copy a Lotus Notes database
notes_create_db — Create a Lotus Notes database
notes_create_note — Create a note using form form_name
notes_drop_db — Drop a Lotus Notes database
notes_find_note — Returns a note id found in database_name
notes_header_info — Open the message msg_number in the
specified mailbox on the specified server (leave serv
notes_list_msgs — Returns the notes from a selected
database_name
notes_mark_read — Mark a note_id as read for the User user_name
notes_mark_unread — Mark a note_id as unread for the User
user_name
notes_nav_create — Create a navigator name, in database_name
notes_search — Find notes that match keywords in database_name
notes_unread — Returns the unread note id's for the current
User user_name
notes_version — Get the version Lotus Notes
LXXVIII. LZF
lzf_compress — LZF compression
lzf_decompress — LZF decompression
lzf_optimized_for — Determines what LZF extension was
optimized for
LXXIX. Mail
ezmlm_hash — Calculate the hash value needed by EZMLM
mail — Send mail
LXXX. Mailparse
mailparse_determine_best_xfer_encoding — Gets the best way
of encoding
mailparse_msg_create — Create a mime mail resource
mailparse_msg_extract_part_file — Extracts/decodes a message
section
mailparse_msg_extract_part — Extracts/decodes a message section
mailparse_msg_extract_whole_part_file — Extracts a message
section including headers without decoding the transfer encoding
mailparse_msg_free — Frees a MIME resource
mailparse_msg_get_part_data — Returns an associative array
of info about the message
mailparse_msg_get_part — Returns a handle on a given section
in a mimemessage
mailparse_msg_get_structure — Returns an array of mime
section names in the supplied message
mailparse_msg_parse_file — Parses a file
mailparse_msg_parse — Incrementally parse data into buffer
mailparse_rfc822_parse_addresses — Parse RFC 822 compliant
addresses
mailparse_stream_encode — Streams data from source file
pointer, apply encoding and write to destfp
mailparse_uudecode_all — Scans the data from fp and extract
each embedded uuencoded file
LXXXI. Math
abs — Absolute value
acos — Arc cosine
acosh — Inverse hyperbolic cosine
asin — Arc sine
asinh — Inverse hyperbolic sine
atan2 — Arc tangent of two variables
atan — Arc tangent
atanh — Inverse hyperbolic tangent
base_convert — Convert a number between arbitrary bases
bindec — Binary to decimal
ceil — Round fractions up
cos — Cosine
cosh — Hyperbolic cosine
decbin — Decimal to binary
dechex — Decimal to hexadecimal
decoct — Decimal to octal
deg2rad — Converts the number in degrees to the radian
equivalent
exp — Calculates the exponent of e
expm1 — Returns exp(number) - 1, computed in a way that is
accurate even when the value of number is close to zero
floor — Round fractions down
fmod — Returns the floating point remainder (modulo) of the
division of the arguments
getrandmax — Show largest possible random value
hexdec — Hexadecimal to decimal
hypot — Calculate the length of the hypotenuse of a
right-angle triangle
is_finite — Finds whether a value is a legal finite number
is_infinite — Finds whether a value is infinite
is_nan — Finds whether a value is not a number
lcg_value — Combined linear congruential generator
log10 — Base-10 logarithm
log1p — Returns log(1 + number), computed in a way that is
accurate even when the value of number is close to zero
log — Natural logarithm
max — Find highest value
min — Find lowest value
mt_getrandmax — Show largest possible random value
mt_rand — Generate a better random value
mt_srand — Seed the better random number generator
octdec — Octal to decimal
pi — Get value of pi
pow — Exponential expression
rad2deg — Converts the radian number to the equivalent
number in degrees
rand — Generate a random integer
round — Rounds a float
sin — Sine
sinh — Hyperbolic sine
sqrt — Square root
srand — Seed the random number generator
tan — Tangent
tanh — Hyperbolic tangent
LXXXII. MaxDB
maxdb_affected_rows — Gets the number of affected rows in a
previous MaxDB operation
maxdb_autocommit — Turns on or off auto-commiting database
modifications
maxdb_bind_param — Alias of maxdb_stmt_bind_param()
maxdb_bind_result — Alias of maxdb_stmt_bind_result()
maxdb_change_user — Changes the user of the specified
database connection
maxdb_character_set_name — Returns the default character set
for the database connection
maxdb_client_encoding — Alias of maxdb_character_set_name()
maxdb_close_long_data — Alias of maxdb_stmt_close_long_data()
maxdb_close — Closes a previously opened database connection
maxdb_commit — Commits the current transaction
maxdb_connect_errno — Returns the error code from last
connect call
maxdb_connect_error — Returns a string description of the
last connect error
maxdb_connect — Open a new connection to the MaxDB server
maxdb_data_seek — Adjusts the result pointer to an arbitary
row in the result
maxdb_debug — Performs debugging operations
maxdb_disable_reads_from_master — Disable reads from master
maxdb_disable_rpl_parse — Disable RPL parse
maxdb_dump_debug_info — Dump debugging information into the log
maxdb_embedded_connect — Open a connection to an embedded
MaxDB server
maxdb_enable_reads_from_master — Enable reads from master
maxdb_enable_rpl_parse — Enable RPL parse
maxdb_errno — Returns the error code for the most recent
function call
maxdb_error — Returns a string description of the last error
maxdb_escape_string — Alias of maxdb_real_escape_string()
maxdb_execute — Alias of maxdb_stmt_execute()
maxdb_fetch_array — Fetch a result row as an associative, a
numeric array, or both
maxdb_fetch_assoc — Fetch a result row as an associative array
maxdb_fetch_field_direct — Fetch meta-data for a single field
maxdb_fetch_field — Returns the next field in the result set
maxdb_fetch_fields — Returns an array of resources
representing the fields in a result set
maxdb_fetch_lengths — Returns the lengths of the columns of
the current row in the result set
maxdb_fetch_object — Returns the current row of a result set
as an object
maxdb_fetch_row — Get a result row as an enumerated array
maxdb_fetch — Alias of maxdb_stmt_fetch()
maxdb_field_count — Returns the number of columns for the
most recent query
maxdb_field_seek — Set result pointer to a specified field
offset
maxdb_field_tell — Get current field offset of a result pointer
maxdb_free_result — Frees the memory associated with a result
maxdb_get_client_info — Returns the MaxDB client version as
a string
maxdb_get_client_version — Get MaxDB client info
maxdb_get_host_info — Returns a string representing the type
of connection used
maxdb_get_metadata — Alias of maxdb_stmt_result_metadata()
maxdb_get_proto_info — Returns the version of the MaxDB
protocol used
maxdb_get_server_info — Returns the version of the MaxDB server
maxdb_get_server_version — Returns the version of the MaxDB
server as an integer
maxdb_info — Retrieves information about the most recently
executed query
maxdb_init — Initializes MaxDB and returns an resource for
use with maxdb_real_connect
maxdb_insert_id — Returns the auto generated id used in the
last query
maxdb_kill — Disconnects from a MaxDB server
maxdb_master_query — Enforce execution of a query on the
master in a master/slave setup
maxdb_more_results — Check if there any more query results
from a multi query
maxdb_multi_query — Performs a query on the database
maxdb_next_result — Prepare next result from multi_query
maxdb_num_fields — Get the number of fields in a result
maxdb_num_rows — Gets the number of rows in a result
maxdb_options — Set options
maxdb_param_count — Alias of maxdb_stmt_param_count()
maxdb_ping — Pings a server connection, or tries to
reconnect if the connection has gone down
maxdb_prepare — Prepare a SQL statement for execution
maxdb_query — Performs a query on the database
maxdb_real_connect — Opens a connection to a MaxDB server
maxdb_real_escape_string — Escapes special characters in a
string for use in a SQL statement, taking into account the
current charset of the connection
maxdb_real_query — Execute an SQL query
maxdb_report — Enables or disables internal report functions
maxdb_rollback — Rolls back current transaction
maxdb_rpl_parse_enabled — Check if RPL parse is enabled
maxdb_rpl_probe — RPL probe
maxdb_rpl_query_type — Returns RPL query type
maxdb_select_db — Selects the default database for database
queries
maxdb_send_long_data — Alias of maxdb_stmt_send_long_data()
maxdb_send_query — Send the query and return
maxdb_server_end — Shut down the embedded server
maxdb_server_init — Initialize embedded server
maxdb_set_opt — Alias of maxdb_options()
maxdb_sqlstate — Returns the SQLSTATE error from previous
MaxDB operation
maxdb_ssl_set — Used for establishing secure connections
using SSL
maxdb_stat — Gets the current system status
maxdb_stmt_affected_rows — Returns the total number of rows
changed, deleted, or inserted by the last executed statement
maxdb_stmt_bind_param — Binds variables to a prepared
statement as parameters
maxdb_stmt_bind_result — Binds variables to a prepared
statement for result storage
maxdb_stmt_close_long_data — Ends a sequence of
maxdb_stmt_send_long_data()
maxdb_stmt_close — Closes a prepared statement
maxdb_stmt_data_seek — Seeks to an arbitray row in statement
result set
maxdb_stmt_errno — Returns the error code for the most
recent statement call
maxdb_stmt_error — Returns a string description for last
statement error
maxdb_stmt_execute — Executes a prepared Query
maxdb_stmt_fetch — Fetch results from a prepared statement
into the bound variables
maxdb_stmt_free_result — Frees stored result memory for the
given statement handle
maxdb_stmt_init — Initializes a statement and returns an
resource for use with maxdb_stmt_prepare
maxdb_stmt_num_rows — Return the number of rows in
statements result set
maxdb_stmt_param_count — Returns the number of parameter for
the given statement
maxdb_stmt_prepare — Prepare a SQL statement for execution
maxdb_stmt_reset — Resets a prepared statement
maxdb_stmt_result_metadata — Returns result set metadata
from a prepared statement
maxdb_stmt_send_long_data — Send data in blocks
maxdb_stmt_sqlstate — Returns SQLSTATE error from previous
statement operation
maxdb_stmt_store_result — Transfers a result set from a
prepared statement
maxdb_store_result — Transfers a result set from the last query
maxdb_thread_id — Returns the thread ID for the current
connection
maxdb_thread_safe — Returns whether thread safety is given
or not
maxdb_use_result — Initiate a result set retrieval
maxdb_warning_count — Returns the number of warnings from
the last query for the given link
LXXXIII. MCAL
mcal_append_event — Store a new event into an MCAL calendar
mcal_close — Close an MCAL stream
mcal_create_calendar — Create a new MCAL calendar
mcal_date_compare — Compares two dates
mcal_date_valid — Returns TRUE if the given year, month, day
is a valid date
mcal_day_of_week — Returns the day of the week of the given
date
mcal_day_of_year — Returns the day of the year of the given
date
mcal_days_in_month — Returns the number of days in a month
mcal_delete_calendar — Delete an MCAL calendar
mcal_delete_event — Delete an event from an MCAL calendar
mcal_event_add_attribute — Adds an attribute and a value to
the streams global event structure
mcal_event_init — Initializes a streams global event structure
mcal_event_set_alarm — Sets the alarm of the streams global
event structure
mcal_event_set_category — Sets the category of the streams
global event structure
mcal_event_set_class — Sets the class of the streams global
event structure
mcal_event_set_description — Sets the description of the
streams global event structure
mcal_event_set_end — Sets the end date and time of the
streams global event structure
mcal_event_set_recur_daily — Sets the recurrence of the
streams global event structure
mcal_event_set_recur_monthly_mday — Sets the recurrence of
the streams global event structure
mcal_event_set_recur_monthly_wday — Sets the recurrence of
the streams global event structure
mcal_event_set_recur_none — Sets the recurrence of the
streams global event structure
mcal_event_set_recur_weekly — Sets the recurrence of the
streams global event structure
mcal_event_set_recur_yearly — Sets the recurrence of the
streams global event structure
mcal_event_set_start — Sets the start date and time of the
streams global event structure
mcal_event_set_title — Sets the title of the streams global
event structure
mcal_expunge — Deletes all events marked for being expunged
mcal_fetch_current_stream_event — Returns an object
containing the current streams event structure
mcal_fetch_event — Fetches an event from the calendar stream
mcal_is_leap_year — Returns if the given year is a leap year
or not
mcal_list_alarms — Return a list of events that has an alarm
triggered at the given datetime
mcal_list_events — Return a list of IDs for a date or a
range of dates
mcal_next_recurrence — Returns the next recurrence of the event
mcal_open — Opens up an MCAL connection
mcal_popen — Opens up a persistent MCAL connection
mcal_rename_calendar — Rename an MCAL calendar
mcal_reopen — Reopens an MCAL connection
mcal_snooze — Turn off an alarm for an event
mcal_store_event — Modify an existing event in an MCAL calendar
mcal_time_valid — Returns TRUE if the given hour, minutes
and seconds is a valid time
mcal_week_of_year — Returns the week number of the given date
LXXXIV. mcrypt
mcrypt_cbc — Encrypt/decrypt data in CBC mode
mcrypt_cfb — Encrypt/decrypt data in CFB mode
mcrypt_create_iv — Create an initialization vector (IV) from
a random source
mcrypt_decrypt — Decrypts crypttext with given parameters
mcrypt_ecb — Deprecated: Encrypt/decrypt data in ECB mode
mcrypt_enc_get_algorithms_name — Returns the name of the
opened algorithm
mcrypt_enc_get_block_size — Returns the blocksize of the
opened algorithm
mcrypt_enc_get_iv_size — Returns the size of the IV of the
opened algorithm
mcrypt_enc_get_key_size — Returns the maximum supported
keysize of the opened mode
mcrypt_enc_get_modes_name — Returns the name of the opened mode
mcrypt_enc_get_supported_key_sizes — Returns an array with
the supported keysizes of the opened algorithm
mcrypt_enc_is_block_algorithm_mode — Checks whether the
encryption of the opened mode works on blocks
mcrypt_enc_is_block_algorithm — Checks whether the algorithm
of the opened mode is a block algorithm
mcrypt_enc_is_block_mode — Checks whether the opened mode
outputs blocks
mcrypt_enc_self_test — This function runs a self test on the
opened module
mcrypt_encrypt — Encrypts plaintext with given parameters
mcrypt_generic_deinit — This function deinitializes an
encryption module
mcrypt_generic_end — This function terminates encryption
mcrypt_generic_init — This function initializes all buffers
needed for encryption
mcrypt_generic — This function encrypts data
mcrypt_get_block_size — Get the block size of the specified
cipher
mcrypt_get_cipher_name — Get the name of the specified cipher
mcrypt_get_iv_size — Returns the size of the IV belonging to
a specific cipher/mode combination
mcrypt_get_key_size — Get the key size of the specified cipher
mcrypt_list_algorithms — Get an array of all supported ciphers
mcrypt_list_modes — Get an array of all supported modes
mcrypt_module_close — Close the mcrypt module
mcrypt_module_get_algo_block_size — Returns the blocksize of
the specified algorithm
mcrypt_module_get_algo_key_size — Returns the maximum
supported keysize of the opened mode
mcrypt_module_get_supported_key_sizes — Returns an array
with the supported keysizes of the opened algorithm
mcrypt_module_is_block_algorithm_mode — Returns if the
specified module is a block algorithm or not
mcrypt_module_is_block_algorithm — This function checks
whether the specified algorithm is a block algorithm
mcrypt_module_is_block_mode — Returns if the specified mode
outputs blocks or not
mcrypt_module_open — Opens the module of the algorithm and
the mode to be used
mcrypt_module_self_test — This function runs a self test on
the specified module
mcrypt_ofb — Encrypt/decrypt data in OFB mode
mdecrypt_generic — Decrypt data
LXXXV. MCVE
m_checkstatus — Check to see if a transaction has completed
m_completeauthorizations — Number of complete authorizations
in queue, returning an array of their identifiers
m_connect — Establish the connection to MCVE
m_connectionerror — Get a textual representation of why a
connection failed
m_deletetrans — Delete specified transaction from MCVE_CONN
structure
m_destroyconn — Destroy the connection and MCVE_CONN structure
m_destroyengine — Free memory associated with IP/SSL
connectivity
m_getcell — Get a specific cell from a comma delimited
response by column name
m_getcellbynum — Get a specific cell from a comma delimited
response by column number
m_getcommadelimited — Get the RAW comma delimited data
returned from MCVE
m_getheader — Get the name of the column in a
comma-delimited response
m_initconn — Create and initialize an MCVE_CONN structure
m_initengine — Ready the client for IP/SSL Communication
m_iscommadelimited — Checks to see if response is comma
delimited
m_maxconntimeout — The maximum amount of time the API will
attempt a connection to MCVE
m_monitor — Perform communication with MCVE (send/receive
data) Non-blocking
m_numcolumns — Number of columns returned in a comma
delimited response
m_numrows — Number of rows returned in a comma delimited
response
m_parsecommadelimited — Parse the comma delimited response
so m_getcell, etc will work
m_responsekeys — Returns array of strings which represents
the keys that can be used for response parameters on this
transaction
m_responseparam — Get a custom response parameter
m_returnstatus — Check to see if the transaction was successful
m_setblocking — Set blocking/non-blocking mode for connection
m_setdropfile — Set the connection method to Drop-File
m_setip — Set the connection method to IP
m_setssl_cafile — Set SSL CA (Certificate Authority) file
for verification of server certificate
m_setssl_files — Set certificate key files and certificates
if server requires client certificate verification
m_setssl — Set the connection method to SSL
m_settimeout — Set maximum transaction time (per trans)
m_sslcert_gen_hash — Generate hash for SSL client
certificate verification
m_transactionssent — Check to see if outgoing buffer is clear
m_transinqueue — Number of transactions in client-queue
m_transkeyval — Add key/value pair to a transaction.
Replaces deprecated transparam()
m_transnew — Start a new transaction
m_transsend — Finalize and send the transaction
m_uwait — Wait x microsecs
m_validateidentifier — Whether or not to validate the passed
identifier on any transaction it is passed to
m_verifyconnection — Set whether or not to PING upon connect
to verify connection
m_verifysslcert — Set whether or not to verify the server
ssl certificate
LXXXVI. Memcache
Memcache::add — Add an item to the server
Memcache::addServer — Add a memcached server to connection pool
Memcache::close — Close memcached server connection
Memcache::connect — Open memcached server connection
memcache_debug — Turn debug output on/off
Memcache::decrement — Decrement item's value
Memcache::delete — Delete item from the server
Memcache::flush — Flush all existing items at the server
Memcache::get — Retrieve item from the server
Memcache::getExtendedStats — Get statistics from all servers
in pool
Memcache::getServerStatus — Returns server status
Memcache::getStats — Get statistics of the server
Memcache::getVersion — Return version of the server
Memcache::increment — Increment item's value
Memcache::pconnect — Open memcached server persistent connection
Memcache::replace — Replace value of the existing item
Memcache::set — Store data at the server
Memcache::setCompressThreshold — Enable automatic
compression of large values
Memcache::setServerParams — Changes server parameters and
status at runtime
LXXXVII. mhash
mhash_count — Get the highest available hash id
mhash_get_block_size — Get the block size of the specified hash
mhash_get_hash_name — Get the name of the specified hash
mhash_keygen_s2k — Generates a key
mhash — Compute hash
LXXXVIII. Mimetype
mime_content_type — Detect MIME Content-type for a file
(deprecated)
LXXXIX. Ming (flash)
SWFAction — SWFAction Class
SWFAction->__construct() — Creates a new SWFAction
SWFBitmap — SWFBitmap Class
SWFBitmap->__construct() — Loads Bitmap object
SWFBitmap->getHeight() — Returns the bitmap's height
SWFBitmap->getWidth() — Returns the bitmap's width
SWFButton — SWFButton Class
SWFButton->__construct() — Creates a new Button
SWFButton->addAction() — Adds an action
SWFButton->addASound() — Associates a sound with a button
transition
SWFButton->addShape() — Adds a shape to a button
SWFButton->setAction() — Sets the action
SWFButton->setDown() — Alias for addShape(shape, SWFBUTTON_DOWN)
SWFButton->setHit() — Alias for addShape(shape, SWFBUTTON_HIT)
SWFButton->setMenu() — enable track as menu button behaviour
SWFButton->setOver() — Alias for addShape(shape, SWFBUTTON_OVER)
SWFButton->setUp() — Alias for addShape(shape, SWFBUTTON_UP)
SWFDisplayItem — SWFDisplayItem Class
SWFDisplayItem->addAction() — Adds this SWFAction to the
given SWFSprite instance
SWFDisplayItem->addColor() — Adds the given color to this
item's color transform
SWFDisplayItem->endMask() — Another way of defining a MASK layer
SWFDisplayItem->getRot()
SWFDisplayItem->getX()
SWFDisplayItem->getXScale()
SWFDisplayItem->getXSkew()
SWFDisplayItem->getY()
SWFDisplayItem->getYScale()
SWFDisplayItem->getYSkew()
SWFDisplayItem->move() — Moves object in relative coordinates
SWFDisplayItem->moveTo() — Moves object in global coordinates
SWFDisplayItem->multColor() — Multiplies the item's color
transform
SWFDisplayItem->remove() — Removes the object from the movie
SWFDisplayItem->rotate() — Rotates in relative coordinates
SWFDisplayItem->rotateTo() — Rotates the object in global
coordinates
SWFDisplayItem->scale() — Scales the object in relative
coordinates
SWFDisplayItem->scaleTo() — Scales the object in global
coordinates
SWFDisplayItem->setDepth() — Sets z-order
SWFDisplayItem->setMaskLevel() — Defines a MASK layer at level
SWFDisplayItem->setMatrix() — Sets the item's transform matrix
SWFDisplayItem->setName() — Sets the object's name
SWFDisplayItem->setRatio() — Sets the object's ratio
SWFDisplayItem->skewX() — Sets the X-skew
SWFDisplayItem->skewXTo() — Sets the X-skew
SWFDisplayItem->skewY() — Sets the Y-skew
SWFDisplayItem->skewYTo() — Sets the Y-skew
SWFFill — SWFFill Class
SWFFill->moveTo() — Moves fill origin
SWFFill->rotateTo() — Sets fill's rotation
SWFFill->scaleTo() — Sets fill's scale
SWFFill->skewXTo() — Sets fill x-skew
SWFFill->skewYTo() — Sets fill y-skew
SWFFont — SWFFont Class
SWFFont->__construct() — Loads a font definition
SWFFont->getAscent() — Returns the ascent of the font, or 0
if not available
SWFFont->getDescent() — Returns the descent of the font, or
0 if not available
SWFFont->getLeading() — Returns the leading of the font, or
0 if not available
SWFFont->getShape() — Returns the glyph shape of a char as a
text string
SWFFont->getUTF8Width() — Calculates the width of the given
string in this font at full height
SWFFont->getWidth() — Returns the string's width
SWFFontChar — SWFFontChar Class
SWFFontChar->addChars() — Adds characters to a font for
exporting font
SWFFontChar->addUTF8Chars() — Adds characters to a font for
exporting font
SWFGradient — SWFGradient Class
SWFGradient->__construct() — Creates a gradient object
SWFGradient->addEntry() — Adds an entry to the gradient list
SWFMorph — SWFMorph Class
SWFMorph->__construct() — Creates a new SWFMorph object
SWFMorph->getShape1() — Gets a handle to the starting shape
SWFMorph->getShape2() — Gets a handle to the ending shape
SWFMovie — SWFMovie Class
SWFMovie->__construct() — Creates a new movie object,
representing an SWF version 4 movie
SWFMovie->add() — Adds any type of data to a movie
SWFMovie->addExport()
SWFMovie->addFont()
SWFMovie->importChar()
SWFMovie->importFont()
SWFMovie->labelFrame() — Labels a frame
SWFMovie->nextFrame() — Moves to the next frame of the animation
SWFMovie->output() — Dumps your lovingly prepared movie out
SWFMovie->remove() — Removes the object instance from the
display list
SWFMovie->save() — Saves the SWF movie in a file
SWFMovie->saveToFile()
SWFMovie->setbackground() — Sets the background color
SWFMovie->setDimension() — Sets the movie's width and height
SWFMovie->setFrames() — Sets the total number of frames in
the animation
SWFMovie->setRate() — Sets the animation's frame rate
SWFMovie->startSound()
SWFMovie->stopSound()
SWFMovie->streamMP3() — Streams a MP3 file
SWFMovie->writeExports()
SWFPrebuiltClip — SWFPrebuiltClip Class
SWFPrebuiltClip->__construct() — Returns a SWFPrebuiltClip
object
SWFShape — SWFShape Class
SWFShape->__construct() — Creates a new shape object
SWFShape->addFill() — Adds a solid fill to the shape
SWFShape->drawArc() — Draws an arc of radius r centered at
the current location, from angle startAngle to angle
endAngle measured clockwise from 12 o'clock
SWFShape->drawCircle() — Draws a circle of radius r centered
at the current location, in a counter-clockwise fashion
SWFShape->drawCubic() — Draws a cubic bezier curve using the
current position and the three given points as control points
SWFShape->drawCubicTo() — Draws a cubic bezier curve using
the current position and the three given points as control
points
SWFShape->drawCurve() — Draws a curve (relative)
SWFShape->drawCurveTo() — Draws a curve
SWFShape->drawGlyph() — Draws the first character in the
given string into the shape using the glyph definition from
the given font
SWFShape->drawLine() — Draws a line (relative)
SWFShape->drawLineTo() — Draws a line
SWFShape->movePen() — Moves the shape's pen (relative)
SWFShape->movePenTo() — Moves the shape's pen
SWFShape->setLeftFill() — Sets left rasterizing color
SWFShape->setLine() — Sets the shape's line style
SWFShape->setRightFill() — Sets right rasterizing color
SWFSound — SWFSound Class
SWFSound — Returns a new SWFSound object from given file
SWFSoundInstance — SWFSoundInstance Class
SWFSoundInstance->loopCount()
SWFSoundInstance->loopInPoint()
SWFSoundInstance->loopOutPoint()
SWFSoundInstance->noMultiple()
SWFSprite — SWFSprite Class
SWFSprite->__construct() — Creates a movie clip (a sprite)
SWFSprite->add() — Adds an object to a sprite
SWFSprite->labelFrame() — Labels frame
SWFSprite->nextFrame() — Moves to the next frame of the
animation
SWFSprite->remove() — Removes an object to a sprite
SWFSprite->setFrames() — Sets the total number of frames in
the animation
SWFSprite->startSound()
SWFSprite->stopSound()
SWFText — SWFText Class
SWFText->__construct() — Creates a new SWFText object
SWFText->addString() — Draws a string
SWFText->addUTF8String() — Writes the given text into this
SWFText object at the current pen position, using the
current font, height, spacing, and color
SWFText->getAscent() — Returns the ascent of the current
font at its current size, or 0 if not available
SWFText->getDescent() — Returns the descent of the current
font at its current size, or 0 if not available
SWFText->getLeading() — Returns the leading of the current
font at its current size, or 0 if not available
SWFText->getUTF8Width() — calculates the width of the given
string in this text objects current font and size
SWFText->getWidth() — Computes string's width
SWFText->moveTo() — Moves the pen
SWFText->setColor() — Sets the current text color
SWFText->setFont() — Sets the current font
SWFText->setHeight() — Sets the current font height
SWFText->setSpacing() — Sets the current font spacing
SWFTextField — SWFTextField Class
SWFTextField->__construct() — Creates a text field object
SWFTextField->addChars() — adds characters to a font that
will be available within a textfield
SWFTextField->addString() — Concatenates the given string to
the text field
SWFTextField->align() — Sets the text field alignment
SWFTextField->setBounds() — Sets the text field width and height
SWFTextField->setColor() — Sets the color of the text field
SWFTextField->setFont() — Sets the text field font
SWFTextField->setHeight() — Sets the font height of this
text field font
SWFTextField->setIndentation() — Sets the indentation of the
first line
SWFTextField->setLeftMargin() — Sets the left margin width
of the text field
SWFTextField->setLineSpacing() — Sets the line spacing of
the text field
SWFTextField->setMargins() — Sets the margins width of the
text field
SWFTextField->setName() — Sets the variable name
SWFTextField->setPadding() — Sets the padding of this textfield
SWFTextField->setRightMargin() — Sets the right margin width
of the text field
SWFVideoStream — SWFVideoStream Class
SWFVideoStream->__construct() — Returns a SWFVideoStream object
SWFVideoStream->getNumFrames()
SWFVideoStream->setDimension()
ming_keypress — Returns the action flag for keyPress(char)
ming_setcubicthreshold — Set cubic threshold
ming_setscale — Set scale
ming_setswfcompression — Sets the SWF output compression
ming_useconstants — Use constant pool
ming_useswfversion — Sets the SWF version
XC. Misc.
connection_aborted — Check whether client disconnected
connection_status — Returns connection status bitfield
connection_timeout — Check if the script timed out
constant — Returns the value of a constant
define — Defines a named constant
defined — Checks whether a given named constant exists
die — Equivalent to exit()
eval — Evaluate a string as PHP code
exit — Output a message and terminate the current script
get_browser — Tells what the user's browser is capable of
__halt_compiler — Halts the compiler execution
highlight_file — Syntax highlighting of a file
highlight_string — Syntax highlighting of a string
ignore_user_abort — Set whether a client disconnect should
abort script execution
pack — Pack data into binary string
php_check_syntax — Check the PHP syntax of (and execute) the
specified file
php_strip_whitespace — Return source with stripped comments
and whitespace
show_source — Alias of highlight_file()
sleep — Delay execution
sys_getloadavg — Gets system load average
time_nanosleep — Delay for a number of seconds and nanoseconds
time_sleep_until — Make the script sleep until the specified
time
uniqid — Generate a unique ID
unpack — Unpack data from binary string
usleep — Delay execution in microseconds
XCI. mnoGoSearch
udm_add_search_limit — Add various search limits
udm_alloc_agent_array — Allocate mnoGoSearch session
udm_alloc_agent — Allocate mnoGoSearch session
udm_api_version — Get mnoGoSearch API version
udm_cat_list — Get all the categories on the same level with
the current one
udm_cat_path — Get the path to the current category
udm_check_charset — Check if the given charset is known to
mnogosearch
udm_check_stored — Check connection to stored
udm_clear_search_limits — Clear all mnoGoSearch search
restrictions
udm_close_stored — Close connection to stored
udm_crc32 — Return CRC32 checksum of given string
udm_errno — Get mnoGoSearch error number
udm_error — Get mnoGoSearch error message
udm_find — Perform search
udm_free_agent — Free mnoGoSearch session
udm_free_ispell_data — Free memory allocated for ispell data
udm_free_res — Free mnoGoSearch result
udm_get_doc_count — Get total number of documents in database
udm_get_res_field — Fetch a result field
udm_get_res_param — Get mnoGoSearch result parameters
udm_hash32 — Return Hash32 checksum of gived string
udm_load_ispell_data — Load ispell data
udm_open_stored — Open connection to stored
udm_set_agent_param — Set mnoGoSearch agent session parameters
XCII. MS SQL Server
mssql_bind — Adds a parameter to a stored procedure or a
remote stored procedure
mssql_close — Close MS SQL Server connection
mssql_connect — Open MS SQL server connection
mssql_data_seek — Moves internal row pointer
mssql_execute — Executes a stored procedure on a MS SQL
server database
mssql_fetch_array — Fetch a result row as an associative
array, a numeric array, or both
mssql_fetch_assoc — Returns an associative array of the
current row in the result
mssql_fetch_batch — Returns the next batch of records
mssql_fetch_field — Get field information
mssql_fetch_object — Fetch row as object
mssql_fetch_row — Get row as enumerated array
mssql_field_length — Get the length of a field
mssql_field_name — Get the name of a field
mssql_field_seek — Seeks to the specified field offset
mssql_field_type — Gets the type of a field
mssql_free_result — Free result memory
mssql_free_statement — Free statement memory
mssql_get_last_message — Returns the last message from the
server
mssql_guid_string — Converts a 16 byte binary GUID to a string
mssql_init — Initializes a stored procedure or a remote
stored procedure
mssql_min_error_severity — Sets the lower error severity
mssql_min_message_severity — Sets the lower message severity
mssql_next_result — Move the internal result pointer to the
next result
mssql_num_fields — Gets the number of fields in result
mssql_num_rows — Gets the number of rows in result
mssql_pconnect — Open persistent MS SQL connection
mssql_query — Send MS SQL query
mssql_result — Get result data
mssql_rows_affected — Returns the number of records affected
by the query
mssql_select_db — Select MS SQL database
XCIII. MS SQL Server (PDO)
PDO_DBLIB DSN — Connecting to Microsoft SQL Server and
Sybase databases
XCIV. Msession
msession_connect — Connect to msession server
msession_count — Get session count
msession_create — Create a session
msession_destroy — Destroy a session
msession_disconnect — Close connection to msession server
msession_find — Find all sessions with name and value
msession_get_array — Get array of msession variables
msession_get_data — Get data session unstructured data
msession_get — Get value from session
msession_inc — Increment value in session
msession_list — List all sessions
msession_listvar — List sessions with variable
msession_lock — Lock a session
msession_plugin — Call an escape function within the
msession personality plugin
msession_randstr — Get random string
msession_set_array — Set msession variables from an array
msession_set_data — Set data session unstructured data
msession_set — Set value in session
msession_timeout — Set/get session timeout
msession_uniq — Get unique id
msession_unlock — Unlock a session
XCV. mSQL
msql_affected_rows — Returns number of affected rows
msql_close — Close mSQL connection
msql_connect — Open mSQL connection
msql_create_db — Create mSQL database
msql_createdb — Alias of msql_create_db()
msql_data_seek — Move internal row pointer
msql_db_query — Send mSQL query
msql_dbname — Alias of msql_result()
msql_drop_db — Drop (delete) mSQL database
msql_error — Returns error message of last msql call
msql_fetch_array — Fetch row as array
msql_fetch_field — Get field information
msql_fetch_object — Fetch row as object
msql_fetch_row — Get row as enumerated array
msql_field_flags — Get field flags
msql_field_len — Get field length
msql_field_name — Get the name of the specified field in a
result
msql_field_seek — Set field offset
msql_field_table — Get table name for field
msql_field_type — Get field type
msql_fieldflags — Alias of msql_field_flags()
msql_fieldlen — Alias of msql_field_len()
msql_fieldname — Alias of msql_field_name()
msql_fieldtable — Alias of msql_field_table()
msql_fieldtype — Alias of msql_field_type()
msql_free_result — Free result memory
msql_list_dbs — List mSQL databases on server
msql_list_fields — List result fields
msql_list_tables — List tables in an mSQL database
msql_num_fields — Get number of fields in result
msql_num_rows — Get number of rows in result
msql_numfields — Alias of msql_num_fields()
msql_numrows — Alias of msql_num_rows()
msql_pconnect — Open persistent mSQL connection
msql_query — Send mSQL query
msql_regcase — Alias of sql_regcase()
msql_result — Get result data
msql_select_db — Select mSQL database
msql_tablename — Alias of msql_result()
msql — Alias of msql_db_query()
XCVI. Multibyte String
mb_check_encoding — Check if the string is valid for the
specified encoding
mb_convert_case — Perform case folding on a string
mb_convert_encoding — Convert character encoding
mb_convert_kana — Convert "kana" one from another
("zen-kaku", "han-kaku" and more)
mb_convert_variables — Convert character code in variable(s)
mb_decode_mimeheader — Decode string in MIME header field
mb_decode_numericentity — Decode HTML numeric string
reference to character
mb_detect_encoding — Detect character encoding
mb_detect_order — Set/Get character encoding detection order
mb_encode_mimeheader — Encode string for MIME header
mb_encode_numericentity — Encode character to HTML numeric
string reference
mb_ereg_match — Regular expression match for multibyte string
mb_ereg_replace — Replace regular expression with multibyte
support
mb_ereg_search_getpos — Returns start point for next regular
expression match
mb_ereg_search_getregs — Retrieve the result from the last
multibyte regular expression match
mb_ereg_search_init — Setup string and regular expression
for multibyte regularexpression match
mb_ereg_search_pos — Return position and length of matched
part of multibyte regular expression for predefined
multibyte string
mb_ereg_search_regs — Returns the matched part of multibyte
regular expression
mb_ereg_search_setpos — Set start point of next regular
expression match
mb_ereg_search — Multibyte regular expression match for
predefined multibyte string
mb_ereg — Regular expression match with multibyte support
mb_eregi_replace — Replace regular expression with multibyte
support ignoring case
mb_eregi — Regular expression match ignoring case with
multibyte support
mb_get_info — Get internal settings of mbstring
mb_http_input — Detect HTTP input character encoding
mb_http_output — Set/Get HTTP output character encoding
mb_internal_encoding — Set/Get internal character encoding
mb_language — Set/Get current language
mb_output_handler — Callback function converts character
encoding in output buffer
mb_parse_str — Parse GET/POST/COOKIE data and set global
variable
mb_preferred_mime_name — Get MIME charset string
mb_regex_encoding — Returns current encoding for multibyte
regex as string
mb_regex_set_options — Set/Get the default options for
mbregex functions
mb_send_mail — Send encoded mail
mb_split — Split multibyte string using regular expression
mb_strcut — Get part of string
mb_strimwidth — Get truncated string with specified width
mb_stripos — Finds position of first occurrence of a string
within another, case insensitive
mb_stristr — Finds first occurrence of a string within
another, case insensitive
mb_strlen — Get string length
mb_strpos — Find position of first occurrence of string in a
string
mb_strrchr — Finds the last occurrence of a character in a
string within another
mb_strrichr — Finds the last occurrence of a character in a
string within another, case insensitive
mb_strripos — Finds position of last occurrence of a string
within another, case insensitive
mb_strrpos — Find position of last occurrence of a string in
a string
mb_strstr — Finds first occurrence of a string within another
mb_strtolower — Make a string lowercase
mb_strtoupper — Make a string uppercase
mb_strwidth — Return width of string
mb_substitute_character — Set/Get substitution character
mb_substr_count — Count the number of substring occurrences
mb_substr — Get part of string
XCVII. muscat
muscat_close — Shuts down the muscat session
muscat_get — Gets a line back from the core muscat API
muscat_give — Sends string to the core muscat API
muscat_setup_net — Creates a new muscat session
muscat_setup — Creates a new local muscat session
XCVIII. MySQL
mysql_affected_rows — Get number of affected rows in
previous MySQL operation
mysql_change_user — Change logged in user of the active
connection
mysql_client_encoding — Returns the name of the character set
mysql_close — Close MySQL connection
mysql_connect — Open a connection to a MySQL Server
mysql_create_db — Create a MySQL database
mysql_data_seek — Move internal result pointer
mysql_db_name — Get result data
mysql_db_query — Send a MySQL query
mysql_drop_db — Drop (delete) a MySQL database
mysql_errno — Returns the numerical value of the error
message from previous MySQL operation
mysql_error — Returns the text of the error message from
previous MySQL operation
mysql_escape_string — Escapes a string for use in a mysql_query
mysql_fetch_array — Fetch a result row as an associative
array, a numeric array, or both
mysql_fetch_assoc — Fetch a result row as an associative array
mysql_fetch_field — Get column information from a result and
return as an object
mysql_fetch_lengths — Get the length of each output in a result
mysql_fetch_object — Fetch a result row as an object
mysql_fetch_row — Get a result row as an enumerated array
mysql_field_flags — Get the flags associated with the
specified field in a result
mysql_field_len — Returns the length of the specified field
mysql_field_name — Get the name of the specified field in a
result
mysql_field_seek — Set result pointer to a specified field
offset
mysql_field_table — Get name of the table the specified
field is in
mysql_field_type — Get the type of the specified field in a
result
mysql_free_result — Free result memory
mysql_get_client_info — Get MySQL client info
mysql_get_host_info — Get MySQL host info
mysql_get_proto_info — Get MySQL protocol info
mysql_get_server_info — Get MySQL server info
mysql_info — Get information about the most recent query
mysql_insert_id — Get the ID generated from the previous
INSERT operation
mysql_list_dbs — List databases available on a MySQL server
mysql_list_fields — List MySQL table fields
mysql_list_processes — List MySQL processes
mysql_list_tables — List tables in a MySQL database
mysql_num_fields — Get number of fields in result
mysql_num_rows — Get number of rows in result
mysql_pconnect — Open a persistent connection to a MySQL server
mysql_ping — Ping a server connection or reconnect if there
is no connection
mysql_query — Send a MySQL query
mysql_real_escape_string — Escapes special characters in a
string for use in a SQL statement
mysql_result — Get result data
mysql_select_db — Select a MySQL database
mysql_set_charset — Sets the client character set
mysql_stat — Get current system status
mysql_tablename — Get table name of field
mysql_thread_id — Return the current thread ID
mysql_unbuffered_query — Send an SQL query to MySQL, without
fetching and buffering the result rows
XCIX. MySQL (PDO)
PDO_MYSQL DSN — Connecting to MySQL databases
C. mysqli
mysqli_affected_rows — Gets the number of affected rows in a
previous MySQL operation
mysqli_autocommit — Turns on or off auto-commiting database
modifications
mysqli_bind_param — Alias for mysqli_stmt_bind_param()
mysqli_bind_result — Alias for mysqli_stmt_bind_result()
mysqli_change_user — Changes the user of the specified
database connection
mysqli_character_set_name — Returns the default character
set for the database connection
mysqli_client_encoding — Alias of mysqli_character_set_name()
mysqli_close — Closes a previously opened database connection
mysqli_commit — Commits the current transaction
mysqli_connect_errno — Returns the error code from last
connect call
mysqli_connect_error — Returns a string description of the
last connect error
mysqli_connect — Open a new connection to the MySQL server
mysqli_data_seek — Adjusts the result pointer to an arbitary
row in the result
mysqli_debug — Performs debugging operations
mysqli_disable_reads_from_master — Disable reads from master
mysqli_disable_rpl_parse — Disable RPL parse
mysqli_dump_debug_info — Dump debugging information into the log
mysqli_embedded_server_end
mysqli_embedded_server_start
mysqli_enable_reads_from_master — Enable reads from master
mysqli_enable_rpl_parse — Enable RPL parse
mysqli_errno — Returns the error code for the most recent
function call
mysqli_error — Returns a string description of the last error
mysqli_escape_string — Alias of mysqli_real_escape_string()
mysqli_execute — Alias for mysqli_stmt_execute()
mysqli_fetch_array — Fetch a result row as an associative, a
numeric array, or both
mysqli_fetch_assoc — Fetch a result row as an associative array
mysqli_fetch_field_direct — Fetch meta-data for a single field
mysqli_fetch_field — Returns the next field in the result set
mysqli_fetch_fields — Returns an array of objects
representing the fields in a result set
mysqli_fetch_lengths — Returns the lengths of the columns of
the current row in the result set
mysqli_fetch_object — Returns the current row of a result
set as an object
mysqli_fetch_row — Get a result row as an enumerated array
mysqli_fetch — Alias for mysqli_stmt_fetch()
mysqli_field_count — Returns the number of columns for the
most recent query
mysqli_field_seek — Set result pointer to a specified field
offset
mysqli_field_tell — Get current field offset of a result pointer
mysqli_free_result — Frees the memory associated with a result
mysqli_get_charset — Returns a character set object
mysqli_get_client_info — Returns the MySQL client version as
a string
mysqli_get_client_version — Get MySQL client info
mysqli_get_host_info — Returns a string representing the
type of connection used
mysqli_get_metadata — Alias for mysqli_stmt_result_metadata()
mysqli_get_proto_info — Returns the version of the MySQL
protocol used
mysqli_get_server_info — Returns the version of the MySQL serve
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / -=pkg=-
printer_select_brush — Select a brush
printer_select_font — Select a font
printer_select_pen — Select a pen
printer_set_option — Configure the printer connection
printer_start_doc — Start a new document
printer_start_page — Start a new page
printer_write — Write data to the printer
CXXX. Program Execution
escapeshellarg — Escape a string to be used as a shell argument
escapeshellcmd — Escape shell metacharacters
exec — Execute an external program
passthru — Execute an external program and display raw output
proc_close — Close a process opened by proc_open() and
return the exit code of that process.
proc_get_status — Get information about a process opened by
proc_open()
proc_nice — Change the priority of the current process
proc_open — Execute a command and open file pointers for
input/output
proc_terminate — Kills a process opened by proc_open
shell_exec — Execute command via shell and return the
complete output as a string
system — Execute an external program and display the output
CXXXI. PS
ps_add_bookmark — Add bookmark to current page
ps_add_launchlink — Adds link which launches file
ps_add_locallink — Adds link to a page in the same document
ps_add_note — Adds note to current page
ps_add_pdflink — Adds link to a page in a second pdf document
ps_add_weblink — Adds link to a web location
ps_arc — Draws an arc counterclockwise
ps_arcn — Draws an arc clockwise
ps_begin_page — Start a new page
ps_begin_pattern — Start a new pattern
ps_begin_template — Start a new template
ps_circle — Draws a circle
ps_clip — Clips drawing to current path
ps_close_image — Closes image and frees memory
ps_close — Closes a PostScript document
ps_closepath_stroke — Closes and strokes path
ps_closepath — Closes path
ps_continue_text — Continue text in next line
ps_curveto — Draws a curve
ps_delete — Deletes all resources of a PostScript document
ps_end_page — End a page
ps_end_pattern — End a pattern
ps_end_template — End a template
ps_fill_stroke — Fills and strokes the current path
ps_fill — Fills the current path
ps_findfont — Loads a font
ps_get_buffer — Fetches the full buffer containig the
generated PS data
ps_get_parameter — Gets certain parameters
ps_get_value — Gets certain values
ps_hyphenate — Hyphenates a word
ps_include_file — Reads an external file with raw PostScript
code
ps_lineto — Draws a line
ps_makespotcolor — Create spot color
ps_moveto — Sets current point
ps_new — Creates a new PostScript document object
ps_open_file — Opens a file for output
ps_open_image_file — Opens image from file
ps_open_image — Reads an image for later placement
ps_open_memory_image — Takes an GD image and returns an
image for placement in a PS document
ps_place_image — Places image on the page
ps_rect — Draws a rectangle
ps_restore — Restore previously save context
ps_rotate — Sets rotation factor
ps_save — Save current context
ps_scale — Sets scaling factor
ps_set_border_color — Sets color of border for annotations
ps_set_border_dash — Sets length of dashes for border of
annotations
ps_set_border_style — Sets border style of annotations
ps_set_info — Sets information fields of document
ps_set_parameter — Sets certain parameters
ps_set_text_pos — Sets position for text output
ps_set_value — Sets certain values
ps_setcolor — Sets current color
ps_setdash — Sets appearance of a dashed line
ps_setflat — Sets flatness
ps_setfont — Sets font to use for following output
ps_setgray — Sets gray value
ps_setlinecap — Sets appearance of line ends
ps_setlinejoin — Sets how contected lines are joined
ps_setlinewidth — Sets width of a line
ps_setmiterlimit — Sets the miter limit
ps_setoverprintmode — Sets overprint mode
ps_setpolydash — Sets appearance of a dashed line
ps_shading_pattern — Creates a pattern based on a shading
ps_shading — Creates a shading for later use
ps_shfill — Fills an area with a shading
ps_show_boxed — Output text in a box
ps_show_xy2 — Output text at position
ps_show_xy — Output text at given position
ps_show2 — Output a text at current position
ps_show — Output text
ps_string_geometry — Gets geometry of a string
ps_stringwidth — Gets width of a string
ps_stroke — Draws the current path
ps_symbol_name — Gets name of a glyph
ps_symbol_width — Gets width of a glyph
ps_symbol — Output a glyph
ps_translate — Sets translation
CXXXII. Pspell
pspell_add_to_personal — Add the word to a personal wordlist
pspell_add_to_session — Add the word to the wordlist in the
current session
pspell_check — Check a word
pspell_clear_session — Clear the current session
pspell_config_create — Create a config used to open a dictionary
pspell_config_data_dir — location of language data files
pspell_config_dict_dir — Location of the main word list
pspell_config_ignore — Ignore words less than N characters long
pspell_config_mode — Change the mode number of suggestions
returned
pspell_config_personal — Set a file that contains personal
wordlist
pspell_config_repl — Set a file that contains replacement pairs
pspell_config_runtogether — Consider run-together words as
valid compounds
pspell_config_save_repl — Determine whether to save a
replacement pairs list along with the wordlist
pspell_new_config — Load a new dictionary with settings
based on a given config
pspell_new_personal — Load a new dictionary with personal
wordlist
pspell_new — Load a new dictionary
pspell_save_wordlist — Save the personal wordlist to a file
pspell_store_replacement — Store a replacement pair for a word
pspell_suggest — Suggest spellings of a word
CXXXIII. qtdom
qdom_error — Returns the error string from the last QDOM
operation or FALSE if no errors occurred
qdom_tree — Creates a tree of an XML string
CXXXIV. radius
radius_acct_open — Creates a Radius handle for accounting
radius_add_server — Adds a server
radius_auth_open — Creates a Radius handle for authentication
radius_close — Frees all ressources
radius_config — Causes the library to read the given
configuration file
radius_create_request — Create accounting or authentication
request
radius_cvt_addr — Converts raw data to IP-Address
radius_cvt_int — Converts raw data to integer
radius_cvt_string — Converts raw data to string
radius_demangle_mppe_key — Derives mppe-keys from mangled data
radius_demangle — Demangles data
radius_get_attr — Extracts an attribute
radius_get_vendor_attr — Extracts a vendor specific attribute
radius_put_addr — Attaches an IP-Address attribute
radius_put_attr — Attaches a binary attribute
radius_put_int — Attaches an integer attribute
radius_put_string — Attaches a string attribute
radius_put_vendor_addr — Attaches a vendor specific
IP-Address attribute
radius_put_vendor_attr — Attaches a vendor specific binary
attribute
radius_put_vendor_int — Attaches a vendor specific integer
attribute
radius_put_vendor_string — Attaches a vendor specific string
attribute
radius_request_authenticator — Returns the request authenticator
radius_send_request — Sends the request and waites for a reply
radius_server_secret — Returns the shared secret
radius_strerror — Returns an error message
CXXXV. Rar
rar_close — Close Rar archive and free all resources
rar_entry_get — Get entry object from the Rar archive
Rar::extract — Extract entry from the archive
Rar::getAttr — Get attributes of the entry
Rar::getCrc — Get CRC of the entry
Rar::getFileTime — Get entry last modification time
Rar::getHostOs — Get entry host OS
Rar::getMethod — Get pack method of the entry
Rar::getName — Get name of the entry
Rar::getPackedSize — Get packed size of the entry
Rar::getUnpackedSize — Get unpacked size of the entry
Rar::getVersion — Get version of the archiver used to add
the entry
rar_list — Get entries list from the Rar archive
rar_open — Open Rar archive
CXXXVI. Readline
readline_add_history — Adds a line to the history
readline_callback_handler_install — Initializes the readline
callback interface and terminal, prints the prompt and
returns immediately
readline_callback_handler_remove — Removes a previously
installed callback handler and restores terminal settings
readline_callback_read_char — Reads a character and informs
the readline callback interface when a line is received
readline_clear_history — Clears the history
readline_completion_function — Registers a completion function
readline_info — Gets/sets various internal readline variables
readline_list_history — Lists the history
readline_on_new_line — Inform readline that the cursor has
moved to a new line
readline_read_history — Reads the history
readline_redisplay — Redraws the display
readline_write_history — Writes the history
readline — Reads a line
CXXXVII. Recode
recode_file — Recode from file to file according to recode
request
recode_string — Recode a string according to a recode request
recode — Alias of recode_string()
CXXXVIII. RPMReader
rpm_close — Closes an RPM file
rpm_get_tag — Retrieves a header tag from an RPM file
rpm_is_valid — Tests a filename for validity as an RPM file
rpm_open — Opens an RPM file
rpm_version — Returns a string representing the current
version of the rpmreader extension
CXXXIX. runkit
Runkit_Sandbox — Runkit Sandbox Class -- PHP Virtual Machine
Runkit_Sandbox_Parent — Runkit Anti-Sandbox Class
runkit_class_adopt — Convert a base class to an inherited
class, add ancestral methods when appropriate
runkit_class_emancipate — Convert an inherited class to a
base class, removes any method whose scope is ancestral
runkit_constant_add — Similar to define(), but allows
defining in class definitions as well
runkit_constant_redefine — Redefine an already defined constant
runkit_constant_remove — Remove/Delete an already defined
constant
runkit_function_add — Add a new function, similar to
create_function()
runkit_function_copy — Copy a function to a new function name
runkit_function_redefine — Replace a function definition
with a new implementation
runkit_function_remove — Remove a function definition
runkit_function_rename — Change a function's name
runkit_import — Process a PHP file importing function and
class definitions, overwriting where appropriate
runkit_lint_file — Check the PHP syntax of the specified file
runkit_lint — Check the PHP syntax of the specified php code
runkit_method_add — Dynamically adds a new method to a given
class
runkit_method_copy — Copies a method from class to another
runkit_method_redefine — Dynamically changes the code of the
given method
runkit_method_remove — Dynamically removes the given method
runkit_method_rename — Dynamically changes the name of the
given method
runkit_return_value_used — Determines if the current
functions return value will be used
runkit_sandbox_output_handler — Specify a function to
capture and/or process output from a runkit sandbox
runkit_superglobals — Return numerically indexed array of
registered superglobals
CXL. SAM
SAMConnection->commit() — Commits (completes) the current
unit of work.
SAMConnection->connect() — Establishes a connection to a
Messaging Server
SAMConnection->__construct() — Creates a new connection to a
Messaging Server
SAMConnection->disconnect() — Disconnects from a Messaging
Server
SAMConnection->errno — Contains the unique numeric error
code of the last executed SAM operation.
SAMConnection->error — Contains the text description of the
last failed SAM operation.
SAMConnection->isConnected() — Queries whether a connection
is established to a Messaging Server
SAMConnection->peek() — Read a message from a queue without
removing it from the queue.
SAMConnection->peekAll() — Read one or more messages from a
queue without removing it from the queue.
SAMConnection->receive() — Receive a message from a queue or
subscription.
SAMConnection->remove() — Remove a message from a queue.
SAMConnection->rollback() — Cancels (rolls back) an
in-flight unit of work.
SAMConnection->send() — Send a message to a queue or publish
an item to a topic.
SAMConnection::setDebug() — Turn on or off additional
debugging output.
SAMConnection->subscribe() — Create a subscription to a
specified topic.
SAMConnection->unsubscribe() — Cancel a subscription to a
specified topic.
SAMMessage->body — The body of the message.
SAMMessage->__construct() — Creates a new Message object
SAMMessage->header — The header properties of the message.
CXLI. Satellite
OrbitEnum — Use CORBA enums
OrbitObject — Access CORBA objects
OrbitStruct — Use CORBA structs
satellite_caught_exception — See if an exception was caught
from the previous function
satellite_exception_id — Get the repository id for the
latest exception.
satellite_exception_value — Get the exception struct for the
latest exception
satellite_get_repository_id — NOT IMPLEMENTED
satellite_load_idl — Instruct the type manager to load an
IDL file
satellite_object_to_string — Convert an object to its string
representation
CXLII. SCA
SCA_LocalProxy::createDataObject — create an SDO
SCA_SoapProxy::createDataObject — create an SDO
SCA::createDataObject — create an SDO
SCA::getService — Obtain a proxy for a service
CXLIII. SDO
SDO_DAS_ChangeSummary::beginLogging — Begin change logging
SDO_DAS_ChangeSummary::endLogging — End change logging
SDO_DAS_ChangeSummary::getChangeType — Get the type of
change made to an SDO_DataObject
SDO_DAS_ChangeSummary::getChangedDataObjects — Get the
changed data objects from a change summary
SDO_DAS_ChangeSummary::getOldContainer — Get the old
container for a deleted SDO_DataObject
SDO_DAS_ChangeSummary::getOldValues — Get the old values for
a given changed SDO_DataObject
SDO_DAS_ChangeSummary::isLogging — Test to see whether
change logging is switched on
SDO_DAS_DataFactory::addPropertyToType — Adds a property to
a type
SDO_DAS_DataFactory::addType — Add a new type to a model
SDO_DAS_DataFactory::getDataFactory — Get a data factory
instance
SDO_DAS_DataObject::getChangeSummary — Get a data object's
change summary
SDO_DAS_Setting::getListIndex — Get the list index for a
changed many-valued property
SDO_DAS_Setting::getPropertyIndex — Get the property index
for a changed property
SDO_DAS_Setting::getPropertyName — Get the property name for
a changed property
SDO_DAS_Setting::getValue — Get the old value for the
changed property
SDO_DAS_Setting::isSet — Test whether a property was set
prior to being modified
SDO_DataFactory::create — Create an SDO_DataObject
SDO_DataObject::clear — Clear an SDO_DataObject's properties
SDO_DataObject::createDataObject — Create a child
SDO_DataObject
SDO_DataObject::getContainer — Get a data object's container
SDO_DataObject::getSequence — Get the sequence for a data
object
SDO_DataObject::getTypeName — Return the name of the type
for a data object.
SDO_DataObject::getTypeNamespaceURI — Return the namespace
URI of the type for a data object.
SDO_Exception::getCause — Get the cause of the exception.
SDO_List::insert — Insert into a list
SDO_Model_Property::getContainingType — Get the
SDO_Model_Type which contains this property
SDO_Model_Property::getDefault — Get the default value for
the property
SDO_Model_Property::getName — Get the name of the
SDO_Model_Property
SDO_Model_Property::getType — Get the SDO_Model_Type of the
property
SDO_Model_Property::isContainment — Test to see if the
property defines a containment relationship
SDO_Model_Property::isMany — Test to see if the property is
many-valued
SDO_Model_ReflectionDataObject::__construct — Construct an
SDO_Model_ReflectionDataObject
SDO_Model_ReflectionDataObject::export — Get a string
describing the SDO_DataObject.
SDO_Model_ReflectionDataObject::getContainmentProperty — Get
the property which defines the containment relationship to
the data object
SDO_Model_ReflectionDataObject::getInstanceProperties — Get
the instance properties of the SDO_DataObject
SDO_Model_ReflectionDataObject::getType — Get the
SDO_Model_Type for the SDO_DataObject
SDO_Model_Type::getBaseType — Get the base type for this type
SDO_Model_Type::getName — Get the name of the type
SDO_Model_Type::getNamespaceURI — Get the namespace URI of
the type
SDO_Model_Type::getProperties — Get the SDO_Model_Property
objects defined for the type
SDO_Model_Type::getProperty — Get an SDO_Model_Property of
the type
SDO_Model_Type::isAbstractType — Test to see if this
SDO_Model_Type is an abstract data type
SDO_Model_Type::isDataType — Test to see if this
SDO_Model_Type is a primitive data type
SDO_Model_Type::isInstance — Test for an SDO_DataObject
being an instance of this SDO_Model_Type
SDO_Model_Type::isOpenType — Test to see if this type is an
open type
SDO_Model_Type::isSequencedType — Test to see if this is a
sequenced type
SDO_Sequence::getProperty — Return the property for the
specified sequence index.
SDO_Sequence::insert — Insert into a sequence
SDO_Sequence::move — Move an item to another sequence position
CXLIV. SDO DAS XML
SDO_DAS_XML_Document::getRootDataObject — Returns the root
SDO_DataObject
SDO_DAS_XML_Document::getRootElementName — Returns root
element's name
SDO_DAS_XML_Document::getRootElementURI — Returns root
element's URI string
SDO_DAS_XML_Document::setEncoding — Sets the given string as
encoding
SDO_DAS_XML_Document::setXMLDeclaration — Sets the xml
declaration
SDO_DAS_XML_Document::setXMLVersion — Sets the given string
as xml version
SDO_DAS_XML::addTypes — To load a second or subsequent
schema file to a SDO_DAS_XML object
SDO_DAS_XML::create — To create SDO_DAS_XML object for a
given schema file
SDO_DAS_XML::createDataObject — Creates SDO_DataObject for a
given namespace URI and type name
SDO_DAS_XML::createDocument — Creates an XML Document object
from scratch, without the need to load a document from a
file or string.
SDO_DAS_XML::loadFile — Returns SDO_DAS_XML_Document object
for a given path to xml instance document
SDO_DAS_XML::loadString — Returns SDO_DAS_XML_Document for a
given xml instance string
SDO_DAS_XML::saveFile — Saves the SDO_DAS_XML_Document
object to a file
SDO_DAS_XML::saveString — Saves the SDO_DAS_XML_Document
object to a string
CXLV. SDO-DAS-Relational
SDO_DAS_Relational::applyChanges — Applies the changes made
to a data graph back to the database.
SDO_DAS_Relational::__construct — Creates an instance of a
Relational Data Access Service
SDO_DAS_Relational::createRootDataObject — Returns the
special root object in an otherwise empty data graph. Used
when creating a data graph from scratch.
SDO_DAS_Relational::executePreparedQuery — Executes an SQL
query passed as a prepared statement, with a list of values
to substitute for placeholders, and return the results as a
normalised data graph.
SDO_DAS_Relational::executeQuery — Executes a given SQL
query against a relational database and returns the results
as a normalised data graph.
CXLVI. Semaphore
ftok — Convert a pathname and a project identifier to a
System V IPC key
msg_get_queue — Create or attach to a message queue
msg_receive — Receive a message from a message queue
msg_remove_queue — Destroy a message queue
msg_send — Send a message to a message queue
msg_set_queue — Set information in the message queue data
structure
msg_stat_queue — Returns information from the message queue
data structure
sem_acquire — Acquire a semaphore
sem_get — Get a semaphore id
sem_release — Release a semaphore
sem_remove — Remove a semaphore
shm_attach — Creates or open a shared memory segment
shm_detach — Disconnects from shared memory segment
shm_get_var — Returns a variable from shared memory
shm_put_var — Inserts or updates a variable in shared memory
shm_remove_var — Removes a variable from shared memory
shm_remove — Removes shared memory from Unix systems
CXLVII. SESAM
sesam_affected_rows — Get number of rows affected by an
immediate query
sesam_commit — Commit pending updates to the SESAM database
sesam_connect — Open SESAM database connection
sesam_diagnostic — Return status information for last SESAM call
sesam_disconnect — Detach from SESAM connection
sesam_errormsg — Returns error message of last SESAM call
sesam_execimm — Execute an "immediate" SQL-statement
sesam_fetch_array — Fetch one row as an associative array
sesam_fetch_result — Return all or part of a query result
sesam_fetch_row — Fetch one row as an array
sesam_field_array — Return meta information about individual
columns in a result
sesam_field_name — Return one column name of the result set
sesam_free_result — Releases resources for the query
sesam_num_fields — Return the number of fields/columns in a
result set
sesam_query — Perform a SESAM SQL query and prepare the result
sesam_rollback — Discard any pending updates to the SESAM
database
sesam_seek_row — Set scrollable cursor mode for subsequent
fetches
sesam_settransaction — Set SESAM transaction parameters
CXLVIII. Session PgSQL
session_pgsql_add_error — Increments error counts and sets
last error message
session_pgsql_get_error — Returns number of errors and last
error message
session_pgsql_get_field — Get custom field value
session_pgsql_reset — Reset connection to session database
servers
session_pgsql_set_field — Set custom field value
session_pgsql_status — Get current save handler status
CXLIX. Sessions
session_cache_expire — Return current cache expire
session_cache_limiter — Get and/or set the current cache limiter
session_commit — Alias of session_write_close()
session_decode — Decodes session data from a string
session_destroy — Destroys all data registered to a session
session_encode — Encodes the current session data as a string
session_get_cookie_params — Get the session cookie parameters
session_id — Get and/or set the current session id
session_is_registered — Find out whether a global variable
is registered in a session
session_module_name — Get and/or set the current session module
session_name — Get and/or set the current session name
session_regenerate_id — Update the current session id with a
newly generated one
session_register — Register one or more global variables
with the current session
session_save_path — Get and/or set the current session save path
session_set_cookie_params — Set the session cookie parameters
session_set_save_handler — Sets user-level session storage
functions
session_start — Initialize session data
session_unregister — Unregister a global variable from the
current session
session_unset — Free all session variables
session_write_close — Write session data and end session
CL. shmop
shmop_close — Close shared memory block
shmop_delete — Delete shared memory block
shmop_open — Create or open shared memory block
shmop_read — Read data from shared memory block
shmop_size — Get size of shared memory block
shmop_write — Write data into shared memory block
CLI. SimpleXML
SimpleXMLElement->addAttribute() — Adds an attribute to the
SimpleXML element
SimpleXMLElement->addChild() — Adds a child element to the
XML node
SimpleXMLElement->asXML() — Return a well-formed XML string
based on SimpleXML element
SimpleXMLElement->attributes() — Identifies an element's
attributes
SimpleXMLElement->children() — Finds children of given node
SimpleXMLElement->__construct() — Creates a new
SimpleXMLElement object
SimpleXMLElement->getDocNamespaces() — Returns namespaces
declared in document
SimpleXMLElement->getName() — Gets the name of the XML element
SimpleXMLElement->getNamespaces() — Returns namespaces used
in document
SimpleXMLElement->registerXPathNamespace() — Creates a
prefix/ns context for the next XPath query
SimpleXMLElement->xpath() — Runs XPath query on XML data
simplexml_import_dom — Get a SimpleXMLElement object from a
DOM node.
simplexml_load_file — Interprets an XML file into an object
simplexml_load_string — Interprets a string of XML into an
object
CLII. SNMP
snmp_get_quick_print — Fetches the current value of the UCD
library's quick_print setting
snmp_get_valueretrieval — Return the method how the SNMP
values will be returned
snmp_read_mib — Reads and parses a MIB file into the active
MIB tree
snmp_set_enum_print — Return all values that are enums with
their enum value instead of the raw integer
snmp_set_oid_numeric_print — Return all objects including
their respective object id within the specified one
snmp_set_oid_output_format — Set the OID output format
snmp_set_quick_print — Set the value of quick_print within
the UCD SNMP library
snmp_set_valueretrieval — Specify the method how the SNMP
values will be returned
snmpget — Fetch an SNMP object
snmpgetnext — Fetch a SNMP object
snmprealwalk — Return all objects including their respective
object ID within the specified one
snmpset — Set an SNMP object
snmpwalk — Fetch all the SNMP objects from an agent
snmpwalkoid — Query for a tree of information about a
network entity
CLIII. SOAP
is_soap_fault — Checks if SOAP call was failed
SoapClient->__call() — Calls a SOAP function (deprecated)
SoapClient->__construct() — SoapClient constructor
SoapClient->__doRequest() — Performs a SOAP request
SoapClient->__getFunctions() — Returns list of SOAP functions
SoapClient->__getLastRequest() — Returns last SOAP request
SoapClient->__getLastRequestHeaders() — Returns last SOAP
request headers
SoapClient->__getLastResponse() — Returns last SOAP response.
SoapClient->__getLastResponseHeaders() — Returns last SOAP
response headers.
SoapClient->__getTypes() — Returns list of SOAP types
SoapClient->__setCookie() — Sets the cookie that will be
sent with the SOAP request
SoapClient->__soapCall() — Calls a SOAP function
SoapFault->__construct() — SoapFault constructor
SoapHeader->__construct() — SoapHeader constructor
SoapParam->__construct() — SoapParam constructor
SoapServer->addFunction() — Adds one or several functions
those will handle SOAP requests
SoapServer->__construct() — SoapServer constructor
SoapServer->fault() — Issue SoapServer fault indicating an error
SoapServer->getFunctions() — Returns list of defined functions
SoapServer->handle() — Handles a SOAP request
SoapServer->setClass() — Sets class which will handle SOAP
requests
SoapServer->setPersistence() — Sets persistence mode of
SoapServer
SoapVar->__construct() — SoapVar constructor
use_soap_error_handler — Set whether to use the SOAP error
handler and return the former value
CLIV. Sockets
socket_accept — Accepts a connection on a socket
socket_bind — Binds a name to a socket
socket_clear_error — Clears the error on the socket or the
last error code
socket_close — Closes a socket resource
socket_connect — Initiates a connection on a socket
socket_create_listen — Opens a socket on port to accept
connections
socket_create_pair — Creates a pair of indistinguishable
sockets and stores them in an array
socket_create — Create a socket (endpoint for communication)
socket_get_option — Gets socket options for the socket
socket_getpeername — 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
socket_getsockname — Queries the local side of the given
socket which may either result in host/port or in a Unix
filesystem path, dependent on its type
socket_last_error — Returns the last error on the socket
socket_listen — Listens for a connection on a socket
socket_read — Reads a maximum of length bytes from a socket
socket_recv — Receives data from a connected socket
socket_recvfrom — Receives data from a socket whether or not
it is connection-oriented
socket_select — Runs the select() system call on the given
arrays of sockets with a specified timeout
socket_send — Sends data to a connected socket
socket_sendto — Sends a message to a socket, whether it is
connected or not
socket_set_block — Sets blocking mode on a socket resource
socket_set_nonblock — Sets nonblocking mode for file
descriptor fd
socket_set_option — Sets socket options for the socket
socket_shutdown — Shuts down a socket for receiving,
sending, or both
socket_strerror — Return a string describing a socket error
socket_write — Write to a socket
CLV. spl
ArrayIterator::current — Return current array entry
ArrayIterator::key — Return current array key
ArrayIterator::next — Move to next entry
ArrayIterator::rewind — Rewind array back to the start
ArrayIterator::seek — Seek to position
ArrayIterator::valid — Check whether array contains more entries
ArrayObject::append — Appends the value
ArrayObject::__construct — Construct a new array object
ArrayObject::count — Return the number of elements in the
Iterator
ArrayObject::getIterator — Create a new iterator from an
ArrayObject instance
ArrayObject::offsetExists — Returns whether the requested
$index exists
ArrayObject::offsetGet — Returns the value at the specified
$index
ArrayObject::offsetSet — Sets the value at the specified
$index to $newval
ArrayObject::offsetUnset — Unsets the value at the specified
$index
CachingIterator::hasNext — Check whether the inner iterator
has a valid next element
CachingIterator::next — Move the iterator forward
CachingIterator::rewind — Rewind the iterator
CachingIterator::__toString — Return the string
representation of the current element
CachingIterator::valid — Check whether the current element
is valid
CachingRecursiveIterator::getChildren — Return the inner
iterator's children as a CachingRecursiveIterator
CachingRecursiveIterator::hasChildren — Check whether the
current element of the inner iterator has children
DirectoryIterator::__construct — Constructs a new dir
iterator from a path
DirectoryIterator::current — Return this (needed for
Iterator interface)
DirectoryIterator::getATime — Get last access time of file
DirectoryIterator::getCTime — Get inode modification time of
file
DirectoryIterator::getFilename — Return filename of current
dir entry
DirectoryIterator::getGroup — Get file group
DirectoryIterator::getInode — Get file inode
DirectoryIterator::getMTime — Get last modification time of file
DirectoryIterator::getOwner — Get file owner
DirectoryIterator::getPath — Return directory path
DirectoryIterator::getPathname — Return path and filename of
current dir entry
DirectoryIterator::getPerms — Get file permissions
DirectoryIterator::getSize — Get file size
DirectoryIterator::getType — Get file type
DirectoryIterator::isDir — Returns true if file is directory
DirectoryIterator::isDot — Returns true if current entry is
'.' or '..'
DirectoryIterator::isExecutable — Returns true if file is
executable
DirectoryIterator::isFile — Returns true if file is a
regular file
DirectoryIterator::isLink — Returns true if file is symbolic
link
DirectoryIterator::isReadable — Returns true if file can be read
DirectoryIterator::isWritable — Returns true if file can be
written
DirectoryIterator::key — Return current dir entry
DirectoryIterator::next — Move to next entry
DirectoryIterator::rewind — Rewind dir back to the start
DirectoryIterator::valid — Check whether dir contains more
entries
FilterIterator::current — Get the current element value
FilterIterator::getInnerIterator — Get the inner iterator
FilterIterator::key — Get the current key
FilterIterator::next — Move the iterator forward
FilterIterator::rewind — Rewind the iterator
FilterIterator::valid — Check whether the current element is
valid
LimitIterator::getPosition — Return the current position
LimitIterator::next — Move the iterator forward
LimitIterator::rewind — Rewind the iterator to the specified
starting offset
LimitIterator::seek — Seek to the given position
LimitIterator::valid — Check whether the current element is
valid
ParentIterator::getChildren — Return the inner iterator's
children contained in a ParentIterator
ParentIterator::hasChildren — Check whether the inner
iterator's current element has children
ParentIterator::next — Move the iterator forward
ParentIterator::rewind — Rewind the iterator
RecursiveDirectoryIterator::getChildren — Returns an
iterator for the current entry if it is a directory
RecursiveDirectoryIterator::hasChildren — Returns whether
current entry is a directory and not '.' or '..'
RecursiveDirectoryIterator::key — Return path and filename
of current dir entry
RecursiveDirectoryIterator::next — Move to next entry
RecursiveDirectoryIterator::rewind — Rewind dir back to the
start
RecursiveIteratorIterator::current — Access the current
element value
RecursiveIteratorIterator::getDepth — Get the current depth
of the recursive iteration
RecursiveIteratorIterator::getSubIterator — The current
active sub iterator
RecursiveIteratorIterator::key — Access the current key
RecursiveIteratorIterator::next — Move forward to the next
element
RecursiveIteratorIterator::rewind — Rewind the iterator to
the first element of the top level inner iterator
RecursiveIteratorIterator::valid — Check whether the current
position is valid
SimpleXMLIterator::current — Return current SimpleXML entry
SimpleXMLIterator::getChildren — Returns an iterator for the
current entry if it is a SimpleXML object
SimpleXMLIterator::hasChildren — Returns whether current
entry is a SimpleXML object
SimpleXMLIterator::key — Return current SimpleXML key
SimpleXMLIterator::next — Move to next entry
SimpleXMLIterator::rewind — Rewind SimpleXML back to the start
SimpleXMLIterator::valid — Check whether SimpleXML contains
more entries
class_implements — Return the interfaces which are
implemented by the given class
class_parents — Return the parent classes of the given class
iterator_count — Count the elements in an iterator
iterator_to_array — Copy the iterator into an array
spl_autoload_call — Try all registered __autoload() function
to load the requested class
spl_autoload_extensions — Register and return default file
extensions for spl_autoload
spl_autoload_functions — Return all registered __autoload()
functions
spl_autoload_register — Register given function as
__autoload() implementation
spl_autoload_unregister — Unregister given function as
__autoload() implementation
spl_autoload — Default implementation for __autoload()
spl_classes — Return available SPL classes
spl_object_hash — Return hash id for given object
CLVI. SQLite
sqlite_array_query — Execute a query against a given
database and returns an array
sqlite_busy_timeout — Set busy timeout duration, or disable
busy handlers
sqlite_changes — Returns the number of rows that were
changed by the most recent SQL statement
sqlite_close — Closes an open SQLite database
sqlite_column — Fetches a column from the current row of a
result set
sqlite_create_aggregate — Register an aggregating UDF for
use in SQL statements
sqlite_create_function — Registers a "regular" User Defined
Function for use in SQL statements
sqlite_current — Fetches the current row from a result set
as an array
sqlite_error_string — Returns the textual description of an
error code
sqlite_escape_string — Escapes a string for use as a query
parameter
sqlite_exec — Executes a result-less query against a given
database
sqlite_factory — Opens a SQLite database and returns a
SQLiteDatabase object
sqlite_fetch_all — Fetches all rows from a result set as an
array of arrays
sqlite_fetch_array — Fetches the next row from a result set
as an array
sqlite_fetch_column_types — Return an array of column types
from a particular table
sqlite_fetch_object — Fetches the next row from a result set
as an object
sqlite_fetch_single — Fetches the first column of a result
set as a string
sqlite_fetch_string — Alias of sqlite_fetch_single()
sqlite_field_name — Returns the name of a particular field
sqlite_has_more — Finds whether or not more rows are available
sqlite_has_prev — Returns whether or not a previous row is
available
sqlite_key — Returns the current row index
sqlite_last_error — Returns the error code of the last error
for a database
sqlite_last_insert_rowid — Returns the rowid of the most
recently inserted row
sqlite_libencoding — Returns the encoding of the linked
SQLite library
sqlite_libversion — Returns the version of the linked SQLite
library
sqlite_next — Seek to the next row number
sqlite_num_fields — Returns the number of fields in a result set
sqlite_num_rows — Returns the number of rows in a buffered
result set
sqlite_open — Opens a SQLite database and create the
database if it does not exist
sqlite_popen — Opens a persistent handle to an SQLite
database and create the database if it does not exist
sqlite_prev — Seek to the previous row number of a result set
sqlite_query — Executes a query against a given database and
returns a result handle
sqlite_rewind — Seek to the first row number
sqlite_seek — Seek to a particular row number of a buffered
result set
sqlite_single_query — Executes a query and returns either an
array for one single column or the value of the first row
sqlite_udf_decode_binary — Decode binary data passed as
parameters to an UDF
sqlite_udf_encode_binary — Encode binary data before
returning it from an UDF
sqlite_unbuffered_query — Execute a query that does not
prefetch and buffer all data
sqlite_valid — Returns whether more rows are available
CLVII. SQLite (PDO)
PDO_SQLITE DSN — Connecting to SQLite databases
PDO->sqliteCreateAggregate() — Registers an aggregating User
Defined Function for use in SQL statements
PDO->sqliteCreateFunction() — Registers a User Defined
Function for use in SQL statements
CLVIII. ssh2
ssh2_auth_hostbased_file — Authenticate using a public hostkey
ssh2_auth_none — Authenticate as "none"
ssh2_auth_password — Authenticate over SSH using a plain
password
ssh2_auth_pubkey_file — Authenticate using a public key
ssh2_connect — Connect to an SSH server
ssh2_exec — Execute a command on a remote server
ssh2_fetch_stream — Fetch an extended data stream
ssh2_fingerprint — Retreive fingerprint of remote server
ssh2_methods_negotiated — Return list of negotiated methods
ssh2_publickey_add — Add an authorized publickey
ssh2_publickey_init — Initialize Publickey subsystem
ssh2_publickey_list — List currently authorized publickeys
ssh2_publickey_remove — Remove an authorized publickey
ssh2_scp_recv — Request a file via SCP
ssh2_scp_send — Send a file via SCP
ssh2_sftp_lstat — Stat a symbolic link
ssh2_sftp_mkdir — Create a directory
ssh2_sftp_readlink — Return the target of a symbolic link
ssh2_sftp_realpath — Resolve the realpath of a provided path
string
ssh2_sftp_rename — Rename a remote file
ssh2_sftp_rmdir — Remove a directory
ssh2_sftp_stat — Stat a file on a remote filesystem
ssh2_sftp_symlink — Create a symlink
ssh2_sftp_unlink — Delete a file
ssh2_sftp — Initialize SFTP subsystem
ssh2_shell — Request an interactive shell
ssh2_tunnel — Open a tunnel through a remote server
CLIX. Statistics
stats_absolute_deviation — Returns the absolute deviation of
an array of values
stats_cdf_beta — CDF function for BETA Distribution.
Calculates any one parameter of the beta distribution given
values for the others.
stats_cdf_binomial — Calculates any one parameter of the
binomial distribution given values for the others.
stats_cdf_cauchy — Not documented
stats_cdf_chisquare — Calculates any one parameter of the
chi-square distribution given values for the others.
stats_cdf_exponential — Not documented
stats_cdf_f — Calculates any one parameter of the F
distribution given values for the others.
stats_cdf_gamma — Calculates any one parameter of the gamma
distribution given values for the others.
stats_cdf_laplace — Not documented
stats_cdf_logistic — Not documented
stats_cdf_negative_binomial — Calculates any one parameter
of the negative binomial distribution given values for the
others.
stats_cdf_noncentral_chisquare — Calculates any one
parameter of the non-central chi-square distribution given
values for the others.
stats_cdf_noncentral_f — Calculates any one parameter of the
Non-central F distribution given values for the others.
stats_cdf_poisson — Calculates any one parameter of the
Poisson distribution given values for the others.
stats_cdf_t — Calculates any one parameter of the T
distribution given values for the others.
stats_cdf_uniform — Not documented
stats_cdf_weibull — Not documented
stats_covariance — Computes the covariance of two data sets
stats_den_uniform — Not documented
stats_dens_beta — Not documented
stats_dens_cauchy — Not documented
stats_dens_chisquare — Not documented
stats_dens_exponential — Not documented
stats_dens_f
stats_dens_gamma — Not documented
stats_dens_laplace — Not documented
stats_dens_logistic — Not documented
stats_dens_negative_binomial — Not documented
stats_dens_normal — Not documented
stats_dens_pmf_binomial — Not documented
stats_dens_pmf_hypergeometric
stats_dens_pmf_poisson — Not documented
stats_dens_t — Not documented
stats_dens_weibull — Not documented
stats_harmonic_mean — Returns the harmonic mean of an array
of values
stats_kurtosis — Computes the kurtosis of the data in the array
stats_rand_gen_beta — Generates beta random deviate
stats_rand_gen_chisquare — Generates random deviate from the
distribution of a chisquare with "df" degrees of freedom
random variable.
stats_rand_gen_exponential — Generates a single random
deviate from an exponential distribution with mean "av"
stats_rand_gen_f — Generates a random deviate
stats_rand_gen_funiform — Generates uniform float between
low (exclusive) and high (exclusive)
stats_rand_gen_gamma — Generates random deviates from a
gamma distribution
stats_rand_gen_ibinomial_negative — Generates a single
random deviate from a negative binomial distribution.
Arguments : n - the number of trials in the negative
binomial distribution from which a random deviate is to be
generated (n > 0), p - the probability of an event (0 < p < 1)).
stats_rand_gen_ibinomial — Generates a single random deviate
from a binomial distribution whose number of trials is "n"
(n >= 0) and whose probability of an event in each trial is
"pp" ([0;1]). Method : algorithm BTPE
stats_rand_gen_int — Generates random integer between 1 and
2147483562
stats_rand_gen_ipoisson — Generates a single random deviate
from a Poisson distribution with mean "mu" (mu >= 0.0).
stats_rand_gen_iuniform — Generates integer uniformly
distributed between LOW (inclusive) and HIGH (inclusive)
stats_rand_gen_noncenral_chisquare — Generates random
deviate from the distribution of a noncentral chisquare with
"df" degrees of freedom and noncentrality parameter "xnonc".
d must be >= 1.0, xnonc must >= 0.0
stats_rand_gen_noncentral_f — Generates a random deviate
from the noncentral F (variance ratio) distribution with
"dfn" degrees of freedom in the numerator, and "dfd" degrees
of freedom in the denominator, and noncentrality parameter
"xnonc". Method : directly generates ratio of noncentral
numerator chisquare variate to central denominator chisquare
variate.
stats_rand_gen_noncentral_t — Generates a single random
deviate from a noncentral T distribution
stats_rand_gen_normal — Generates a single random deviate
from a normal distribution with mean, av, and standard
deviation, sd (sd >= 0). Method : Renames SNORM from TOMS as
slightly modified by BWB to use RANF instead of SUNIF.
stats_rand_gen_t — Generates a single random deviate from a
T distribution
stats_rand_get_seeds — Not documented
stats_rand_phrase_to_seeds — generate two seeds for the RGN
random number generator
stats_rand_ranf — Returns a random floating point number
from a uniform distribution over 0 - 1 (endpoints of this
interval are not returned) using the current generator
stats_rand_setall — Not documented
stats_skew — Computes the skewness of the data in the array
stats_standard_deviation — Returns the standard deviation
stats_stat_binomial_coef — Not documented
stats_stat_correlation — Not documented
stats_stat_gennch — Not documented
stats_stat_independent_t — Not documented
stats_stat_innerproduct
stats_stat_noncentral_t — Calculates any one parameter of
the noncentral t distribution give values for the others.
stats_stat_paired_t — Not documented
stats_stat_percentile — Not documented
stats_stat_powersum — Not documented
stats_variance — Returns the population variance
CLX. Streams
stream_bucket_append — Append bucket to brigade
stream_bucket_make_writeable — Return a bucket object from
the brigade for operating on
stream_bucket_new — Create a new bucket for use on the
current stream
stream_bucket_prepend — Prepend bucket to brigade
stream_context_create — Create a streams context
stream_context_get_default — Retreive the default streams
context
stream_context_get_options — Retrieve options for a
stream/wrapper/context
stream_context_set_option — Sets an option for a
stream/wrapper/context
stream_context_set_params — Set parameters for a
stream/wrapper/context
stream_copy_to_stream — Copies data from one stream to another
stream_encoding — Set character set for stream encoding
stream_filter_append — Attach a filter to a stream
stream_filter_prepend — Attach a filter to a stream
stream_filter_register — Register a stream filter
implemented as a PHP class derived from php_user_filter
stream_filter_remove — Remove a filter from a stream
stream_get_contents — Reads remainder of a stream into a string
stream_get_filters — Retrieve list of registered filters
stream_get_line — Gets line from stream resource up to a
given delimiter
stream_get_meta_data — Retrieves header/meta data from
streams/file pointers
stream_get_transports — Retrieve list of registered socket
transports
stream_get_wrappers — Retrieve list of registered streams
stream_register_wrapper — Alias of stream_wrapper_register()
stream_resolve_include_path — Determine what file will be
opened by calls to fopen() with a relative path
stream_select — Runs the equivalent of the select() system
call on the given arrays of streams with a timeout specified
by tv_sec and tv_usec
stream_set_blocking — Set blocking/non-blocking mode on a stream
stream_set_timeout — Set timeout period on a stream
stream_set_write_buffer — Sets file buffering on the given
stream
stream_socket_accept — Accept a connection on a socket
created by stream_socket_server()
stream_socket_client — Open Internet or Unix domain socket
connection
stream_socket_enable_crypto — Turns encryption on/off on an
already connected socket
stream_socket_get_name — Retrieve the name of the local or
remote sockets
stream_socket_pair — Creates a pair of connected,
indistinguishable socket streams
stream_socket_recvfrom — Receives data from a socket,
connected or not
stream_socket_sendto — Sends a message to a socket, whether
it is connected or not
stream_socket_server — Create an Internet or Unix domain
server socket
stream_socket_shutdown — Shutdown a full-duplex connection
stream_wrapper_register — Register a URL wrapper implemented
as a PHP class
stream_wrapper_restore — Restores a previously unregistered
built-in wrapper
stream_wrapper_unregister — Unregister a URL wrapper
CLXI. Strings
addcslashes — Quote string with slashes in a C style
addslashes — Quote string with slashes
bin2hex — Convert binary data into hexadecimal representation
chop — Alias of rtrim()
chr — Return a specific character
chunk_split — Split a string into smaller chunks
convert_cyr_string — Convert from one Cyrillic character set
to another
convert_uudecode — Decode a uuencoded string
convert_uuencode — Uuencode a string
count_chars — Return information about characters used in a
string
crc32 — Calculates the crc32 polynomial of a string
crypt — One-way string encryption (hashing)
echo — Output one or more strings
explode — Split a string by string
fprintf — Write a formatted string to a stream
get_html_translation_table — Returns the translation table
used by htmlspecialchars() and htmlentities()
hebrev — Convert logical Hebrew text to visual text
hebrevc — Convert logical Hebrew text to visual text with
newline conversion
html_entity_decode — Convert all HTML entities to their
applicable characters
htmlentities — Convert all applicable characters to HTML
entities
htmlspecialchars_decode — Convert special HTML entities back
to characters
htmlspecialchars — Convert special characters to HTML entities
implode — Join array elements with a string
join — Alias of implode()
levenshtein — Calculate Levenshtein distance between two
strings
localeconv — Get numeric formatting information
ltrim — Strip whitespace (or other characters) from the
beginning of a string
md5_file — Calculates the md5 hash of a given file
md5 — Calculate the md5 hash of a string
metaphone — Calculate the metaphone key of a string
money_format — Formats a number as a currency string
nl_langinfo — Query language and locale information
nl2br — Inserts HTML line breaks before all newlines in a string
number_format — Format a number with grouped thousands
ord — Return ASCII value of character
parse_str — Parses the string into variables
print — Output a string
printf — Output a formatted string
quoted_printable_decode — Convert a quoted-printable string
to an 8 bit string
quotemeta — Quote meta characters
rtrim — Strip whitespace (or other characters) from the end
of a string
setlocale — Set locale information
sha1_file — Calculate the sha1 hash of a file
sha1 — Calculate the sha1 hash of a string
similar_text — Calculate the similarity between two strings
soundex — Calculate the soundex key of a string
sprintf — Return a formatted string
sscanf — Parses input from a string according to a format
str_getcsv — Parse a CSV string into an array
str_ireplace — Case-insensitive version of str_replace().
str_pad — Pad a string to a certain length with another string
str_repeat — Repeat a string
str_replace — Replace all occurrences of the search string
with the replacement string
str_rot13 — Perform the rot13 transform on a string
str_shuffle — Randomly shuffles a string
str_split — Convert a string to an array
str_word_count — Return information about words used in a
string
strcasecmp — Binary safe case-insensitive string comparison
strchr — Alias of strstr()
strcmp — Binary safe string comparison
strcoll — Locale based string comparison
strcspn — Find length of initial segment not matching mask
strip_tags — Strip HTML and PHP tags from a string
stripcslashes — Un-quote string quoted with addcslashes()
stripos — Find position of first occurrence of a
case-insensitive string
stripslashes — Un-quote string quoted with addslashes()
stristr — Case-insensitive strstr()
strlen — Get string length
strnatcasecmp — Case insensitive string comparisons using a
"natural order" algorithm
strnatcmp — String comparisons using a "natural order" algorithm
strncasecmp — Binary safe case-insensitive string comparison
of the first n characters
strncmp — Binary safe string comparison of the first n
characters
strpbrk — Search a string for any of a set of characters
strpos — Find position of first occurrence of a string
strrchr — Find the last occurrence of a character in a string
strrev — Reverse a string
strripos — Find position of last occurrence of a
case-insensitive string in a string
strrpos — Find position of last occurrence of a char in a string
strspn — Find length of initial segment matching mask
strstr — Find first occurrence of a string
strtok — Tokenize string
strtolower — Make a string lowercase
strtoupper — Make a string uppercase
strtr — Translate certain characters
substr_compare — Binary safe comparison of 2 strings from an
offset, up to length characters
substr_count — Count the number of substring occurrences
substr_replace — Replace text within a portion of a string
substr — Return part of a string
trim — Strip whitespace (or other characters) from the
beginning and end of a string
ucfirst — Make a string's first character uppercase
ucwords — Uppercase the first character of each word in a string
vfprintf — Write a formatted string to a stream
vprintf — Output a formatted string
vsprintf — Return a formatted string
wordwrap — Wraps a string to a given number of characters
CLXII. SVN
svn_add — Schedules the addition of an item in a working
directory
svn_auth_get_parameter — Retrieves authentication parameter
svn_auth_set_parameter — Sets an authentication parameter
svn_cat — Returns the contents of a file in a repository
svn_checkout — Checks out a working copy from the repository
svn_cleanup — Recursively cleanup a working copy directory,
finishing incomplete operations and removing locks
svn_client_version — Returns the version of the SVN client
libraries
svn_commit — Sends changes from the local working copy to
the repository
svn_diff — Recursively diffs two paths
svn_fs_abort_txn — Abort a transaction, returns true if
everything is ok, false othewise
svn_fs_apply_text — Creates and returns a stream that will
be used to replace
svn_fs_begin_txn2 — Create a new transaction
svn_fs_change_node_prop — Return true if everything is ok,
false otherwise
svn_fs_check_path — Determines what kind of item lives at
path in a given repository fsroot
svn_fs_contents_changed — Return true if content is
different, false otherwise
svn_fs_copy — Copies a file or a directory, returns true if
all is ok, false otherwise
svn_fs_delete — Deletes a file or a directory, return true
if all is ok, false otherwise
svn_fs_dir_entries — Enumerates the directory entries under
path; returns a hash of dir names to file type
svn_fs_file_contents — Returns a stream to access the
contents of a file from a given version of the fs
svn_fs_file_length — Returns the length of a file from a
given version of the fs
svn_fs_is_dir — Return true if the path points to a
directory, false otherwise
svn_fs_is_file — Return true if the path points to a file,
false otherwise
svn_fs_make_dir — Creates a new empty directory, returns
true if all is ok, false otherwise
svn_fs_make_file — Creates a new empty file, returns true if
all is ok, false otherwise
svn_fs_node_created_rev — Returns the revision in which path
under fsroot was created
svn_fs_node_prop — Returns the value of a property for a node
svn_fs_props_changed — Return true if props are different,
false otherwise
svn_fs_revision_prop — Fetches the value of a named property
svn_fs_revision_root — Get a handle on a specific version of
the repository root
svn_fs_txn_root — Creates and returns a transaction root
svn_fs_youngest_rev — Returns the number of the youngest
revision in the filesystem
svn_import — Imports an unversioned path into a repository
svn_log — Returns the commit log messages of a repository URL
svn_ls — Returns list of directory contents in repository
URL, optionally at revision number
svn_repos_create — Create a new subversion repository at path
svn_repos_fs_begin_txn_for_commit — Create a new transaction
svn_repos_fs_commit_txn — Commits a transaction and returns
the new revision
svn_repos_fs — Gets a handle on the filesystem for a repository
svn_repos_hotcopy — Make a hot-copy of the repos at
repospath; copy it to destpath
svn_repos_open — Open a shared lock on a repository.
svn_repos_recover — Run recovery procedures on the
repository located at path.
svn_status — Returns the status of working copy files and
directories
svn_update — Update working copy
CLXIII. SWF
swf_actiongeturl — Get a URL from a Shockwave Flash movie
swf_actiongotoframe — Play a frame and then stop
swf_actiongotolabel — Display a frame with the specified label
swf_actionnextframe — Go forward one frame
swf_actionplay — Start playing the flash movie from the
current frame
swf_actionprevframe — Go backwards one frame
swf_actionsettarget — Set the context for actions
swf_actionstop — Stop playing the flash movie at the current
frame
swf_actiontogglequality — Toggle between low and high quality
swf_actionwaitforframe — Skip actions if a frame has not
been loaded
swf_addbuttonrecord — Controls location, appearance and
active area of the current button
swf_addcolor — Set the global add color to the rgba value
specified
swf_closefile — Close the current Shockwave Flash file
swf_definebitmap — Define a bitmap
swf_definefont — Defines a font
swf_defineline — Define a line
swf_definepoly — Define a polygon
swf_definerect — Define a rectangle
swf_definetext — Define a text string
swf_endbutton — End the definition of the current button
swf_enddoaction — End the current action
swf_endshape — Completes the definition of the current shape
swf_endsymbol — End the definition of a symbol
swf_fontsize — Change the font size
swf_fontslant — Set the font slant
swf_fonttracking — Set the current font tracking
swf_getbitmapinfo — Get information about a bitmap
swf_getfontinfo — Gets font information
swf_getframe — Get the frame number of the current frame
swf_labelframe — Label the current frame
swf_lookat — Define a viewing transformation
swf_modifyobject — Modify an object
swf_mulcolor — Sets the global multiply color to the rgba
value specified
swf_nextid — Returns the next free object id
swf_oncondition — Describe a transition used to trigger an
action list
swf_openfile — Open a new Shockwave Flash file
swf_ortho2 — Defines 2D orthographic mapping of user
coordinates onto the current viewport
swf_ortho — Defines an orthographic mapping of user
coordinates onto the current viewport
swf_perspective — Define a perspective projection transformation
swf_placeobject — Place an object onto the screen
swf_polarview — Define the viewer's position with polar
coordinates
swf_popmatrix — Restore a previous transformation matrix
swf_posround — Enables or Disables the rounding of the
translation when objects are placed or moved
swf_pushmatrix — Push the current transformation matrix back
unto the stack
swf_removeobject — Remove an object
swf_rotate — Rotate the current transformation
swf_scale — Scale the current transformation
swf_setfont — Change the current font
swf_setframe — Switch to a specified frame
swf_shapearc — Draw a circular arc
swf_shapecurveto3 — Draw a cubic bezier curve
swf_shapecurveto — Draw a quadratic bezier curve between two
points
swf_shapefillbitmapclip — Set current fill mode to clipped
bitmap
swf_shapefillbitmaptile — Set current fill mode to tiled bitmap
swf_shapefilloff — Turns off filling
swf_shapefillsolid — Set the current fill style to the
specified color
swf_shapelinesolid — Set the current line style
swf_shapelineto — Draw a line
swf_shapemoveto — Move the current position
swf_showframe — Display the current frame
swf_startbutton — Start the definition of a button
swf_startdoaction — Start a description of an action list
for the current frame
swf_startshape — Start a complex shape
swf_startsymbol — Define a symbol
swf_textwidth — Get the width of a string
swf_translate — Translate the current transformations
swf_viewport — Select an area for future drawing
CLXIV. swish
Swish::__construct — Construct a Swish object
Swish->getMetaList — Get the list of meta entries for the index
Swish->getPropertyList — Get the list of properties for the
index
Swish->prepare — Prepare a search query
Swish->query — Execute a query and return results object
SwishResult->getMetaList — Get a list of meta entries
SwishResult->stem — Stems the given word
SwishResults->getParsedWords — Get an array of parsed words
SwishResults->getRemovedStopwords — Get an array of
stopwords removed from the query
SwishResults->nextResult — Get the next search result
SwishResults->seekResult — Set current seek pointer to the
given position
SwishSearch->execute — Execute the search and get the results
SwishSearch->resetLimit — Reset the search limits
SwishSearch->setLimit — Set the search limits
SwishSearch->setPhraseDelimiter — Set the phrase delimiter
SwishSearch->setSort — Set the sort order
SwishSearch->setStructure — Set the structure flag in the
search object
CLXV. Sybase
sybase_affected_rows — Gets number of affected rows in last
query
sybase_close — Closes a Sybase connection
sybase_connect — Opens a Sybase server connection
sybase_data_seek — Moves internal row pointer
sybase_deadlock_retry_count — Sets the deadlock retry count
sybase_fetch_array — Fetch row as array
sybase_fetch_assoc — Fetch a result row as an associative array
sybase_fetch_field — Get field information from a result
sybase_fetch_object — Fetch a row as an object
sybase_fetch_row — Get a result row as an enumerated array
sybase_field_seek — Sets field offset
sybase_free_result — Frees result memory
sybase_get_last_message — Returns the last message from the
server
sybase_min_client_severity — Sets minimum client severity
sybase_min_error_severity — Sets minimum error severity
sybase_min_message_severity — Sets minimum message severity
sybase_min_server_severity — Sets minimum server severity
sybase_num_fields — Gets the number of fields in a result set
sybase_num_rows — Get number of rows in a result set
sybase_pconnect — Open persistent Sybase connection
sybase_query — Sends a Sybase query
sybase_result — Get result data
sybase_select_db — Selects a Sybase database
sybase_set_message_handler — Sets the handler called when a
server message is raised
sybase_unbuffered_query — Send a Sybase query and do not block
CLXVI. TCP Wrappers
tcpwrap_check — Performs a tcpwrap check
CLXVII. tidy
ob_tidyhandler — ob_start callback function to repair the
buffer
tidy_access_count — Returns the Number of Tidy accessibility
warnings encountered for specified document
tidy_clean_repair — Execute configured cleanup and repair
operations on parsed markup
tidy_config_count — Returns the Number of Tidy configuration
errors encountered for specified document
tidy::__construct — Constructs a new tidy object
tidy_diagnose — Run configured diagnostics on parsed and
repaired markup
tidy_error_count — Returns the Number of Tidy errors
encountered for specified document
tidy_get_body — Returns a tidyNode Object starting from the
<body> tag of the tidy parse tree
tidy_get_config — Get current
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ashwin
Mr Abiansh Grahacharya can u plz forward me PHP material
with which i can learn as soon as possible. I will be thank
full 2u if u send me to my mail. ashwin4web@gmail.com
Thanking you,
With Regards
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / abinash
Dear friends
please visit my profile site.
www.abinashg.com
Thanks
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / :)
It is my request to www.allinterview.com can you please
delete the above post
or make an option to make it spam
Thanks
:)
Is This Answer Correct ? | 2 Yes | 2 No |
how to extract month from given date by using string functions?
Explain why would we use === instead of ==?
Which variable declarations within a class is invalid in php?
How would you open a directory for reading in php?
How to insert a line break in php string?
Can we use get instead of post?
What is the main function of php?
What new features php7 has in store for us?
How do http requests work?
What are php applications?
Does php need to be installed?
What is the use of Php variables?