what is the current salary package in India for a PHP &
MySQL programmer who has 3 years experience
Answer Posted / -=pkg=-
mysqli_set_local_infile_default — Unsets user defined
handler for load local infile command
mysqli_set_local_infile_handler — Set callback functions for
LOAD DATA LOCAL INFILE command
mysqli_set_opt — Alias of mysqli_options()
mysqli_slave_query — Force execution of a query on a slave
in a master/slave setup
mysqli_sqlstate — Returns the SQLSTATE error from previous
MySQL operation
mysqli_ssl_set — Used for establishing secure connections
using SSL
mysqli_stat — Gets the current system status
mysqli_stmt_affected_rows — Returns the total number of rows
changed, deleted, or inserted by the last executed statement
mysqli_stmt_attr_get
mysqli_stmt_attr_set
mysqli_stmt_bind_param — Binds variables to a prepared
statement as parameters
mysqli_stmt_bind_result — Binds variables to a prepared
statement for result storage
mysqli_stmt_close — Closes a prepared statement
mysqli_stmt_data_seek — Seeks to an arbitray row in
statement result set
mysqli_stmt_errno — Returns the error code for the most
recent statement call
mysqli_stmt_error — Returns a string description for last
statement error
mysqli_stmt_execute — Executes a prepared Query
mysqli_stmt_fetch — Fetch results from a prepared statement
into the bound variables
mysqli_stmt_field_count — Returns the number of field in the
given statement
mysqli_stmt_free_result — Frees stored result memory for the
given statement handle
mysqli_stmt_get_warnings
mysqli_stmt_init — Initializes a statement and returns an
object for use with mysqli_stmt_prepare
mysqli_stmt_insert_id — Get the ID generated from the
previous INSERT operation
mysqli_stmt_num_rows — Return the number of rows in
statements result set
mysqli_stmt_param_count — Returns the number of parameter
for the given statement
mysqli_stmt_prepare — Prepare a SQL statement for execution
mysqli_stmt_reset — Resets a prepared statement
mysqli_stmt_result_metadata — Returns result set metadata
from a prepared statement
mysqli_stmt_send_long_data — Send data in blocks
mysqli_stmt_sqlstate — Returns SQLSTATE error from previous
statement operation
mysqli_stmt_store_result — Transfers a result set from a
prepared statement
mysqli_store_result — Transfers a result set from the last query
mysqli_thread_id — Returns the thread ID for the current
connection
mysqli_thread_safe — Returns whether thread safety is given
or not
mysqli_use_result — Initiate a result set retrieval
mysqli_warning_count — Returns the number of warnings from
the last query for the given link
CI. Ncurses
ncurses_addch — Add character at current position and
advance cursor
ncurses_addchnstr — Add attributed string with specified
length at current position
ncurses_addchstr — Add attributed string at current position
ncurses_addnstr — Add string with specified length at
current position
ncurses_addstr — Output text at current position
ncurses_assume_default_colors — Define default colors for
color 0
ncurses_attroff — Turn off the given attributes
ncurses_attron — Turn on the given attributes
ncurses_attrset — Set given attributes
ncurses_baudrate — Returns baudrate of terminal
ncurses_beep — Let the terminal beep
ncurses_bkgd — Set background property for terminal screen
ncurses_bkgdset — Control screen background
ncurses_border — Draw a border around the screen using
attributed characters
ncurses_bottom_panel — Moves a visible panel to the bottom
of the stack
ncurses_can_change_color — Check if we can change terminals
colors
ncurses_cbreak — Switch of input buffering
ncurses_clear — Clear screen
ncurses_clrtobot — Clear screen from current position to bottom
ncurses_clrtoeol — Clear screen from current position to end
of line
ncurses_color_content — Gets the RGB value for color
ncurses_color_set — Set fore- and background color
ncurses_curs_set — Set cursor state
ncurses_def_prog_mode — Saves terminals (program) mode
ncurses_def_shell_mode — Saves terminals (shell) mode
ncurses_define_key — Define a keycode
ncurses_del_panel — Remove panel from the stack and delete
it (but not the associated window)
ncurses_delay_output — Delay output on terminal using
padding characters
ncurses_delch — Delete character at current position, move
rest of line left
ncurses_deleteln — Delete line at current position, move
rest of screen up
ncurses_delwin — Delete a ncurses window
ncurses_doupdate — Write all prepared refreshes to terminal
ncurses_echo — Activate keyboard input echo
ncurses_echochar — Single character output including refresh
ncurses_end — Stop using ncurses, clean up the screen
ncurses_erase — Erase terminal screen
ncurses_erasechar — Returns current erase character
ncurses_filter — Set LINES for iniscr() and newterm() to 1
ncurses_flash — Flash terminal screen (visual bell)
ncurses_flushinp — Flush keyboard input buffer
ncurses_getch — Read a character from keyboard
ncurses_getmaxyx — Returns the size of a window
ncurses_getmouse — Reads mouse event
ncurses_getyx — Returns the current cursor position for a window
ncurses_halfdelay — Put terminal into halfdelay mode
ncurses_has_colors — Check if terminal has colors
ncurses_has_ic — Check for insert- and delete-capabilities
ncurses_has_il — Check for line insert- and delete-capabilities
ncurses_has_key — Check for presence of a function key on
terminal keyboard
ncurses_hide_panel — Remove panel from the stack, making it
invisible
ncurses_hline — Draw a horizontal line at current position
using an attributed character and max. n characters long
ncurses_inch — Get character and attribute at current position
ncurses_init_color — Set new RGB value for color
ncurses_init_pair — Allocate a color pair
ncurses_init — Initialize ncurses
ncurses_insch — Insert character moving rest of line
including character at current position
ncurses_insdelln — Insert lines before current line
scrolling down (negative numbers delete and scroll up)
ncurses_insertln — Insert a line, move rest of screen down
ncurses_insstr — Insert string at current position, moving
rest of line right
ncurses_instr — Reads string from terminal screen
ncurses_isendwin — Ncurses is in endwin mode, normal screen
output may be performed
ncurses_keyok — Enable or disable a keycode
ncurses_keypad — Turns keypad on or off
ncurses_killchar — Returns current line kill character
ncurses_longname — Returns terminals description
ncurses_meta — Enables/Disable 8-bit meta key information
ncurses_mouse_trafo — Transforms coordinates
ncurses_mouseinterval — Set timeout for mouse button clicks
ncurses_mousemask — Sets mouse options
ncurses_move_panel — Moves a panel so that its upper-left
corner is at [startx, starty]
ncurses_move — Move output position
ncurses_mvaddch — Move current position and add character
ncurses_mvaddchnstr — Move position and add attributed
string with specified length
ncurses_mvaddchstr — Move position and add attributed string
ncurses_mvaddnstr — Move position and add string with
specified length
ncurses_mvaddstr — Move position and add string
ncurses_mvcur — Move cursor immediately
ncurses_mvdelch — Move position and delete character, shift
rest of line left
ncurses_mvgetch — Move position and get character at new
position
ncurses_mvhline — Set new position and draw a horizontal
line using an attributed character and max. n characters long
ncurses_mvinch — Move position and get attributed character
at new position
ncurses_mvvline — Set new position and draw a vertical line
using an attributed character and max. n characters long
ncurses_mvwaddstr — Add string at new position in window
ncurses_napms — Sleep
ncurses_new_panel — Create a new panel and associate it with
window
ncurses_newpad — Creates a new pad (window)
ncurses_newwin — Create a new window
ncurses_nl — Translate newline and carriage return / line feed
ncurses_nocbreak — Switch terminal to cooked mode
ncurses_noecho — Switch off keyboard input echo
ncurses_nonl — Do not translate newline and carriage return
/ line feed
ncurses_noqiflush — Do not flush on signal characters
ncurses_noraw — Switch terminal out of raw mode
ncurses_pair_content — Gets the RGB value for color
ncurses_panel_above — Returns the panel above panel
ncurses_panel_below — Returns the panel below panel
ncurses_panel_window — Returns the window associated with panel
ncurses_pnoutrefresh — Copies a region from a pad into the
virtual screen
ncurses_prefresh — Copies a region from a pad into the
virtual screen
ncurses_putp — Apply padding information to the string and
output it
ncurses_qiflush — Flush on signal characters
ncurses_raw — Switch terminal into raw mode
ncurses_refresh — Refresh screen
ncurses_replace_panel — Replaces the window associated with
panel
ncurses_reset_prog_mode — Resets the prog mode saved by
def_prog_mode
ncurses_reset_shell_mode — Resets the shell mode saved by
def_shell_mode
ncurses_resetty — Restores saved terminal state
ncurses_savetty — Saves terminal state
ncurses_scr_dump — Dump screen content to file
ncurses_scr_init — Initialize screen from file dump
ncurses_scr_restore — Restore screen from file dump
ncurses_scr_set — Inherit screen from file dump
ncurses_scrl — Scroll window content up or down without
changing current position
ncurses_show_panel — Places an invisible panel on top of the
stack, making it visible
ncurses_slk_attr — Returns current soft label key attribute
ncurses_slk_attroff — Turn off the given attributes for soft
function-key labels
ncurses_slk_attron — Turn on the given attributes for soft
function-key labels
ncurses_slk_attrset — Set given attributes for soft
function-key labels
ncurses_slk_clear — Clears soft labels from screen
ncurses_slk_color — Sets color for soft label keys
ncurses_slk_init — Initializes soft label key functions
ncurses_slk_noutrefresh — Copies soft label keys to virtual
screen
ncurses_slk_refresh — Copies soft label keys to screen
ncurses_slk_restore — Restores soft label keys
ncurses_slk_set — Sets function key labels
ncurses_slk_touch — Forces output when
ncurses_slk_noutrefresh is performed
ncurses_standend — Stop using 'standout' attribute
ncurses_standout — Start using 'standout' attribute
ncurses_start_color — Start using colors
ncurses_termattrs — Returns a logical OR of all attribute
flags supported by terminal
ncurses_termname — Returns terminals (short)-name
ncurses_timeout — Set timeout for special key sequences
ncurses_top_panel — Moves a visible panel to the top of the
stack
ncurses_typeahead — Specify different filedescriptor for
typeahead checking
ncurses_ungetch — Put a character back into the input stream
ncurses_ungetmouse — Pushes mouse event to queue
ncurses_update_panels — Refreshes the virtual screen to
reflect the relations between panels in the stack
ncurses_use_default_colors — Assign terminal default colors
to color id -1
ncurses_use_env — Control use of environment information
about terminal size
ncurses_use_extended_names — Control use of extended names
in terminfo descriptions
ncurses_vidattr — Display the string on the terminal in the
video attribute mode
ncurses_vline — Draw a vertical line at current position
using an attributed character and max. n characters long
ncurses_waddch — Adds character at current position in a
window and advance cursor
ncurses_waddstr — Outputs text at current postion in window
ncurses_wattroff — Turns off attributes for a window
ncurses_wattron — Turns on attributes for a window
ncurses_wattrset — Set the attributes for a window
ncurses_wborder — Draws a border around the window using
attributed characters
ncurses_wclear — Clears window
ncurses_wcolor_set — Sets windows color pairings
ncurses_werase — Erase window contents
ncurses_wgetch — Reads a character from keyboard (window)
ncurses_whline — Draws a horizontal line in a window at
current position using an attributed character and max. n
characters long
ncurses_wmouse_trafo — Transforms window/stdscr coordinates
ncurses_wmove — Moves windows output position
ncurses_wnoutrefresh — Copies window to virtual screen
ncurses_wrefresh — Refresh window on terminal screen
ncurses_wstandend — End standout mode for a window
ncurses_wstandout — Enter standout mode for a window
ncurses_wvline — Draws a vertical line in a window at
current position using an attributed character and max. n
characters long
CII. Network
checkdnsrr — Check DNS records corresponding to a given
Internet host name or IP address
closelog — Close connection to system logger
debugger_off — Disable internal PHP debugger (PHP 3)
debugger_on — Enable internal PHP debugger (PHP 3)
define_syslog_variables — Initializes all syslog related
constants
dns_check_record — Alias of checkdnsrr()
dns_get_mx — Alias of getmxrr()
dns_get_record — Fetch DNS Resource Records associated with
a hostname
fsockopen — Open Internet or Unix domain socket connection
gethostbyaddr — Get the Internet host name corresponding to
a given IP address
gethostbyname — Get the IP address corresponding to a given
Internet host name
gethostbynamel — Get a list of IP addresses corresponding to
a given Internet host name
getmxrr — Get MX records corresponding to a given Internet
host name
getprotobyname — Get protocol number associated with
protocol name
getprotobynumber — Get protocol name associated with
protocol number
getservbyname — Get port number associated with an Internet
service and protocol
getservbyport — Get Internet service which corresponds to
port and protocol
header — Send a raw HTTP header
headers_list — Returns a list of response headers sent (or
ready to send)
headers_sent — Checks if or where headers have been sent
inet_ntop — Converts a packed internet address to a human
readable representation
inet_pton — Converts a human readable IP address to its
packed in_addr representation
ip2long — Converts a string containing an (IPv4) Internet
Protocol dotted address into a proper address
long2ip — Converts an (IPv4) Internet network address into a
string in Internet standard dotted format
openlog — Open connection to system logger
pfsockopen — Open persistent Internet or Unix domain socket
connection
setcookie — Send a cookie
setrawcookie — Send a cookie without urlencoding the cookie
value
socket_get_status — Alias of stream_get_meta_data()
socket_set_blocking — Alias of stream_set_blocking()
socket_set_timeout — Alias of stream_set_timeout()
syslog — Generate a system log message
CIII. Newt
newt_bell — Send a beep to the terminal
newt_button_bar — This function returns a grid containing
the buttons created.
newt_button — Create a new button
newt_centered_window — Open a centered window of the
specified size
newt_checkbox_get_value — Retreives value of checkox resource
newt_checkbox_set_flags — Configures checkbox resource
newt_checkbox_set_value — Sets the value of the checkbox
newt_checkbox_tree_add_item — Adds new item to the checkbox tree
newt_checkbox_tree_find_item — Finds an item in the checkbox
tree
newt_checkbox_tree_get_current — Returns checkbox tree
selected item
newt_checkbox_tree_get_entry_value
newt_checkbox_tree_get_multi_selection
newt_checkbox_tree_get_selection
newt_checkbox_tree_multi
newt_checkbox_tree_set_current
newt_checkbox_tree_set_entry_value
newt_checkbox_tree_set_entry
newt_checkbox_tree_set_width
newt_checkbox_tree
newt_checkbox
newt_clear_key_buffer — Discards the contents of the
terminal's input buffer without waiting for additional input
newt_cls
newt_compact_button
newt_component_add_callback
newt_component_takes_focus
newt_create_grid
newt_cursor_off
newt_cursor_on
newt_delay
newt_draw_form
newt_draw_root_text — Displays the string text at the
position indicated
newt_entry_get_value
newt_entry_set_filter
newt_entry_set_flags
newt_entry_set
newt_entry
newt_finished — Uninitializes newt interface
newt_form_add_component — Adds a single component to the form
newt_form_add_components — Add several components to the form
newt_form_add_hot_key
newt_form_destroy — Destroys a form
newt_form_get_current
newt_form_run — Runs a form
newt_form_set_background
newt_form_set_height
newt_form_set_size
newt_form_set_timer
newt_form_set_width
newt_form_watch_fd
newt_form — Create a form
newt_get_screen_size — Fills in the passed references with
the current size of the terminal
newt_grid_add_components_to_form
newt_grid_basic_window
newt_grid_free
newt_grid_get_size
newt_grid_h_close_stacked
newt_grid_h_stacked
newt_grid_place
newt_grid_set_field
newt_grid_simple_window
newt_grid_v_close_stacked
newt_grid_v_stacked
newt_grid_wrapped_window_at
newt_grid_wrapped_window
newt_init — Initialize newt
newt_label_set_text
newt_label
newt_listbox_append_entry
newt_listbox_clear_selection
newt_listbox_clear
newt_listbox_delete_entry
newt_listbox_get_current
newt_listbox_get_selection
newt_listbox_insert_entry
newt_listbox_item_count
newt_listbox_select_item
newt_listbox_set_current_by_key
newt_listbox_set_current
newt_listbox_set_data
newt_listbox_set_entry
newt_listbox_set_width
newt_listbox
newt_listitem_get_data
newt_listitem_set
newt_listitem
newt_open_window — Open a window of the specified size and
position
newt_pop_help_line — Replaces the current help line with the
one from the stack
newt_pop_window — Removes the top window from the display
newt_push_help_line — Saves the current help line on a
stack, and displays the new line
newt_radio_get_current
newt_radiobutton
newt_redraw_help_line
newt_reflow_text
newt_refresh — Updates modified portions of the screen
newt_resize_screen
newt_resume — Resume using the newt interface after calling
newt_suspend()
newt_run_form — Runs a form
newt_scale_set
newt_scale
newt_scrollbar_set
newt_set_help_callback
newt_set_suspend_callback — Set a callback function which
gets invoked when user presses the suspend key
newt_suspend — Tells newt to return the terminal to its
initial state
newt_textbox_get_num_lines
newt_textbox_reflowed
newt_textbox_set_height
newt_textbox_set_text
newt_textbox
newt_vertical_scrollbar
newt_wait_for_key — Doesn't return until a key has been pressed
newt_win_choice
newt_win_entries
newt_win_menu
newt_win_message
newt_win_messagev
newt_win_ternary
CIV. NSAPI
nsapi_request_headers — Fetch all HTTP request headers
nsapi_response_headers — Fetch all HTTP response headers
nsapi_virtual — Perform an NSAPI sub-request
CV. Object Aggregation
aggregate_info — Gets aggregation information for a given
object
aggregate_methods_by_list — Selective dynamic class methods
aggregation to an object
aggregate_methods_by_regexp — Selective class methods
aggregation to an object using a regular expression
aggregate_methods — Dynamic class and object aggregation of
methods
aggregate_properties_by_list — Selective dynamic class
properties aggregation to an object
aggregate_properties_by_regexp — Selective class properties
aggregation to an object using a regular expression
aggregate_properties — Dynamic aggregation of class
properties to an object
aggregate — Dynamic class and object aggregation of methods
and properties
aggregation_info — Alias of aggregate_info()
deaggregate — Removes the aggregated methods and properties
from an object
CVI. Object overloading
overload — Enable property and method call overloading for a
class
CVII. OCI8
oci_bind_array_by_name — Binds PHP array to Oracle PL/SQL
array by name
oci_bind_by_name — Binds the PHP variable to the Oracle
placeholder
oci_cancel — Cancels reading from cursor
oci_close — Closes Oracle connection
OCI-Collection->append — Appends element to the collection
OCI-Collection->assign — Assigns a value to the collection
from another existing collection
OCI-Collection->assignElem — Assigns a value to the element
of the collection
OCI-Collection->free — Frees the resources associated with
the collection object
OCI-Collection->getElem — Returns value of the element
OCI-Collection->max — Returns the maximum number of elements
in the collection
OCI-Collection->size — Returns size of the collection
OCI-Collection->trim — Trims elements from the end of the
collection
oci_commit — Commits outstanding statements
oci_connect — Establishes a connection to the Oracle server
oci_define_by_name — Uses a PHP variable for the define-step
during a SELECT
oci_error — Returns the last error found
oci_execute — Executes a statement
oci_fetch_all — Fetches all rows of result data into an array
oci_fetch_array — Returns the next row from the result data
as an associative or numeric array, or both
oci_fetch_assoc — Returns the next row from the result data
as an associative array
oci_fetch_object — Returns the next row from the result data
as an object
oci_fetch_row — Returns the next row from the result data as
a numeric array
oci_fetch — Fetches the next row into result-buffer
oci_field_is_null — Checks if the field is NULL
oci_field_name — Returns the name of a field from the statement
oci_field_precision — Tell the precision of a field
oci_field_scale — Tell the scale of the field
oci_field_size — Returns field's size
oci_field_type_raw — Tell the raw Oracle data type of the field
oci_field_type — Returns field's data type
oci_free_statement — Frees all resources associated with
statement or cursor
oci_internal_debug — Enables or disables internal debug output
OCI-Lob->append — Appends data from the large object to
another large object
OCI-Lob->close — Closes LOB descriptor
oci_lob_copy — Copies large object
OCI-Lob->eof — Tests for end-of-file on a large object's
descriptor
OCI-Lob->erase — Erases a specified portion of the internal
LOB data
OCI-Lob->export — Exports LOB's contents to a file
OCI-Lob->flush — Flushes/writes buffer of the LOB to the server
OCI-Lob->free — Frees resources associated with the LOB
descriptor
OCI-Lob->getBuffering — Returns current state of buffering
for the large object
OCI-Lob->import — Imports file data to the LOB
oci_lob_is_equal — Compares two LOB/FILE locators for equality
OCI-Lob->load — Returns large object's contents
OCI-Lob->read — Reads part of the large object
OCI-Lob->rewind — Moves the internal pointer to the
beginning of the large object
OCI-Lob->save — Saves data to the large object
OCI-Lob->saveFile — Alias of oci_lob_import()
OCI-Lob->seek — Sets the internal pointer of the large object
OCI-Lob->setBuffering — Changes current state of buffering
for the large object
OCI-Lob->size — Returns size of large object
OCI-Lob->tell — Returns current position of internal pointer
of large object
OCI-Lob->truncate — Truncates large object
OCI-Lob->write — Writes data to the large object
OCI-Lob->writeTemporary — Writes temporary large object
OCI-Lob->writeToFile — Alias of oci_lob_export()
oci_new_collection — Allocates new collection object
oci_new_connect — Establishes a new connection to the Oracle
server
oci_new_cursor — Allocates and returns a new cursor
(statement handle)
oci_new_descriptor — Initializes a new empty LOB or FILE
descriptor
oci_num_fields — Returns the number of result columns in a
statement
oci_num_rows — Returns number of rows affected during
statement execution
oci_parse — Prepares Oracle statement for execution
oci_password_change — Changes password of Oracle's user
oci_pconnect — Connect to an Oracle database using a
persistent connection
oci_result — Returns field's value from the fetched row
oci_rollback — Rolls back outstanding transaction
oci_server_version — Returns server version
oci_set_prefetch — Sets number of rows to be prefetched
oci_statement_type — Returns the type of an OCI statement
ocibindbyname — Alias of oci_bind_by_name()
ocicancel — Alias of oci_cancel()
ocicloselob — Alias of OCI-Lob->close
ocicollappend — Alias of OCI-Collection->append
ocicollassign — Alias of OCI-Collection->assign
ocicollassignelem — Alias of OCI-Collection->assignElem
ocicollgetelem — Alias of OCI-Collection->getElem
ocicollmax — Alias of OCI-Collection->max
ocicollsize — Alias of OCI-Collection->size
ocicolltrim — Alias of OCI-Collection->trim
ocicolumnisnull — Alias of oci_field_is_null()
ocicolumnname — Alias of oci_field_name()
ocicolumnprecision — Alias of oci_field_precision()
ocicolumnscale — Alias of oci_field_scale()
ocicolumnsize — Alias of oci_field_size()
ocicolumntype — Alias of oci_field_type()
ocicolumntyperaw — Alias of oci_field_type_raw()
ocicommit — Alias of oci_commit()
ocidefinebyname — Alias of oci_define_by_name()
ocierror — Alias of oci_error()
ociexecute — Alias of oci_execute()
ocifetch — Alias of oci_fetch()
ocifetchinto — Fetches the next row into an array (deprecated)
ocifetchstatement — Alias of oci_fetch_all()
ocifreecollection — Alias of OCI-Collection->free
ocifreecursor — Alias of oci_free_statement()
ocifreedesc — Alias of OCI-Lob->free
ocifreestatement — Alias of oci_free_statement()
ociinternaldebug — Alias of oci_internal_debug()
ociloadlob — Alias of OCI-Lob->load
ocilogoff — Alias of oci_close()
ocilogon — Alias of oci_connect()
ocinewcollection — Alias of oci_new_collection()
ocinewcursor — Alias of oci_new_cursor()
ocinewdescriptor — Alias of oci_new_descriptor()
ocinlogon — Alias of oci_new_connect()
ocinumcols — Alias of oci_num_fields()
ociparse — Alias of oci_parse()
ociplogon — Alias of oci_pconnect()
ociresult — Alias of oci_result()
ocirollback — Alias of oci_rollback()
ocirowcount — Alias of oci_num_rows()
ocisavelob — Alias of OCI-Lob->save
ocisavelobfile — Alias of OCI-Lob->import
ociserverversion — Alias of oci_server_version()
ocisetprefetch — Alias of oci_set_prefetch()
ocistatementtype — Alias of oci_statement_type()
ociwritelobtofile — Alias of OCI-Lob->export
ociwritetemporarylob — Alias of OCI-Lob->writeTemporary
CVIII. ODBC
odbc_autocommit — Toggle autocommit behaviour
odbc_binmode — Handling of binary column data
odbc_close_all — Close all ODBC connections
odbc_close — Close an ODBC connection
odbc_columnprivileges — Returns a result identifier that can
be used to fetch a list of columns and associated privileges
odbc_columns — Lists the column names in specified tables
odbc_commit — Commit an ODBC transaction
odbc_connect — Connect to a datasource
odbc_cursor — Get cursorname
odbc_data_source — Returns information about a current
connection
odbc_do — Synonym for odbc_exec()
odbc_error — Get the last error code
odbc_errormsg — Get the last error message
odbc_exec — Prepare and execute a SQL statement
odbc_execute — Execute a prepared statement
odbc_fetch_array — Fetch a result row as an associative array
odbc_fetch_into — Fetch one result row into array
odbc_fetch_object — Fetch a result row as an object
odbc_fetch_row — Fetch a row
odbc_field_len — Get the length (precision) of a field
odbc_field_name — Get the columnname
odbc_field_num — Return column number
odbc_field_precision — Synonym for odbc_field_len()
odbc_field_scale — Get the scale of a field
odbc_field_type — Datatype of a field
odbc_foreignkeys — Returns a list of foreign keys in the
specified table or a list of foreign keys in other tables
that refer to the primary key in the specified table
odbc_free_result — Free resources associated with a result
odbc_gettypeinfo — Returns a result identifier containing
information about data types supported by the data source
odbc_longreadlen — Handling of LONG columns
odbc_next_result — Checks if multiple results are available
odbc_num_fields — Number of columns in a result
odbc_num_rows — Number of rows in a result
odbc_pconnect — Open a persistent database connection
odbc_prepare — Prepares a statement for execution
odbc_primarykeys — Returns a result identifier that can be
used to fetch the column names that comprise the primary key
for a table
odbc_procedurecolumns — Retrieve information about
parameters to procedures
odbc_procedures — Get the list of procedures stored in a
specific data source
odbc_result_all — Print result as HTML table
odbc_result — Get result data
odbc_rollback — Rollback a transaction
odbc_setoption — Adjust ODBC settings
odbc_specialcolumns — Returns either the optimal set of
columns that uniquely identifies a row in the table or
columns that are automatically updated when any value in the
row is updated by a transaction
odbc_statistics — Retrieve statistics about a table
odbc_tableprivileges — Lists tables and the privileges
associated with each table
odbc_tables — Get the list of table names stored in a
specific data source
CIX. ODBC and DB2 (PDO)
PDO_ODBC DSN — Connecting to ODBC or DB2 databases
CX. OGG/Vorbis
Usage — Examples on using the ogg:// wrapper.
CXI. openal
openal_buffer_create — Generate OpenAL buffer
openal_buffer_data — Load a buffer with data
openal_buffer_destroy — Destroys an OpenAL buffer
openal_buffer_get — Retrieve an OpenAL buffer property
openal_buffer_loadwav — Load a .wav file into a buffer
openal_context_create — Create an audio processing context
openal_context_current — Make the specified context current
openal_context_destroy — Destroys a context
openal_context_process — Process the specified context
openal_context_suspend — Suspend the specified context
openal_device_close — Close an OpenAL device
openal_device_open — Initialize the OpenAL audio layer
openal_listener_get — Retrieve a listener property
openal_listener_set — Set a listener property
openal_source_create — Generate a source resource
openal_source_destroy — Destroy a source resource
openal_source_get — Retrieve an OpenAL source property
openal_source_pause — Pause the source
openal_source_play — Start playing the source
openal_source_rewind — Rewind the source
openal_source_set — Set source property
openal_source_stop — Stop playing the source
openal_stream — Begin streaming on a source
CXII. OpenSSL
openssl_csr_export_to_file — Exports a CSR to a file
openssl_csr_export — Exports a CSR as a string
openssl_csr_get_public_key — Returns the public key of a CERT
openssl_csr_get_subject — Returns the subject of a CERT
openssl_csr_new — Generates a CSR
openssl_csr_sign — Sign a CSR with another certificate (or
itself) and generate a certificate
openssl_error_string — Return openSSL error message
openssl_free_key — Free key resource
openssl_get_privatekey — Alias of openssl_pkey_get_private()
openssl_get_publickey — Alias of openssl_pkey_get_public()
openssl_open — Open sealed data
openssl_pkcs12_export_to_file — Exports a PKCS#12 Compatible
Certificate Store File
openssl_pkcs12_export — Exports a PKCS#12 Compatible
Certificate Store File to variable.
openssl_pkcs12_read — Parse a PKCS#12 Certificate Store into
an array
openssl_pkcs7_decrypt — Decrypts an S/MIME encrypted message
openssl_pkcs7_encrypt — Encrypt an S/MIME message
openssl_pkcs7_sign — Sign an S/MIME message
openssl_pkcs7_verify — Verifies the signature of an S/MIME
signed message
openssl_pkey_export_to_file — Gets an exportable
representation of a key into a file
openssl_pkey_export — Gets an exportable representation of a
key into a string
openssl_pkey_free — Frees a private key
openssl_pkey_get_details — Returns an array with the key details
openssl_pkey_get_private — Get a private key
openssl_pkey_get_public — Extract public key from
certificate and prepare it for use
openssl_pkey_new — Generates a new private key
openssl_private_decrypt — Decrypts data with private key
openssl_private_encrypt — Encrypts data with private key
openssl_public_decrypt — Decrypts data with public key
openssl_public_encrypt — Encrypts data with public key
openssl_seal — Seal (encrypt) data
openssl_sign — Generate signature
openssl_verify — Verify signature
openssl_x509_check_private_key — Checks if a private key
corresponds to a certificate
openssl_x509_checkpurpose — Verifies if a certificate can be
used for a particular purpose
openssl_x509_export_to_file — Exports a certificate to file
openssl_x509_export — Exports a certificate as a string
openssl_x509_free — Free certificate resource
openssl_x509_parse — Parse an X509 certificate and return
the information as an array
openssl_x509_read — Parse an X.509 certificate and return a
resource identifier for it
CXIII. Oracle
ora_bind — Binds a PHP variable to an Oracle parameter
ora_close — Closes an Oracle cursor
ora_columnname — Gets the name of an Oracle result column
ora_columnsize — Returns the size of an Oracle result column
ora_columntype — Gets the type of an Oracle result column
ora_commit — Commit an Oracle transaction
ora_commitoff — Disable automatic commit
ora_commiton — Enable automatic commit
ora_do — Parse, Exec, Fetch
ora_error — Gets an Oracle error message
ora_errorcode — Gets an Oracle error code
ora_exec — Execute a parsed statement on an Oracle cursor
ora_fetch_into — Fetch a row into the specified result array
ora_fetch — Fetch a row of data from a cursor
ora_getcolumn — Get data from a fetched column
ora_logoff — Close an Oracle connection
ora_logon — Open an Oracle connection
ora_numcols — Returns the number of columns
ora_numrows — Returns the number of rows
ora_open — Opens an Oracle cursor
ora_parse — Parse an SQL statement with Oracle
ora_plogon — Open a persistent Oracle connection
ora_rollback — Rolls back a transaction
CXIV. Oracle (PDO)
PDO_OCI DSN — Connecting to Oracle databases
CXV. Output Control
flush — Flush the output buffer
ob_clean — Clean (erase) the output buffer
ob_end_clean — Clean (erase) the output buffer and turn off
output buffering
ob_end_flush — Flush (send) the output buffer and turn off
output buffering
ob_flush — Flush (send) the output buffer
ob_get_clean — Get current buffer contents and delete
current output buffer
ob_get_contents — Return the contents of the output buffer
ob_get_flush — Flush the output buffer, return it as a
string and turn off output buffering
ob_get_length — Return the length of the output buffer
ob_get_level — Return the nesting level of the output
buffering mechanism
ob_get_status — Get status of output buffers
ob_gzhandler — ob_start callback function to gzip output buffer
ob_implicit_flush — Turn implicit flush on/off
ob_list_handlers — List all output handlers in use
ob_start — Turn on output buffering
output_add_rewrite_var — Add URL rewriter values
output_reset_rewrite_vars — Reset URL rewriter values
CXVI. OvrimosSQL
ovrimos_close — Closes the connection to ovrimos
ovrimos_commit — Commits the transaction
ovrimos_connect — Connect to the specified database
ovrimos_cursor — Returns the name of the cursor
ovrimos_exec — Executes an SQL statement
ovrimos_execute — Executes a prepared SQL statement
ovrimos_fetch_into — Fetches a row from the result set
ovrimos_fetch_row — Fetches a row from the result set
ovrimos_field_len — Returns the length of the output column
ovrimos_field_name — Returns the output column name
ovrimos_field_num — Returns the (1-based) index of the
output column
ovrimos_field_type — Returns the type of the output column
ovrimos_free_result — Frees the specified result_id
ovrimos_longreadlen — Specifies how many bytes are to be
retrieved from long datatypes
ovrimos_num_fields — Returns the number of columns
ovrimos_num_rows — Returns the number of rows affected by
update operations
ovrimos_prepare — Prepares an SQL statement
ovrimos_result_all — Prints the whole result set as an HTML
table
ovrimos_result — Retrieves the output column
ovrimos_rollback — Rolls back the transaction
CXVII. Paradox
px_close — Closes a paradox database
px_create_fp — Create a new paradox database
px_date2string — Converts a date into a string.
px_delete_record — Deletes record from paradox database
px_delete — Deletes resource of paradox database
px_get_field — Returns the specification of a single field
px_get_info — Return lots of information about a paradox file
px_get_parameter — Gets a parameter
px_get_record — Returns record of paradox database
px_get_schema — Returns the database schema
px_get_value — Gets a value
px_insert_record — Inserts record into paradox database
px_new — Create a new paradox object
px_numfields — Returns number of fields in a database
px_numrecords — Returns number of records in a database
px_open_fp — Open paradox database
px_put_record — Stores record into paradox database
px_retrieve_record — Returns record of paradox database
px_set_blob_file — Sets the file where blobs are read from
px_set_parameter — Sets a parameter
px_set_tablename — Sets the name of a table (deprecated)
px_set_targetencoding — Sets the encoding for character
fields (deprecated)
px_set_value — Sets a value
px_timestamp2string — Converts the timestamp into a string.
px_update_record — Updates record in paradox database
CXVIII. Parsekit
parsekit_compile_file — Compile a string of PHP code and
return the resulting op array
parsekit_compile_string — Compile a string of PHP code and
return the resulting op array
parsekit_func_arginfo — Return information regarding
function argument(s)
CXIX. PCNTL
pcntl_alarm — Set an alarm clock for delivery of a signal
pcntl_exec — Executes specified program in current process space
pcntl_fork — Forks the currently running process
pcntl_getpriority — Get the priority of any process
pcntl_setpriority — Change the priority of any process
pcntl_signal — Installs a signal handler
pcntl_wait — Waits on or returns the status of a forked child
pcntl_waitpid — Waits on or returns the status of a forked child
pcntl_wexitstatus — Returns the return code of a terminated
child
pcntl_wifexited — Checks if status code represents a normal exit
pcntl_wifsignaled — Checks whether the status code
represents a termination due to a signal
pcntl_wifstopped — Checks whether the child process is
currently stopped
pcntl_wstopsig — Returns the signal which caused the child
to stop
pcntl_wtermsig — Returns the signal which caused the child
to terminate
CXX. PCRE
Pattern Modifiers — Describes possible modifiers in regex
patterns
Pattern Syntax — Describes PCRE regex syntax
preg_grep — Return array entries that match the pattern
preg_last_error — Returns the error code of the last PCRE
regex execution
preg_match_all — Perform a global regular expression match
preg_match — Perform a regular expression match
preg_quote — Quote regular expression characters
preg_replace_callback — Perform a regular expression search
and replace using a callback
preg_replace — Perform a regular expression search and replace
preg_split — Split string by a regular expression
CXXI. PDF
PDF_activate_item — Activate structure element or other
content item
PDF_add_annotation — Add annotation [deprecated]
PDF_add_bookmark — Add bookmark for current page [deprecated]
PDF_add_launchlink — Add launch annotation for current page
[deprecated]
PDF_add_locallink — Add link annotation for current page
[deprecated]
PDF_add_nameddest — Create named destination
PDF_add_note — Set annotation for current page [deprecated]
PDF_add_outline — Add bookmark for current page [deprecated]
PDF_add_pdflink — Add file link annotation for current page
[deprecated]
PDF_add_table_cell — Add a cell to a new or existing table
PDF_add_textflow — Create Textflow or add text to existing
Textflow
PDF_add_thumbnail — Add thumbnail for current page
PDF_add_weblink — Add weblink for current page [deprecated]
PDF_arc — Draw a counterclockwise circular arc segment
PDF_arcn — Draw a clockwise circular arc segment
PDF_attach_file — Add file attachment for current page
[deprecated]
PDF_begin_document — Create new PDF file
PDF_begin_font — Start a Type 3 font definition
PDF_begin_glyph — Start glyph definition for Type 3 font
PDF_begin_item — Open structure element or other content item
PDF_begin_layer — Start layer
PDF_begin_page_ext — Start new page
PDF_begin_page — Start new page [deprecated]
PDF_begin_pattern — Start pattern definition
PDF_begin_template_ext — Start template definition
PDF_begin_template — Start template definition [deprecated]
PDF_circle — Draw a circle
PDF_clip — Clip to current path
PDF_close_image — Close image
PDF_close_pdi_page — Close the page handle
PDF_close_pdi — Close the input PDF document [deprecated]
PDF_close — Close pdf resource [deprecated]
PDF_closepath_fill_stroke — Close, fill and stroke current path
PDF_closepath_stroke — Close and stroke path
PDF_closepath — Close current path
PDF_concat — Concatenate a matrix to the CTM
PDF_continue_text — Output text in next line
PDF_create_3dview — Create 3D view
PDF_create_action — Create action for objects or events
PDF_create_annotation — Create rectangular annotation
PDF_create_bookmark — Create bookmark
PDF_create_field — Create form field
PDF_create_fieldgroup — Create form field group
PDF_create_gstate — Create graphics state object
PDF_create_pvf — Create PDFlib virtual file
PDF_create_textflow — Create textflow object
PDF_curveto — Draw Bezier curve
PDF_define_layer — Create layer definition
PDF_delete_pvf — Delete PDFlib virtual file
PDF_delete_table — Delete table object
PDF_delete_textflow — Delete textflow object
PDF_delete — Delete PDFlib object
PDF_encoding_set_char — Add glyph name and/or Unicode value
PDF_end_document — Close PDF file
PDF_end_font — Terminate Type 3 font definition
PDF_end_glyph — Terminate glyph definition for Type 3 font
PDF_end_item — Close structure element or other content item
PDF_end_layer — Deactivate all active layers
PDF_end_page_ext — Finish page
PDF_end_page — Finish page
PDF_end_pattern — Finish pattern
PDF_end_template — Finish template
PDF_endpath — End current path
PDF_fill_imageblock — Fill image block with variable data
PDF_fill_pdfblock — Fill PDF block with variable data
PDF_fill_stroke — Fill and stroke path
PDF_fill_textblock — Fill text block with variable data
PDF_fill — Fill current path
PDF_findfont — Prepare font for later use [deprecated]
PDF_fit_image — Place image or template
PDF_fit_pdi_page — Place imported PDF page
PDF_fit_table — Place table on page
PDF_fit_textflow — Format textflow in rectangular area
PDF_fit_textline — Place single line of text
PDF_get_apiname — Get name of unsuccessfull API function
PDF_get_buffer — Get PDF output buffer
PDF_get_errmsg — Get error text
PDF_get_errnum — Get error number
PDF_get_font — Get font [deprecated]
PDF_get_fontname — Get font name [deprecated]
PDF_get_fontsize — Font handling [deprecated]
PDF_get_image_height — Get image height [deprecated]
PDF_get_image_width — Get image width [deprecated]
PDF_get_majorversion — Get major version number [deprecated]
PDF_get_minorversion — Get minor version number [deprecated]
PDF_get_parameter — Get string parameter
PDF_get_pdi_parameter — Get PDI string parameter [deprecated]
PDF_get_pdi_value — Get PDI numerical parameter [deprecated]
PDF_get_value — Get numerical parameter
PDF_info_font — Query detailed information about a loaded font
PDF_info_matchbox — Query matchbox information
PDF_info_table — Retrieve table information
PDF_info_textflow — Query textflow state
PDF_info_textline — Perform textline formatting and query
metrics
PDF_initgraphics — Reset graphic state
PDF_lineto — Draw a line
PDF_load_3ddata — Load 3D model
PDF_load_font — Search and prepare font
PDF_load_iccprofile — Search and prepare ICC profile
PDF_load_image — Open image file
PDF_makespotcolor — Make spot color
PDF_moveto — Set current point
PDF_new — Create PDFlib object
PDF_open_ccitt — Open raw CCITT image [deprecated]
PDF_open_file — Create PDF file [deprecated]
PDF_open_gif — Open GIF image [deprecated]
PDF_open_image_file — Read image from file [deprecated]
PDF_open_image — Use image data [deprecated]
PDF_open_jpeg — Open JPEG image [deprecated]
PDF_open_memory_image — Open image created with PHP's image
functions [not supported]
PDF_open_pdi_page — Prepare a page
PDF_open_pdi — Open PDF file [deprecated]
PDF_open_tiff — Open TIFF image [deprecated]
PDF_pcos_get_number — Get value of pCOS path with type
number or boolean
PDF_pcos_get_stream — Get contents of pCOS path with type
stream, fstream, or string
PDF_pcos_get_string — Get value of pCOS path with type name,
string, or boolean
PDF_place_image — Place image on the page [deprecated]
PDF_place_pdi_page — Place PDF page [deprecated]
PDF_process_pdi — Process imported PDF document
PDF_rect — Draw rectangle
PDF_restore — Restore graphics state
PDF_resume_page — Resume page
PDF_rotate — Rotate coordinate system
PDF_save — Save graphics state
PDF_scale — Scale coordinate system
PDF_set_border_color — Set border color of annotations
[deprecated]
PDF_set_border_dash — Set border dash style of annotations
[deprecated]
PDF_set_border_style — Set border style of annotations
[deprecated]
PDF_set_char_spacing — Set character spacing [deprecated]
PDF_set_duration — Set duration between pages [deprecated]
PDF_set_gstate — Activate graphics state object
PDF_set_horiz_scaling — Set horizontal text scaling [deprecated]
PDF_set_info_author — Fill the author document info field
[deprecated]
PDF_set_info_creator — Fill the creator document info field
[deprecated]
PDF_set_info_keywords — Fill the keywords document info
field [deprecated]
PDF_set_info_subject — Fill the subject document info field
[deprecated]
PDF_set_info_title — Fill the title document info field
[deprecated]
PDF_set_info — Fill document info field
PDF_set_layer_dependency — Define relationships among layers
PDF_set_leading — Set distance between text lines [deprecated]
PDF_set_parameter — Set string parameter
PDF_set_text_matrix — Set text matrix [deprecated]
PDF_set_text_pos — Set text position
PDF_set_text_rendering — Determine text rendering [deprecated]
PDF_set_text_rise — Set text rise [deprecated]
PDF_set_value — Set numerical parameter
PDF_set_word_spacing — Set spacing between words [deprecated]
PDF_setcolor — Set fill and stroke color
PDF_setdash — Set simple dash pattern
PDF_setdashpattern — Set dash pattern
PDF_setflat — Set flatness
PDF_setfont — Set font
PDF_setgray_fill — Set fill color to gray [deprecated]
PDF_setgray_stroke — Set stroke color to gray [deprecated]
PDF_setgray — Set color to gray [deprecated]
PDF_setlinecap — Set linecap parameter
PDF_setlinejoin — Set linejoin parameter
PDF_setlinewidth — Set line width
PDF_setmatrix — Set current transformation matrix
PDF_setmiterlimit — Set miter limit
PDF_setpolydash — Set complicated dash pattern [deprecated]
PDF_setrgbcolor_fill — Set fill rgb color values [deprecated]
PDF_setrgbcolor_stroke — Set stroke rgb color values
[deprecated]
PDF_setrgbcolor — Set fill and stroke rgb color values
[deprecated]
PDF_shading_pattern — Define shading pattern
PDF_shading — Define blend
PDF_shfill — Fill area with shading
PDF_show_boxed — Output text in a box [deprecated]
PDF_show_xy — Output text at given position
PDF_show — Output text at current position
PDF_skew — Skew the coordinate system
PDF_stringwidth — Return width of text
PDF_stroke — Stroke path
PDF_suspend_page — Suspend page
PDF_translate — Set origin of coordinate system
PDF_utf16_to_utf8 — Convert string from UTF-16 to UTF-8
PDF_utf32_to_utf16 — Convert string from UTF-32 to UTF-16
PDF_utf8_to_utf16 — Convert string from UTF-8 to UTF-16
CXXII. PDO
PDO->beginTransaction() — Initiates a transaction
PDO->commit() — Commits a transaction
PDO->__construct() — Creates a PDO instance representing a
connection to a database
PDO->errorCode() — Fetch the SQLSTATE associated with the
last operation on the database handle
PDO->errorInfo() — Fetch extended error information
associated with the last operation on the database handle
PDO->exec() — Execute an SQL statement and return the number
of affected rows
PDO->getAttribute() — Retrieve a database connection attribute
PDO->getAvailableDrivers() — Return an array of available
PDO drivers
PDO->lastInsertId() — Returns the ID of the last inserted
row or sequence value
PDO->prepare() — Prepares a statement for execution and
returns a statement object
PDO->query() — Executes an SQL statement, returning a result
set as a PDOStatement object
PDO->quote() — Quotes a string for use in a query.
PDO->rollBack() — Rolls back a transaction
PDO->setAttribute() — Set an attribute
PDOStatement->bindColumn() — Bind a column to a PHP variable
PDOStatement->bindParam() — Binds a parameter to the
specified variable name
PDOStatement->bindValue() — Binds a value to a parameter
PDOStatement->closeCursor() — Closes the cursor, enabling
the statement to be executed again.
PDOStatement->columnCount() — Returns the number of columns
in the result set
PDOStatement->errorCode() — Fetch the SQLSTATE associated
with the last operation on the statement handle
PDOStatement->errorInfo() — Fetch extended error information
associated with the last operation on the statement handle
PDOStatement->execute() — Executes a prepared statement
PDOStatement->fetch() — Fetches the next row from a result set
PDOStatement->fetchAll() — Returns an array containing all
of the result set rows
PDOStatement->fetchColumn() — Returns a single column from
the next row of a result set
PDOStatement->fetchObject() — Fetches the next row and
returns it as an object.
PDOStatement->getAttribute() — Retrieve a statement attribute
PDOStatement->getColumnMeta() — Returns metadata for a
column in a result set
PDOStatement->nextRowset() — Advances to the next rowset in
a multi-rowset statement handle
PDOStatement->rowCount() — Returns the number of rows
affected by the last SQL statement
PDOStatement->setAttribute() — Set a statement attribute
PDOStatement->setFetchMode() — Set the default fetch mode
for this statement
CXXIII. phar
Phar::apiVersion — Returns the api version
Phar::canCompress — Returns whether phar extension supports
compression using either zlib or bzip2
Phar::canWrite — Returns whether phar extension supports
writing and creating phars
Phar->compressAllFilesBZIP2 — Compresses all files in the
current Phar archive using Bzip2 compression
Phar->compressAllFilesGZ — Compresses all files in the
current Phar archive using Gzip compression
Phar::__construct — Construct a Phar archive object
Phar->count — Returns the number of entries (files) in the
Phar archive
Phar->getMetaData — Returns phar archive meta-data
Phar->getModified — Return whether phar was modified
Phar->getSignature — Return MD5/SHA1 signature of a Phar archive
Phar->getStub — Return the PHP loader or bootstrap stub of a
Phar archive
Phar->getVersion — Return version info of Phar archive
Phar->isBuffering — Used to determine whether Phar write
operations are being buffered, or are flushing directly to disk
Phar::loadPhar — Loads any phar archive with an alias
Phar::mapPhar — Reads the currently executed file (a phar)
and registers its manifest
Phar::offsetExists — determines whether a file exists in the
phar
Phar::offsetGet — get a PharFileInfo object for a specific file
Phar::offsetSet — set the contents of an internal file to
those of an external file
Phar::offsetUnset — remove a file from a phar
Phar->setMetaData — Sets phar archive meta-data
Phar->setStub — Used to set the PHP loader or bootstrap stub
of a Phar archive
Phar->startBuffering — Start buffering Phar write
operations, do not modify the Phar object on disk
Phar->stopBuffering — Stop buffering write requests to the
Phar archive, and save changes to disk
Phar->uncompressAllFiles — Uncompresses all files in the
current Phar archive
PharFileInfo->chmod — Sets file-specific permission bits
PharFileInfo::__construct — Construct a Phar entry object
PharFileInfo->getCompressedSize — Returns the actual size of
the file (with compression) inside the Phar archive
PharFileInfo->getCRC32 — Returns CRC32 code or throws an
exception if not CRC checked
PharFileInfo->getMetaData — Returns file-specific meta-data
saved with a file
PharFileInfo->getPharFlags — Returns the Phar file entry flags
PharFileInfo->isCompressed — Returns whether the entry is
compressed
PharFileInfo->isCompressedBZIP2 — Returns whether the entry
is compressed using bzip2
PharFileInfo->isCompressedGZ — Returns whether the entry is
compressed using gz
PharFileInfo->isCRCChecked — Returns whether file entry has
had its CRC verified
PharFileInfo->setCompressedBZIP2 — Compresses the current
Phar entry within the phar using Bzip2 compression
PharFileInfo->setCompressedGZ — Compresses the current Phar
entry within the phar using gz compression
PharFileInfo->setMetaData — Sets file-specific meta-data
saved with a file
PharFileInfo->setUncompressed — Uncompresses the current
Phar entry within the phar, if it is compressed
CXXIV. PHP Options/Info
assert_options — Set/get the various assert flags
assert — Checks if assertion is FALSE
dl — Loads a PHP extension at runtime
extension_loaded — Find out whether an extension is loaded
get_cfg_var — Gets the value of a PHP configuration option
get_current_user — Gets the name of the owner of the current
PHP script
get_defined_constants — Returns an associative array with
the names of all the constants and their values
get_extension_funcs — Returns an array with the names of the
functions of a module
get_include_path — Gets the current include_path
configuration option
get_included_files — Returns an array with the names of
included or required files
get_loaded_extensions — Returns an array with the names of
all modules compiled and loaded
get_magic_quotes_gpc — Gets the current configuration
setting of magic quotes gpc
get_magic_quotes_runtime — Gets the current active
configuration setting of magic_quotes_runtime
get_required_files — Alias of get_included_files()
getenv — Gets the value of an environment variable
getlastmod — Gets time of last page modification
getmygid — Get PHP script owner's GID
getmyinode — Gets the inode of the current script
getmypid — Gets PHP's process ID
getmyuid — Gets PHP script owner's UID
getopt — Gets options from the command line argument list
getrusage — Gets the current resource usages
ini_alter — Alias of ini_set()
ini_get_all — Gets all configuration options
ini_get — Gets the value of a configuration option
ini_restore — Restores the value of a configuration option
ini_set — Sets the value of a configuration option
main — Dummy for main()
memory_get_peak_usage — Returns the peak of memory allocated
by PHP
memory_get_usage — Returns the amount of memory allocated to PHP
php_ini_scanned_files — Return a list of .ini files parsed
from the additional ini dir
php_logo_guid — Gets the logo guid
php_sapi_name — Returns the type of interface between web
server and PHP
php_uname — Returns information about the operating system
PHP is running on
phpcredits — Prints out the credits for PHP
phpinfo — Outputs lots of PHP information
phpversion — Gets the current PHP version
putenv — Sets the value of an environment variable
restore_include_path — Restores the value of the
include_path configuration option
set_include_path — Sets the include_path configuration option
set_magic_quotes_runtime — Sets the current active
configuration setting of magic_quotes_runtime
set_time_limit — Limits the maximum execution time
sys_get_temp_dir — Returns directory path used for temporary
files
version_compare — Compares two "PHP-standardized" version
number strings
zend_logo_guid — Gets the Zend guid
zend_thread_id — Returns a unique identifier for the current
thread
zend_version — Gets the version of the current Zend engine
CXXV. POSIX
posix_access — Determine accessibility of a file
posix_ctermid — Get path name of controlling terminal
posix_get_last_error — Retrieve the error number set by the
last posix function that failed
posix_getcwd — Pathname of current directory
posix_getegid — Return the effective group ID of the current
process
posix_geteuid — Return the effective user ID of the current
process
posix_getgid — Return the real group ID of the current process
posix_getgrgid — Return info about a group by group id
posix_getgrnam — Return info about a group by name
posix_getgroups — Return the group set of the current process
posix_getlogin — Return login name
posix_getpgid — Get process group id for job control
posix_getpgrp — Return the current process group identifier
posix_getpid — Return the current process identifier
posix_getppid — Return the parent process identifier
posix_getpwnam — Return info about a user by username
posix_getpwuid — Return info about a user by user id
posix_getrlimit — Return info about system resource limits
posix_getsid — Get the current sid of the process
posix_getuid — Return the real user ID of the current process
posix_initgroups — Calculate the group access list
posix_isatty — Determine if a file descriptor is an
interactive terminal
posix_kill — Send a signal to a process
posix_mkfifo — Create a fifo special file (a named pipe)
posix_mknod — Create a special or ordinary file (POSIX.1)
posix_setegid — Set the effective GID of the current process
posix_seteuid — Set the effective UID of the current process
posix_setgid — Set the GID of the current process
posix_setpgid — Set process group id for job control
posix_setsid — Make the current process a session leader
posix_setuid — Set the UID of the current process
posix_strerror — Retrieve the system error message
associated with the given errno
posix_times — Get process times
posix_ttyname — Determine terminal device name
posix_uname — Get system name
CXXVI. POSIX Regex
ereg_replace — Replace regular expression
ereg — Regular expression match
eregi_replace — Replace regular expression case insensitive
eregi — Case insensitive regular expression match
split — Split string into array by regular expression
spliti — Split string into array by regular expression case
insensitive
sql_regcase — Make regular expression for case insensitive match
CXXVII. PostgreSQL
pg_affected_rows — Returns number of affected records (tuples)
pg_cancel_query — Cancel an asynchronous query
pg_client_encoding — Gets the client encoding
pg_close — Closes a PostgreSQL connection
pg_connect — Open a PostgreSQL connection
pg_connection_busy — Get connection is busy or not
pg_connection_reset — Reset connection (reconnect)
pg_connection_status — Get connection status
pg_convert — Convert associative array values into suitable
for SQL statement
pg_copy_from — Insert records into a table from an array
pg_copy_to — Copy a table to an array
pg_dbname — Get the database name
pg_delete — Deletes records
pg_end_copy — Sync with PostgreSQL backend
pg_escape_bytea — Escape a string for insertion into a bytea
field
pg_escape_string — Escape a string for insertion into a text
field
pg_execute — Sends a request to execute a prepared statement
with given parameters, and waits for the result.
pg_fetch_all_columns — Fetches all rows in a particular
result column as an array
pg_fetch_all — Fetches all rows from a result as an array
pg_fetch_array — Fetch a row as an array
pg_fetch_assoc — Fetch a row as an associative array
pg_fetch_object — Fetch a row as an object
pg_fetch_result — Returns values from a result resource
pg_fetch_row — Get a row as an enumerated array
pg_field_is_null — Test if a field is SQL NULL
pg_field_name — Returns the name of a field
pg_field_num — Returns the field number of the named field
pg_field_prtlen — Returns the printed length
pg_field_size — Returns the internal storage size of the
named field
pg_field_table — Returns the name or oid of the tables field
pg_field_type_oid — Returns the type ID (OID) for the
corresponding field number
pg_field_type — Returns the type name for the corresponding
field number
pg_free_result — Free result memory
pg_get_notify — Gets SQL NOTIFY message
pg_get_pid — Gets the backend's process ID
pg_get_result — Get asynchronous query result
pg_host — Returns the host name associated with the connection
pg_insert — Insert array into table
pg_last_error — Get the last error message string of a
connection
pg_last_notice — Returns the last notice message from
PostgreSQL server
pg_last_oid — Returns the last row's OID
pg_lo_close — Close a large object
pg_lo_create — Create a large object
pg_lo_export — Export a large object to file
pg_lo_import — Import a large object from file
pg_lo_open — Open a large object
pg_lo_read_all — Reads an entire large object and send
straight to browser
pg_lo_read — Read a large object
pg_lo_seek — Seeks position within a large object
pg_lo_tell — Returns current seek position a of large object
pg_lo_unlink — Delete a large object
pg_lo_write — Write to a large object
pg_meta_data — Get meta data for table
pg_num_fields — Returns the number of fields in a result
pg_num_rows — Returns the number of rows in a result
pg_options — Get the options associated with the connection
pg_parameter_status — Looks up a current parameter setting
of the server.
pg_pconnect — Open a persistent PostgreSQL connection
pg_ping — Ping database connection
pg_port — Return the port number associated with the connection
pg_prepare — Submits a request to create a prepared
statement with the given parameters, and waits for completion.
pg_put_line — Send a NULL-terminated string to PostgreSQL
backend
pg_query_params — Submits a command to the server and waits
for the result, with the ability to pass parameters
separately from the SQL command text.
pg_query — Execute a query
pg_result_error_field — Returns an individual field of an
error report.
pg_result_error — Get error message associated with result
pg_result_seek — Set internal row offset in result resource
pg_result_status — Get status of query result
pg_select — Select records
pg_send_execute — Sends a request to execute a prepared
statement with given parameters, without waiting for the
result(s).
pg_send_prepare — Sends a request to create a prepared
statement with the given parameters, without waiting for
completion.
pg_send_query_params — Submits a command and separate
parameters to the server wi
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the use of is_array() and in_array()?
What does a delimiter do in mysql?
Which is better php praogramming or cad/cam scope wise and also salaray wise?
What is var_dump?
What are php loops?
Explain about the $_GET variable of PHP?
Is php a strongly typed language?
Why do we use in php?
What percentage of websites use php?
Tell me how can we determine whether a variable is set?
Explain Booleans in PHP?
What is the difference between nowdoc and heredoc?
Why post method is used in php?
Tell me how to create a text file in php?
Which is better wamp or xampp?