global $_REQUEST |An associative array consisting of the contents of $_GET, $_POST, and $_COOKIE
global $_SESSION |Session variables
global $_SERVER |Server variables
global $_SERVER['argc'] |Contains the number of command line parameters passed to the script (if run on the command line).
global $_SERVER['argv'] |Array of arguments passed to the script. When the script is run on the command line
global $_SERVER['AUTH_TYPE'] |When running under Apache as module doing HTTP authenticated this variable is set to the authentication type.
global $_SERVER['DOCUMENT_ROOT'] |The document root directory under which the current script is executing
global $_SERVER['GATEWAY_INTERFACE'] |What revision of the CGI specification the server is using; i.e. 'CGI/1.1'.
global $_SERVER['HTTP_ACCEPT'] |Contents of the Accept: header from the current request, if there is one.
global $_SERVER['HTTP_ACCEPT_CHARSET'] |Contents of the Accept-Charset: header from the current request, if there is one. Example: 'iso-8859-1,*,utf-8'.
global $_SERVER['HTTP_ACCEPT_ENCODING'] |Contents of the Accept-Encoding: header from the current request, if there is one. Example: 'gzip'
global $_SERVER['HTTP_ACCEPT_LANGUAGE'] |Contents of the Accept-Language: header from the current request, if there is one. Example: 'en'
global $_SERVER['HTTP_CONNECTION'] |Contents of the Connection: header from the current request, if there is one. Example: 'Keep-Alive'.
global $_SERVER['HTTP_HOST'] |Contents of the Host: header from the current request, if there is one.
global $_SERVER['HTTP_REFERER'] |The address of the page (if any) which referred the user agent to the current page
global $_SERVER['HTTP_USER_AGENT'] |Contents of the User-Agent: header from the current request, if there is one
global $_SERVER['PATH_TRANSLATED'] |Filesystem- (not document root-) based path to the current script
global $_SERVER['PHP_AUTH_PW'] |When running under Apache as module doing HTTP authentication this variable is set to the password provided by the user.
global $_SERVER['PHP_AUTH_USER'] |When running under Apache as module doing HTTP authentication this variable is set to the username provided by the user
global $_SERVER['PHP_SELF'] |The filename of the currently executing script, relative to the document root.
global $_SERVER['QUERY_STRING'] |The query string, if any, via which the page was accessed.
global $_SERVER['REMOTE_ADDR'] |The IP address from which the user is viewing the current page
global $_SERVER['REMOTE_HOST'] |The Host name from which the user is viewing the current page
global $_SERVER['REMOTE_PORT'] |The port being used on the user's machine to communicate with the web server
global $_SERVER['REQUEST_METHOD'] |Which request method was used to access the page; i.e. 'GET', 'HEAD', 'POST', 'PUT'.
global $_SERVER['REQUEST_URI'] |The URI which was given in order to access this page; for instance, '/index.html'
global $_SERVER['SCRIPT_FILENAME'] |The absolute pathname of the currently executing script.
global $_SERVER['SCRIPT_NAME'] |Contains the current script's path.
global $_SERVER['SERVER_ADMIN'] |The value given to the SERVER_ADMIN (for Apache) directive in the web server configuration file
global $_SERVER['SERVER_NAME'] |The name of the server host under which the current script is executing
global $_SERVER['SERVER_PORT'] |The port on the server machine being used by the web server for communication
global $_SERVER['SERVER_PROTOCOL'] |Name and revision of the information protocol via which the page was requested; i.e. 'HTTP/1.0';
global $_SERVER['SERVER_SIGNATURE'] |String containing the server version and virtual host name which are added to server-generated pages, if enabled
global $_SERVER['SERVER_SOFTWARE'] |Server identification string, given in the headers when responding to requests
global $HTTP_COOKIE_VARS |HTTP Cookies (Deprecated, use $_COOKIE)
global $HTTP_ENV_VARS |Environment variables (Deprecated, use $_ENV)
global $HTTP_FILES_VARS |HTTP File upload variables (Deprecated, use $_FILES)
global $HTTP_GET_VARS |HTTP GET variables (Deprecated, use $_GET)
global $HTTP_POST_VARS |HTTP POST variables (Deprecated, use $_POST)
global $HTTP_REQUEST_VARS |Request variables (Deprecated, use $_REQUEST)
global $HTTP_SESSION_VARS |Session variables (Deprecated, use $_SESSION)
global $HTTP_SERVER_VARS |Server variables (Deprecated, use $_SERVER)
global $GLOBALS |Global variables
global $php_errormsg |The previous error message
php break |Control Structure
php continue |Control Structure
php declare |Control Structure
php do |Control Structure
php else |Control Structure
php elseif(expression) |Control Structure
php for(init expr, loop expr, end expr) |Control Structure
php foreach(array as $k->$v) |Control Structure
php if(expression) |Control Structure
php switch |Control Structure
php while(expression) |Control Structure
number abs(mixed number) |Absolute value (PHP 3, PHP 4, PHP 5)
array aggregate_info(object object) |Returns an associative array of the methods and properties from each class that has been aggregated to the object
void aggregate_methods_by_list(object object, string class_name, array methods_list [, bool exclude]) |Selective dynamic class methods aggregation to an object (PHP 4 >= 4.2.0)
void aggregate_methods_by_regexp(object object, string class_name, string regexp [, bool exclude]) |Selective class methods aggregation to an object using a regular expression (PHP 4 >= 4.2.0)
void aggregate_methods(object object, string class_name) |Dynamic class and object aggregation of methods (PHP 4 >= 4.2.0)
void aggregate_properties_by_list(object object, string class_name, array properties_list [, bool exclude]) |Selective dynamic class properties aggregation to an object (PHP 4 >= 4.2.0)
void aggregate_properties_by_regexp(object object, string class_name, string regexp [, bool exclude]) |Selective class properties aggregation to an object using a regular expression (PHP 4 >= 4.2.0)
void aggregate_properties(object object, string class_name) |Dynamic aggregation of class properties to an object (PHP 4 >= 4.2.0)
void aggregate(object object, string class_name) |Dynamic class and object aggregation of methods and properties (PHP 4 >= 4.2.0)
array aggregation_info(object object) |Returns an associative array of the methods and properties from each class that has been aggregated to the object
bool apache_child_terminate() |Terminate apache process after this request (PHP 4 >= 4.0.5, PHP 5)
array apache_get_modules() |Get a list of loaded Apache modules (PHP 4 >= 4.3.2, PHP 5)
bool apache_setenv(string variable, string value [, bool walk_to_top]) |Set an Apache subprocess_env variable (PHP 4 >= 4.2.0, PHP 5)
array apc_cache_info([string cache_type]) |Retrieves cached information (and meta-data) from APC's data store (PECL)
bool apc_clear_cache([string cache_type]) |Clears the APC cache (PECL)
bool apc_define_constants(string key, array constants [, bool case_sensitive]) |Defines a set of constants for later retrieval and mass-definition (PECL)
bool apc_delete(string key) |Removes a stored variable from the cache (PECL)
mixed apc_fetch(string key) |Fetch a stored variable from the cache (PECL)
bool apc_load_constants(string key [, bool case_sensitive]) |Loads a set of constants from the cache (PECL)
array apc_sma_info() |Retrieves APC's Shared Memory Allocation information (PECL)
bool apc_store(string key, mixed var [, int ttl]) |Cache a variable in the data store (PECL)
bool apd_breakpoint(int debug_level) |Stops the interpreter and waits on a CR from the socket (PECL)
array apd_callstack() |Returns the current call stack as an array
void apd_clunk(string warning [, string delimiter]) |Throw a warning and a callstack
bool apd_continue(int debug_level) |Restarts the interpreter (PECL)
void apd_croak(string warning [, string delimiter]) |Throw an error, a callstack and then exit
void apd_dump_function_table() |Outputs the current function table
array apd_dump_persistent_resources() |Return all persistent resources as an array
array apd_dump_regular_resources() |Return all current regular resources as an array
bool apd_echo(string output) |Echo to the debugging socket (PECL)
array apd_get_active_symbols() |Get an array of the current variables names in the local scope
void apd_set_pprof_trace([string dump_directory]) |Starts the session debugging (PECL)
void apd_set_session_trace(int debug_level [, string dump_directory]) |Starts the session debugging
void apd_set_session(int debug_level) |Changes or sets the current debugging level
bool apd_set_socket_session_trace(string ip_address_or_unix_socket_file, int socket_type, int port, int debug_level) |Starts the remote session debugging
array array_change_key_case(array input [, int case]) |Returns an array with all string keys lowercased or uppercased (PHP 4 >= 4.2.0, PHP 5)
array array_chunk(array input, int size [, bool preserve_keys]) |Split an array into chunks (PHP 4 >= 4.2.0, PHP 5)
array array_combine(array keys, array values) |Creates an array by using one array for keys and another for its values (PHP 5)
array array_count_values(array input) |Counts all the values of an array (PHP 4, PHP 5)
array array_diff_assoc(array array1, array array2 [, array ...]) |Computes the difference of arrays with additional index check (PHP 4 >= 4.3.0, PHP 5)
array array_diff_key(array array1, array array2 [, array ...]) |Computes the difference of arrays using keys for comparison (PHP 5 >= 5.1.0RC1)
array array_diff_uassoc(array array1, array array2 [, array ..., callback key_compare_func]) |Computes the difference of arrays with additional index check which is performed by a user supplied callback function (PHP 5)
array array_diff_ukey(array array1, array array2 [, array ..., callback key_compare_func]) |Computes the difference of arrays using a callback function on the keys for comparison (PHP 5 >= 5.1.0RC1)
array array_diff(array array1, array array2 [, array ...]) |Computes the difference of arrays (PHP 4 >= 4.0.1, PHP 5)
array array_fill(int start_index, int num, mixed value) |Fill an array with values (PHP 4 >= 4.2.0, PHP 5)
array array_filter(array input [, callback callback]) |Filters elements of an array using a callback function (PHP 4 >= 4.0.6, PHP 5)
array array_flip(array trans) |Exchanges all keys with their associated values in an array (PHP 4, PHP 5)
array array_intersect_assoc(array array1, array array2 [, array ...]) |Computes the intersection of arrays with additional index check (PHP 4 >= 4.3.0, PHP 5)
array array_intersect_key(array array1, array array2 [, array ...]) |Computes the intersection of arrays using keys for comparison (PHP 5 >= 5.1.0RC1)
array array_intersect_uassoc(array array1, array array2 [, array ..., callback key_compare_func]) |Computes the intersection of arrays with additional index check, compares indexes by a callback function (PHP 5)
array array_intersect_ukey(array array1, array array2 [, array ..., callback key_compare_func]) |Computes the intersection of arrays using a callback function on the keys for comparison (PHP 5 >= 5.1.0RC1)
array array_intersect(array array1, array array2 [, array ...]) |Computes the intersection of arrays (PHP 4 >= 4.0.1, PHP 5)
bool array_key_exists(mixed key, array search) |Checks if the given key or index exists in the array (PHP 4 >= 4.1.0, PHP 5)
array array_keys(array input [, mixed search_value [, bool strict]]) |Return all the keys of an array (PHP 4, PHP 5)
array array_map(callback callback, array arr1 [, array ...]) |Applies the callback to the elements of the given arrays (PHP 4 >= 4.0.6, PHP 5)
array array_merge_recursive(array array1 [, array ...]) |Merge two or more arrays recursively (PHP 4 >= 4.0.1, PHP 5)
array array_merge(array array1 [, array array2 [, array ...]]) |Merge one or more arrays (PHP 4, PHP 5)
array array_pad(array input, int pad_size, mixed pad_value) |Pad array to the specified length with a value (PHP 4, PHP 5)
mixed array_pop(array &array) |Pop the element off the end of array (PHP 4, PHP 5)
number array_product(array array) |Calculate the product of values in an array (PHP 5 >= 5.1.0RC1)
int array_push(array &array, mixed var [, mixed ...]) |Push one or more elements onto the end of array (PHP 4, PHP 5)
mixed array_rand(array input [, int num_req]) |Pick one or more random entries out of an array (PHP 4, PHP 5)
mixed array_reduce(array input, callback function [, int initial]) |Iteratively reduce the array to a single value using a callback function (PHP 4 >= 4.0.5, PHP 5)
array array_reverse(array array [, bool preserve_keys]) |Return an array with elements in reverse order (PHP 4, PHP 5)
mixed array_search(mixed needle, array haystack [, bool strict]) |Searches the array for a given value and returns the corresponding key if successful (PHP 4 >= 4.0.5, PHP 5)
mixed array_shift(array &array) |Shift an element off the beginning of array (PHP 4, PHP 5)
array array_slice(array array, int offset [, int length [, bool preserve_keys]]) |Extract a slice of the array (PHP 4, PHP 5)
array array_splice(array &input, int offset [, int length [, array replacement ]]) |Remove a portion of the array and replace it with something else (PHP 4, PHP 5)
number array_sum(array array) |Calculate the sum of values in an array (PHP 4 >= 4.0.4, PHP 5)
array array_udiff_assoc(array array1, array array2 [, array ..., callback data_compare_func]) |Computes the difference of arrays with additional index check, compares data by a callback function (PHP 5)
array array_udiff_uassoc(array array1, array array2 [, array ..., callback data_compare_func, callback key_compare_func]) |Computes the difference of arrays with additional index check, compares data and indexes by a callback function (PHP 5)
array array_udiff(array array1, array array2 [, array ..., callback data_compare_func]) |Computes the difference of arrays by using a callback function for data comparison (PHP 5)
array array_uintersect_assoc(array array1, array array2 [, array ..., callback data_compare_func]) |Computes the intersection of arrays with additional index check, compares data by a callback function (PHP 5)
array array_uintersect_uassoc(array array1, array array2 [, array ..., callback data_compare_func, callback key_compare_func]) |Computes the intersection of arrays with additional index check, compares data and indexes by a callback functions (PHP 5)
array array_uintersect(array array1, array array2 [, array ..., callback data_compare_func]) |Computes the intersection of arrays, compares data by a callback function (PHP 5)
array array_unique(array array) |Removes duplicate values from an array (PHP 4 >= 4.0.1, PHP 5)
int array_unshift(array &array, mixed var [, mixed ...]) |Prepend one or more elements to the beginning of an array (PHP 4, PHP 5)
array array_values(array input) |Return all the values of an array (PHP 4, PHP 5)
bool array_walk_recursive(array &input, callback funcname [, mixed userdata]) |Apply a user function recursively to every member of an array (PHP 5)
bool array_walk(array &array, callback funcname [, mixed userdata]) |Apply a user function to every member of an array (PHP 3 >= 3.0.3, PHP 4, PHP 5)
bool asort(array &array [, int sort_flags]) |Sort an array and maintain index association (PHP 3, PHP 4, PHP 5)
bool aspell_check_raw(int dictionary_link, string word) |Check a word without changing its case or trying to trim it [deprecated] (PHP 3 >= 3.0.7, PHP 4 <= 4.2.3)
bool aspell_check(int dictionary_link, string word) |Check a word [deprecated] (PHP 3 >= 3.0.7, PHP 4 <= 4.2.3)
int aspell_new(string master [, string personal]) |Load a new dictionary [deprecated] (PHP 3 >= 3.0.7, PHP 4 <= 4.2.3)
array aspell_suggest(int dictionary_link, string word) |Suggest spellings of a word [deprecated] (PHP 3 >= 3.0.7, PHP 4 <= 4.2.3)
mixed assert_options(int what [, mixed value]) |Set/get the various assert flags (PHP 4, PHP 5)
bool assert(mixed assertion) |Checks if assertion is FALSE (PHP 4, PHP 5)
string bcpow(string x, string y [, int scale]) |Raise an arbitrary precision number to another (PHP 3, PHP 4, PHP 5)
string bcpowmod(string x, string y, string modulus [, int scale]) |Raise an arbitrary precision number to another, reduced by a specified modulus (PHP 5)
bool bcscale(int scale) |Set default scale parameter for all bc math functions (PHP 3, PHP 4, PHP 5)
string bcsqrt(string operand [, int scale]) |Get the square root of an arbitrary precision number (PHP 3, PHP 4, PHP 5)
string bcsub(string left_operand, string right_operand [, int scale]) |Subtract one arbitrary precision number from another (PHP 3, PHP 4, PHP 5)
string bin2hex(string str) |Convert binary data into hexadecimal representation (PHP 3 >= 3.0.9, PHP 4, PHP 5)
string bind_textdomain_codeset(string domain, string codeset) |Specify the character encoding in which the messages from the DOMAIN message catalog will be returned (PHP 4 >= 4.2.0, PHP 5)
number bindec(string binary_string) |Binary to decimal (PHP 3, PHP 4, PHP 5)
string bindtextdomain(string domain, string directory) |Sets the path for a domain (PHP 3 >= 3.0.7, PHP 4, PHP 5)
int bzclose(resource bz) |Close a bzip2 file (PHP 4 >= 4.3.3, PHP 5)
mixed bzcompress(string source [, int blocksize [, int workfactor]]) |Compress a string into bzip2 encoded data (PHP 4 >= 4.3.3, PHP 5)
mixed bzdecompress(string source [, int small]) |Decompresses bzip2 encoded data (PHP 4 >= 4.3.3, PHP 5)
int bzerrno(resource bz) |Returns a bzip2 error number (PHP 4 >= 4.3.3, PHP 5)
array bzerror(resource bz) |Returns the bzip2 error number and error string in an array (PHP 4 >= 4.3.3, PHP 5)
int bzwrite(resource bz, string data [, int length]) |Binary safe bzip2 file write (PHP 4 >= 4.3.3, PHP 5)
bool CachingIterator::hasNext() |Check whether the inner iterator has a valid next element
void CachingIterator::next() |Move the iterator forward
void CachingIterator::rewind() |Rewind the iterator
string CachingIterator::__toString() |Return the string representation of the current element
bool CachingIterator::valid() |Check whether the current element is valid
CachingRecursiveIterator CachingRecursiveIterator::getChildren() |Return the inner iterator's children as a CachingRecursiveIterator
bolean CachingRecursiveIterator::hasChildren() |Check whether the current element of the inner iterator has children
int cal_days_in_month(int calendar, int month, int year) |Return the number of days in a month for a given year and calendar (PHP 4 >= 4.1.0, PHP 5)
array cal_from_jd(int jd, int calendar) |Converts from Julian Day Count to a supported calendar (PHP 4 >= 4.1.0, PHP 5)
array cal_info([int calendar]) |Returns information about a particular calendar (PHP 4 >= 4.1.0, PHP 5)
int cal_to_jd(int calendar, int month, int day, int year) |Converts from a supported calendar to Julian Day Count (PHP 4 >= 4.1.0, PHP 5)
mixed call_user_func_array(callback function, array param_arr) |Call a user function given with an array of parameters (PHP 4 >= 4.0.4, PHP 5)
mixed call_user_func(callback function [, mixed parameter [, mixed ...]]) |Call a user function given by the first parameter (PHP 3 >= 3.0.3, PHP 4, PHP 5)
mixed call_user_method_array(string method_name, object &obj, array paramarr) |Call a user method given with an array of parameters [deprecated] (PHP 4 >= 4.0.5, PHP 5)
mixed call_user_method(string method_name, object &obj [, mixed parameter [, mixed ...]]) |Call a user method on an specific object [deprecated] (PHP 3 >= 3.0.3, PHP 4, PHP 5)
string ccvs_add(string session, string invoice, string argtype, string argval) |Add data to a transaction (4.0.2 - 4.2.3 only)
string ccvs_auth(string session, string invoice) |Perform credit authorization test on a transaction (4.0.2 - 4.2.3 only)
string ccvs_command(string session, string type, string argval) |Performs a command which is peculiar to a single protocol, and thus is not available in the general CCVS API (4.0.2 - 4.2.3 only)
int ccvs_count(string session, string type) |Find out how many transactions of a given type are stored in the system (4.0.2 - 4.2.3 only)
string chunk_split(string body [, int chunklen [, string end]]) |Split a string into smaller chunks (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool class_exists(string class_name [, bool autoload]) |Checks if the class has been defined (PHP 4, PHP 5)
array class_implements(mixed class [, bool autoload]) |Return the interfaces which are implemented by the given class (PHP 5)
array class_parents(mixed class [, bool autoload]) |Return the parent classes of the given class (PHP 5)
array classkit_import(string filename) |Import new class method definitions from a file (PECL)
bool classkit_method_add(string classname, string methodname, string args, string code [, int flags]) |Dynamically adds a new method to a given class (PECL)
bool classkit_method_copy(string dClass, string dMethod, string sClass [, string sMethod]) |Copies a method from class to another (PECL)
bool classkit_method_redefine(string classname, string methodname, string args, string code [, int flags]) |Dynamically changes the code of the given method (PECL)
bool classkit_method_remove(string classname, string methodname) |Dynamically removes the given method (PECL)
bool classkit_method_rename(string classname, string methodname, string newname) |Dynamically changes the name of the given method (PECL)
string com_create_guid() |Generate a globally unique identifier (GUID) (PHP 5)
bool com_event_sink(variant comobject, object sinkobject [, mixed sinkinterface]) |Connect events from a COM object to a PHP object (PHP 4 >= 4.2.3, PHP 5)
variant com_get_active_object(string progid [, int code_page]) |Returns a handle to an already running instance of a COM object (PHP 5)
mixed com_get(resource com_object, string property) |Gets the value of a COM Component's property [deprecated] (PHP 3 >= 3.0.3, PHP 4)
mixed com_invoke(resource com_object, string function_name [, mixed function_parameters]) |Calls a COM component's method [deprecated] (PHP 3 >= 3.0.3)
bool com_isenum(variant com_module) |Indicates if a COM object has an IEnumVariant interface for iteration [deprecated] (PHP 4 >= 4.1.0)
resource com_load(string module_name [, string server_name [, int codepage ]]) |Creates a new reference to a COM component [deprecated] (PHP 3 >= 3.0.3)
bool com_message_pump([int timeoutms]) |Process COM messages, sleeping for up to timeoutms milliseconds (PHP 4 >= 4.2.3, PHP 5)
bool com_print_typeinfo(object comobject [, string dispinterface [, bool wantsink]]) |Print out a PHP class definition for a dispatchable interface (PHP 4 >= 4.2.3, PHP 5)
variant com_propget_active_object(string progid [, int code_page]) |Returns a handle to an already running instance of a COM object (PHP 5)
void com_propput(resource com_object, string property, mixed value) |Assigns a value to a COM component's property (PHP 3 >= 3.0.3, PHP 4)
void com_propset(resource com_object, string property, mixed value) |Assigns a value to a COM component's property (PHP 3 >= 3.0.3, PHP 4)
int cpdf_add_outline(int pdf_document, int lastoutline, int sublevel, int open, int pagenr, string text) |Adds bookmark for current page (PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)
bool cpdf_arc(int pdf_document, float x_coor, float y_coor, float radius, float start, float end [, int mode]) |Draws an arc (PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)
bool cpdf_global_set_document_limits(int maxpages, int maxfonts, int maximages, int maxannotations, int maxobjects) |Sets document limits for any pdf document (PHP 4, PHP 5 <= 5.0.4)
string cybermut_creerformulairecm(string url_cm, string version, string tpe, string price, string ref_command, string text_free, string url_return, string url_return_ok, string url_return_err, string language, string code_company, string text_button) |Generate HTML form of request for payment (4.0.5 - 4.2.3 only, PECL)
string cybermut_creerreponsecm(string sentence) |Generate the delivery's acknowledgement of the payment's confirmation (4.0.5 - 4.2.3 only, PECL)
bool cybermut_testmac(string code_mac, string version, string tpe, string cdate, string price, string ref_command, string text_free, string code_return) |Make sure that there was no data diddling contained in the received message of confirmation (4.0.5 - 4.2.3 only, PECL)
void cyrus_authenticate(resource connection [, string mechlist [, string service [, string user [, int minssf [, int maxssf [, string authname [, string password]]]]]]]) |Authenticate against a Cyrus IMAP server (PHP 4 >= 4.1.0, PECL)
bool cyrus_bind(resource connection, array callbacks) |Bind callbacks to a Cyrus IMAP connection (PHP 4 >= 4.1.0, PECL)
bool cyrus_close(resource connection) |Close connection to a Cyrus IMAP server (PHP 4 >= 4.1.0, PECL)
resource cyrus_connect([string host [, string port [, int flags]]]) |Connect to a Cyrus IMAP server (PHP 4 >= 4.1.0, PECL)
array cyrus_query(resource connection, string query) |Send a query to a Cyrus IMAP server (PHP 4 >= 4.1.0, PECL)
string date_default_timezone_get() |Gets the default timezone used by all date/time functions in a script (PHP 5 >= 5.1.0RC1)
bool date_default_timezone_set(string timezone_identifier) |Sets the default timezone used by all date/time functions in a script (PHP 5 >= 5.1.0RC1)
mixed date_sunrise(int timestamp [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]]) |Returns time of sunrise for a given day and location (PHP 5)
mixed date_sunset(int timestamp [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]]) |Returns time of sunset for a given day and location (PHP 5)
string date(string format [, int timestamp]) |Format a local time/date (PHP 3, PHP 4, PHP 5)
mixed db2_autocommit(resource connection [, bool value]) |Returns or sets the AUTOCOMMIT state for a database connection (PECL)
bool db2_bind_param(resource stmt, int parameter-number, string variable-name [, int parameter-type [, int data-type [, int precision [, int scale]]]]) |Binds a PHP variable to an SQL statement parameter (PECL)
object db2_client_info(resource connection) |Returns an object with properties that describe the DB2 database client
bool db2_close(resource connection) |Closes a database connection (PECL)
resource db2_column_privileges(resource connection [, string qualifier [, string schema [, string table-name [, string column-name]]]]) |Returns a result set listing the columns and associated privileges for a table (PECL)
resource db2_columns(resource connection [, string qualifier [, string schema [, string table-name [, string column-name]]]]) |Returns a result set listing the columns and associated metadata for a table (PECL)
bool db2_commit(resource connection) |Commits a transaction (PECL)
string db2_conn_error([resource connection]) |Returns a string containing the SQLSTATE returned by the last connection attempt (PECL)
string db2_conn_errormsg([resource connection]) |Returns the last connection error message and SQLCODE value (PECL)
resource db2_connect(string database, string username, string password [, array options]) |Returns a connection to a database (PECL)
int db2_cursor_type(resource stmt) |Returns the cursor type used by a statement resource (PECL)
array db2_fetch_array(resource stmt [, int row_number]) |Returns an array, indexed by column position, representing a row in a result set (PECL)
array db2_fetch_assoc(resource stmt [, int row_number]) |Returns an array, indexed by column name, representing a row in a result set (PECL)
array db2_fetch_both(resource stmt [, int row_number]) |Returns an array, indexed by both column name and position, representing a row in a result set (PECL)
object db2_fetch_object(resource stmt [, int row_number]) |Returns an object with properties representing columns in the fetched row (PECL)
bool db2_fetch_row(resource stmt [, int row_number]) |Sets the result set pointer to the next row or requested row (PECL)
int db2_field_display_size(resource stmt, mixed column) |Returns the maximum number of bytes required to display a column (PECL)
string db2_field_name(resource stmt, mixed column) |Returns the name of the column in the result set (PECL)
int db2_field_num(resource stmt, mixed column) |Returns the position of the named column in a result set (PECL)
int db2_field_precision(resource stmt, mixed column) |Returns the precision of the indicated column in a result set (PECL)
int db2_field_scale(resource stmt, mixed column) |Returns the scale of the indicated column in a result set (PECL)
string db2_field_type(resource stmt, mixed column) |Returns the data type of the indicated column in a result set (PECL)
int db2_field_width(resource stmt, mixed column) |Returns the width of the current value of the indicated column in a result set (PECL)
resource db2_foreign_keys(resource connection, string qualifier, string schema, string table-name) |Returns a result set listing the foreign keys for a table (PECL)
bool db2_free_result(resource stmt) |Frees resources associated with a result set (PECL)
bool db2_free_stmt(resource stmt) |Frees resources associated with the indicated statement resource (PECL)
resource db2_next_result(resource stmt) |Requests the next result set from a stored procedure (PECL)
int db2_num_fields(resource stmt) |Returns the number of fields contained in a result set (PECL)
int db2_num_rows(resource stmt) |Returns the number of rows affected by an SQL statement (PECL)
resource db2_pconnect(string database, string username, string password [, array options]) |Returns a persistent connection to a database (PECL)
resource db2_prepare(resource connection, string statement [, array options]) |Prepares an SQL statement to be executed (PECL)
resource db2_primary_keys(resource connection, string qualifier, string schema, string table-name) |Returns a result set listing primary keys for a table (PECL)
resource db2_procedure_columns(resource connection, string qualifier, string schema, string procedure, string parameter) |Returns a result set listing stored procedure parameters (PECL)
resource db2_procedures(resource connection, string qualifier, string schema, string procedure) |Returns a result set listing the stored procedures registered in a database (PECL)
mixed db2_result(resource stmt, mixed column) |Returns a single column from a row in the result set (PECL)
bool db2_rollback(resource connection) |Rolls back a transaction (PECL)
object db2_server_info(resource connection) |Returns an object with properties that describe the DB2 database server
resource db2_special_columns(resource connection, string qualifier, string schema, string table_name, int scope) |Returns a result set listing the unique row identifier columns for a table (PECL)
resource db2_statistics(resource connection, string qualifier, string schema, string table-name, bool unique) |Returns a result set listing the index and statistics for a table (PECL)
string db2_stmt_error([resource stmt]) |Returns a string containing the SQLSTATE returned by an SQL statement (PECL)
string db2_stmt_errormsg([resource stmt]) |Returns a string containing the last SQL statement error message (PECL)
resource db2_table_privileges(resource connection [, string qualifier [, string schema [, string table_name]]]) |Returns a result set listing the tables and associated privileges in a database (PECL)
resource db2_tables(resource connection [, string qualifier [, string schema [, string table-name [, string table-type]]]]) |Returns a result set listing the tables and associated metadata in a database (PECL)
int dbase_create(string filename, array fields) |Creates a database (PHP 3, PHP 4, PHP 5)
bool dbase_delete_record(int dbase_identifier, int record_number) |Deletes a record from a database (PHP 3, PHP 4, PHP 5)
array dbase_get_header_info(int dbase_identifier) |Gets the header info of a database (PHP 5)
array dbase_get_record_with_names(int dbase_identifier, int record_number) |Gets a record from a database as an associative array (PHP 3 >= 3.0.4, PHP 4, PHP 5)
array dbase_get_record(int dbase_identifier, int record_number) |Gets a record from a database as an indexed array (PHP 3, PHP 4, PHP 5)
int dbase_numfields(int dbase_identifier) |Gets the number of fields of a database (PHP 3, PHP 4, PHP 5)
int dbase_numrecords(int dbase_identifier) |Gets the number of records in a database (PHP 3, PHP 4, PHP 5)
int dbase_open(string filename, int mode) |Opens a database (PHP 3, PHP 4, PHP 5)
int dbplus_prev(resource relation, array &tuple) |Get previous tuple from relation (4.1.0 - 4.2.3 only, PECL)
int dbplus_rchperm(resource relation, int mask, string user, string group) |Change relation permissions (4.1.0 - 4.2.3 only, PECL)
resource dbplus_rcreate(string name, mixed domlist [, bool overwrite]) |Creates a new DB++ relation (4.1.0 - 4.2.3 only, PECL)
mixed dbplus_rcrtexact(string name, resource relation [, bool overwrite]) |Creates an exact but empty copy of a relation including indices (4.1.0 - 4.2.3 only, PECL)
mixed dbplus_rcrtlike(string name, resource relation [, int overwrite]) |Creates an empty copy of a relation with default indices (4.1.0 - 4.2.3 only, PECL)
array dbplus_resolve(string relation_name) |Resolve host information for relation (4.1.0 - 4.2.3 only, PECL)
int dbplus_restorepos(resource relation, array tuple) |Restore position (4.1.0 - 4.2.3 only, PECL)
mixed dbplus_rkeys(resource relation, mixed domlist) |Specify new primary key for a relation (4.1.0 - 4.2.3 only, PECL)
string dbx_error(object link_identifier) |Report the error message of the latest function call in the module (not just in the connection) (PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)
string dbx_escape_string(object link_identifier, string text) |Escape a string so it can safely be used in an sql-statement (PHP 4 >= 4.3.0, PHP 5 <= 5.0.4)
mixed dbx_fetch_row(object result_identifier) |Fetches rows from a query-result that had the DBX_RESULT_UNBUFFERED flag set (PHP 5 <= 5.0.4)
mixed dbx_query(object link_identifier, string sql_statement [, int flags]) |Send a query and fetch all results (if any) (PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)
bool dbx_sort(object result, string user_compare_function) |Sort a result from a dbx_query by a custom sort function (PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)
string dcgettext(string domain, string message, int category) |Overrides the domain for a single lookup (PHP 3 >= 3.0.7, PHP 4, PHP 5)
string dcngettext(string domain, string msgid1, string msgid2, int n, int category) |Plural version of dcgettext (PHP 4 >= 4.2.0, PHP 5)
void deaggregate(object object [, string class_name]) |Removes the aggregated methods and properties from an object (PHP 4 >= 4.2.0)
void define_syslog_variables() |Initializes all syslog related constants (PHP 3, PHP 4, PHP 5)
bool define(string name, mixed value [, bool case_insensitive]) |Defines a named constant (PHP 3, PHP 4, PHP 5)
bool defined(string name) |Checks whether a given named constant exists (PHP 3, PHP 4, PHP 5)
float deg2rad(float number) |Converts the number in degrees to the radian equivalent (PHP 3 >= 3.0.4, PHP 4, PHP 5)
void delete(string file) |See unlink or unset
string dgettext(string domain, string message) |Override the current domain (PHP 3 >= 3.0.7, PHP 4, PHP 5)
void die([string status]) |Output a message and terminate the current script (PHP 3, PHP 4, PHP 5)
void dio_close(resource fd) |Closes the file descriptor given by fd (PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)
mixed dio_fcntl(resource fd, int cmd [, mixed args]) |Performs a c library fcntl on fd (PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)
resource dio_open(string filename, int flags [, int mode]) |Opens a new filename with specified permissions of flags and creation permissions of mode (PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)
string dio_read(resource fd [, int len]) |Reads bytes from a file descriptor (PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)
int dio_seek(resource fd, int pos [, int whence]) |Seeks to pos on fd from whence (PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)
array dio_stat(resource fd) |Gets stat information about the file descriptor fd (PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)
bool dio_tcsetattr(resource fd, array options) |Sets terminal attributes and baud rate for a serial port (PHP 4 >= 4.3.0, PHP 5 <= 5.0.4)
bool dio_truncate(resource fd, int offset) |Truncates file descriptor fd to offset bytes (PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)
int dio_write(resource fd, string data [, int len]) |Writes data to fd with optional truncation at length (PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)
DirectoryIterator DirectoryIterator::__construct(string path) |Constructs a new dir iterator from a path
DirectoryIterator DirectoryIterator::current() |Return this (needed for Iterator interface)
int DirectoryIterator::getATime() |Get last access time of file
RecursiveDirectoryIterator DirectoryIterator::getChildren() |Returns an iterator for the current entry if it is a directory
int DirectoryIterator::getCTime() |Get inode modification time of file
string DirectoryIterator::getFilename() |Return filename of current dir entry
int DirectoryIterator::getGroup() |Get file group
int DirectoryIterator::getInode() |Get file inode
int DirectoryIterator::getMTime() |Get last modification time of file
mixed eval(string code_str) |Evaluate a string as PHP code (PHP 3, PHP 4, PHP 5)
string exec(string command [, array &output [, int &return_var]]) |Execute an external program (PHP 3, PHP 4, PHP 5)
int exif_imagetype(string filename) |Determine the type of an image (PHP 4 >= 4.3.0, PHP 5)
array exif_read_data(string filename [, string sections [, bool arrays [, bool thumbnail]]]) |Reads the EXIF headers from JPEG or TIFF (PHP 4 >= 4.2.0, PHP 5)
string exif_tagname(string index) |Get the header name for an index (PHP 4 >= 4.2.0, PHP 5)
string exif_thumbnail(string filename [, int &width [, int &height [, int &imagetype]]]) |Retrieve the embedded thumbnail of a TIFF or JPEG image (PHP 4 >= 4.2.0, PHP 5)
void exit([string status]) |Output a message and terminate the current script (PHP 3, PHP 4, PHP 5)
float exp(float arg) |Calculates the exponent of e (the Neperian or Natural logarithm base) (PHP 3, PHP 4, PHP 5)
mixed expect_expectl(resource expect, array cases) |Waits until the output from a process matches one of the patterns, a specified time period has passed, or an EOF is seen
resource expect_popen(string command) |Exectute command via Bourne shell, and open the PTY stream to the process
array explode(string separator, string string [, int limit]) |Split a string by string (PHP 3, PHP 4, PHP 5)
float expm1(float number) |Returns exp(number) - 1, computed in a way that is accurate even when the value of number is close to zero (PHP 4 >= 4.1.0, PHP 5)
bool extension_loaded(string name) |Find out whether an extension is loaded (PHP 3 >= 3.0.10, PHP 4, PHP 5)
int extract(array var_array [, int extract_type [, string prefix]]) |Import variables into the current symbol table from an array (PHP 3 >= 3.0.7, PHP 4, PHP 5)
int ezmlm_hash(string addr) |Calculate the hash value needed by EZMLM (PHP 3 >= 3.0.17, PHP 4 >= 4.0.2, PHP 5)
resource fam_monitor_collection(resource fam, string dirname, int depth, string mask) |Monitor a collection of files in a directory for changes (PHP 5 <= 5.0.4)
resource fam_monitor_directory(resource fam, string dirname) |Monitor a directory for changes (PHP 5 <= 5.0.4)
resource fam_monitor_file(resource fam, string filename) |Monitor a regular file for changes (PHP 5 <= 5.0.4)
int fbsql_blob_size(string blob_handle [, resource link_identifier]) |Get the size of a BLOB (PHP 4 >= 4.2.0, PHP 5)
resource fbsql_change_user(string user, string password [, string database [, resource link_identifier ]]) |Change logged in user of the active connection
int fbsql_clob_size(string clob_handle [, resource link_identifier]) |Get the size of a CLOB (PHP 4 >= 4.2.0, PHP 5)
int fbsql_errno([resource link_identifier ]) |Returns the numerical value of the error message from previous FrontBase operation (PHP 4 >= 4.0.6, PHP 5)
string fbsql_error([resource link_identifier ]) |Returns the text of the error message from previous FrontBase operation (PHP 4 >= 4.0.6, PHP 5)
array fbsql_fetch_array(resource result [, int result_type ]) |Fetch a result row as an associative array, a numeric array, or both (PHP 4 >= 4.0.6, PHP 5)
array fbsql_fetch_assoc(resource result) |Fetch a result row as an associative array (PHP 4 >= 4.0.6, PHP 5)
object fbsql_fetch_field(resource result [, int field_offset ]) |Get column information from a result and return as an object (PHP 4 >= 4.0.6, PHP 5)
array fbsql_fetch_lengths(resource result) |Get the length of each output in a result (PHP 4 >= 4.0.6, PHP 5)
object fbsql_fetch_object(resource result [, int result_type ]) |Fetch a result row as an object (PHP 4 >= 4.0.6, PHP 5)
array fbsql_fetch_row(resource result) |Get a result row as an enumerated array (PHP 4 >= 4.0.6, PHP 5)
string fbsql_field_flags(resource result [, int field_offset]) |Get the flags associated with the specified field in a result (PHP 4 >= 4.0.6, PHP 5)
int fbsql_field_len(resource result [, int field_offset]) |Returns the length of the specified field (PHP 4 >= 4.0.6, PHP 5)
string fbsql_field_name(resource result [, int field_index]) |Get the name of the specified field in a result (PHP 4 >= 4.0.6, PHP 5)
bool fbsql_field_seek(resource result [, int field_offset]) |Set result pointer to a specified field offset (PHP 4 >= 4.0.6, PHP 5)
string fbsql_field_table(resource result [, int field_offset]) |Get name of the table the specified field is in (PHP 4 >= 4.0.6, PHP 5)
string fbsql_field_type(resource result [, int field_offset]) |Get the type of the specified field in a result (PHP 4 >= 4.0.6, PHP 5)
bool fbsql_set_lob_mode(resource result, string database_name) |Set the LOB retrieve mode for a FrontBase result set (PHP 4 >= 4.2.0, PHP 5)
bool fbsql_set_password(resource link_identifier, string user, string password, string old_password) |Change the password for a given user (PHP 5)
void fbsql_set_transaction(resource link_identifier, int Locking, int Isolation) |Set the transaction locking and isolation (PHP 4 >= 4.2.0, PHP 5)
bool fbsql_start_db(string database_name [, resource link_identifier [, string database_options]]) |Start a database on local or remote server (PHP 4 >= 4.0.6, PHP 5)
bool fbsql_stop_db(string database_name [, resource link_identifier ]) |Stop a database on local or remote server (PHP 4 >= 4.0.6, PHP 5)
string fbsql_tablename(resource result, int i) |Get table name of field (PHP 4 >= 4.2.0, PHP 5)
string fbsql_username(resource link_identifier [, string username]) |Get or set the host user used with a connection (PHP 4 >= 4.0.6, PHP 5)
resource fdf_create() |Create a new FDF document (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool fdf_enum_values(resource fdfdoc, callback function [, mixed userdata]) |Call a user defined function for each document value (PHP 4 >= 4.3.0, PHP 5)
int fdf_errno() |Return error code for last fdf operation (PHP 4 >= 4.3.0, PHP 5)
bool fdf_set_ap(resource fdf_document, string field_name, int face, string filename, int page_number) |Set the appearance of a field (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool fdf_set_file(resource fdf_document, string url [, string target_frame]) |Set PDF document to display FDF data in (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool fdf_set_flags(resource fdf_document, string fieldname, int whichFlags, int newFlags) |Sets a flag of a field (PHP 4 >= 4.0.2, PHP 5)
bool fdf_set_javascript_action(resource fdf_document, string fieldname, int trigger, string script) |Sets an javascript action of a field (PHP 4 >= 4.0.2, PHP 5)
bool fdf_set_on_import_javascript(resource fdfdoc, string script, bool before_data_import) |Adds javascript code to be executed when Acrobat opens the FDF (PHP 4 >= 4.3.0, PHP 5)
bool fdf_set_opt(resource fdf_document, string fieldname, int element, string str1, string str2) |Sets an option of a field (PHP 4 >= 4.0.2, PHP 5)
bool fdf_set_status(resource fdf_document, string status) |Set the value of the /STATUS key (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool fdf_set_submit_form_action(resource fdf_document, string fieldname, int trigger, string script, int flags) |Sets a submit form action of a field (PHP 4 >= 4.0.2, PHP 5)
bool fdf_set_target_frame(resource fdf_document, string frame_name) |Set target frame for form display (PHP 4 >= 4.3.0, PHP 5)
bool fdf_set_value(resource fdf_document, string fieldname, mixed value [, int isName]) |Set the value of a field (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool fdf_set_version(resource fdf_document, string version) |Sets version number for a FDF file (PHP 4 >= 4.3.0, PHP 5)
bool feof(resource handle) |Tests for end-of-file on a file pointer (PHP 3, PHP 4, PHP 5)
bool fflush(resource handle) |Flushes the output to a file (PHP 4 >= 4.0.1, PHP 5)
string fgetc(resource handle) |Gets character from file pointer (PHP 3, PHP 4, PHP 5)
array fgetcsv(resource handle [, int length [, string delimiter [, string enclosure]]]) |Gets line from file pointer and parse for CSV fields (PHP 3 >= 3.0.8, PHP 4, PHP 5)
string fgets(resource handle [, int length]) |Gets line from file pointer (PHP 3, PHP 4, PHP 5)
string fgetss(resource handle [, int length [, string allowable_tags]]) |Gets line from file pointer and strip HTML tags (PHP 3, PHP 4, PHP 5)
bool file_exists(string filename) |Checks whether a file or directory exists (PHP 3, PHP 4, PHP 5)
string file_get_contents(string filename [, bool use_include_path [, resource context [, int offset [, int maxlen]]]]) |Reads entire file into a string (PHP 4 >= 4.3.0, PHP 5)
int file_put_contents(string filename, mixed data [, int flags [, resource context]]) |Write a string to a file (PHP 5)
array file(string filename [, int use_include_path [, resource context]]) |Reads entire file into an array (PHP 3, PHP 4, PHP 5)
int fileatime(string filename) |Gets last access time of file (PHP 3, PHP 4, PHP 5)
int filectime(string filename) |Gets inode change time of file (PHP 3, PHP 4, PHP 5)
int filegroup(string filename) |Gets file group (PHP 3, PHP 4, PHP 5)
int fpassthru(resource handle) |Output all remaining data on a file pointer (PHP 3, PHP 4, PHP 5)
int fprintf(resource handle, string format [, mixed args [, mixed ...]]) |Write a formatted string to a stream (PHP 5)
int fputcsv(resource handle [, array fields [, string delimiter [, string enclosure]]]) |Format line as CSV and write to file pointer (PHP 5 >= 5.1.0RC1)
int fputs(resource handle, string string [, int length]) |Binary-safe file write (PHP 3, PHP 4, PHP 5)
resource ftp_connect(string host [, int port [, int timeout]]) |Opens an FTP connection (PHP 3 >= 3.0.13, PHP 4, PHP 5)
bool ftp_delete(resource ftp_stream, string path) |Deletes a file on the FTP server (PHP 3 >= 3.0.13, PHP 4, PHP 5)
bool ftp_exec(resource ftp_stream, string command) |Requests execution of a program on the FTP server (PHP 4 >= 4.0.3, PHP 5)
bool ftp_fget(resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos]) |Downloads a file from the FTP server and saves to an open file (PHP 3 >= 3.0.13, PHP 4, PHP 5)
bool ftp_fput(resource ftp_stream, string remote_file, resource handle, int mode [, int startpos]) |Uploads from an open file to the FTP server (PHP 3 >= 3.0.13, PHP 4, PHP 5)
mixed ftp_get_option(resource ftp_stream, int option) |Retrieves various runtime behaviours of the current FTP stream (PHP 4 >= 4.2.0, PHP 5)
bool ftp_get(resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos]) |Downloads a file from the FTP server (PHP 3 >= 3.0.13, PHP 4, PHP 5)
bool ftp_login(resource ftp_stream, string username, string password) |Logs in to an FTP connection (PHP 3 >= 3.0.13, PHP 4, PHP 5)
int ftp_mdtm(resource ftp_stream, string remote_file) |Returns the last modified time of the given file (PHP 3 >= 3.0.13, PHP 4, PHP 5)
int ftp_nb_continue(resource ftp_stream) |Continues retrieving/sending a file (non-blocking) (PHP 4 >= 4.3.0, PHP 5)
int ftp_nb_fget(resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos]) |Retrieves a file from the FTP server and writes it to an open file (non-blocking) (PHP 4 >= 4.3.0, PHP 5)
int ftp_nb_fput(resource ftp_stream, string remote_file, resource handle, int mode [, int startpos]) |Stores a file from an open file to the FTP server (non-blocking) (PHP 4 >= 4.3.0, PHP 5)
int ftp_nb_get(resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos]) |Retrieves a file from the FTP server and writes it to a local file (non-blocking) (PHP 4 >= 4.3.0, PHP 5)
int ftp_nb_put(resource ftp_stream, string remote_file, string local_file, int mode [, int startpos]) |Stores a file on the FTP server (non-blocking) (PHP 4 >= 4.3.0, PHP 5)
array ftp_nlist(resource ftp_stream, string directory) |Returns a list of files in the given directory (PHP 3 >= 3.0.13, PHP 4, PHP 5)
bool ftp_pasv(resource ftp_stream, bool pasv) |Turns passive mode on or off (PHP 3 >= 3.0.13, PHP 4, PHP 5)
bool ftp_put(resource ftp_stream, string remote_file, string local_file, int mode [, int startpos]) |Uploads a file to the FTP server (PHP 3 >= 3.0.13, PHP 4, PHP 5)
string ftp_pwd(resource ftp_stream) |Returns the current directory name (PHP 3 >= 3.0.13, PHP 4, PHP 5)
array ftp_raw(resource ftp_stream, string command) |Sends an arbitrary command to an FTP server (PHP 5)
array ftp_rawlist(resource ftp_stream, string directory [, bool recursive]) |Returns a detailed list of files in the given directory (PHP 3 >= 3.0.13, PHP 4, PHP 5)
bool ftp_rename(resource ftp_stream, string oldname, string newname) |Renames a file or a directory on the FTP server (PHP 3 >= 3.0.13, PHP 4, PHP 5)
bool ftp_site(resource ftp_stream, string command) |Sends a SITE command to the server (PHP 3 >= 3.0.15, PHP 4, PHP 5)
int ftp_size(resource ftp_stream, string remote_file) |Returns the size of the given file (PHP 3 >= 3.0.13, PHP 4, PHP 5)
resource ftp_ssl_connect(string host [, int port [, int timeout]]) |Opens an Secure SSL-FTP connection (PHP 4 >= 4.3.0, PHP 5)
string ftp_systype(resource ftp_stream) |Returns the system type identifier of the remote FTP server (PHP 3 >= 3.0.13, PHP 4, PHP 5)
bool ftruncate(resource handle, int size) |Truncates a file to a given length (PHP 4, PHP 5)
mixed func_get_arg(int arg_num) |Return an item from the argument list (PHP 4, PHP 5)
array func_get_args() |Returns an array comprising a function's argument list (PHP 4, PHP 5)
int func_num_args() |Returns the number of arguments passed to the function (PHP 4, PHP 5)
bool function_exists(string function_name) |Return TRUE if the given function has been defined (PHP 3 >= 3.0.7, PHP 4, PHP 5)
int fwrite(resource handle, string string [, int length]) |Binary-safe file write (PHP 3, PHP 4, PHP 5)
array gd_info() |Retrieve information about the currently installed GD library (PHP 4 >= 4.3.0, PHP 5)
mixed get_browser([string user_agent [, bool return_array]]) |Tells what the user's browser is capable of (PHP 3, PHP 4, PHP 5)
string get_cfg_var(string varname) |Gets the value of a PHP configuration option (PHP 3, PHP 4, PHP 5)
array get_class_methods(mixed class_name) |Returns an array of class methods' names (PHP 4, PHP 5)
array get_class_vars(string class_name) |Returns an array of default properties of the class (PHP 4, PHP 5)
string get_class([object obj]) |Returns the name of the class of an object (PHP 4, PHP 5)
string get_current_user() |Gets the name of the owner of the current PHP script (PHP 3, PHP 4, PHP 5)
array get_declared_classes() |Returns an array with the name of the defined classes (PHP 4, PHP 5)
array get_declared_interfaces() |Returns an array of all declared interfaces (PHP 5)
array get_defined_constants([mixed categorize]) |Returns an associative array with the names of all the constants and their values (PHP 4 >= 4.1.0, PHP 5)
array get_defined_functions() |Returns an array of all defined functions (PHP 4 >= 4.0.4, PHP 5)
array get_defined_vars() |Returns an array of all defined variables (PHP 4 >= 4.0.4, PHP 5)
array get_extension_funcs(string module_name) |Returns an array with the names of the functions of a module (PHP 4, PHP 5)
array get_headers(string url [, int format]) |Fetches all the headers sent by the server in response to a HTTP request (PHP 5)
array get_html_translation_table([int table [, int quote_style]]) |Returns the translation table used by htmlspecialchars and htmlentities (PHP 4, PHP 5)
string get_include_path() |Gets the current include_path configuration option (PHP 4 >= 4.3.0, PHP 5)
array get_included_files() |Returns an array with the names of included or required files (PHP 4, PHP 5)
array get_loaded_extensions() |Returns an array with the names of all modules compiled and loaded (PHP 4, PHP 5)
int get_magic_quotes_gpc() |Gets the current configuration setting of magic quotes gpc (PHP 3 >= 3.0.6, PHP 4, PHP 5)
int get_magic_quotes_runtime() |Gets the current active configuration setting of magic_quotes_runtime (PHP 3 >= 3.0.6, PHP 4, PHP 5)
array get_meta_tags(string filename [, bool use_include_path]) |Extracts all meta tag content attributes from a file and returns an array (PHP 3 >= 3.0.4, PHP 4, PHP 5)
array get_object_vars(object obj) |Returns an associative array of object properties (PHP 4, PHP 5)
string get_parent_class([mixed obj]) |Retrieves the parent class name for object or class (PHP 4, PHP 5)
array get_required_files() |Returns an array with the names of included or required files (PHP 4, PHP 5)
string get_resource_type(resource handle) |Returns the resource type (PHP 4 >= 4.0.2, PHP 5)
array getopt(string options) |Gets options from the command line argument list (PHP 4 >= 4.3.0, PHP 5)
int getprotobyname(string name) |Get protocol number associated with protocol name (PHP 4, PHP 5)
string getprotobynumber(int number) |Get protocol name associated with protocol number (PHP 4, PHP 5)
int getrandmax() |Show largest possible random value (PHP 3, PHP 4, PHP 5)
array getrusage([int who]) |Gets the current resource usages (PHP 3 >= 3.0.7, PHP 4, PHP 5)
int getservbyname(string service, string protocol) |Get port number associated with an Internet service and protocol (PHP 4, PHP 5)
string getservbyport(int port, string protocol) |Get Internet service which corresponds to port and protocol (PHP 4, PHP 5)
string gettext(string message) |Lookup a message in the current domain (PHP 3 >= 3.0.7, PHP 4, PHP 5)
mixed gettimeofday([bool return_float]) |Get current time (PHP 3 >= 3.0.7, PHP 4, PHP 5)
string gettype(mixed var) |Get the type of a variable (PHP 3, PHP 4, PHP 5)
array glob(string pattern [, int flags]) |Find pathnames matching a pattern (PHP 4 >= 4.3.0, PHP 5)
string gmdate(string format [, int timestamp]) |Format a GMT/UTC date/time (PHP 3, PHP 4, PHP 5)
int gmmktime([int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]]) |Get Unix timestamp for a GMT date (PHP 3, PHP 4, PHP 5)
resource gmp_abs(resource a) |Absolute value (PHP 4 >= 4.0.4, PHP 5)
resource gmp_add(resource a, resource b) |Add numbers (PHP 4 >= 4.0.4, PHP 5)
resource gmp_and(resource a, resource b) |Logical AND (PHP 4 >= 4.0.4, PHP 5)
void gmp_clrbit(resource &a, int index) |Clear bit (PHP 4 >= 4.0.4, PHP 5)
int gmp_cmp(resource a, resource b) |Compare numbers (PHP 4 >= 4.0.4, PHP 5)
bool gzrewind(resource zp) |Rewind the position of a gz-file pointer (PHP 3, PHP 4, PHP 5)
int gzseek(resource zp, int offset) |Seek on a gz-file pointer (PHP 3, PHP 4, PHP 5)
int gztell(resource zp) |Tell gz-file pointer read/write position (PHP 3, PHP 4, PHP 5)
string gzuncompress(string data [, int length]) |Uncompress a compressed string (PHP 4 >= 4.0.1, PHP 5)
int gzwrite(resource zp, string string [, int length]) |Binary-safe gz-file write (PHP 3, PHP 4, PHP 5)
void __halt_compiler() |Halts the compiler execution
array hash_algos() |Return a list of registered hashing algorithms
string hash_file(string algo, string filename [, bool raw_output]) |Generate a hash value using the contents of a given file
string hash_final(resource context [, bool raw_output]) |Finalize an incremental hash and return resulting digest
string hash_hmac_file(string algo, string filename, string key [, bool raw_output]) |Generate a keyed hash value using the HMAC method and the contents of a given file
string hash_hmac(string algo, string data, string key [, bool raw_output]) |Generate a keyed hash value using the HMAC method
resource hash_init(string algo [, int options, string key]) |Initialize an incremental hashing context
bool hash_update_file(resource context, string filename [, resource context]) |Pump data into an active hashing context from a file
int hash_update_stream(resource context, resource handle [, int length]) |Pump data into an active hashing context from an open stream
bool hash_update(resource context, string data) |Pump data into an active hashing context
string hash(string algo, string data [, bool raw_output]) |Generate a hash value (message digest)
void header(string string [, bool replace [, int http_response_code]]) |Send a raw HTTP header (PHP 3, PHP 4, PHP 5)
array headers_list() |Returns a list of response headers sent (or ready to send) (PHP 5)
bool headers_sent([string &file [, int &line]]) |Checks if or where headers have been sent (PHP 3 >= 3.0.8, PHP 4, PHP 5)
string hebrev(string hebrew_text [, int max_chars_per_line]) |Convert logical Hebrew text to visual text (PHP 3, PHP 4, PHP 5)
string hebrevc(string hebrew_text [, int max_chars_per_line]) |Convert logical Hebrew text to visual text with newline conversion (PHP 3, PHP 4, PHP 5)
number hexdec(string hex_string) |Hexadecimal to decimal (PHP 3, PHP 4, PHP 5)
mixed highlight_file(string filename [, bool return]) |Syntax highlighting of a file (PHP 4, PHP 5)
mixed highlight_string(string str [, bool return]) |Syntax highlighting of a string (PHP 4, PHP 5)
string html_entity_decode(string string [, int quote_style [, string charset]]) |Convert all HTML entities to their applicable characters (PHP 4 >= 4.3.0, PHP 5)
string htmlentities(string string [, int quote_style [, string charset]]) |Convert all applicable characters to HTML entities (PHP 3, PHP 4, PHP 5)
string htmlspecialchars_decode(string string [, int quote_style]) |Convert special HTML entities back to characters (PHP 5 >= 5.1.0RC1)
string htmlspecialchars(string string [, int quote_style [, string charset]]) |Convert special characters to HTML entities (PHP 3, PHP 4, PHP 5)
string hw_api_object->title(array parameter) |Returns the title attribute
string hw_api_object->value(string name) |Returns value of attribute
hw_api_object hw_api->object(array parameter) |Retrieve attribute information
hw_api_object hw_api->objectbyanchor(array parameter) |Returns the object an anchor belongs to
array hw_api->parents(array parameter) |Returns parents of an object
string hw_api_reason->description() |Returns description of reason
HW_API_Reason hw_api_reason->type() |Returns type of reason
bool hw_api->remove(array parameter) |Delete an object
hw_api_object hw_api->replace(array parameter) |Replaces an object
hw_api_object hw_api->setcommittedversion(array parameter) |Commits version other than last version
array hw_api->srcanchors(array parameter) |Returns a list of all source anchors
array hw_api->srcsofdst(array parameter) |Returns source of a destination object
bool hw_api->unlock(array parameter) |Unlocks a locked object
hw_api_object hw_api->user(array parameter) |Returns the own user object
array hw_api->userlist(array parameter) |Returns a list of all logged in users
float hypot(float x, float y) |Calculate the length of the hypotenuse of a right-angle triangle (PHP 4 >= 4.1.0, PHP 5)
string i18n_loc_get_default() |Get the default Locale
bool i18n_loc_set_default(string name) |Set the default Locale
bool ibase_add_user(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]]) |Add a user to a security database (only for IB6 or later) (PHP 4 >= 4.2.0, PHP 5)
int ibase_affected_rows([resource link_identifier]) |Return the number of rows that were affected by the previous query (PHP 5)
mixed ibase_backup(resource service_handle, string source_db, string dest_file [, int options [, bool verbose]]) |Initiates a backup task in the service manager and returns immediately (PHP 5)
void ibase_blob_add(resource blob_handle, string data) |Add data into a newly created blob (PHP 3 >= 3.0.7, PHP 4, PHP 5)
resource ibase_connect([string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role [, int sync]]]]]]]]) |Open a connection to an InterBase database (PHP 3 >= 3.0.6, PHP 4, PHP 5)
string ibase_db_info(resource service_handle, string db, int action [, int argument]) |Request statistics about a database (PHP 5)
bool ibase_delete_user(resource service_handle, string user_name) |Delete a user from a security database (only for IB6 or later) (PHP 4 >= 4.2.0, PHP 5)
bool ibase_drop_db([resource connection]) |Drops a database (PHP 5)
array ibase_fetch_assoc(resource result [, int fetch_flag]) |Fetch a result row from a query as an associative array (PHP 4 >= 4.3.0, PHP 5)
object ibase_fetch_object(resource result_id [, int fetch_flag]) |Get an object from a InterBase database (PHP 3 >= 3.0.7, PHP 4, PHP 5)
array ibase_fetch_row(resource result_identifier [, int fetch_flag]) |Fetch a row from an InterBase database (PHP 3 >= 3.0.6, PHP 4, PHP 5)
array ibase_field_info(resource result, int field_number) |Get information about a field (PHP 3 >= 3.0.7, PHP 4, PHP 5)
bool ibase_free_event_handler(resource event) |Cancels a registered event handler (PHP 5)
bool ibase_free_query(resource query) |Free memory allocated by a prepared query (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool ibase_free_result(resource result_identifier) |Free a result set (PHP 3 >= 3.0.6, PHP 4, PHP 5)
mixed ibase_gen_id(string generator [, int increment [, resource link_identifier]]) |Increments the named generator and returns its new value (PHP 5)
bool ibase_maintain_db(resource service_handle, string db, int action [, int argument]) |Execute a maintenance command on the database server (PHP 5)
bool ibase_modify_user(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]]) |Modify a user to a security database (only for IB6 or later) (PHP 4 >= 4.2.0, PHP 5)
bool ibase_name_result(resource result, string name) |Assigns a name to a result set (PHP 5)
int ibase_num_fields(resource result_id) |Get the number of fields in a result set (PHP 3 >= 3.0.7, PHP 4, PHP 5)
int ibase_num_params(resource query) |Return the number of parameters in a prepared query (PHP 5)
array ibase_param_info(resource query, int param_number) |Return information about a parameter in a prepared query (PHP 5)
resource ibase_pconnect([string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role [, int sync]]]]]]]]) |Open a persistent connection to an InterBase database (PHP 3 >= 3.0.6, PHP 4, PHP 5)
resource ibase_prepare(string query) |Prepare a query for later binding of parameter placeholders and execution (PHP 3 >= 3.0.6, PHP 4, PHP 5)
resource ibase_query([resource link_identifier, string query [, int bind_args]]) |Execute a query on an InterBase database (PHP 3 >= 3.0.6, PHP 4, PHP 5)
mixed ibase_restore(resource service_handle, string source_file, string dest_db [, int options [, bool verbose]]) |Initiates a restore task in the service manager and returns immediately (PHP 5)
bool ibase_rollback_ret([resource link_or_trans_identifier]) |Roll back a transaction without closing it (PHP 5)
bool ibase_rollback([resource link_or_trans_identifier]) |Roll back a transaction (PHP 3 >= 3.0.7, PHP 4, PHP 5)
string ibase_server_info(resource service_handle, int action) |Request information about a database server (PHP 5)
resource ibase_service_attach(string host, string dba_username, string dba_password) |Connect to the service manager (PHP 5)
bool ibase_service_detach(resource service_handle) |Disconnect from the service manager (PHP 5)
resource ibase_set_event_handler(callback event_handler, string event_name1 [, string event_name2 [, string ...]]) |Register a callback function to be called when events are posted (PHP 5)
int ibase_timefmt(string format [, int columntype]) |Sets the format of timestamp, date and time type columns returned from queries (PHP 3 >= 3.0.6, PHP 4)
string icap_delete_event(int stream_id, int uid) |Delete an event from an ICAP calendar (PHP 4 <= 4.2.3)
int icap_fetch_event(int stream_id, int event_id [, int options]) |Fetches an event from the calendar stream/ (PHP 4 <= 4.2.3)
int icap_list_alarms(int stream_id, array date, array time) |Return a list of events that has an alarm triggered at the given datetime (PHP 4 <= 4.2.3)
array icap_list_events(int stream_id, int begin_date [, int end_date]) |Return a list of events between two given datetimes (PHP 4 <= 4.2.3)
resource icap_open(string calendar, string username, string password, string options) |Opens up an ICAP connection (PHP 4 <= 4.2.3)
array iconv_mime_decode_headers(string encoded_headers [, int mode [, string charset]]) |Decodes multiple MIME header fields at once (PHP 5)
string iconv_mime_decode(string encoded_header [, int mode [, string charset]]) |Decodes a MIME header field (PHP 5)
string iconv_mime_encode(string field_name, string field_value [, array preferences]) |Composes a MIME header field (PHP 5)
bool iconv_set_encoding(string type, string charset) |Set current setting for character encoding conversion (PHP 4 >= 4.0.5, PHP 5)
int iconv_strlen(string str [, string charset]) |Returns the character count of string (PHP 5)
int iconv_strpos(string haystack, string needle [, int offset [, string charset]]) |Finds position of first occurrence of a needle within a haystack (PHP 5)
int iconv_strrpos(string haystack, string needle [, string charset]) |Finds the last occurrence of a needle within the specified range of haystack (PHP 5)
string iconv_substr(string str, int offset [, int length [, string charset]]) |Cut out part of a string (PHP 5)
string iconv(string in_charset, string out_charset, string str) |Convert string to requested character encoding (PHP 4 >= 4.0.5, PHP 5)
string id3_get_frame_long_name(string frameId) |Get the long name of an ID3v2 frame (PECL)
string id3_get_frame_short_name(string frameId) |Get the short name of an ID3v2 frame (PECL)
int id3_get_genre_id(string genre) |Get the id for a genre (PECL)
array id3_get_genre_list() |Get all possible genre values (PECL)
string id3_get_genre_name(int genre_id) |Get the name for a genre id (PECL)
array id3_get_tag(string filename [, int version]) |Get all information stored in an ID3 tag (PECL)
int id3_get_version(string filename) |Get version of an ID3 tag (PECL)
bool id3_remove_tag(string filename [, int version]) |Remove an existing ID3 tag (PECL)
bool id3_set_tag(string filename, array tag [, int version]) |Update information stored in an ID3 tag (PECL)
int idate(string format [, int timestamp]) |Format a local time/date as integer (PHP 5)
int ifx_affected_rows(int result_id) |Get number of rows affected by a query (PHP 3 >= 3.0.3, PHP 4, PHP 5)
void ifx_blobinfile_mode(int mode) |Set the default blob mode for all select queries (PHP 3 >= 3.0.4, PHP 4, PHP 5)
int ifx_prepare(string query, int conn_id [, int cursor_def, mixed blobidarray]) |Prepare an SQL-statement for execution (PHP 3 >= 3.0.4, PHP 4, PHP 5)
int ifx_query(string query, int link_identifier [, int cursor_type [, mixed blobidarray ]]) |Send Informix query (PHP 3 >= 3.0.3, PHP 4, PHP 5)
void ifx_textasvarchar(int mode) |Set the default text mode (PHP 3 >= 3.0.4, PHP 4, PHP 5)
bool ifx_update_blob(int bid, string content) |Updates the content of the blob object (PHP 3 >= 3.0.4, PHP 4, PHP 5)
int ifx_update_char(int bid, string content) |Updates the content of the char object (PHP 3 >= 3.0.6, PHP 4, PHP 5)
int ifxus_close_slob(int bid) |Deletes the slob object (PHP 3 >= 3.0.4, PHP 4, PHP 5)
int ifxus_create_slob(int mode) |Creates an slob object and opens it (PHP 3 >= 3.0.4, PHP 4, PHP 5)
int ifxus_free_slob(int bid) |Deletes the slob object (PHP 3 >= 3.0.4, PHP 4, PHP 5)
int ifxus_open_slob(int bid, int mode) |Opens an slob object (PHP 3 >= 3.0.4, PHP 4, PHP 5)
int ifxus_read_slob(int bid, int nbytes) |Reads nbytes of the slob object (PHP 3 >= 3.0.4, PHP 4, PHP 5)
int ifxus_seek_slob(int bid, int mode, int offset) |Sets the current file or seek position (PHP 3 >= 3.0.4, PHP 4, PHP 5)
int ifxus_tell_slob(int bid) |Returns the current file or seek position (PHP 3 >= 3.0.4, PHP 4, PHP 5)
int ifxus_write_slob(int bid, string content) |Writes a string into the slob object (PHP 3 >= 3.0.4, PHP 4, PHP 5)
int ignore_user_abort([bool setting]) |Set whether a client disconnect should abort script execution (PHP 3 >= 3.0.7, PHP 4, PHP 5)
int iis_add_server(string path, string comment, string server_ip, int port, string host_name, int rights, int start_server) |Creates a new virtual web server (PECL)
int iis_get_dir_security(int server_instance, string virtual_path) |Gets Directory Security (PECL)
string iis_get_script_map(int server_instance, string virtual_path, string script_extension) |Gets script mapping on a virtual directory for a specific extension (PECL)
int iis_get_server_by_comment(string comment) |Return the instance number associated with the Comment (PECL)
int iis_get_server_by_path(string path) |Return the instance number associated with the Path (PECL)
int iis_get_server_rights(int server_instance, string virtual_path) |Gets server rights (PECL)
int iis_get_service_state(string service_id) |Returns the state for the service defined by ServiceId (PECL)
int iis_remove_server(int server_instance) |Removes the virtual web server indicated by ServerInstance (PECL)
int iis_set_app_settings(int server_instance, string virtual_path, string application_scope) |Creates application scope for a virtual directory (PECL)
int iis_set_dir_security(int server_instance, string virtual_path, int directory_flags) |Sets Directory Security (PECL)
int iis_set_script_map(int server_instance, string virtual_path, string script_extension, string engine_path, int allow_scripting) |Sets script mapping on a virtual directory (PECL)
int iis_set_server_rights(int server_instance, string virtual_path, int directory_flags) |Sets server rights (PECL)
int iis_start_server(int server_instance) |Starts the virtual web server (PECL)
int iis_start_service(string service_id) |Starts the service defined by ServiceId (PECL)
int iis_stop_server(int server_instance) |Stops the virtual web server (PECL)
int iis_stop_service(string service_id) |Stops the service defined by ServiceId (PECL)
string image_type_to_extension(int imagetype [, bool include_dot]) |Get file extension for image type
string image_type_to_mime_type(int imagetype) |Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype (PHP 4 >= 4.3.0, PHP 5)
int image2wbmp(resource image [, string filename [, int threshold]]) |Output image to browser or file (PHP 4 >= 4.0.5, PHP 5)
bool imagealphablending(resource image, bool blendmode) |Set the blending mode for an image (PHP 4 >= 4.0.6, PHP 5)
bool imageantialias(resource im, bool on) |Should antialias functions be used or not (PHP 4 >= 4.3.2, PHP 5)
bool imagearc(resource image, int cx, int cy, int w, int h, int s, int e, int color) |Draw a partial ellipse (PHP 3, PHP 4, PHP 5)
bool imagechar(resource image, int font, int x, int y, string c, int color) |Draw a character horizontally (PHP 3, PHP 4, PHP 5)
bool imagecharup(resource image, int font, int x, int y, string c, int color) |Draw a character vertically (PHP 3, PHP 4, PHP 5)
int imagecolorallocate(resource image, int red, int green, int blue) |Allocate a color for an image (PHP 3, PHP 4, PHP 5)
int imagecolorallocatealpha(resource image, int red, int green, int blue, int alpha) |Allocate a color for an image (PHP 4 >= 4.3.2, PHP 5)
int imagecolorat(resource image, int x, int y) |Get the index of the color of a pixel (PHP 3, PHP 4, PHP 5)
int imagecolorclosest(resource image, int red, int green, int blue) |Get the index of the closest color to the specified color (PHP 3, PHP 4, PHP 5)
int imagecolorclosestalpha(resource image, int red, int green, int blue, int alpha) |Get the index of the closest color to the specified color + alpha (PHP 4 >= 4.0.6, PHP 5)
int imagecolorclosesthwb(resource image, int red, int green, int blue) |Get the index of the color which has the hue, white and blackness nearest to the given color (PHP 4 >= 4.0.1, PHP 5)
bool imagecolordeallocate(resource image, int color) |De-allocate a color for an image (PHP 3 >= 3.0.6, PHP 4, PHP 5)
int imagecolorexact(resource image, int red, int green, int blue) |Get the index of the specified color (PHP 3, PHP 4, PHP 5)
int imagecolorexactalpha(resource image, int red, int green, int blue, int alpha) |Get the index of the specified color + alpha (PHP 4 >= 4.0.6, PHP 5)
bool imagecolormatch(resource image1, resource image2) |Makes the colors of the palette version of an image more closely match the true color version (PHP 4 >= 4.3.0, PHP 5)
int imagecolorresolve(resource image, int red, int green, int blue) |Get the index of the specified color or its closest possible alternative (PHP 3 >= 3.0.2, PHP 4, PHP 5)
int imagecolorresolvealpha(resource image, int red, int green, int blue, int alpha) |Get the index of the specified color + alpha or its closest possible alternative (PHP 4 >= 4.0.6, PHP 5)
void imagecolorset(resource image, int index, int red, int green, int blue) |Set the color for the specified palette index (PHP 3, PHP 4, PHP 5)
array imagecolorsforindex(resource image, int index) |Get the colors for an index (PHP 3, PHP 4, PHP 5)
int imagecolorstotal(resource image) |Find out the number of colors in an image's palette (PHP 3, PHP 4, PHP 5)
int imagecolortransparent(resource image [, int color]) |Define a color as transparent (PHP 3, PHP 4, PHP 5)
bool imageconvolution(resource image, array matrix3x3, float div, float offset) |Apply a 3x3 convolution matrix, using coefficient div and offset (PHP 5 >= 5.1.0RC1)
bool imagecopy(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h) |Copy part of an image (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool imagecopymerge(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct) |Copy and merge part of an image (PHP 4 >= 4.0.1, PHP 5)
bool imagecopymergegray(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct) |Copy and merge part of an image with gray scale (PHP 4 >= 4.0.6, PHP 5)
bool imagecopyresampled(resource dst_image, resource src_image, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h) |Copy and resize part of an image with resampling (PHP 4 >= 4.0.6, PHP 5)
bool imagecopyresized(resource dst_image, resource src_image, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h) |Copy and resize part of an image (PHP 3, PHP 4, PHP 5)
resource imagecreate(int x_size, int y_size) |Create a new palette based image (PHP 3, PHP 4, PHP 5)
resource imagecreatefromgd(string filename) |Create a new image from GD file or URL (PHP 4 >= 4.1.0, PHP 5)
resource imagecreatefromgd2(string filename) |Create a new image from GD2 file or URL (PHP 4 >= 4.1.0, PHP 5)
resource imagecreatefromgd2part(string filename, int srcX, int srcY, int width, int height) |Create a new image from a given part of GD2 file or URL (PHP 4 >= 4.1.0, PHP 5)
resource imagecreatefromgif(string filename) |Create a new image from file or URL (PHP 3, PHP 4, PHP 5)
resource imagecreatefromjpeg(string filename) |Create a new image from file or URL (PHP 3 >= 3.0.16, PHP 4, PHP 5)
resource imagecreatefrompng(string filename) |Create a new image from file or URL (PHP 3 >= 3.0.13, PHP 4, PHP 5)
resource imagecreatefromstring(string image) |Create a new image from the image stream in the string (PHP 4 >= 4.0.4, PHP 5)
resource imagecreatefromwbmp(string filename) |Create a new image from file or URL (PHP 4 >= 4.0.1, PHP 5)
resource imagecreatefromxbm(string filename) |Create a new image from file or URL (PHP 4 >= 4.0.1, PHP 5)
resource imagecreatefromxpm(string filename) |Create a new image from file or URL (PHP 4 >= 4.0.1, PHP 5)
resource imagecreatetruecolor(int x_size, int y_size) |Create a new true color image (PHP 4 >= 4.0.6, PHP 5)
bool imagedashedline(resource image, int x1, int y1, int x2, int y2, int color) |Draw a dashed line (PHP 3, PHP 4, PHP 5)
bool imageellipse(resource image, int cx, int cy, int w, int h, int color) |Draw an ellipse (PHP 4 >= 4.0.6, PHP 5)
bool imagefill(resource image, int x, int y, int color) |Flood fill (PHP 3, PHP 4, PHP 5)
bool imagefilledarc(resource image, int cx, int cy, int w, int h, int s, int e, int color, int style) |Draw a partial ellipse and fill it (PHP 4 >= 4.0.6, PHP 5)
bool imagefilledellipse(resource image, int cx, int cy, int w, int h, int color) |Draw a filled ellipse (PHP 4 >= 4.0.6, PHP 5)
bool imagefilledpolygon(resource image, array points, int num_points, int color) |Draw a filled polygon (PHP 3, PHP 4, PHP 5)
bool imagefilledrectangle(resource image, int x1, int y1, int x2, int y2, int color) |Draw a filled rectangle (PHP 3, PHP 4, PHP 5)
bool imagefilltoborder(resource image, int x, int y, int border, int color) |Flood fill to specific color (PHP 3, PHP 4, PHP 5)
bool imagefilter(resource src_im, int filtertype [, int arg1 [, int arg2 [, int arg3]]]) |Applies a filter to an image (PHP 5)
int imagefontheight(int font) |Get font height (PHP 3, PHP 4, PHP 5)
int imagefontwidth(int font) |Get font width (PHP 3, PHP 4, PHP 5)
array imageftbbox(float size, float angle, string font_file, string text [, array extrainfo]) |Give the bounding box of a text using fonts via freetype2 (PHP 4 >= 4.1.0, PHP 5)
array imagefttext(resource image, float size, float angle, int x, int y, int col, string font_file, string text [, array extrainfo]) |Write text to the image using fonts using FreeType 2 (PHP 4 >= 4.1.0, PHP 5)
bool imagegammacorrect(resource image, float inputgamma, float outputgamma) |Apply a gamma correction to a GD image (PHP 3 >= 3.0.13, PHP 4, PHP 5)
bool imagegd(resource image [, string filename]) |Output GD image to browser or file (PHP 4 >= 4.1.0, PHP 5)
bool imagegd2(resource image [, string filename [, int chunk_size [, int type]]]) |Output GD2 image to browser or file (PHP 4 >= 4.1.0, PHP 5)
bool imagegif(resource image [, string filename]) |Output image to browser or file (PHP 3, PHP 4, PHP 5)
int imageinterlace(resource image [, int interlace]) |Enable or disable interlace (PHP 3, PHP 4, PHP 5)
bool imageistruecolor(resource image) |Finds whether an image is a truecolor image (PHP 4 >= 4.3.2, PHP 5)
bool imagejpeg(resource image [, string filename [, int quality]]) |Output image to browser or file (PHP 3 >= 3.0.16, PHP 4, PHP 5)
bool imagelayereffect(resource image, int effect) |Set the alpha blending flag to use the bundled libgd layering effects (PHP 4 >= 4.3.0, PHP 5)
bool imageline(resource image, int x1, int y1, int x2, int y2, int color) |Draw a line (PHP 3, PHP 4, PHP 5)
int imageloadfont(string file) |Load a new font (PHP 3, PHP 4, PHP 5)
void imagepalettecopy(resource destination, resource source) |Copy the palette from one image to another (PHP 4 >= 4.0.1, PHP 5)
bool imagepng(resource image [, string filename]) |Output a PNG image to either the browser or a file (PHP 3 >= 3.0.13, PHP 4, PHP 5)
bool imagepolygon(resource image, array points, int num_points, int color) |Draw a polygon (PHP 3, PHP 4, PHP 5)
array imagepsbbox(string text, int font, int size [, int space, int tightness, float angle]) |Give the bounding box of a text rectangle using PostScript Type1 fonts (PHP 3 >= 3.0.9, PHP 4, PHP 5)
int imagepscopyfont(resource fontindex) |Make a copy of an already loaded font for further modification (PHP 3 >= 3.0.9, PHP 4, PHP 5)
bool imagepsencodefont(resource font_index, string encodingfile) |Change the character encoding vector of a font (PHP 3 >= 3.0.9, PHP 4, PHP 5)
bool imagepsextendfont(int font_index, float extend) |Extend or condense a font (PHP 3 >= 3.0.9, PHP 4, PHP 5)
bool imagepsfreefont(resource fontindex) |Free memory used by a PostScript Type 1 font (PHP 3 >= 3.0.9, PHP 4, PHP 5)
resource imagepsloadfont(string filename) |Load a PostScript Type 1 font from file (PHP 3 >= 3.0.9, PHP 4, PHP 5)
bool imagepsslantfont(resource font_index, float slant) |Slant a font (PHP 3 >= 3.0.9, PHP 4, PHP 5)
array imagepstext(resource image, string text, resource font, int size, int foreground, int background, int x, int y [, int space, int tightness, float angle, int antialias_steps]) |To draw a text string over an image using PostScript Type1 fonts (PHP 3 >= 3.0.9, PHP 4, PHP 5)
bool imagerectangle(resource image, int x1, int y1, int x2, int y2, int col) |Draw a rectangle (PHP 3, PHP 4, PHP 5)
resource imagerotate(resource src_im, float angle, int bgd_color [, int ignore_transparent]) |Rotate an image with a given angle (PHP 4 >= 4.3.0, PHP 5)
bool imagesavealpha(resource image, bool saveflag) |Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images (PHP 4 >= 4.3.2, PHP 5)
bool imagesetbrush(resource image, resource brush) |Set the brush image for line drawing (PHP 4 >= 4.0.6, PHP 5)
bool imagesetpixel(resource image, int x, int y, int color) |Set a single pixel (PHP 3, PHP 4, PHP 5)
bool imagesetstyle(resource image, array style) |Set the style for line drawing (PHP 4 >= 4.0.6, PHP 5)
bool imagesetthickness(resource image, int thickness) |Set the thickness for line drawing (PHP 4 >= 4.0.6, PHP 5)
bool imagesettile(resource image, resource tile) |Set the tile image for filling (PHP 4 >= 4.0.6, PHP 5)
bool imagestring(resource image, int font, int x, int y, string s, int col) |Draw a string horizontally (PHP 3, PHP 4, PHP 5)
bool imagestringup(resource image, int font, int x, int y, string s, int col) |Draw a string vertically (PHP 3, PHP 4, PHP 5)
bool imagetruecolortopalette(resource image, bool dither, int ncolors) |Convert a true color image to a palette image (PHP 4 >= 4.0.6, PHP 5)
array imagettfbbox(float size, float angle, string fontfile, string text) |Give the bounding box of a text using TrueType fonts (PHP 3 >= 3.0.1, PHP 4, PHP 5)
array imagettftext(resource image, float size, float angle, int x, int y, int color, string fontfile, string text) |Write text to the image using TrueType fonts (PHP 3, PHP 4, PHP 5)
int imagetypes() |Return the image types supported by this PHP build (PHP 3 CVS only, PHP 4 >= 4.0.2, PHP 5)
bool imagewbmp(resource image [, string filename [, int foreground]]) |Output image to browser or file (PHP 3 >= 3.0.15, PHP 4 >= 4.0.1, PHP 5)
bool imagexbm(resource image, string filename [, int foreground]) |Output XBM image to browser or file (PHP 5)
string imap_8bit(string string) |Convert an 8bit string to a quoted-printable string (PHP 3, PHP 4, PHP 5)
array imap_alerts() |This function returns all IMAP alert messages (if any) that have occurred during this page request or since the alert stack was reset (PHP 3 >= 3.0.12, PHP 4, PHP 5)
bool imap_append(resource imap_stream, string mbox, string message [, string options]) |Append a string message to a specified mailbox (PHP 3, PHP 4, PHP 5)
string imap_binary(string string) |Convert an 8bit string to a base64 string (PHP 3 >= 3.0.2, PHP 4, PHP 5)
string imap_body(resource imap_stream, int msg_number [, int options]) |Read the message body (PHP 3, PHP 4, PHP 5)
object imap_bodystruct(resource stream_id, int msg_no, string section) |Read the structure of a specified body section of a specific message (PHP 3 >= 3.0.4, PHP 4, PHP 5)
array imap_errors() |This function returns all of the IMAP errors (if any) that have occurred during this page request or since the error stack was reset (PHP 3 >= 3.0.12, PHP 4, PHP 5)
bool imap_expunge(resource imap_stream) |Delete all messages marked for deletion (PHP 3, PHP 4, PHP 5)
array imap_fetch_overview(resource imap_stream, string sequence [, int options]) |Read an overview of the information in the headers of the given message (PHP 3 >= 3.0.4, PHP 4, PHP 5)
string imap_fetchbody(resource imap_stream, int msg_number, string part_number [, int options]) |Fetch a particular section of the body of the message (PHP 3, PHP 4, PHP 5)
string imap_fetchheader(resource imap_stream, int msgno [, int options]) |Returns header for a message (PHP 3 >= 3.0.3, PHP 4, PHP 5)
object imap_fetchstructure(resource imap_stream, int msg_number [, int options]) |Read the structure of a particular message (PHP 3, PHP 4, PHP 5)
array imap_get_quota(resource imap_stream, string quota_root) |Retrieve the quota level settings, and usage statics per mailbox (PHP 4 >= 4.0.5, PHP 5)
array imap_get_quotaroot(resource imap_stream, string quota_root) |Retrieve the quota settings per user (PHP 4 >= 4.3.0, PHP 5)
array imap_getacl(resource stream_id, string mailbox) |Gets the ACL for a given mailbox (PHP 5)
array imap_getmailboxes(resource imap_stream, string ref, string pattern) |Read the list of mailboxes, returning detailed information on each one (PHP 3 >= 3.0.12, PHP 4, PHP 5)
array imap_getsubscribed(resource imap_stream, string ref, string pattern) |List all the subscribed mailboxes (PHP 3 >= 3.0.12, PHP 4, PHP 5)
object imap_header(resource imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]]) |Read the header of the message (PHP 3, PHP 4, PHP 5)
object imap_headerinfo(resource imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]]) |Read the header of the message (PHP 3, PHP 4, PHP 5)
array imap_headers(resource imap_stream) |Returns headers for all messages in a mailbox (PHP 3, PHP 4, PHP 5)
string imap_last_error() |This function returns the last IMAP error (if any) that occurred during this page request (PHP 3 >= 3.0.12, PHP 4, PHP 5)
array imap_list(resource imap_stream, string ref, string pattern) |Read the list of mailboxes (PHP 3 >= 3.0.4, PHP 4, PHP 5)
array imap_listmailbox(resource imap_stream, string ref, string pattern) |Read the list of mailboxes (PHP 3 >= 3.0.4, PHP 4, PHP 5)
array imap_listscan(resource imap_stream, string ref, string pattern, string content) |Read the list of mailboxes, takes a string to search for in the text of the mailbox
array imap_listsubscribed(resource imap_stream, string ref, string pattern) |List all the subscribed mailboxes (PHP 3 >= 3.0.4, PHP 4, PHP 5)
array imap_lsub(resource imap_stream, string ref, string pattern) |List all the subscribed mailboxes (PHP 3 >= 3.0.4, PHP 4, PHP 5)
string imap_mail_compose(array envelope, array body) |Create a MIME message based on given envelope and body sections (PHP 3 >= 3.0.5, PHP 4, PHP 5)
bool imap_mail_copy(resource imap_stream, string msglist, string mbox [, int options]) |Copy specified messages to a mailbox (PHP 3, PHP 4, PHP 5)
bool imap_mail_move(resource imap_stream, string msglist, string mbox [, int options]) |Move specified messages to a mailbox (PHP 3, PHP 4, PHP 5)
object imap_rfc822_parse_headers(string headers [, string defaulthost]) |Parse mail headers from a string (PHP 4, PHP 5)
string imap_rfc822_write_address(string mailbox, string host, string personal) |Returns a properly formatted email address given the mailbox, host, and personal info (PHP 3 >= 3.0.2, PHP 4, PHP 5)
array imap_scanmailbox(resource imap_stream, string ref, string pattern, string content) |Read the list of mailboxes, takes a string to search for in the text of the mailbox
array imap_search(resource imap_stream, string criteria [, int options [, string charset]]) |This function returns an array of messages matching the given search criteria (PHP 3 >= 3.0.12, PHP 4, PHP 5)
bool imap_set_quota(resource imap_stream, string quota_root, int quota_limit) |Sets a quota for a given mailbox (PHP 4 >= 4.0.5, PHP 5)
bool imap_setacl(resource stream_id, string mailbox, string id, string rights) |Sets the ACL for a giving mailbox (PHP 4 >= 4.1.0, PHP 5)
array imap_sort(resource stream, int criteria, int reverse [, int options [, string search_criteria [, string charset]]]) |Sort an array of message headers (PHP 3 >= 3.0.3, PHP 4, PHP 5)
object imap_status(resource imap_stream, string mailbox, int options) |This function returns status information on a mailbox other than the current one (PHP 3 >= 3.0.4, PHP 4, PHP 5)
bool imap_subscribe(resource imap_stream, string mbox) |Subscribe to a mailbox (PHP 3, PHP 4, PHP 5)
array imap_thread(resource stream_id [, int options]) |Returns a tree of threaded message (PHP 4 >= 4.1.0, PHP 5)
mixed imap_timeout(int timeout_type [, int timeout]) |Set or fetch imap timeout (PHP 4 >= 4.3.3, PHP 5)
int imap_uid(resource imap_stream, int msgno) |This function returns the UID for the given message sequence number (PHP 3 >= 3.0.3, PHP 4, PHP 5)
bool imap_undelete(resource imap_stream, int msg_number [, int flags]) |Unmark the message which is marked deleted (PHP 3, PHP 4, PHP 5)
bool imap_unsubscribe(string imap_stream, string mbox) |Unsubscribe from a mailbox (PHP 3, PHP 4, PHP 5)
bool ircg_join(resource connection, string channel [, string key]) |Join a channel on a connected server (PHP 4 >= 4.0.4, PHP 5 <= 5.0.4)
bool ircg_kick(resource connection, string channel, string nick, string reason) |Kick a user out of a channel on server (PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)
bool ircg_set_on_die(resource connection, string host, int port, string data) |Set action to be executed when connection dies (PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)
bool ircg_topic(resource connection, string channel, string new_topic) |Set topic for channel on server (PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)
bool ircg_who(resource connection, string mask [, bool ops_only]) |Queries server for WHO information (PHP 4 >= 4.3.3, PHP 5 <= 5.0.4)
bool ircg_whois(resource connection, string nick) |Query server for user information (PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)
bool is_a(object object, string class_name) |Returns TRUE if the object is of this class or has this class as one of its parents (PHP 4 >= 4.2.0, PHP 5)
bool is_array(mixed var) |Finds whether a variable is an array (PHP 3, PHP 4, PHP 5)
bool is_bool(mixed var) |Finds out whether a variable is a boolean (PHP 4, PHP 5)
bool is_callable(mixed var [, bool syntax_only [, string &callable_name]]) |Verify that the contents of a variable can be called as a function (PHP 4 >= 4.0.6, PHP 5)
bool is_dir(string filename) |Tells whether the filename is a directory (PHP 3, PHP 4, PHP 5)
bool is_double(mixed var) |Finds whether a variable is a float (PHP 3, PHP 4, PHP 5)
bool is_executable(string filename) |Tells whether the filename is executable (PHP 3, PHP 4, PHP 5)
bool is_file(string filename) |Tells whether the filename is a regular file (PHP 3, PHP 4, PHP 5)
bool is_finite(float val) |Finds whether a value is a legal finite number (PHP 4 >= 4.2.0, PHP 5)
bool is_float(mixed var) |Finds whether a variable is a float (PHP 3, PHP 4, PHP 5)
bool is_infinite(float val) |Finds whether a value is infinite (PHP 4 >= 4.2.0, PHP 5)
bool is_int(mixed var) |Find whether a variable is an integer (PHP 3, PHP 4, PHP 5)
bool is_integer(mixed var) |Find whether a variable is an integer (PHP 3, PHP 4, PHP 5)
bool is_link(string filename) |Tells whether the filename is a symbolic link (PHP 3, PHP 4, PHP 5)
bool is_long(mixed var) |Find whether a variable is an integer (PHP 3, PHP 4, PHP 5)
bool is_nan(float val) |Finds whether a value is not a number (PHP 4 >= 4.2.0, PHP 5)
bool is_null(mixed var) |Finds whether a variable is NULL (PHP 4 >= 4.0.4, PHP 5)
bool is_numeric(mixed var) |Finds whether a variable is a number or a numeric string (PHP 4, PHP 5)
bool is_object(mixed var) |Finds whether a variable is an object (PHP 3, PHP 4, PHP 5)
bool is_readable(string filename) |Tells whether the filename is readable (PHP 3, PHP 4, PHP 5)
bool is_real(mixed var) |Finds whether a variable is a float (PHP 3, PHP 4, PHP 5)
bool is_resource(mixed var) |Finds whether a variable is a resource (PHP 4, PHP 5)
bool is_scalar(mixed var) |Finds whether a variable is a scalar (PHP 4 >= 4.0.5, PHP 5)
bool is_soap_fault(mixed obj) |Checks if SOAP call was failed (PHP 5)
bool is_string(mixed var) |Finds whether a variable is a string (PHP 3, PHP 4, PHP 5)
bool is_subclass_of(mixed object, string class_name) |Returns TRUE if the object has this class as one of its parents (PHP 4, PHP 5)
bool is_uploaded_file(string filename) |Tells whether the file was uploaded via HTTP POST (PHP 3 >= 3.0.17, PHP 4 >= 4.0.3, PHP 5)
bool is_writable(string filename) |Tells whether the filename is writable (PHP 4, PHP 5)
bool is_writeable(string filename) |Tells whether the filename is writable (PHP 4, PHP 5)
bool isset(mixed var [, mixed var [, ...]]) |Determine whether a variable is set (PHP 3, PHP 4, PHP 5)
int iterator_count(IteratorAggregate iterator) |Count the elements in an iterator (PHP 5 >= 5.1.0RC1)
array iterator_to_array(IteratorAggregate iterator) |Copy the iterator into an array (PHP 5 >= 5.1.0RC1)
mixed jddayofweek(int julianday [, int mode]) |Returns the day of the week
string jdmonthname(int julianday, int mode) |Returns a month name
string jdtofrench(int juliandaycount) |Converts a Julian Day Count to the French Republican Calendar
string jdtogregorian(int julianday) |Converts Julian Day Count to Gregorian date
string jdtojewish(int juliandaycount [, bool hebrew [, int fl]]) |Converts a Julian day count to a Jewish calendar date (PHP 3, PHP 4, PHP 5)
string jdtojulian(int julianday) |Converts a Julian Day Count to a Julian Calendar Date
int jdtounix(int jday) |Convert Julian Day to Unix timestamp (PHP 4, PHP 5)
int jewishtojd(int month, int day, int year) |Converts a date in the Jewish Calendar to Julian Day Count
string join(string glue, array pieces) |Join array elements with a string (PHP 3, PHP 4, PHP 5)
int jpeg2wbmp(string jpegname, string wbmpname, int d_height, int d_width, int threshold) |Convert JPEG image file to WBMP image file (PHP 4 >= 4.0.5, PHP 5)
int juliantojd(int month, int day, int year) |Converts a Julian Calendar date to Julian Day Count
bool kadm5_create_principal(resource handle, string principal [, string password [, array options]]) |Creates a kerberos principal with the given parameters (PECL)
bool kadm5_delete_principal(resource handle, string principal) |Deletes a kerberos principal (PECL)
bool kadm5_destroy(resource handle) |Closes the connection to the admin server and releases all related resources (PECL)
bool kadm5_flush(resource handle) |Flush all changes to the Kerberos database, leaving the connection to the Kerberos admin server open (PECL)
array kadm5_get_policies(resource handle) |Gets all policies from the Kerberos database (PECL)
array kadm5_get_principal(resource handle, string principal) |Gets the principal's entries from the Kerberos database (PECL)
array kadm5_get_principals(resource handle) |Gets all principals from the Kerberos database (PECL)
resource kadm5_init_with_password(string admin_server, string realm, string principal, string password) |Opens a connection to the KADM5 library and initializes any neccessary state information (PECL)
bool kadm5_modify_principal(resource handle, string principal, array options) |Modifies a kerberos principal with the given parameters (PECL)
mixed key(array &array) |Fetch a key from an associative array (PHP 3, PHP 4, PHP 5)
bool krsort(array &array [, int sort_flags]) |Sort an array by key in reverse order (PHP 3 >= 3.0.13, PHP 4, PHP 5)
bool ksort(array &array [, int sort_flags]) |Sort an array by key (PHP 3, PHP 4, PHP 5)
float lcg_value() |Combined linear congruential generator (PHP 4, PHP 5)
mixed ldap_compare(resource link_identifier, string dn, string attribute, string value) |Compare value of attribute found in entry specified with DN (PHP 4 >= 4.0.2, PHP 5)
resource ldap_connect([string hostname [, int port]]) |Connect to an LDAP server (PHP 3, PHP 4, PHP 5)
int ldap_count_entries(resource link_identifier, resource result_identifier) |Count the number of entries in a search (PHP 3, PHP 4, PHP 5)
bool ldap_delete(resource link_identifier, string dn) |Delete an entry from a directory (PHP 3, PHP 4, PHP 5)
string ldap_dn2ufn(string dn) |Convert DN to User Friendly Naming format (PHP 3, PHP 4, PHP 5)
string ldap_err2str(int errno) |Convert LDAP error number into string error message (PHP 3 >= 3.0.13, PHP 4, PHP 5)
int ldap_errno(resource link_identifier) |Return the LDAP error number of the last LDAP command (PHP 3 >= 3.0.12, PHP 4, PHP 5)
string ldap_error(resource link_identifier) |Return the LDAP error message of the last LDAP command (PHP 3 >= 3.0.12, PHP 4, PHP 5)
array ldap_explode_dn(string dn, int with_attrib) |Splits DN into its component parts (PHP 3, PHP 4, PHP 5)
string ldap_first_attribute(resource link_identifier, resource result_entry_identifier, int &ber_identifier) |Return first attribute (PHP 3, PHP 4, PHP 5)
resource ldap_first_entry(resource link_identifier, resource result_identifier) |Return first result id (PHP 3, PHP 4, PHP 5)
array ldap_get_attributes(resource link_identifier, resource result_entry_identifier) |Get attributes from a search result entry (PHP 3, PHP 4, PHP 5)
string ldap_get_dn(resource link_identifier, resource result_entry_identifier) |Get the DN of a result entry (PHP 3, PHP 4, PHP 5)
array ldap_get_entries(resource link_identifier, resource result_identifier) |Get all result entries (PHP 3, PHP 4, PHP 5)
bool ldap_get_option(resource link_identifier, int option, mixed &retval) |Get the current value for given option (PHP 4 >= 4.0.4, PHP 5)
array ldap_get_values_len(resource link_identifier, resource result_entry_identifier, string attribute) |Get all binary values from a result entry (PHP 3 >= 3.0.13, PHP 4, PHP 5)
array ldap_get_values(resource link_identifier, resource result_entry_identifier, string attribute) |Get all values from a result entry (PHP 3, PHP 4, PHP 5)
resource ldap_list(resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) |Single-level search (PHP 3, PHP 4, PHP 5)
string ldap_next_attribute(resource link_identifier, resource result_entry_identifier, resource &ber_identifier) |Get the next attribute in result (PHP 3, PHP 4, PHP 5)
resource ldap_next_entry(resource link_identifier, resource result_entry_identifier) |Get next result entry (PHP 3, PHP 4, PHP 5)
int levenshtein(string str1, string str2 [, int cost_ins [, int cost_rep, int cost_del]]) |Calculate Levenshtein distance between two strings (PHP 3 >= 3.0.17, PHP 4 >= 4.0.1, PHP 5)
float log1p(float number) |Returns log(1 + number), computed in a way that is accurate even when the value of number is close to zero (PHP 4 >= 4.1.0, PHP 5)
string long2ip(int proper_address) |Converts an (IPv4) Internet network address into a string in Internet standard dotted format (PHP 4, PHP 5)
array lstat(string filename) |Gives information about a file or symbolic link (PHP 3 >= 3.0.4, PHP 4, PHP 5)
string ltrim(string str [, string charlist]) |Strip whitespace (or other characters) from the beginning of a string (PHP 3, PHP 4, PHP 5)
int lzf_optimized_for() |Determines what LZF extension was optimized for (PECL)
int m_checkstatus(resource conn, int identifier) |Check to see if a transaction has completed (PHP 4 >= 4.3.9, PHP 5)
int m_completeauthorizations(resource conn, int &array) |Number of complete authorizations in queue, returning an array of their identifiers (PHP 4 >= 4.3.9, PHP 5)
int m_connect(resource conn) |Establish the connection to MCVE (PHP 4 >= 4.3.9, PHP 5)
string m_connectionerror(resource conn) |Get a textual representation of why a connection failed (PHP 4 >= 4.3.9, PHP 5)
bool m_deletetrans(resource conn, int identifier) |Delete specified transaction from MCVE_CONN structure (PHP 4 >= 4.3.9, PHP 5)
bool m_destroyconn(resource conn) |Destroy the connection and MCVE_CONN structure (PHP 4 >= 4.3.9, PHP 5)
string m_getcell(resource conn, int identifier, string column, int row) |Get a specific cell from a comma delimited response by column name (PHP 4 >= 4.3.9, PHP 5)
string m_getcellbynum(resource conn, int identifier, int column, int row) |Get a specific cell from a comma delimited response by column number (PHP 4 >= 4.3.9, PHP 5)
string m_getcommadelimited(resource conn, int identifier) |Get the RAW comma delimited data returned from MCVE (PHP 4 >= 4.3.9, PHP 5)
string m_getheader(resource conn, int identifier, int column_num) |Get the name of the column in a comma-delimited response (PHP 4 >= 4.3.9, PHP 5)
resource m_initconn() |Create and initialize an MCVE_CONN structure (PHP 4 >= 4.3.9, PHP 5)
int m_initengine(string location) |Ready the client for IP/SSL Communication (PHP 4 >= 4.3.9, PHP 5)
int m_iscommadelimited(resource conn, int identifier) |Checks to see if response is comma delimited (PHP 4 >= 4.3.9, PHP 5)
bool m_maxconntimeout(resource conn, int secs) |The maximum amount of time the API will attempt a connection to MCVE (PHP 4 >= 4.3.9, PHP 5)
int m_monitor(resource conn) |Perform communication with MCVE (send/receive data) Non-blocking (PHP 4 >= 4.3.9, PHP 5)
int m_numcolumns(resource conn, int identifier) |Number of columns returned in a comma delimited response (PHP 4 >= 4.3.9, PHP 5)
int m_numrows(resource conn, int identifier) |Number of rows returned in a comma delimited response (PHP 4 >= 4.3.9, PHP 5)
int m_parsecommadelimited(resource conn, int identifier) |Parse the comma delimited response so m_getcell, etc will work (PHP 4 >= 4.3.9, PHP 5)
array m_responsekeys(resource conn, int identifier) |Returns array of strings which represents the keys that can be used for response parameters on this transaction (PHP 5 >= 5.1.0RC1)
string m_responseparam(resource conn, int identifier, string key) |Get a custom response parameter (PHP 4 >= 4.3.9, PHP 5)
int m_returnstatus(resource conn, int identifier) |Check to see if the transaction was successful (PHP 4 >= 4.3.9, PHP 5)
int m_setblocking(resource conn, int tf) |Set blocking/non-blocking mode for connection (PHP 4 >= 4.3.9, PHP 5)
int m_setdropfile(resource conn, string directory) |Set the connection method to Drop-File (PHP 4 >= 4.3.9, PHP 5)
int m_setip(resource conn, string host, int port) |Set the connection method to IP (PHP 4 >= 4.3.9, PHP 5)
int m_setssl_cafile(resource conn, string cafile) |Set SSL CA (Certificate Authority) file for verification of server certificate (PHP 5 >= 5.1.0RC1)
int m_setssl_files(resource conn, string sslkeyfile, string sslcertfile) |Set certificate key files and certificates if server requires client certificate verification (PHP 4 >= 4.3.9, PHP 5)
int m_setssl(resource conn, string host, int port) |Set the connection method to SSL (PHP 4 >= 4.3.9, PHP 5)
int m_settimeout(resource conn, int seconds) |Set maximum transaction time (per trans) (PHP 4 >= 4.3.9, PHP 5)
string m_sslcert_gen_hash(string filename) |Generate hash for SSL client certificate verification
int m_transactionssent(resource conn) |Check to see if outgoing buffer is clear (PHP 4 >= 4.3.9, PHP 5)
int m_transinqueue(resource conn) |Number of transactions in client-queue (PHP 4 >= 4.3.9, PHP 5)
int m_transkeyval(resource conn, int identifier, string key, string value) |Add key/value pair to a transaction. Replaces deprecated transparam() (PHP 5 >= 5.1.0RC1)
int m_transnew(resource conn) |Start a new transaction (PHP 4 >= 4.3.9, PHP 5)
int m_transsend(resource conn, int identifier) |Finalize and send the transaction (PHP 4 >= 4.3.9, PHP 5)
int m_uwait(int microsecs) |Wait x microsecs (PHP 4 >= 4.3.9, PHP 5)
int m_validateidentifier(resource conn, int tf) |Whether or not to validate the passed identifier on any transaction it is passed to (PHP 5 >= 5.1.0RC1)
bool m_verifyconnection(resource conn, int tf) |Set whether or not to PING upon connect to verify connection (PHP 4 >= 4.3.9, PHP 5)
bool m_verifysslcert(resource conn, int tf) |Set whether or not to verify the server ssl certificate (PHP 4 >= 4.3.9, PHP 5)
string mailparse_determine_best_xfer_encoding(resource fp) |Figures out the best way of encoding the content read from the file pointer fp, which must be seek-able (4.1.0 - 4.1.2 only, PECL)
resource mailparse_msg_create() |Returns a handle that can be used to parse a message (4.1.0 - 4.1.2 only, PECL)
string mailparse_msg_extract_part_file(resource rfc2045, string filename [, callback callbackfunc]) |Extracts/decodes a message section, decoding the transfer encoding (4.1.0 - 4.1.2 only, PECL)
bool mailparse_msg_free(resource rfc2045buf) |Frees a handle allocated by mailparse_msg_create (4.1.0 - 4.1.2 only, PECL)
array mailparse_msg_get_part_data(resource rfc2045) |Returns an associative array of info about the message (4.1.0 - 4.1.2 only, PECL)
resource mailparse_msg_get_part(resource rfc2045, string mimesection) |Returns a handle on a given section in a mimemessage (4.1.0 - 4.1.2 only, PECL)
array mailparse_msg_get_structure(resource rfc2045) |Returns an array of mime section names in the supplied message (4.1.0 - 4.1.2 only, PECL)
resource mailparse_msg_parse_file(string filename) |Parse file and return a resource representing the structure (4.1.0 - 4.1.2 only, PECL)
bool mailparse_msg_parse(resource rfc2045buf, string data) |Incrementally parse data into buffer (4.1.0 - 4.1.2 only, PECL)
array mailparse_rfc822_parse_addresses(string addresses) |Parse addresses and returns a hash containing that data (4.1.0 - 4.1.2 only, PECL)
bool mailparse_stream_encode(resource sourcefp, resource destfp, string encoding) |Streams data from source file pointer, apply encoding and write to destfp (4.1.0 - 4.1.2 only, PECL)
array mailparse_uudecode_all(resource fp) |Scans the data from fp and extract each embedded uuencoded file (PECL)
void main |Dummy for main
mixed max(number arg1, number arg2 [, number ...]) |Find highest value (PHP 3, PHP 4, PHP 5)
int maxdb_affected_rows(resource link) |Gets the number of affected rows in a previous MaxDB operation (PECL)
bool maxdb_autocommit(resource link, bool mode) |Turns on or off auto-commiting database modifications (PECL)
bool maxdb_bind_param(resource stmt, string types, mixed &var1 [, mixed &...]) |Binds variables to a prepared statement as parameters (PECL)
bool maxdb_bind_result(resource stmt, mixed &var1 [, mixed &...]) |Binds variables to a prepared statement for result storage (PECL)
bool maxdb_change_user(resource link, string user, string password, string database) |Changes the user of the specified database connection (PECL)
string maxdb_character_set_name(resource link) |Returns the default character set for the database connection (PECL)
string maxdb_client_encoding(resource link) |Returns the default character set for the database connection (PECL)
bool maxdb_close_long_data(resource stmt, int param_nr) |Ends a sequence of maxdb_stmt_send_long_data (PECL)
bool maxdb_close(resource link) |Closes a previously opened database connection (PECL)
bool maxdb_commit(resource link) |Commits the current transaction (PECL)
int maxdb_connect_errno() |Returns the error code from last connect call (PECL)
string maxdb_connect_error() |Returns a string description of the last connect error (PECL)
resource maxdb_connect([string host [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]]) |Open a new connection to the MaxDB server (PECL)
bool maxdb_data_seek(resource result, int offset) |Adjusts the result pointer to an arbitary row in the result (PECL)
int maxdb_errno(resource link) |Returns the error code for the most recent function call (PECL)
string maxdb_error(resource link) |Returns a string description of the last error (PECL)
string maxdb_escape_string(resource link, string escapestr) |Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection (PECL)
bool maxdb_execute(resource stmt) |Executes a prepared Query (PECL)
mixed maxdb_fetch_array(resource result [, int resulttype]) |Fetch a result row as an associative, a numeric array, or both (PECL)
array maxdb_fetch_assoc(resource result) |Fetch a result row as an associative array (PECL)
mixed maxdb_fetch_field_direct(resource result, int fieldnr) |Fetch meta-data for a single field (PECL)
mixed maxdb_fetch_field(resource result) |Returns the next field in the result set (PECL)
mixed maxdb_fetch_fields(resource result) |Returns an array of resources representing the fields in a result set (PECL)
array maxdb_fetch_lengths(resource result) |Returns the lengths of the columns of the current row in the result set (PECL)
object maxdb_fetch_object(object result) |Returns the current row of a result set as an object (PECL)
mixed maxdb_fetch_row(resource result) |Get a result row as an enumerated array (PECL)
bool maxdb_fetch(resource stmt) |Fetch results from a prepared statement into the bound variables (PECL)
int maxdb_field_count(resource link) |Returns the number of columns for the most recent query (PECL)
bool maxdb_field_seek(resource result, int fieldnr) |Set result pointer to a specified field offset (PECL)
int maxdb_field_tell(resource result) |Get current field offset of a result pointer (PECL)
void maxdb_free_result(resource result) |Frees the memory associated with a result (PECL)
string maxdb_get_client_info() |Returns the MaxDB client version as a string (PECL)
int maxdb_get_client_version() |Get MaxDB client info (PECL)
string maxdb_get_host_info(resource link) |Returns a string representing the type of connection used (PECL)
resource maxdb_get_metadata(resource stmt) |Returns result set metadata from a prepared statement (PECL)
int maxdb_get_proto_info(resource link) |Returns the version of the MaxDB protocol used (PECL)
string maxdb_get_server_info(resource link) |Returns the version of the MaxDB server (PECL)
int maxdb_get_server_version(resource link) |Returns the version of the MaxDB server as an integer (PECL)
string maxdb_info(resource link) |Retrieves information about the most recently executed query (PECL)
resource maxdb_init() |Initializes MaxDB and returns an resource for use with maxdb_real_connect (PECL)
mixed maxdb_insert_id(resource link) |Returns the auto generated id used in the last query (PECL)
bool maxdb_kill(resource link, int processid) |Disconnects from a MaxDB server (PECL)
bool maxdb_master_query(resource link, string query) |Enforce execution of a query on the master in a master/slave setup (PECL)
bool maxdb_more_results(resource link) |Check if there any more query results from a multi query (PECL)
bool maxdb_multi_query(resource link, string query) |Performs a query on the database (PECL)
bool maxdb_next_result(resource link) |Prepare next result from multi_query (PECL)
int maxdb_num_fields(resource result) |Get the number of fields in a result (PECL)
int maxdb_num_rows(resource result) |Gets the number of rows in a result (PECL)
bool maxdb_options(resource link, int option, mixed value) |Set options (PECL)
int maxdb_param_count(resource stmt) |Returns the number of parameter for the given statement (PECL)
bool maxdb_ping(resource link) |Pings a server connection, or tries to reconnect if the connection has gone down (PECL)
resource maxdb_prepare(resource link, string query) |Prepare a SQL statement for execution (PECL)
mixed maxdb_query(resource link, string query [, int resultmode]) |Performs a query on the database (PECL)
bool maxdb_real_connect(resource link [, string hostname [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]]) |Opens a connection to a MaxDB server (PECL)
string maxdb_real_escape_string(resource link, string escapestr) |Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection (PECL)
bool maxdb_real_query(resource link, string query) |Execute an SQL query (PECL)
bool maxdb_report(int flags) |Enables or disables internal report functions (PECL)
bool maxdb_rollback(resource link) |Rolls back current transaction (PECL)
int maxdb_rpl_parse_enabled(resource link) |Check if RPL parse is enabled (PECL)
string mb_encode_numericentity(string str, array convmap [, string encoding]) |Encode character to HTML numeric string reference (PHP 4 >= 4.0.6, PHP 5)
bool mb_ereg_match(string pattern, string string [, string option]) |Regular expression match for multibyte string (PHP 4 >= 4.2.0)
string mb_ereg_replace(string pattern, string replacement, string string [, string option]) |Replace regular expression with multibyte support (PHP 4 >= 4.2.0)
int mb_ereg_search_getpos() |Returns start point for next regular expression match (PHP 4 >= 4.2.0)
array mb_ereg_search_getregs() |Retrieve the result from the last multibyte regular expression match (PHP 4 >= 4.2.0)
bool mb_ereg_search_init(string string [, string pattern [, string option]]) |Setup string and regular expression for multibyte regular expression match (PHP 4 >= 4.2.0)
array mb_ereg_search_pos([string pattern [, string option]]) |Return position and length of matched part of multibyte regular expression for predefined multibyte string (PHP 4 >= 4.2.0)
array mb_ereg_search_regs([string pattern [, string option]]) |Returns the matched part of multibyte regular expression (PHP 4 >= 4.2.0)
bool mb_ereg_search_setpos(int position) |Set start point of next regular expression match (PHP 4 >= 4.2.0)
bool mb_ereg_search([string pattern [, string option]]) |Multibyte regular expression match for predefined multibyte string (PHP 4 >= 4.2.0)
int mb_ereg(string pattern, string string [, array regs]) |Regular expression match with multibyte support (PHP 4 >= 4.2.0)
string mb_eregi_replace(string pattern, string replace, string string [, string option]) |Replace regular expression with multibyte support ignoring case (PHP 4 >= 4.2.0)
int mb_eregi(string pattern, string string [, array regs]) |Regular expression match ignoring case with multibyte support (PHP 4 >= 4.2.0)
int mb_strpos(string haystack, string needle [, int offset [, string encoding]]) |Find position of first occurrence of string in a string (PHP 4 >= 4.0.6, PHP 5)
int mb_strrpos(string haystack, string needle [, string encoding]) |Find position of last occurrence of a string in a string (PHP 4 >= 4.0.6, PHP 5)
bool mcal_delete_event(int mcal_stream, int event_id) |Delete an event from an MCAL calendar (PHP 3 >= 3.0.13, PHP 4, PECL)
bool mcal_event_add_attribute(int stream, string attribute, string value) |Adds an attribute and a value to the streams global event structure (PHP 3 >= 3.0.15, PHP 4, PECL)
void mcal_event_init(int stream) |Initializes a streams global event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
void mcal_event_set_alarm(int stream, int alarm) |Sets the alarm of the streams global event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
void mcal_event_set_category(int stream, string category) |Sets the category of the streams global event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
void mcal_event_set_class(int stream, int class) |Sets the class of the streams global event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
void mcal_event_set_description(int stream, string description) |Sets the description of the streams global event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
void mcal_event_set_end(int stream, int year, int month, int day [, int hour [, int min [, int sec]]]) |Sets the end date and time of the streams global event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
void mcal_event_set_recur_daily(int stream, int year, int month, int day, int interval) |Sets the recurrence of the streams global event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
void mcal_event_set_recur_monthly_mday(int stream, int year, int month, int day, int interval) |Sets the recurrence of the streams global event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
void mcal_event_set_recur_monthly_wday(int stream, int year, int month, int day, int interval) |Sets the recurrence of the streams global event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
void mcal_event_set_recur_none(int stream) |Sets the recurrence of the streams global event structure (PHP 3 >= 3.0.15, PHP 4, PECL)
void mcal_event_set_recur_weekly(int stream, int year, int month, int day, int interval, int weekdays) |Sets the recurrence of the streams global event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
void mcal_event_set_recur_yearly(int stream, int year, int month, int day, int interval) |Sets the recurrence of the streams global event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
void mcal_event_set_start(int stream, int year, int month, int day [, int hour [, int min [, int sec]]]) |Sets the start date and time of the streams global event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
void mcal_event_set_title(int stream, string title) |Sets the title of the streams global event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
bool mcal_expunge(int stream) |Deletes all events marked for being expunged
object mcal_fetch_current_stream_event(int stream) |Returns an object containing the current streams event structure (PHP 3 >= 3.0.13, PHP 4, PECL)
object mcal_fetch_event(int mcal_stream, int event_id [, int options]) |Fetches an event from the calendar stream (PHP 3 >= 3.0.13, PHP 4, PECL)
bool mcal_is_leap_year(int year) |Returns if the given year is a leap year or not (PHP 3 >= 3.0.13, PHP 4, PECL)
array mcal_list_alarms(int mcal_stream [, int begin_year, int begin_month, int begin_day, int end_year, int end_month, int end_day]) |Return a list of events that has an alarm triggered at the given datetime (PHP 3 >= 3.0.13, PHP 4, PECL)
array mcal_list_events(int mcal_stream [, int begin_year, int begin_month, int begin_day, int end_year, int end_month, int end_day]) |Return a list of IDs for a date or a range of dates (PHP 3 >= 3.0.13, PHP 4, PECL)
object mcal_next_recurrence(int stream, int weekstart, array next) |Returns the next recurrence of the event (PHP 3 >= 3.0.13, PHP 4, PECL)
int mcal_open(string calendar, string username, string password [, int options]) |Opens up an MCAL connection (PHP 3 >= 3.0.13, PHP 4, PECL)
int mcal_popen(string calendar, string username, string password [, int options]) |Opens up a persistent MCAL connection (PHP 3 >= 3.0.13, PHP 4, PECL)
bool mcal_reopen(int mcal_stream, string calendar [, int options]) |Reopens an MCAL connection (PHP 3 >= 3.0.13, PHP 4, PECL)
bool mcal_snooze(int stream_id, int event_id) |Turn off an alarm for an event (PHP 3 >= 3.0.13, PHP 4, PECL)
int mcal_store_event(int mcal_stream) |Modify an existing event in an MCAL calendar (PHP 3 >= 3.0.13, PHP 4, PECL)
bool mcal_time_valid(int hour, int minutes, int seconds) |Returns TRUE if the given hour, minutes and seconds is a valid time (PHP 3 >= 3.0.13, PHP 4, PECL)
int mcal_week_of_year(int day, int month, int year) |Returns the week number of the given date (PHP 4, PECL)
string mcrypt_cbc(int cipher, string key, string data, int mode [, string iv]) |Encrypt/decrypt data in CBC mode (PHP 3 >= 3.0.8, PHP 4, PHP 5)
string mcrypt_cfb(int cipher, string key, string data, int mode, string iv) |Encrypt/decrypt data in CFB mode (PHP 3 >= 3.0.8, PHP 4, PHP 5)
string mcrypt_create_iv(int size [, int source]) |Create an initialization vector (IV) from a random source (PHP 3 >= 3.0.8, PHP 4, PHP 5)
int mcrypt_module_get_algo_block_size(string algorithm [, string lib_dir]) |Returns the blocksize of the specified algorithm (PHP 4 >= 4.0.2, PHP 5)
int mcrypt_module_get_algo_key_size(string algorithm [, string lib_dir]) |Returns the maximum supported keysize of the opened mode (PHP 4 >= 4.0.2, PHP 5)
array mcrypt_module_get_supported_key_sizes(string algorithm [, string lib_dir]) |Returns an array with the supported keysizes of the opened algorithm (PHP 4 >= 4.0.2, PHP 5)
bool mcrypt_module_is_block_algorithm_mode(string mode [, string lib_dir]) |Returns if the specified module is a block algorithm or not (PHP 4 >= 4.0.2, PHP 5)
bool mcrypt_module_is_block_algorithm(string algorithm [, string lib_dir]) |This function checks whether the specified algorithm is a block algorithm (PHP 4 >= 4.0.2, PHP 5)
bool mcrypt_module_is_block_mode(string mode [, string lib_dir]) |Returns if the specified mode outputs blocks or not (PHP 4 >= 4.0.2, PHP 5)
resource mcrypt_module_open(string algorithm, string algorithm_directory, string mode, string mode_directory) |Opens the module of the algorithm and the mode to be used (PHP 4 >= 4.0.2, PHP 5)
bool mcrypt_module_self_test(string algorithm [, string lib_dir]) |This function runs a self test on the specified module (PHP 4 >= 4.0.2, PHP 5)
string mcrypt_ofb(int cipher, string key, string data, int mode, string iv) |Encrypt/decrypt data in OFB mode (PHP 3 >= 3.0.8, PHP 4, PHP 5)
string md5_file(string filename [, bool raw_output]) |Calculates the md5 hash of a given file (PHP 4 >= 4.2.0, PHP 5)
string md5(string str [, bool raw_output]) |Calculate the md5 hash of a string (PHP 3, PHP 4, PHP 5)
bool Memcache::add(string key, mixed var [, int flag [, int expire]]) |Add an item to the server
bool Memcache::addServer(string host [, int port [, bool persistent [, int weight [, int timeout [, int retry_interval]]]]]) |Add a memcached server to connection pool
bool Memcache::close() |Close memcached server connection
bool Memcache::connect(string host [, int port [, int timeout]]) |Open memcached server connection
int mktime([int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]]) |Get Unix timestamp for a date (PHP 3, PHP 4, PHP 5)
string money_format(string format, float number) |Formats a number as a currency string (PHP 4 >= 4.3.0, PHP 5)
bool move_uploaded_file(string filename, string destination) |Moves an uploaded file to a new location (PHP 4 >= 4.0.3, PHP 5)
bool msession_connect(string host, string port) |Connect to msession server (PHP 4 >= 4.2.0, PHP 5)
int msession_lock(string name) |Lock a session (PHP 4 >= 4.2.0, PHP 5)
string msession_plugin(string session, string val [, string param]) |Call an escape function within the msession personality plugin (PHP 4 >= 4.2.0, PHP 5)
int msession_unlock(string session, int key) |Unlock a session (PHP 4 >= 4.2.0, PHP 5)
resource msg_get_queue(int key [, int perms]) |Create or attach to a message queue (PHP 4 >= 4.3.0, PHP 5)
bool msg_receive(resource queue, int desiredmsgtype, int &msgtype, int maxsize, mixed &message [, bool unserialize [, int flags [, int &errorcode]]]) |Receive a message from a message queue (PHP 4 >= 4.3.0, PHP 5)
bool mssql_bind(resource stmt, string param_name, mixed &var, int type [, int is_output [, int is_null [, int maxlen]]]) |Adds a parameter to a stored procedure or a remote stored procedure (PHP 4 >= 4.1.0, PHP 5)
bool mssql_close([resource link_identifier]) |Close MS SQL Server connection (PHP 3, PHP 4, PHP 5)
resource mssql_connect([string servername [, string username [, string password]]]) |Open MS SQL server connection (PHP 3, PHP 4, PHP 5)
mixed mssql_execute(resource stmt [, bool skip_results]) |Executes a stored procedure on a MS SQL server database (PHP 4 >= 4.1.0, PHP 5)
array mssql_fetch_array(resource result [, int result_type]) |Fetch a result row as an associative array, a numeric array, or both (PHP 3, PHP 4, PHP 5)
array mssql_fetch_assoc(resource result_id) |Returns an associative array of the current row in the result set specified by result_id (PHP 4 >= 4.2.0, PHP 5)
int mssql_fetch_batch(resource result_index) |Returns the next batch of records (PHP 4 >= 4.0.4, PHP 5)
object mssql_fetch_field(resource result [, int field_offset]) |Get field information (PHP 3, PHP 4, PHP 5)
int mt_getrandmax() |Show largest possible random value (PHP 3 >= 3.0.6, PHP 4, PHP 5)
int mt_rand([int min, int max]) |Generate a better random value (PHP 3 >= 3.0.6, PHP 4, PHP 5)
void mt_srand([int seed]) |Seed the better random number generator (PHP 3 >= 3.0.6, PHP 4, PHP 5)
void muscat_close(resource muscat_handle) |Shuts down the muscat session and releases any memory back to PHP (4.0.5 - 4.2.3 only, PECL)
string muscat_get(resource muscat_handle) |Gets a line back from the core muscat API (4.0.5 - 4.2.3 only, PECL)
void muscat_give(resource muscat_handle, string string) |Sends string to the core muscat API (4.0.5 - 4.2.3 only, PECL)
resource muscat_setup_net(string muscat_host) |Creates a new muscat session and returns the handle (4.0.5 - 4.2.3 only, PECL)
resource muscat_setup(int size [, string muscat_dir]) |Creates a new muscat session and returns the handle (4.0.5 - 4.2.3 only, PECL)
int mysql_affected_rows([resource link_identifier]) |Get number of affected rows in previous MySQL operation (PHP 3, PHP 4, PHP 5)
int mysql_change_user(string user, string password [, string database [, resource link_identifier]]) |Change logged in user of the active connection (PHP 3 >= 3.0.13)
string mysql_client_encoding([resource link_identifier]) |Returns the name of the character set (PHP 4 >= 4.3.0, PHP 5)
resource mysql_connect([string server [, string username [, string password [, bool new_link [, int client_flags]]]]]) |Open a connection to a MySQL Server (PHP 3, PHP 4, PHP 5)
bool mysql_create_db(string database_name [, resource link_identifier]) |Create a MySQL database (PHP 3, PHP 4, PHP 5)
bool mysql_data_seek(resource result, int row_number) |Move internal result pointer (PHP 3, PHP 4, PHP 5)
string mysql_db_name(resource result, int row [, mixed field]) |Get result data (PHP 3 >= 3.0.6, PHP 4, PHP 5)
resource mysql_db_query(string database, string query [, resource link_identifier]) |Send a MySQL query (PHP 3, PHP 4, PHP 5)
bool mysql_drop_db(string database_name [, resource link_identifier]) |Drop (delete) a MySQL database (PHP 3, PHP 4, PHP 5)
int mysql_errno([resource link_identifier]) |Returns the numerical value of the error message from previous MySQL operation (PHP 3, PHP 4, PHP 5)
string mysql_error([resource link_identifier]) |Returns the text of the error message from previous MySQL operation (PHP 3, PHP 4, PHP 5)
string mysql_escape_string(string unescaped_string) |Escapes a string for use in a mysql_query (PHP 4 >= 4.0.3, PHP 5)
array mysql_fetch_array(resource result [, int result_type]) |Fetch a result row as an associative array, a numeric array, or both (PHP 3, PHP 4, PHP 5)
array mysql_fetch_assoc(resource result) |Fetch a result row as an associative array (PHP 4 >= 4.0.3, PHP 5)
object mysql_fetch_field(resource result [, int field_offset]) |Get column information from a result and return as an object (PHP 3, PHP 4, PHP 5)
array mysql_fetch_lengths(resource result) |Get the length of each output in a result (PHP 3, PHP 4, PHP 5)
object mysql_fetch_object(resource result) |Fetch a result row as an object (PHP 3, PHP 4, PHP 5)
array mysql_fetch_row(resource result) |Get a result row as an enumerated array (PHP 3, PHP 4, PHP 5)
string mysql_field_flags(resource result, int field_offset) |Get the flags associated with the specified field in a result (PHP 3, PHP 4, PHP 5)
int mysql_field_len(resource result, int field_offset) |Returns the length of the specified field (PHP 3, PHP 4, PHP 5)
string mysql_field_name(resource result, int field_offset) |Get the name of the specified field in a result (PHP 3, PHP 4, PHP 5)
bool mysql_field_seek(resource result, int field_offset) |Set result pointer to a specified field offset (PHP 3, PHP 4, PHP 5)
string mysql_field_table(resource result, int field_offset) |Get name of the table the specified field is in (PHP 3, PHP 4, PHP 5)
string mysql_field_type(resource result, int field_offset) |Get the type of the specified field in a result (PHP 3, PHP 4, PHP 5)
resource mysql_list_tables(string database [, resource link_identifier]) |List tables in a MySQL database (PHP 3, PHP 4, PHP 5)
int mysql_num_fields(resource result) |Get number of fields in result (PHP 3, PHP 4, PHP 5)
int mysql_num_rows(resource result) |Get number of rows in result (PHP 3, PHP 4, PHP 5)
resource mysql_pconnect([string server [, string username [, string password [, int client_flags]]]]) |Open a persistent connection to a MySQL server (PHP 3, PHP 4, PHP 5)
bool mysql_ping([resource link_identifier]) |Ping a server connection or reconnect if there is no connection (PHP 4 >= 4.3.0, PHP 5)
resource mysql_query(string query [, resource link_identifier]) |Send a MySQL query (PHP 3, PHP 4, PHP 5)
string mysql_real_escape_string(string unescaped_string [, resource link_identifier]) |Escapes special characters in a string for use in a SQL statement (PHP 4 >= 4.3.0, PHP 5)
string mysql_result(resource result, int row [, mixed field]) |Get result data (PHP 3, PHP 4, PHP 5)
bool mysql_select_db(string database_name [, resource link_identifier]) |Select a MySQL database (PHP 3, PHP 4, PHP 5)
string mysql_stat([resource link_identifier]) |Get current system status (PHP 4 >= 4.3.0, PHP 5)
string mysql_tablename(resource result, int i) |Get table name of field (PHP 3, PHP 4, PHP 5)
int mysql_thread_id([resource link_identifier]) |Return the current thread ID (PHP 4 >= 4.3.0, PHP 5)
resource mysql_unbuffered_query(string query [, resource link_identifier]) |Send an SQL query to MySQL, without fetching and buffering the result rows (PHP 4 >= 4.0.6, PHP 5)
int mysqli_affected_rows(mysqli link) |Gets the number of affected rows in a previous MySQL operation (PHP 5)
bool mysqli_autocommit(mysqli link, bool mode) |Turns on or off auto-commiting database modifications (PHP 5)
bool mysqli_bind_param(mysqli_stmt stmt, string types, mixed &var1 [, mixed &...]) |Binds variables to a prepared statement as parameters (PHP 5)
bool mysqli_bind_result(mysqli_stmt stmt, mixed &var1 [, mixed &...]) |Binds variables to a prepared statement for result storage (PHP 5)
bool mysqli_change_user(mysqli link, string user, string password, string database) |Changes the user of the specified database connection (PHP 5)
string mysqli_character_set_name(mysqli link) |Returns the default character set for the database connection (PHP 5)
string mysqli_client_encoding(mysqli link) |Returns the default character set for the database connection (PHP 5)
bool mysqli_close(mysqli link) |Closes a previously opened database connection (PHP 5)
bool mysqli_commit(mysqli link) |Commits the current transaction (PHP 5)
int mysqli_connect_errno() |Returns the error code from last connect call (PHP 5)
string mysqli_connect_error() |Returns a string description of the last connect error (PHP 5)
mysqli mysqli_connect([string host [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]]) |Open a new connection to the MySQL server (PHP 5)
bool mysqli_data_seek(mysqli_result result, int offset) |Adjusts the result pointer to an arbitary row in the result (PHP 5)
int mysqli_errno(mysqli link) |Returns the error code for the most recent function call (PHP 5)
string mysqli_error(mysqli link) |Returns a string description of the last error (PHP 5)
string mysqli_escape_string(mysqli link, string escapestr) |Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection (PHP 5)
bool mysqli_execute(mysqli_stmt stmt) |Executes a prepared Query (PHP 5)
mixed mysqli_fetch_array(mysqli_result result [, int resulttype]) |Fetch a result row as an associative, a numeric array, or both (PHP 5)
array mysqli_fetch_assoc(mysqli_result result) |Fetch a result row as an associative array (PHP 5)
object mysqli_fetch_field_direct(mysqli_result result, int fieldnr) |Fetch meta-data for a single field (PHP 5)
object mysqli_fetch_field(mysqli_result result) |Returns the next field in the result set (PHP 5)
array mysqli_fetch_fields(mysqli_result result) |Returns an array of objects representing the fields in a result set (PHP 5)
array mysqli_fetch_lengths(mysqli_result result) |Returns the lengths of the columns of the current row in the result set (PHP 5)
mixed mysqli_fetch_object(mysqli_result result) |Returns the current row of a result set as an object (PHP 5)
mixed mysqli_fetch_row(mysqli_result result) |Get a result row as an enumerated array (PHP 5)
bool mysqli_fetch(mysqli_stmt stmt) |Fetch results from a prepared statement into the bound variables (PHP 5)
int mysqli_field_count(mysqli link) |Returns the number of columns for the most recent query (PHP 5)
bool mysqli_field_seek(mysqli_result result, int fieldnr) |Set result pointer to a specified field offset (PHP 5)
int mysqli_field_tell(mysqli_result result) |Get current field offset of a result pointer (PHP 5)
void mysqli_free_result(mysqli_result result) |Frees the memory associated with a result (PHP 5)
string mysqli_get_client_info() |Returns the MySQL client version as a string (PHP 5)
int mysqli_get_client_version() |Get MySQL client info (PHP 5)
string mysqli_get_host_info(mysqli link) |Returns a string representing the type of connection used (PHP 5)
mysqli_result mysqli_get_metadata(mysqli_stmt stmt) |Returns result set metadata from a prepared statement (PHP 5)
int mysqli_get_proto_info(mysqli link) |Returns the version of the MySQL protocol used (PHP 5)
string mysqli_get_server_info(mysqli link) |Returns the version of the MySQL server (PHP 5)
int mysqli_get_server_version(mysqli link) |Returns the version of the MySQL server as an integer (PHP 5)
string mysqli_info(mysqli link) |Retrieves information about the most recently executed query (PHP 5)
mysqli mysqli_init() |Initializes MySQLi and returns a resource for use with mysqli_real_connect() (PHP 5)
int mysqli_insert_id(mysqli link) |Returns the auto generated id used in the last query (PHP 5)
bool mysqli_kill(mysqli link, int processid) |Asks the server to kill a MySQL thread (PHP 5)
bool mysqli_master_query(mysqli link, string query) |Enforce execution of a query on the master in a master/slave setup (PHP 5)
bool mysqli_more_results(mysqli link) |Check if there any more query results from a multi query (PHP 5)
bool mysqli_multi_query(mysqli link, string query) |Performs a query on the database (PHP 5)
bool mysqli_next_result(mysqli link) |Prepare next result from multi_query (PHP 5)
int mysqli_num_fields(mysqli_result result) |Get the number of fields in a result (PHP 5)
int mysqli_num_rows(mysqli_result result) |Gets the number of rows in a result (PHP 5)
int mysqli_param_count(mysqli_stmt stmt) |Returns the number of parameter for the given statement (PHP 5)
bool mysqli_ping(mysqli link) |Pings a server connection, or tries to reconnect if the connection has gone down (PHP 5)
mysqli_stmt mysqli_prepare(mysqli link, string query) |Prepare a SQL statement for execution (PHP 5)
mixed mysqli_query(mysqli link, string query [, int resultmode]) |Performs a query on the database (PHP 5)
bool mysqli_real_connect(mysqli link [, string hostname [, string username [, string passwd [, string dbname [, int port [, string socket [, int flags]]]]]]]) |Opens a connection to a mysql server (PHP 5)
string mysqli_real_escape_string(mysqli link, string escapestr) |Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection (PHP 5)
int ncurses_border(int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner) |Draw a border around the screen using attributed characters (PHP 4 >= 4.2.0, PHP 5)
int ncurses_bottom_panel(resource panel) |Moves a visible panel to the bottom of the stack (PHP 4 >= 4.3.0, PHP 5)
bool ncurses_can_change_color() |Check if we can change terminals colors (PHP 4 >= 4.1.0, PHP 5)
void ncurses_getyx(resource window, int &y, int &x) |Returns the current cursor position for a window (PHP 4 >= 4.3.0, PHP 5)
int ncurses_halfdelay(int tenth) |Put terminal into halfdelay mode (PHP 4 >= 4.1.0, PHP 5)
bool ncurses_has_colors() |Check if terminal has colors (PHP 4 >= 4.1.0, PHP 5)
bool ncurses_has_ic() |Check for insert- and delete-capabilities (PHP 4 >= 4.1.0, PHP 5)
bool ncurses_has_il() |Check for line insert- and delete-capabilities (PHP 4 >= 4.1.0, PHP 5)
int ncurses_has_key(int keycode) |Check for presence of a function key on terminal keyboard (PHP 4 >= 4.1.0, PHP 5)
int ncurses_hide_panel(resource panel) |Remove panel from the stack, making it invisible (PHP 4 >= 4.3.0, PHP 5)
int ncurses_hline(int charattr, int n) |Draw a horizontal line at current position using an attributed character and max. n characters long (PHP 4 >= 4.2.0, PHP 5)
string ncurses_inch() |Get character and attribute at current position (PHP 4 >= 4.1.0, PHP 5)
int ncurses_init_color(int color, int r, int g, int b) |Set new RGB value for color (PHP 4 >= 4.2.0, PHP 5)
int ncurses_init_pair(int pair, int fg, int bg) |Allocate a color pair (PHP 4 >= 4.1.0, PHP 5)
int ncurses_mouseinterval(int milliseconds) |Set timeout for mouse button clicks (PHP 4 >= 4.1.0, PHP 5)
int ncurses_mousemask(int newmask, int &oldmask) |Sets mouse options (PHP 4 >= 4.2.0, PHP 5)
int ncurses_move_panel(resource panel, int startx, int starty) |Moves a panel so that its upper-left corner is at [startx, starty] (PHP 4 >= 4.3.0, PHP 5)
int ncurses_move(int y, int x) |Move output position (PHP 4 >= 4.1.0, PHP 5)
int ncurses_mvaddch(int y, int x, int c) |Move current position and add character (PHP 4 >= 4.2.0, PHP 5)
int ncurses_mvaddchnstr(int y, int x, string s, int n) |Move position and add attributed string with specified length (PHP 4 >= 4.2.0, PHP 5)
int ncurses_mvaddchstr(int y, int x, string s) |Move position and add attributed string (PHP 4 >= 4.2.0, PHP 5)
int ncurses_mvaddnstr(int y, int x, string s, int n) |Move position and add string with specified length (PHP 4 >= 4.2.0, PHP 5)
int ncurses_mvaddstr(int y, int x, string s) |Move position and add string (PHP 4 >= 4.2.0, PHP 5)
int ncurses_mvcur(int old_y, int old_x, int new_y, int new_x) |Move cursor immediately (PHP 4 >= 4.2.0, PHP 5)
int ncurses_mvdelch(int y, int x) |Move position and delete character, shift rest of line left (PHP 4 >= 4.2.0, PHP 5)
int ncurses_mvgetch(int y, int x) |Move position and get character at new position (PHP 4 >= 4.2.0, PHP 5)
int ncurses_mvhline(int y, int x, int attrchar, int n) |Set new position and draw a horizontal line using an attributed character and max. n characters long (PHP 4 >= 4.2.0, PHP 5)
int ncurses_mvinch(int y, int x) |Move position and get attributed character at new position (PHP 4 >= 4.2.0, PHP 5)
int ncurses_mvvline(int y, int x, int attrchar, int n) |Set new position and draw a vertical line using an attributed character and max. n characters long
int ncurses_mvwaddstr(resource window, int y, int x, string text) |Add string at new position in window (PHP 4 >= 4.2.0, PHP 5)
int ncurses_napms(int milliseconds) |Sleep (PHP 4 >= 4.1.0, PHP 5)
resource ncurses_new_panel(resource window) |Create a new panel and associate it with window (PHP 4 >= 4.3.0, PHP 5)
resource ncurses_newpad(int rows, int cols) |Creates a new pad (window) (PHP 4 >= 4.3.0, PHP 5)
resource ncurses_newwin(int rows, int cols, int y, int x) |Create a new window (PHP 4 >= 4.1.0, PHP 5)
bool ncurses_nl() |Translate newline and carriage return / line feed (PHP 4 >= 4.1.0, PHP 5)
resource ncurses_panel_window(resource panel) |Returns the window associated with panel (PHP 4 >= 4.3.0, PHP 5)
int ncurses_pnoutrefresh(resource pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol) |Copies a region from a pad into the virtual screen (PHP 4 >= 4.3.0, PHP 5)
int ncurses_prefresh(resource pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol) |Copies a region from a pad into the virtual screen (PHP 4 >= 4.3.0, PHP 5)
int ncurses_putp(string text) |Apply padding information to the string and output it (PHP 4 >= 4.2.0, PHP 5)
void ncurses_qiflush() |Flush on signal characters (PHP 4 >= 4.1.0, PHP 5)
bool ncurses_raw() |Switch terminal into raw mode (PHP 4 >= 4.1.0, PHP 5)
void ncurses_update_panels() |Refreshes the virtual screen to reflect the relations between panels in the stack (PHP 4 >= 4.3.0, PHP 5)
bool ncurses_use_default_colors() |Assign terminal default colors to color id -1 (PHP 4 >= 4.1.0, PHP 5)
void ncurses_use_env(bool flag) |Control use of environment information about terminal size (PHP 4 >= 4.1.0, PHP 5)
int ncurses_use_extended_names(bool flag) |Control use of extended names in terminfo descriptions (PHP 4 >= 4.1.0, PHP 5)
int ncurses_vidattr(int intarg) |Display the string on the terminal in the video attribute mode (PHP 4 >= 4.1.0, PHP 5)
int ncurses_vline(int charattr, int n) |Draw a vertical line at current position using an attributed character and max. n characters long (PHP 4 >= 4.2.0, PHP 5)
int ncurses_waddch(resource window, int ch) |Adds character at current position in a window and advance cursor (PHP 4 >= 4.3.0, PHP 5)
int ncurses_waddstr(resource window, string str [, int n]) |Outputs text at current postion in window (PHP 4 >= 4.2.0, PHP 5)
int ncurses_wattroff(resource window, int attrs) |Turns off attributes for a window (PHP 4 >= 4.3.0, PHP 5)
int ncurses_wattron(resource window, int attrs) |Turns on attributes for a window (PHP 4 >= 4.3.0, PHP 5)
int ncurses_wattrset(resource window, int attrs) |Set the attributes for a window (PHP 4 >= 4.3.0, PHP 5)
int ncurses_wborder(resource window, int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner) |Draws a border around the window using attributed characters (PHP 4 >= 4.3.0, PHP 5)
int ncurses_wgetch(resource window) |Reads a character from keyboard (window) (PHP 4 >= 4.2.0, PHP 5)
int ncurses_whline(resource window, int charattr, int n) |Draws a horizontal line in a window at current position using an attributed character and max. n characters long (PHP 4 >= 4.3.0, PHP 5)
bool ncurses_wmouse_trafo(resource window, int &y, int &x, bool toscreen) |Transforms window/stdscr coordinates (PHP 4 >= 4.2.0, PHP 5)
int ncurses_wmove(resource window, int y, int x) |Moves windows output position (PHP 4 >= 4.2.0, PHP 5)
int ncurses_wnoutrefresh(resource window) |Copies window to virtual screen (PHP 4 >= 4.2.0, PHP 5)
int ncurses_wrefresh(resource window) |Refresh window on terminal screen (PHP 4 >= 4.2.0, PHP 5)
int ncurses_wstandend(resource window) |End standout mode for a window (PHP 4 >= 4.3.0, PHP 5)
int ncurses_wstandout(resource window) |Enter standout mode for a window (PHP 4 >= 4.3.0, PHP 5)
int ncurses_wvline(resource window, int charattr, int n) |Draws a vertical line in a window at current position using an attributed character and max. n characters long (PHP 4 >= 4.3.0, PHP 5)
void newt_bell() |Send a beep to the terminal (PECL)
resource newt_button_bar(array &buttons) |(PECL)
resource newt_button(int left, int top, string text) |(PECL)
int newt_centered_window(int width, int height [, string title]) |Open a centered window of the specified size (PECL)
void newt_grid_place(resource grid, int left, int top) |(PECL)
void newt_grid_set_field(resource grid, int col, int row, int type, resource val, int pad_left, int pad_top, int pad_right, int pad_bottom, int anchor [, int flags]) |(PECL)
int newt_textbox_get_num_lines(resource textbox) |(PECL)
resource newt_textbox_reflowed(int left, int top, char *text, int width, int flex_down, int flex_up [, int flags]) |(PECL)
void newt_textbox_set_height(resource textbox, int height) |(PECL)
resource newt_textbox(int left, int top, int width, int height [, int flags]) |(PECL)
resource newt_vertical_scrollbar(int left, int top, int height [, int normal_colorset [, int thumb_colorset]]) |(PECL)
void newt_wait_for_key() |Doesn't return until a key has been pressed (PECL)
int newt_win_choice(string title, string button1_text, string button2_text, string format [, mixed args [, mixed ...]]) |(PECL)
int newt_win_entries(string title, string text, int suggested_width, int flex_down, int flex_up, int data_width, array &items, string button1 [, string ...]) |(PECL)
int newt_win_menu(string title, string text, int suggestedWidth, int flexDown, int flexUp, int maxListHeight, array items, int &listItem [, string button1 [, string ...]]) |(PECL)
void newt_win_messagev(string title, string button_text, string format, array args) |(PECL)
int newt_win_ternary(string title, string button1_text, string button2_text, string button3_text, string format [, mixed args [, mixed ...]]) |(PECL)
mixed next(array &array) |Advance the internal array pointer of an array (PHP 3, PHP 4, PHP 5)
string ngettext(string msgid1, string msgid2, int n) |Plural version of gettext (PHP 4 >= 4.2.0, PHP 5)
string nl_langinfo(int item) |Query language and locale information (PHP 4 >= 4.1.0, PHP 5)
string nl2br(string string) |Inserts HTML line breaks before all newlines in a string (PHP 3, PHP 4, PHP 5)
array notes_body(string server, string mailbox, int msg_number) |Open the message msg_number in the specified mailbox on the specified server (leave serv (PHP 4 >= 4.0.5, PECL)
int notes_find_note(string database_name, string name [, string type]) |Returns a note id found in database_name (PHP 4 >= 4.0.5, PECL)
object notes_header_info(string server, string mailbox, int msg_number) |Open the message msg_number in the specified mailbox on the specified server (leave serv (PHP 4 >= 4.0.5, PECL)
bool notes_list_msgs(string db) |Returns the notes from a selected database_name (PHP 4 >= 4.0.5, PECL)
bool notes_mark_read(string database_name, string user_name, string note_id) |Mark a note_id as read for the User user_name (PHP 4 >= 4.0.5, PECL)
bool notes_mark_unread(string database_name, string user_name, string note_id) |Mark a note_id as unread for the User user_name (PHP 4 >= 4.0.5, PECL)
bool notes_nav_create(string database_name, string name) |Create a navigator name, in database_name (PHP 4 >= 4.0.5, PECL)
array notes_search(string database_name, string keywords) |Find notes that match keywords in database_name (PHP 4 >= 4.0.5, PECL)
array notes_unread(string database_name, string user_name) |Returns the unread note id's for the current User user_name (PHP 4 >= 4.0.5, PECL)
float notes_version(string database_name) |Get the version Lotus Notes (PHP 4 >= 4.0.5, PECL)
string number_format(float number [, int decimals [, string dec_point, string thousands_sep]]) |Format a number with grouped thousands (PHP 3, PHP 4, PHP 5)
resource odbc_columnprivileges(resource connection_id, string qualifier, string owner, string table_name, string column_name) |Returns a result identifier that can be used to fetch a list of columns and associated privileges (PHP 4, PHP 5)
array odbc_fetch_array(resource result [, int rownumber]) |Fetch a result row as an associative array (PHP 4 >= 4.0.2, PHP 5)
int odbc_fetch_into(resource result_id, array &result_array [, int rownumber]) |Fetch one result row into array (PHP 3 >= 3.0.6, PHP 4, PHP 5)
object odbc_fetch_object(resource result [, int rownumber]) |Fetch a result row as an object (PHP 4 >= 4.0.2, PHP 5)
bool odbc_fetch_row(resource result_id [, int row_number]) |Fetch a row (PHP 3 >= 3.0.6, PHP 4, PHP 5)
int odbc_field_len(resource result_id, int field_number) |Get the length (precision) of a field (PHP 3 >= 3.0.6, PHP 4, PHP 5)
string odbc_field_name(resource result_id, int field_number) |Get the columnname (PHP 3 >= 3.0.6, PHP 4, PHP 5)
int odbc_field_num(resource result_id, string field_name) |Return column number (PHP 3 >= 3.0.6, PHP 4, PHP 5)
int odbc_field_precision(resource result_id, int field_number) |Synonym for odbc_field_len (PHP 4, PHP 5)
int odbc_field_scale(resource result_id, int field_number) |Get the scale of a field (PHP 4, PHP 5)
string odbc_field_type(resource result_id, int field_number) |Datatype of a field (PHP 3 >= 3.0.6, PHP 4, PHP 5)
resource odbc_foreignkeys(resource connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table) |Returns a 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 (PHP 4, PHP 5)
bool odbc_free_result(resource result_id) |Free resources associated with a result (PHP 3 >= 3.0.6, PHP 4, PHP 5)
resource odbc_gettypeinfo(resource connection_id [, int data_type]) |Returns a result identifier containing information about data types supported by the data source (PHP 4, PHP 5)
bool odbc_longreadlen(resource result_id, int length) |Handling of LONG columns (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool odbc_next_result(resource result_id) |Checks if multiple results are available (PHP 4 >= 4.0.5, PHP 5)
int odbc_num_fields(resource result_id) |Number of columns in a result (PHP 3 >= 3.0.6, PHP 4, PHP 5)
int odbc_num_rows(resource result_id) |Number of rows in a result (PHP 3 >= 3.0.6, PHP 4, PHP 5)
resource odbc_prepare(resource connection_id, string query_string) |Prepares a statement for execution (PHP 3 >= 3.0.6, PHP 4, PHP 5)
resource odbc_primarykeys(resource connection_id, string qualifier, string owner, string table) |Returns a result identifier that can be used to fetch the column names that comprise the primary key for a table (PHP 4, PHP 5)
resource odbc_procedurecolumns(resource connection_id [, string qualifier, string owner, string proc, string column]) |Retrieve information about parameters to procedures (PHP 4, PHP 5)
resource odbc_procedures(resource connection_id [, string qualifier, string owner, string name]) |Get the list of procedures stored in a specific data source (PHP 4, PHP 5)
int odbc_result_all(resource result_id [, string format]) |Print result as HTML table (PHP 3 >= 3.0.6, PHP 4, PHP 5)
mixed odbc_result(resource result_id, mixed field) |Get result data (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool odbc_setoption(resource id, int function, int option, int param) |Adjust ODBC settings (PHP 3 >= 3.0.6, PHP 4, PHP 5)
resource odbc_specialcolumns(resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable) |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 (PHP 4, PHP 5)
resource odbc_statistics(resource connection_id, string qualifier, string owner, string table_name, int unique, int accuracy) |Retrieve statistics about a table (PHP 4, PHP 5)
resource odbc_tableprivileges(resource connection_id, string qualifier, string owner, string name) |Lists tables and the privileges associated with each table (PHP 4, PHP 5)
resource odbc_tables(resource connection_id [, string qualifier [, string owner [, string name [, string types]]]]) |Get the list of table names stored in a specific data source (PHP 3 >= 3.0.17, PHP 4, PHP 5)
resource openssl_csr_sign(mixed csr, mixed cacert, mixed priv_key, int days [, array configargs [, int serial]]) |Sign a CSR with another certificate (or itself) and generate a certificate (PHP 4 >= 4.2.0, PHP 5)
bool openssl_x509_check_private_key(mixed cert, mixed key) |Checks if a private key corresponds to a certificate (PHP 4 >= 4.2.0, PHP 5)
int openssl_x509_checkpurpose(mixed x509cert, int purpose [, array cainfo [, string untrustedfile]]) |Verifies if a certificate can be used for a particular purpose (PHP 4 >= 4.0.6, PHP 5)
bool openssl_x509_export_to_file(mixed x509, string outfilename [, bool notext]) |Exports a certificate to file (PHP 4 >= 4.2.0, PHP 5)
bool openssl_x509_export(mixed x509, string &output [, bool notext]) |Exports a certificate as a string (PHP 4 >= 4.2.0, PHP 5)
bool ovrimos_fetch_into(int result_id, array &result_array [, string how [, int rownumber]]) |Fetches a row from the result set (PHP 4 >= 4.0.3, PHP 5)
bool ovrimos_fetch_row(int result_id [, int how [, int row_number]]) |Fetches a row from the result set (PHP 4 >= 4.0.3, PHP 5)
int ovrimos_field_len(int result_id, int field_number) |Returns the length of the output column (PHP 4 >= 4.0.3, PHP 5)
string ovrimos_field_name(int result_id, int field_number) |Returns the output column name (PHP 4 >= 4.0.3, PHP 5)
int ovrimos_field_num(int result_id, string field_name) |Returns the (1-based) index of the output column (PHP 4 >= 4.0.3, PHP 5)
int ovrimos_field_type(int result_id, int field_number) |Returns the (numeric) type of the output column (PHP 4 >= 4.0.3, PHP 5)
int pdf_open_ccitt(resource pdfdoc, string filename, int width, int height, int BitReverse, int k, int Blackls1) |Open raw CCITT image [deprecated] (PHP 4 >= 4.0.5, PECL)
int pdf_open_image_file(resource p, string imagetype, string filename, string stringparam, int intparam) |Read image from file [deprecated] (PHP 3 CVS only, PHP 4, PECL)
int pdf_open_image(resource p, string imagetype, string source, string data, int length, int width, int height, int components, int bpc, string params) |Use image data [deprecated] (PHP 4 >= 4.0.5, PECL)
bool pdf_translate(resource p, float tx, float ty) |Set origin of coordinate system (PHP 3 >= 3.0.6, PHP 4, PECL)
string pdf_utf16_to_utf8(resource pdfdoc, string utf16string) |Convert string from UTF-16 to UTF-8 (PECL)
string pdf_utf8_to_utf16(resource pdfdoc, string utf8string, string ordering) |Convert string from UTF-8 to UTF-16 (PECL)
bool pdf_xshow(resource pdfdoc, string text) |Output text at current position
bool PDO::beginTransaction() |Initiates a transaction
bool PDO::commit() |Commits a transaction
PDO PDO::__construct(string dsn [, string username [, string password [, array driver_options]]]) |Creates a PDO instance representing a connection to a database
string PDO::errorCode() |Fetch the SQLSTATE associated with the last operation on the database handle
array PDO::errorInfo() |Fetch extended error information associated with the last operation on the database handle
int PDO::exec(string statement) |Execute an SQL statement and return the number of affected rows
mixed PDO::getAttribute(int attribute) |Retrieve a database connection attribute
array PDO::getAvailableDrivers() |Return an array of available PDO drivers
string PDO::lastInsertId([string name]) |Returns the ID of the last inserted row or sequence value
PDOStatement PDO::prepare(string statement [, array driver_options]) |Prepares a statement for execution and returns a statement object
PDOStatement PDO::query(string statement) |Executes an SQL statement, returning a result set as a PDOStatement object
string PDO::quote(string string [, int parameter_type]) |Quotes a string for use in a query.
bool PDO::rollBack() |Rolls back a transaction
bool PDO::setAttribute(int attribute, mixed value) |Set an attribute
bool PDO::sqliteCreateAggregate(string function_name, callback step_func, callback finalize_func [, int num_args]) |Registers an aggregating User Defined Function for use in SQL statements
bool PDO::sqliteCreateFunction(string function_name, callback callback [, int num_args]) |Registers a User Defined Function for use in SQL statements
bool PDOStatement::bindColumn(mixed column, mixed ¶m [, int type]) |Bind a column to a PHP variable
bool PDOStatement::bindParam(mixed parameter, mixed &variable [, int data_type [, int length [, mixed driver_options]]]) |Binds a parameter to the specified variable name
bool PDOStatement::bindValue(mixed parameter, mixed value [, int data_type]) |Binds a value to a parameter
bool PDOStatement::closeCursor() |Closes the cursor, enabling the statement to be executed again.
int PDOStatement::columnCount() |Returns the number of columns in the result set
string PDOStatement::errorCode() |Fetch the SQLSTATE associated with the last operation on the statement handle
array PDOStatement::errorInfo() |Fetch extended error information associated with the last operation on the statement handle
bool PDOStatement::execute([array input_parameters]) |Executes a prepared statement
mixed PDOStatement::fetch([int fetch_style [, int cursor_orientation [, int cursor_offset]]]) |Fetches the next row from a result set
array PDOStatement::fetchAll([int fetch_style [, int column_index]]) |Returns an array containing all of the result set rows
string PDOStatement::fetchColumn([int column_number]) |Returns a single column from the next row of a result set
mixed PDOStatement::fetchObject([string class_name [, array ctor_args]]) |Fetches the next row and returns it as an object.
mixed PDOStatement::getAttribute(int attribute) |Retrieve a statement attribute
mixed PDOStatement::getColumnMeta(int column) |Returns metadata for a column in a result set
bool PDOStatement::nextRowset() |Advances to the next rowset in a multi-rowset statement handle
int PDOStatement::rowCount() |Returns the number of rows affected by the last SQL statement
bool PDOStatement::setAttribute(int attribute, mixed value) |Set a statement attribute
bool PDOStatement::setFetchMode(int mode) |Set the default fetch mode for this statement
bool pfpro_cleanup() |Shuts down the Payflow Pro library (PHP 4 >= 4.0.2, PHP 5)
bool pfpro_init() |Initialises the Payflow Pro library (PHP 4 >= 4.0.2, PHP 5)
string pfpro_process_raw(string parameters [, string address [, int port [, int timeout [, string proxy_address [, int proxy_port [, string proxy_logon [, string proxy_password]]]]]]]) |Process a raw transaction with Payflow Pro (PHP 4 >= 4.0.2, PHP 5)
array pfpro_process(array parameters [, string address [, int port [, int timeout [, string proxy_address [, int proxy_port [, string proxy_logon [, string proxy_password]]]]]]]) |Process a transaction with Payflow Pro (PHP 4 >= 4.0.2, PHP 5)
string pfpro_version() |Returns the version of the Payflow Pro software (PHP 4 >= 4.0.2, PHP 5)
resource pfsockopen(string hostname [, int port [, int &errno [, string &errstr [, float timeout]]]]) |Open persistent Internet or Unix domain socket connection (PHP 3 >= 3.0.7, PHP 4, PHP 5)
int pg_affected_rows(resource result) |Returns number of affected records (tuples) (PHP 4 >= 4.2.0, PHP 5)
string pg_escape_bytea(string data) |Escape a string for insertion into a bytea field (PHP 4 >= 4.2.0, PHP 5)
string pg_escape_string(string data) |Escape a string for insertion into a text field (PHP 4 >= 4.2.0, PHP 5)
resource pg_execute(resource connection, string stmtname, array params) |Sends a request to execute a prepared statement with given parameters, and waits for the result. (PHP 5 >= 5.1.0RC1)
array pg_fetch_all_columns(resource result [, int column]) |Fetches all rows in a particular result column as an array (PHP 5 >= 5.1.0RC1)
array pg_fetch_all(resource result) |Fetches all rows from a result as an array (PHP 4 >= 4.3.0, PHP 5)
array pg_fetch_array(resource result [, int row [, int result_type]]) |Fetch a row as an array (PHP 3 >= 3.0.1, PHP 4, PHP 5)
array pg_fetch_assoc(resource result [, int row]) |Fetch a row as an associative array (PHP 4 >= 4.3.0, PHP 5)
object pg_fetch_object(resource result [, int row [, int result_type]]) |Fetch a row as an object (PHP 3 >= 3.0.1, PHP 4, PHP 5)
string pg_fetch_result(resource result, int row, mixed field) |Returns values from a result resource (PHP 4 >= 4.2.0, PHP 5)
array pg_fetch_row(resource result [, int row]) |Get a row as an enumerated array (PHP 3 >= 3.0.1, PHP 4, PHP 5)
int pg_field_is_null(resource result, int row, mixed field) |Test if a field is SQL NULL (PHP 4 >= 4.2.0, PHP 5)
string pg_field_name(resource result, int field_number) |Returns the name of a field (PHP 4 >= 4.2.0, PHP 5)
int pg_field_num(resource result, string field_name) |Returns the field number of the named field (PHP 4 >= 4.2.0, PHP 5)
int pg_field_prtlen(resource result, int row_number, mixed field_name_or_number) |Returns the printed length (PHP 4 >= 4.2.0, PHP 5)
int pg_field_size(resource result, int field_number) |Returns the internal storage size of the named field (PHP 4 >= 4.2.0, PHP 5)
int pg_field_type_oid(resource result, int field_number) |Returns the type ID (OID) for the corresponding field number (PHP 5 >= 5.1.0RC1)
string pg_field_type(resource result, int field_number) |Returns the type name for the corresponding field number (PHP 4 >= 4.2.0, PHP 5)
int pg_port([resource connection]) |Return the port number associated with the connection (PHP 3, PHP 4, PHP 5)
resource pg_prepare(resource connection, string stmtname, string query) |Submits a request to create a prepared statement with the given parameters, and waits for completion. (PHP 5 >= 5.1.0RC1)
bool pg_put_line(string data) |Send a NULL-terminated string to PostgreSQL backend (PHP 4 >= 4.0.3, PHP 5)
resource pg_query_params(resource connection, string query, array params) |Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text. (PHP 5 >= 5.1.0RC1)
string pg_result_error_field(resource result, int fieldcode) |Returns an individual field of an error report. (PHP 5 >= 5.1.0RC1)
string pg_result_error(resource result) |Get error message associated with result (PHP 4 >= 4.2.0, PHP 5)
bool pg_result_seek(resource result, int offset) |Set internal row offset in result resource (PHP 4 >= 4.3.0, PHP 5)
mixed pg_result_status(resource result [, int type]) |Get status of query result (PHP 4 >= 4.2.0, PHP 5)
mixed pg_select(resource connection, string table_name, array assoc_array [, int options]) |Select records (PHP 4 >= 4.3.0, PHP 5)
bool pg_send_execute(resource connection, string stmtname, array params) |Sends a request to execute a prepared statement with given parameters, without waiting for the result(s). (PHP 5 >= 5.1.0RC1)
bool pg_send_prepare(resource connection, string stmtname, string query) |Sends a request to create a prepared statement with the given parameters, without waiting for completion. (PHP 5 >= 5.1.0RC1)
bool pg_send_query_params(resource connection, string query, array params) |Submits a command and separate parameters to the server without waiting for the result(s). (PHP 5 >= 5.1.0RC1)
int pg_set_client_encoding(string encoding) |Set the client encoding (PHP 3 CVS only, PHP 4 >= 4.0.3, PHP 5)
int pg_set_error_verbosity(resource connection, int verbosity) |Determines the verbosity of messages returned by pg_last_error and pg_result_error. (PHP 5 >= 5.1.0RC1)
array pg_version([resource connection]) |Returns an array with client, protocol and server version (when available) (PHP 5)
bool php_check_syntax(string file_name [, string &error_message]) |Check the PHP syntax of (and execute) the specified file (PHP 5 <= 5.0.4)
string php_ini_scanned_files() |Return a list of .ini files parsed from the additional ini dir (PHP 4 >= 4.3.0, PHP 5)
string php_logo_guid() |Gets the logo guid (PHP 4, PHP 5)
string php_sapi_name() |Returns the type of interface between web server and PHP (PHP 4 >= 4.0.1, PHP 5)
string php_strip_whitespace(string filename) |Return source with stripped comments and whitespace (PHP 5)
string php_uname([string mode]) |Returns information about the operating system PHP is running on (PHP 4 >= 4.0.2, PHP 5)
bool phpcredits([int flag]) |Prints out the credits for PHP (PHP 4, PHP 5)
bool phpinfo([int what]) |Outputs lots of PHP information (PHP 3, PHP 4, PHP 5)
string phpversion([string extension]) |Gets the current PHP version (PHP 3, PHP 4, PHP 5)
float pi() |Get value of pi (PHP 3, PHP 4, PHP 5)
int png2wbmp(string pngname, string wbmpname, int d_height, int d_width, int threshold) |Convert PNG image file to WBMP image file (PHP 4 >= 4.0.5, PHP 5)
array posix_uname() |Get system name (PHP 3 >= 3.0.10, PHP 4, PHP 5)
number pow(number base, number exp) |Exponential expression (PHP 3, PHP 4, PHP 5)
array preg_grep(string pattern, array input [, int flags]) |Return array entries that match the pattern (PHP 4, PHP 5)
int preg_match_all(string pattern, string subject, array &matches [, int flags [, int offset]]) |Perform a global regular expression match (PHP 3 >= 3.0.9, PHP 4, PHP 5)
int preg_match(string pattern, string subject [, array &matches [, int flags [, int offset]]]) |Perform a regular expression match (PHP 3 >= 3.0.9, PHP 4, PHP 5)
mixed preg_replace_callback(mixed pattern, callback callback, mixed subject [, int limit [, int &count]]) |Perform a regular expression search and replace using a callback (PHP 4 >= 4.0.5, PHP 5)
mixed preg_replace(mixed pattern, mixed replacement, mixed subject [, int limit [, int &count]]) |Perform a regular expression search and replace (PHP 3 >= 3.0.9, PHP 4, PHP 5)
array preg_split(string pattern, string subject [, int limit [, int flags]]) |Split string by a regular expression (PHP 3 >= 3.0.9, PHP 4, PHP 5)
bool print_r(mixed expression [, bool return]) |Prints human-readable information about a variable (PHP 4, PHP 5)
int print(string arg) |Output a string (PHP 3, PHP 4, PHP 5)
void printer_abort(resource handle) |Deletes the printer's spool file (PECL)
void printer_close(resource handle) |Close an open printer connection (PECL)
resource printer_create_brush(int style, string color) |Create a new brush (PECL)
void printer_create_dc(resource handle) |Create a new device context (PECL)
resource printer_create_font(string face, int height, int width, int font_weight, bool italic, bool underline, bool strikeout, int orientation) |Create a new font (PECL)
resource printer_create_pen(int style, int width, string color) |Create a new pen (PECL)
void printer_delete_brush(resource handle) |Delete a brush (PECL)
bool printer_delete_dc(resource handle) |Delete a device context (PECL)
void printer_delete_font(resource handle) |Delete a font (PECL)
void printer_delete_pen(resource handle) |Delete a pen (PECL)
bool printer_draw_bmp(resource handle, string filename, int x, int y [, int width, int height]) |Draw a bmp (PECL)
void printer_draw_chord(resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad_x, int rad_y, int rad_x1, int rad_y1) |Draw a chord (PECL)
void printer_draw_elipse(resource handle, int ul_x, int ul_y, int lr_x, int lr_y) |Draw an ellipse (PECL)
void printer_draw_line(resource printer_handle, int from_x, int from_y, int to_x, int to_y) |Draw a line (PECL)
void printer_draw_pie(resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad1_x, int rad1_y, int rad2_x, int rad2_y) |Draw a pie (PECL)
void printer_draw_rectangle(resource handle, int ul_x, int ul_y, int lr_x, int lr_y) |Draw a rectangle (PECL)
void printer_draw_roundrect(resource handle, int ul_x, int ul_y, int lr_x, int lr_y, int width, int height) |Draw a rectangle with rounded corners (PECL)
void printer_draw_text(resource printer_handle, string text, int x, int y) |Draw text (PECL)
bool printer_end_page(resource handle) |Close active page (PECL)
mixed printer_get_option(resource handle, string option) |Retrieve printer configuration data (PECL)
array printer_list(int enumtype [, string name [, int level]]) |Return an array of printers attached to the server (PECL)
int printer_logical_fontheight(resource handle, int height) |Get logical font height (PECL)
resource printer_open([string devicename]) |Open connection to a printer (PECL)
void printer_select_brush(resource printer_handle, resource brush_handle) |Select a brush (PECL)
void printer_select_font(resource printer_handle, resource font_handle) |Select a font (PECL)
void printer_select_pen(resource printer_handle, resource pen_handle) |Select a pen (PECL)
bool printer_set_option(resource handle, int option, mixed value) |Configure the printer connection (PECL)
bool printer_start_doc(resource handle [, string document]) |Start a new document (PECL)
bool printer_start_page(resource handle) |Start a new page (PECL)
bool printer_write(resource handle, string content) |Write data to the printer (PECL)
int printf(string format [, mixed args [, mixed ...]]) |Output a formatted string (PHP 3, PHP 4, PHP 5)
int proc_close(resource process) |Close a process opened by proc_open and return the exit code of that process. (PHP 4 >= 4.3.0, PHP 5)
array proc_get_status(resource process) |Get information about a process opened by proc_open (PHP 5)
bool proc_nice(int increment) |Change the priority of the current process (PHP 5)
resource proc_open(string cmd, array descriptorspec, array &pipes [, string cwd [, array env [, array other_options]]]) |Execute a command and open file pointers for input/output (PHP 4 >= 4.3.0, PHP 5)
int proc_terminate(resource process [, int signal]) |kills a process opened by proc_open (PHP 5)
bool property_exists(mixed class, string property) |Checks if the object or class has a property (PHP 5 >= 5.1.0RC1)
int ps_add_bookmark(resource psdoc, string text [, int parent [, int open]]) |Add bookmark to current page (PECL)
bool ps_add_launchlink(resource psdoc, float llx, float lly, float urx, float ury, string filename) |Adds link which launches file (PECL)
bool ps_add_locallink(resource psdoc, float llx, float lly, float urx, float ury, int page, string dest) |Adds link to a page in the same document (PECL)
bool ps_add_note(resource psdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open) |Adds note to current page (PECL)
bool ps_add_pdflink(resource psdoc, float llx, float lly, float urx, float ury, string filename, int page, string dest) |Adds link to a page in a second pdf document (PECL)
bool ps_add_weblink(resource psdoc, float llx, float lly, float urx, float ury, string url) |Adds link to a web location (PECL)
bool ps_arc(resource psdoc, float x, float y, float radius, float alpha, float beta) |Draws an arc counterclockwise (PECL)
bool ps_arcn(resource psdoc, float x, float y, float radius, float alpha, float beta) |Draws an arc clockwise
bool ps_begin_page(resource psdoc, float width, float height) |Start a new page (PECL)
bool ps_begin_pattern(resource psdoc, float width, float height, float xstep, float ystep, int painttype) |Start a new pattern (PECL)
bool ps_begin_template(resource psdoc, float width, float height) |Start a new template (PECL)
bool ps_circle(resource psdoc, float x, float y, float radius) |Draws a circle (PECL)
bool ps_clip(resource psdoc) |Clips drawing to current path (PECL)
void ps_close_image(resource psdoc, int imageid) |Closes image and frees memory (PECL)
bool ps_close(resource psdoc) |Closes a PostScript document (PECL)
bool ps_closepath_stroke(resource psdoc) |Closes and strokes path (PECL)
bool ps_delete(resource psdoc) |Deletes all resources of a PostScript document (PECL)
bool ps_end_page(resource psdoc) |End a page (PECL)
bool ps_end_pattern(resource psdoc) |End a pattern (PECL)
bool ps_end_template(resource psdoc) |End a template (PECL)
bool ps_fill_stroke(resource psdoc) |Fills and strokes the current path (PECL)
bool ps_fill(resource psdoc) |Fills the current path (PECL)
int ps_findfont(resource psdoc, string fontname, string encoding [, bool embed]) |Loads a font (PECL)
string ps_get_buffer(resource psdoc) |Fetches the full buffer containig the generated PS data (PECL)
string ps_get_parameter(resource psdoc, string name [, float modifier]) |Gets certain parameters (PECL)
float ps_get_value(resource psdoc, string name [, float modifier]) |Gets certain values (PECL)
array ps_hyphenate(resource psdoc, string text) |Hyphenates a word (PECL)
bool ps_lineto(resource psdoc, float x, float y) |Draws a line (PECL)
int ps_makespotcolor(resource psdoc, string name [, float reserved]) |Create spot color (PECL)
bool ps_moveto(resource psdoc, float x, float y) |Sets current point (PECL)
resource ps_new() |Creates a new PostScript document object (PECL)
bool ps_open_file(resource psdoc [, string filename]) |Opens a file for output (PECL)
int ps_open_image_file(resource psdoc, string type, string filename [, string stringparam [, int intparam]]) |Opens image from file (PECL)
int ps_open_image(resource psdoc, string type, string source, string data, int lenght, int width, int height, int components, int bpc, string params) |Reads an image for later placement (PECL)
bool ps_place_image(resource psdoc, int imageid, float x, float y, float scale) |Places image on the page (PECL)
bool ps_rect(resource psdoc, float x, float y, float width, float height) |Draws a rectangle (PECL)
bool ps_restore(resource psdoc) |Restore previously save context (PECL)
bool pspell_add_to_personal(int dictionary_link, string word) |Add the word to a personal wordlist (PHP 4 >= 4.0.2, PHP 5)
bool pspell_add_to_session(int dictionary_link, string word) |Add the word to the wordlist in the current session (PHP 4 >= 4.0.2, PHP 5)
bool pspell_check(int dictionary_link, string word) |Check a word (PHP 4 >= 4.0.2, PHP 5)
bool pspell_clear_session(int dictionary_link) |Clear the current session (PHP 4 >= 4.0.2, PHP 5)
int pspell_config_create(string language [, string spelling [, string jargon [, string encoding ]]]) |Create a config used to open a dictionary (PHP 4 >= 4.0.2, PHP 5)
bool pspell_config_data_dir(int conf, string directory) |location of language data files (PHP 5)
bool pspell_config_dict_dir(int conf, string directory) |Location of the main word list (PHP 5)
bool pspell_config_ignore(int dictionary_link, int n) |Ignore words less than N characters long (PHP 4 >= 4.0.2, PHP 5)
bool pspell_config_mode(int dictionary_link, int mode) |Change the mode number of suggestions returned (PHP 4 >= 4.0.2, PHP 5)
bool pspell_config_personal(int dictionary_link, string file) |Set a file that contains personal wordlist (PHP 4 >= 4.0.2, PHP 5)
bool pspell_config_repl(int dictionary_link, string file) |Set a file that contains replacement pairs (PHP 4 >= 4.0.2, PHP 5)
bool pspell_config_runtogether(int dictionary_link, bool flag) |Consider run-together words as valid compounds (PHP 4 >= 4.0.2, PHP 5)
bool pspell_config_save_repl(int dictionary_link, bool flag) |Determine whether to save a replacement pairs list along with the wordlist (PHP 4 >= 4.0.2, PHP 5)
int pspell_new_config(int config) |Load a new dictionary with settings based on a given config (PHP 4 >= 4.0.2, PHP 5)
int pspell_new_personal(string personal, string language [, string spelling [, string jargon [, string encoding [, int mode ]]]]) |Load a new dictionary with personal wordlist (PHP 4 >= 4.0.2, PHP 5)
int pspell_new(string language [, string spelling [, string jargon [, string encoding [, int mode ]]]]) |Load a new dictionary (PHP 4 >= 4.0.2, PHP 5)
bool pspell_save_wordlist(int dictionary_link) |Save the personal wordlist to a file (PHP 4 >= 4.0.2, PHP 5)
bool pspell_store_replacement(int dictionary_link, string misspelled, string correct) |Store a replacement pair for a word (PHP 4 >= 4.0.2, PHP 5)
array pspell_suggest(int dictionary_link, string word) |Suggest spellings of a word (PHP 4 >= 4.0.2, PHP 5)
bool putenv(string setting) |Sets the value of an environment variable (PHP 3, PHP 4, PHP 5)
bool px_close(resource pxdoc) |Closes a paradox database (PECL)
bool px_create_fp(resource pxdoc, resource file, array fielddesc) |Create a new paradox database (PECL)
bool px_delete_record(resource pxdoc, int num) |Deletes record from paradox database (PECL)
bool px_delete(resource pxdoc) |Deletes resource of paradox database (PECL)
array px_get_field(resource pxdoc, int fieldno) |Returns the specification of a single field (PECL)
array px_get_info(resource pxdoc) |Return lots of information about a paradox file (PECL)
string px_get_parameter(resource pxdoc, string name) |Gets a parameter (PECL)
array px_get_record(resource pxdoc, int num [, int mode]) |Returns record of paradox database (PECL)
array px_get_schema(resource pxdoc [, int mode]) |Returns the database schema (PECL)
float px_get_value(resource pxdoc, string name) |Gets a value (PECL)
int px_insert_record(resource pxdoc, array data) |Inserts record into paradox database (PECL)
resource px_new() |Create a new paradox object (PECL)
int px_numfields(resource pxdoc) |Returns number of fields in a database (PECL)
int px_numrecords(resource pxdoc) |Returns number of records in a database (PECL)
int readfile(string filename [, bool use_include_path [, resource context]]) |Outputs a file (PHP 3, PHP 4, PHP 5)
int readgzfile(string filename [, int use_include_path]) |Output a gz-file (PHP 3, PHP 4, PHP 5)
bool readline_add_history(string line) |Adds a line to the history (PHP 4, PHP 5)
bool readline_callback_handler_install(string prompt, callback callback) |Initializes the readline callback interface and terminal, prints the prompt and returns immediately (PHP 5 >= 5.1.0RC1)
bool readline_callback_handler_remove() |Removes a previously installed callback handler and restores terminal settings (PHP 5 >= 5.1.0RC1)
void readline_callback_read_char() |Reads a character and informs the readline callback interface when a line is received (PHP 5 >= 5.1.0RC1)
bool readline_clear_history() |Clears the history (PHP 4, PHP 5)
bool readline_completion_function(callback function) |Registers a completion function (PHP 4, PHP 5)
bool recode_file(string request, resource input, resource output) |Recode from file to file according to recode request (PHP 3 >= 3.0.13, PHP 4, PHP 5)
string recode_string(string request, string string) |Recode a string according to a recode request (PHP 3 >= 3.0.13, PHP 4, PHP 5)
string recode(string request, string string) |Recode a string according to a recode request (PHP 3 >= 3.0.13, PHP 4, PHP 5)
object RecursiveDirectoryIterator::getChildren() |Returns an iterator for the current entry if it is a directory
bool RecursiveDirectoryIterator::hasChildren([bool allow_links]) |Returns whether current entry is a directory and not '.' or '..'
string RecursiveDirectoryIterator::key() |Return path and filename of current dir entry
void RecursiveDirectoryIterator::next() |Move to next entry
void RecursiveDirectoryIterator::rewind() |Rewind dir back to the start
mixed RecursiveIteratorIterator::current() |Access the current element value
int RecursiveIteratorIterator::getDepth() |Get the current depth of the recursive iteration
RecursiveIterator RecursiveIteratorIterator::getSubIterator() |The current active sub iterator
mixed RecursiveIteratorIterator::key() |Access the current key
void RecursiveIteratorIterator::next() |Move forward to the next element
void RecursiveIteratorIterator::rewind() |Rewind the iterator to the first element of the top level inner iterator
bolean RecursiveIteratorIterator::valid() |Check whether the current position is valid
void register_shutdown_function(callback function [, mixed parameter [, mixed ...]]) |Register a function for execution on shutdown (PHP 3 >= 3.0.4, PHP 4, PHP 5)
bool register_tick_function(callback function [, mixed arg [, mixed ...]]) |Register a function for execution on each tick (PHP 4 >= 4.0.3, PHP 5)
bool rename_function(string original_name, string new_name) |Renames orig_name to new_name in the global function_table (PECL)
bool rename(string oldname, string newname [, resource context]) |Renames a file or directory (PHP 3, PHP 4, PHP 5)
void require_once |
void require |
mixed reset(array &array) |Set the internal pointer of an array to its first element (PHP 3, PHP 4, PHP 5)
bool restore_error_handler() |Restores the previous error handler function (PHP 4 >= 4.0.1, PHP 5)
bool restore_exception_handler() |Restores the previously defined exception handler function (PHP 5)
void restore_include_path() |Restores the value of the include_path configuration option (PHP 4 >= 4.3.0, PHP 5)
void return |
bool rewind(resource handle) |Rewind the position of a file pointer (PHP 3, PHP 4, PHP 5)
float round(float val [, int precision]) |Rounds a float (PHP 3, PHP 4, PHP 5)
boolean rpm_close(resource rpmr) |Closes an RPM file
mixed rpm_get_tag(resource rpmr, int tagnum) |Retrieves a header tag from an RPM file
boolean rpm_is_valid(string filename) |Tests a filename for validity as an RPM file
resource rpm_open(string filename) |Opens an RPM file
string rpm_version() |Returns a string representing the current version of the rpmreader extension
bool rsort(array &array [, int sort_flags]) |Sort an array in reverse order (PHP 3, PHP 4, PHP 5)
string rtrim(string str [, string charlist]) |Strip whitespace (or other characters) from the end of a string (PHP 3, PHP 4, PHP 5)
bool runkit_class_adopt(string classname, string parentname) |Convert a base class to an inherited class, add ancestral methods when appropriate (PECL)
bool runkit_class_emancipate(string classname) |Convert an inherited class to a base class, removes any method whose scope is ancestral (PECL)
bool runkit_constant_add(string constname, mixed value) |Similar to define(), but allows defining in class definitions as well (PECL)
bool runkit_constant_redefine(string constname, mixed newvalue) |Redefine an already defined constant (PECL)
bool runkit_constant_remove(string constname) |Remove/Delete an already defined constant (PECL)
bool runkit_function_add(string funcname, string arglist, string code) |Add a new function, similar to create_function (PECL)
bool runkit_function_copy(string funcname, string targetname) |Copy a function to a new function name (PECL)
bool runkit_function_redefine(string funcname, string arglist, string code) |Replace a function definition with a new implementation (PECL)
bool runkit_function_remove(string funcname) |Remove a function definition (PECL)
bool runkit_function_rename(string funcname, string newname) |Change a function's name (PECL)
bool runkit_import(string filename [, int flags]) |Process a PHP file importing function and class definitions, overwriting where appropriate (PECL)
bool runkit_lint_file(string filename) |Check the PHP syntax of the specified file (PECL)
bool runkit_lint(string code) |Check the PHP syntax of the specified php code (PECL)
bool runkit_method_add(string classname, string methodname, string args, string code [, int flags]) |Dynamically adds a new method to a given class (PECL)
bool runkit_method_copy(string dClass, string dMethod, string sClass [, string sMethod]) |Copies a method from class to another (PECL)
bool runkit_method_redefine(string classname, string methodname, string args, string code [, int flags]) |Dynamically changes the code of the given method (PECL)
bool runkit_method_remove(string classname, string methodname) |Dynamically removes the given method (PECL)
bool runkit_method_rename(string classname, string methodname, string newname) |Dynamically changes the name of the given method (PECL)
bool runkit_return_value_used() |Determines if the current functions return value will be used
mixed runkit_sandbox_output_handler(object sandbox [, mixed callback]) |Specify a function to capture and/or process output from a runkit sandbox (PECL)
array runkit_superglobals() |Return numerically indexed array of registered superglobals (PECL)
bool satellite_caught_exception() |See if an exception was caught from the previous function (4.0.3 - 4.1.2 only, PECL)
string satellite_exception_id() |Get the repository id for the latest exception. (4.0.3 - 4.1.2 only, PECL)
OrbitStruct satellite_exception_value() |Get the exception struct for the latest exception (4.0.3 - 4.1.2 only, PECL)
int satellite_get_repository_id(object obj) |NOT IMPLEMENTED (4.0.3 - 4.1.2 only, PECL)
bool satellite_load_idl(string file) |Instruct the type manager to load an IDL file (4.0.3 - 4.1.2 only, PECL)
string satellite_object_to_string(object obj) |Convert an object to its string representation (4.1.0 - 4.1.2 only, PECL)
array scandir(string directory [, int sorting_order [, resource context]]) |List files and directories inside the specified path (PHP 5)
bool setrawcookie(string name [, string value [, int expire [, string path [, string domain [, bool secure]]]]]) |Send a cookie without urlencoding the cookie value (PHP 5)
bool settype(mixed &var, string type) |Set the type of a variable (PHP 3, PHP 4, PHP 5)
string sha1_file(string filename [, bool raw_output]) |Calculate the sha1 hash of a file (PHP 4 >= 4.3.0, PHP 5)
string sha1(string str [, bool raw_output]) |Calculate the sha1 hash of a string (PHP 4 >= 4.3.0, PHP 5)
string shell_exec(string cmd) |Execute command via shell and return the complete output as a string (PHP 4, PHP 5)
int shm_attach(int key [, int memsize [, int perm]]) |Creates or open a shared memory segment (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool snmp_get_quick_print() |Fetches the current value of the UCD library's quick_print setting (PHP 3 >= 3.0.8, PHP 4, PHP 5)
int snmp_get_valueretrieval() |Return the method how the SNMP values will be returned (PHP 4 >= 4.3.3, PHP 5)
bool snmp_read_mib(string filename) |Reads and parses a MIB file into the active MIB tree (PHP 5)
void snmp_set_enum_print(int enum_print) |Return all values that are enums with their enum value instead of the raw integer (PHP 4 >= 4.3.0, PHP 5)
void snmp_set_oid_numeric_print(int oid_numeric_print) |Return all objects including their respective object id within the specified one (PHP 4 >= 4.3.0, PHP 5)
void snmp_set_quick_print(bool quick_print) |Set the value of quick_print within the UCD SNMP library (PHP 3 >= 3.0.8, PHP 4, PHP 5)
void snmp_set_valueretrieval(int method) |Specify the method how the SNMP values will be returned (PHP 4 >= 4.3.3, PHP 5)
string snmpget(string hostname, string community, string object_id [, int timeout [, int retries]]) |Fetch an SNMP object (PHP 3, PHP 4, PHP 5)
string snmpgetnext(string host, string community, string object_id [, int timeout [, int retries]]) |Fetch a SNMP object (PHP 5)
array snmprealwalk(string host, string community, string object_id [, int timeout [, int retries]]) |Return all objects including their respective object ID within the specified one (PHP 3 >= 3.0.8, PHP 4, PHP 5)
bool snmpset(string hostname, string community, string object_id, string type, mixed value [, int timeout [, int retries]]) |Set an SNMP object (PHP 3 >= 3.0.12, PHP 4, PHP 5)
array snmpwalk(string hostname, string community, string object_id [, int timeout [, int retries]]) |Fetch all the SNMP objects from an agent (PHP 3, PHP 4, PHP 5)
array snmpwalkoid(string hostname, string community, string object_id [, int timeout [, int retries]]) |Query for a tree of information about a network entity (PHP 3 >= 3.0.8, PHP 4, PHP 5)
resource socket_accept(resource socket) |Accepts a connection on a socket (PHP 4 >= 4.1.0, PHP 5)
bool socket_bind(resource socket, string address [, int port]) |Binds a name to a socket (PHP 4 >= 4.1.0, PHP 5)
void socket_clear_error([resource socket]) |Clears the error on the socket or the last error code (PHP 4 >= 4.2.0, PHP 5)
bool socket_connect(resource socket, string address [, int port]) |Initiates a connection on a socket (PHP 4 >= 4.1.0, PHP 5)
resource socket_create_listen(int port [, int backlog]) |Opens a socket on port to accept connections (PHP 4 >= 4.1.0, PHP 5)
bool socket_create_pair(int domain, int type, int protocol, array &fd) |Creates a pair of indistinguishable sockets and stores them in an array (PHP 4 >= 4.1.0, PHP 5)
resource socket_create(int domain, int type, int protocol) |Create a socket (endpoint for communication) (PHP 4 >= 4.1.0, PHP 5)
mixed socket_get_option(resource socket, int level, int optname) |Gets socket options for the socket (PHP 4 >= 4.3.0, PHP 5)
array socket_get_status(resource stream) |Retrieves header/meta data from streams/file pointers (PHP 4 >= 4.3.0, PHP 5)
bool socket_getpeername(resource socket, string &addr [, int &port]) |Queries the remote side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type (PHP 4 >= 4.1.0, PHP 5)
bool socket_getsockname(resource socket, string &addr [, int &port]) |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 (PHP 4 >= 4.1.0, PHP 5)
int socket_last_error([resource socket]) |Returns the last error on the socket (PHP 4 >= 4.1.0, PHP 5)
bool socket_listen(resource socket [, int backlog]) |Listens for a connection on a socket (PHP 4 >= 4.1.0, PHP 5)
string socket_read(resource socket, int length [, int type]) |Reads a maximum of length bytes from a socket (PHP 4 >= 4.1.0, PHP 5)
int socket_recv(resource socket, string &buf, int len, int flags) |Receives data from a connected socket (PHP 4 >= 4.1.0, PHP 5)
int socket_recvfrom(resource socket, string &buf, int len, int flags, string &name [, int &port]) |Receives data from a socket, connected or not (PHP 4 >= 4.1.0, PHP 5)
int socket_select(array &read, array &write, array &except, int tv_sec [, int tv_usec]) |Runs the select() system call on the given arrays of sockets with a specified timeout (PHP 4 >= 4.1.0, PHP 5)
int socket_send(resource socket, string buf, int len, int flags) |Sends data to a connected socket (PHP 4 >= 4.1.0, PHP 5)
int socket_sendto(resource socket, string buf, int len, int flags, string addr [, int port]) |Sends a message to a socket, whether it is connected or not (PHP 4 >= 4.1.0, PHP 5)
bool socket_set_block(resource socket) |Sets blocking mode on a socket resource (PHP 4 >= 4.2.0, PHP 5)
bool socket_set_blocking(resource stream, int mode) |Set blocking/non-blocking mode on a stream (PHP 4 >= 4.3.0, PHP 5)
bool socket_set_option(resource socket, int level, int optname, mixed optval) |Sets socket options for the socket (PHP 4 >= 4.3.0, PHP 5)
bool socket_set_timeout(resource stream, int seconds [, int microseconds]) |Set timeout period on a stream (PHP 4 >= 4.3.0, PHP 5)
bool socket_shutdown(resource socket [, int how]) |Shuts down a socket for receiving, sending, or both (PHP 4 >= 4.1.0, PHP 5)
string socket_strerror(int errno) |Return a string describing a socket error (PHP 4 >= 4.1.0, PHP 5)
int socket_write(resource socket, string buffer [, int length]) |Write to a socket (PHP 4 >= 4.1.0, PHP 5)
bool sort(array &array [, int sort_flags]) |Sort an array (PHP 3, PHP 4, PHP 5)
string soundex(string str) |Calculate the soundex key of a string (PHP 3, PHP 4, PHP 5)
array spl_classes() |Return available SPL classes (PHP 5)
array split(string pattern, string string [, int limit]) |Split string into array by regular expression (PHP 3, PHP 4, PHP 5)
array spliti(string pattern, string string [, int limit]) |Split string into array by regular expression case insensitive (PHP 4 >= 4.0.1, PHP 5)
string sprintf(string format [, mixed args [, mixed ...]]) |Return a formatted string (PHP 3, PHP 4, PHP 5)
string sql_regcase(string string) |Make regular expression for case insensitive match (PHP 3, PHP 4, PHP 5)
array sqlite_array_query(resource dbhandle, string query [, int result_type [, bool decode_binary]]) |Execute a query against a given database and returns an array (PHP 5)
void sqlite_busy_timeout(resource dbhandle, int milliseconds) |Set busy timeout duration, or disable busy handlers (PHP 5)
int sqlite_changes(resource dbhandle) |Returns the number of rows that were changed by the most recent SQL statement (PHP 5)
void sqlite_close(resource dbhandle) |Closes an open SQLite database (PHP 5)
mixed sqlite_column(resource result, mixed index_or_name [, bool decode_binary]) |Fetches a column from the current row of a result set (PHP 5)
void sqlite_create_aggregate(resource dbhandle, string function_name, callback step_func, callback finalize_func [, int num_args]) |Register an aggregating UDF for use in SQL statements (PHP 5)
void sqlite_create_function(resource dbhandle, string function_name, callback callback [, int num_args]) |Registers a "regular" User Defined Function for use in SQL statements (PHP 5)
array sqlite_current(resource result [, int result_type [, bool decode_binary]]) |Fetches the current row from a result set as an array (PHP 5)
string sqlite_error_string(int error_code) |Returns the textual description of an error code (PHP 5)
string sqlite_escape_string(string item) |Escapes a string for use as a query parameter (PHP 5)
bool sqlite_exec(resource dbhandle, string query [, string &error_msg]) |Executes a result-less query against a given database (PHP 5)
SQLiteDatabase sqlite_factory(string filename [, int mode [, string &error_message]]) |Opens a SQLite database and returns a SQLiteDatabase object (PHP 5)
array sqlite_fetch_all(resource result [, int result_type [, bool decode_binary]]) |Fetches all rows from a result set as an array of arrays (PHP 5)
array sqlite_fetch_array(resource result [, int result_type [, bool decode_binary]]) |Fetches the next row from a result set as an array (PHP 5)
array sqlite_fetch_column_types(string table_name, resource dbhandle [, int result_type]) |Return an array of column types from a particular table (PHP 5)
object sqlite_fetch_object(resource result [, string class_name [, array ctor_params [, bool decode_binary]]]) |Fetches the next row from a result set as an object (PHP 5)
string sqlite_fetch_single(resource result [, bool decode_binary]) |Fetches the first column of a result set as a string (PHP 5)
string sqlite_fetch_string(resource result [, bool decode_binary]) |Fetches the first column of a result set as a string (PHP 5)
string sqlite_field_name(resource result, int field_index) |Returns the name of a particular field (PHP 5)
bool sqlite_has_more(resource result) |Finds whether or not more rows are available (PHP 5)
bool sqlite_has_prev(resource result) |Returns whether or not a previous row is available (PHP 5)
int sqlite_key(resource result) |Returns the current row index
int sqlite_last_error(resource dbhandle) |Returns the error code of the last error for a database (PHP 5)
int sqlite_last_insert_rowid(resource dbhandle) |Returns the rowid of the most recently inserted row (PHP 5)
string sqlite_libencoding() |Returns the encoding of the linked SQLite library (PHP 5)
string sqlite_libversion() |Returns the version of the linked SQLite library (PHP 5)
bool sqlite_next(resource result) |Seek to the next row number (PHP 5)
int sqlite_num_fields(resource result) |Returns the number of fields in a result set (PHP 5)
int sqlite_num_rows(resource result) |Returns the number of rows in a buffered result set (PHP 5)
resource sqlite_open(string filename [, int mode [, string &error_message]]) |Opens a SQLite database and create the database if it does not exist (PHP 5)
resource sqlite_popen(string filename [, int mode [, string &error_message]]) |Opens a persistent handle to an SQLite database and create the database if it does not exist (PHP 5)
bool sqlite_prev(resource result) |Seek to the previous row number of a result set (PHP 5)
resource sqlite_query(resource dbhandle, string query [, int result_type [, string &error_msg]]) |Executes a query against a given database and returns a result handle (PHP 5)
bool sqlite_rewind(resource result) |Seek to the first row number (PHP 5)
bool sqlite_seek(resource result, int rownum) |Seek to a particular row number of a buffered result set (PHP 5)
array sqlite_single_query(resource db, string query [, bool first_row_only [, bool decode_binary]]) |Executes a query and returns either an array for one single column or the value of the first row (PHP 5)
string sqlite_udf_decode_binary(string data) |Decode binary data passed as parameters to an UDF (PHP 5)
string sqlite_udf_encode_binary(string data) |Encode binary data before returning it from an UDF (PHP 5)
resource sqlite_unbuffered_query(resource dbhandle, string query [, int result_type [, string &error_msg]]) |Execute a query that does not prefetch and buffer all data (PHP 5)
bool sqlite_valid(resource result) |Returns whether more rows are available (PHP 5)
void srand([int seed]) |Seed the random number generator (PHP 3, PHP 4, PHP 5)
mixed sscanf(string str, string format [, mixed &...]) |Parses input from a string according to a format (PHP 4 >= 4.0.1, PHP 5)
bool ssh2_auth_hostbased_file(resource session, string username, string hostname, string pubkeyfile, string privkeyfile [, string passphrase [, string local_username]]) |Authenticate using a public hostkey (PECL)
mixed ssh2_auth_none(resource session, string username) |Authenticate as "none" (PECL)
bool ssh2_auth_password(resource session, string username, string password) |Authenticate over SSH using a plain password (PECL)
bool ssh2_auth_pubkey_file(resource session, string username, string pubkeyfile, string privkeyfile [, string passphrase]) |Authenticate using a public key (PECL)
resource ssh2_connect(string host [, int port [, array methods [, array callbacks]]]) |Connect to an SSH server (PECL)
resource ssh2_exec(resource session, string command [, string pty [, array env [, int width [, int height [, int width_height_type]]]]]) |Execute a command on a remote server (PECL)
resource ssh2_fetch_stream(resource channel, int streamid) |Fetch an extended data stream (PECL)
string ssh2_fingerprint(resource session [, int flags]) |Retreive fingerprint of remote server (PECL)
array ssh2_methods_negotiated(resource session) |Return list of negotiated methods (PECL)
resource ssh2_shell(resource session [, string term_type [, array env [, int width [, int height [, int width_height_type]]]]]) |Request an interactive shell (PECL)
resource ssh2_tunnel(resource session, string host, int port) |Open a tunnel through a remote server (PECL)
array stat(string filename) |Gives information about a file (PHP 3, PHP 4, PHP 5)
float stats_absolute_deviation(array a) |Returns the absolute deviation of an array of values (PECL)
float stats_cdf_beta(float par1, float par2, float par3, int which) |CDF function for BETA Distribution. Calculates any one parameter of the beta distribution given values for the others. (PECL)
float stats_cdf_binomial(float par1, float par2, float par3, int which) |Calculates any one parameter of the binomial distribution given values for the others. (PECL)
float stats_cdf_chisquare(float par1, float par2, int which) |Calculates any one parameter of the chi-square distribution given values for the others. (PECL)
float stats_cdf_exponential(float par1, float par2, int which) |Not documented (PECL)
float stats_cdf_f(float par1, float par2, float par3, int which) |Calculates any one parameter of the F distribution given values for the others. (PECL)
float stats_cdf_gamma(float par1, float par2, float par3, int which) |Calculates any one parameter of the gamma distribution given values for the others. (PECL)
float stats_cdf_negative_binomial(float par1, float par2, float par3, int which) |Calculates any one parameter of the negative binomial distribution given values for the others. (PECL)
float stats_cdf_noncentral_chisquare(float par1, float par2, float par3, int which) |Calculates any one parameter of the non-central chi-square distribution given values for the others. (PECL)
float stats_cdf_noncentral_f(float par1, float par2, float par3, float par4, int which) |Calculates any one parameter of the Non-central F distribution given values for the others. (PECL)
float stats_cdf_poisson(float par1, float par2, int which) |Calculates any one parameter of the Poisson distribution given values for the others. (PECL)
float stats_cdf_t(float par1, float par2, int which) |Calculates any one parameter of the T distribution given values for the others. (PECL)
float stats_dens_weibull(float x, float a, float b) |Not documented (PECL)
number stats_harmonic_mean(array a) |Returns the harmonic mean of an array of values (PECL)
float stats_kurtosis(array a) |Computes the kurtosis of the data in the array (PECL)
float stats_rand_gen_beta(float a, float b) |Generates beta random deviate (PECL)
float stats_rand_gen_chisquare(float df) |Generates random deviate from the distribution of a chisquare with "df" degrees of freedom random variable. (PECL)
float stats_rand_gen_exponential(float av) |Generates a single random deviate from an exponential distribution with mean "av" (PECL)
float stats_rand_gen_f(float dfn, float dfd) |Generates a random deviate from the F (variance ratio) distribution with "dfn" degrees of freedom in the numerator and "dfd" degrees of freedom in the denominator. Method : directly generates ratio of chisquare variates (PECL)
float stats_rand_gen_funiform(float low, float high) |Generates uniform float between low (exclusive) and high (exclusive) (PECL)
float stats_rand_gen_gamma(float a, float r) |Generates random deviates from a gamma distribution (PECL)
int stats_rand_gen_ibinomial_negative(int n, float p) |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)).
int stats_rand_gen_ibinomial(int n, float pp) |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
int stats_rand_gen_int() |Generates random integer between 1 and 2147483562
int stats_rand_gen_ipoisson(float mu) |Generates a single random deviate from a Poisson distribution with mean "mu" (mu >= 0.0). (PECL)
int stats_rand_gen_iuniform(int low, int high) |Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive) (PECL)
float stats_rand_gen_noncenral_chisquare(float df, float xnonc) |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
float stats_rand_gen_noncentral_f(float dfn, float dfd, float xnonc) |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.
float stats_rand_gen_noncentral_t(float df, float xnonc) |Generates a single random deviate from a noncentral T distribution (PECL)
float stats_rand_gen_normal(float av, float sd) |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. (PECL)
float stats_rand_gen_t(float df) |Generates a single random deviate from a T distribution (PECL)
array stats_rand_get_seeds() |Not documented
array stats_rand_phrase_to_seeds(string phrase) |generate two seeds for the RGN random number generator (PECL)
float 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 (PECL)
void stats_rand_setall(int iseed1, int iseed2) |Not documented (PECL)
float stats_skew(array a) |Computes the skewness of the data in the array (PECL)
float stats_standard_deviation(array a [, bool sample]) |Returns the standard deviation (PECL)
float stats_stat_binomial_coef(int x, int n) |Not documented (PECL)
float stats_stat_noncentral_t(float par1, float par2, float par3, int which) |Calculates any one parameter of the noncentral t distribution give values for the others.
float stats_variance(array a [, bool sample]) |Returns the population variance (PECL)
mixed str_ireplace(mixed search, mixed replace, mixed subject [, int &count]) |Case-insensitive version of str_replace. (PHP 5)
string str_pad(string input, int pad_length [, string pad_string [, int pad_type]]) |Pad a string to a certain length with another string (PHP 4 >= 4.0.1, PHP 5)
string str_repeat(string input, int multiplier) |Repeat a string (PHP 4, PHP 5)
mixed str_replace(mixed search, mixed replace, mixed subject [, int &count]) |Replace all occurrences of the search string with the replacement string (PHP 3 >= 3.0.6, PHP 4, PHP 5)
string str_rot13(string str) |Perform the rot13 transform on a string (PHP 4 >= 4.2.0, PHP 5)
array stream_context_get_options(resource stream_or_context) |Retrieve options for a stream/wrapper/context (PHP 4 >= 4.3.0, PHP 5)
bool stream_context_set_option(resource stream_or_context, string wrapper, string option, mixed value) |Sets an option for a stream/wrapper/context (PHP 4 >= 4.3.0, PHP 5)
bool stream_context_set_params(resource stream_or_context, array params) |Set parameters for a stream/wrapper/context (PHP 4 >= 4.3.0, PHP 5)
int stream_copy_to_stream(resource source, resource dest [, int maxlength [, int offset]]) |Copies data from one stream to another (PHP 5)
resource stream_filter_append(resource stream, string filtername [, int read_write [, mixed params]]) |Attach a filter to a stream (PHP 4 >= 4.3.0, PHP 5)
resource stream_filter_prepend(resource stream, string filtername [, int read_write [, mixed params]]) |Attach a filter to a stream (PHP 4 >= 4.3.0, PHP 5)
bool stream_filter_register(string filtername, string classname) |Register a stream filter implemented as a PHP class derived from php_user_filter (PHP 5)
bool stream_filter_remove(resource stream_filter) |Remove a filter from a stream (PHP 5 >= 5.1.0RC1)
string stream_get_contents(resource handle [, int maxlength [, int offset]]) |Reads remainder of a stream into a string (PHP 5)
array stream_get_filters() |Retrieve list of registered filters (PHP 5)
string stream_get_line(resource handle, int length [, string ending]) |Gets line from stream resource up to a given delimiter (PHP 5)
array stream_get_meta_data(resource stream) |Retrieves header/meta data from streams/file pointers (PHP 4 >= 4.3.0, PHP 5)
array stream_get_transports() |Retrieve list of registered socket transports (PHP 5)
array stream_get_wrappers() |Retrieve list of registered streams (PHP 5)
bool stream_register_wrapper(string protocol, string classname) |Register a URL wrapper implemented as a PHP class (PHP 4 >= 4.3.2, PHP 5)
int stream_select(array &read, array &write, array &except, int tv_sec [, int tv_usec]) |Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec (PHP 4 >= 4.3.0, PHP 5)
bool stream_set_blocking(resource stream, int mode) |Set blocking/non-blocking mode on a stream (PHP 4 >= 4.3.0, PHP 5)
bool stream_set_timeout(resource stream, int seconds [, int microseconds]) |Set timeout period on a stream (PHP 4 >= 4.3.0, PHP 5)
int stream_set_write_buffer(resource stream, int buffer) |Sets file buffering on the given stream (PHP 4 >= 4.3.0, PHP 5)
resource stream_socket_accept(resource server_socket [, float timeout [, string &peername]]) |Accept a connection on a socket created by stream_socket_server (PHP 5)
resource stream_socket_client(string remote_socket [, int &errno [, string &errstr [, float timeout [, int flags [, resource context]]]]]) |Open Internet or Unix domain socket connection (PHP 5)
mixed stream_socket_enable_crypto(resource stream, bool enable [, int crypto_type [, resource session_stream]]) |Turns encryption on/off on an already connected socket (PHP 5 >= 5.1.0RC1)
string stream_socket_get_name(resource handle, bool want_peer) |Retrieve the name of the local or remote sockets (PHP 5)
array stream_socket_pair(int domain, int type, int protocol) |Creates a pair of connected, indistinguishable socket streams (PHP 5 >= 5.1.0RC1)
string stream_socket_recvfrom(resource socket, int length [, int flags [, string &address]]) |Receives data from a socket, connected or not (PHP 5)
int stream_socket_sendto(resource socket, string data [, int flags [, string address]]) |Sends a message to a socket, whether it is connected or not (PHP 5)
resource stream_socket_server(string local_socket [, int &errno [, string &errstr [, int flags [, resource context]]]]) |Create an Internet or Unix domain server socket (PHP 5)
bool stream_wrapper_register(string protocol, string classname) |Register a URL wrapper implemented as a PHP class (PHP 4 >= 4.3.2, PHP 5)
string strval(mixed var) |Get string value of a variable (PHP 3, PHP 4, PHP 5)
int substr_compare(string main_str, string str, int offset [, int length [, bool case_insensitivity]]) |Binary safe optionally case insensitive comparison of 2 strings from an offset, up to length characters (PHP 5)
int substr_count(string haystack, string needle [, int offset [, int length]]) |Count the number of substring occurrences (PHP 4, PHP 5)
mixed substr_replace(mixed string, string replacement, int start [, int length]) |Replace text within a portion of a string (PHP 4, PHP 5)
string substr(string string, int start [, int length]) |Return part of a string (PHP 3, PHP 4, PHP 5)
void swf_actiongeturl(string url, string target) |Get a URL from a Shockwave Flash movie (PHP 4, PECL)
void swf_actiongotoframe(int framenumber) |Play a frame and then stop (PHP 4, PECL)
void swf_actiongotolabel(string label) |Display a frame with the specified label (PHP 4, PECL)
void swf_actionnextframe() |Go forward one frame (PHP 4, PECL)
void swf_actionplay() |Start playing the flash movie from the current frame (PHP 4, PECL)
void swf_actionprevframe() |Go backwards one frame (PHP 4, PECL)
void swf_actionsettarget(string target) |Set the context for actions (PHP 4, PECL)
void swf_actionstop() |Stop playing the flash movie at the current frame (PHP 4, PECL)
void swf_actiontogglequality() |Toggle between low and high quality (PHP 4, PECL)
void swf_actionwaitforframe(int framenumber, int skipcount) |Skip actions if a frame has not been loaded (PHP 4, PECL)
void swf_addbuttonrecord(int states, int shapeid, int depth) |Controls location, appearance and active area of the current button (PHP 4, PECL)
void swf_addcolor(float r, float g, float b, float a) |Set the global add color to the rgba value specified (PHP 4, PECL)
void swf_closefile([int return_file ]) |Close the current Shockwave Flash file (PHP 4, PECL)
void swfmovie->streammp3(mixed mp3File) |Streams a MP3 file
void SWFMovie::writeExports() |
SWFPrebuiltClip SWFPrebuiltClip([string file]) |Returns a SWFPrebuiltClip object
SWFFill SWFShape->addFill(int red, int green, int blue [, int a]) |Adds a solid fill to the shape
void SWFShape::drawArc(float r, float startAngle, float endAngle) |Draws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured clockwise from 12 o'clock
void SWFShape::drawCircle(float r) |Draws a circle of radius r centered at the current location, in a counter-clockwise fashion
int SWFShape::drawCubic(float bx, float by, float cx, float cy, float dx, float dy) |Draws a cubic bezier curve using the current position and the three given points as control points
int SWFShape::drawCubicTo(float bx, float by, float cx, float cy, float dx, float dy) |Draws a cubic bezier curve using the current position and the three given points as control points
int swfshape->drawcurve(int controldx, int controldy, int anchordx, int anchordy [, int targetdx, int targetdy]) |Draws a curve (relative)
int swfshape->drawcurveto(int controlx, int controly, int anchorx, int anchory [, int targetx, int targety]) |Draws a curve
void SWFShape::drawGlyph(SWFFont font, string character [, int size]) |Draws the first character in the given string into the shape using the glyph definition from the given font
void swfshape->drawline(int dx, int dy) |Draws a line (relative)
void swfshape->drawlineto(int x, int y) |Draws a line
SWFShape swfshape() |Creates a new shape object
void swfshape->movepen(int dx, int dy) |Moves the shape's pen (relative)
void swfshape->movepento(int x, int y) |Moves the shape's pen
void swfshape->setleftfill(swfgradient fill) |Sets left rasterizing color
void swfshape->setline(swfshape shape) |Sets the shape's line style
void swfshape->setrightfill(swfgradient fill) |Sets right rasterizing color
SWFSound SWFSound(string filename, int flags) |Returns a new SWFSound object from given file
void SWFSoundInstance::loopCount(int point) |
void SWFSoundInstance::loopInPoint(int point) |
void SWFSoundInstance::loopOutPoint(int point) |
void SWFSoundInstance::noMultiple() |
void swfsprite->add(resource object) |Adds an object to a sprite
SWFSprite swfsprite() |Creates a movie clip (a sprite)
void swftext->addstring(string string) |Draws a string
void SWFText::addUTF8String(string text) |Writes the given text into this SWFText object at the current pen position, using the current font, height, spacing, and color
float SWFText::getAscent() |Returns the ascent of the current font at its current size, or 0 if not available
float SWFText::getDescent() |Returns the descent of the current font at its current size, or 0 if not available
float SWFText::getLeading() |Returns the leading of the current font at its current size, or 0 if not available
float SWFText::getUTF8Width(string string) |calculates the width of the given string in this text objects current font and size
bool sybase_set_message_handler(callback handler [, resource connection]) |Sets the handler called when a server message is raised (PHP 4 >= 4.3.0, PHP 5)
resource sybase_unbuffered_query(string query, resource link_identifier [, bool store_result]) |Send a Sybase query and do not block (PHP 4 >= 4.3.0, PHP 5)
bool symlink(string target, string link) |Creates a symbolic link (PHP 3, PHP 4, PHP 5)
bool syslog(int priority, string message) |Generate a system log message (PHP 3, PHP 4, PHP 5)
string system(string command [, int &return_var]) |Execute an external program and display the output (PHP 3, PHP 4, PHP 5)
int tidy_access_count(tidy object) |Returns the Number of Tidy accessibility warnings encountered for specified document (PHP 5)
bool tidy_clean_repair(tidy object) |Execute configured cleanup and repair operations on parsed markup (PHP 5)
int tidy_config_count(tidy object) |Returns the Number of Tidy configuration errors encountered for specified document (PHP 5)
tidy tidy::__construct([string filename [, mixed config [, string encoding [, bool use_include_path]]]]) |Constructs a new tidy object
bool tidy_diagnose(tidy object) |Run configured diagnostics on parsed and repaired markup (PHP 5)
int tidy_error_count(tidy object) |Returns the Number of Tidy errors encountered for specified document (PHP 5)
tidyNode tidy_get_body(tidy object) |Returns a tidyNode Object starting from the <body> tag of the tidy parse tree (PHP 5)
array tidy_get_config(tidy object) |Get current Tidy configuration (PHP 5)
string tidy_get_error_buffer(tidy object) |Return warnings and errors which occurred parsing the specified document (PHP 5)
tidyNode tidy_get_head(tidy object) |Returns a tidyNode Object starting from the <head> tag of the tidy parse tree (PHP 5)
int tidy_get_html_ver(tidy object) |Get the Detected HTML version for the specified document (PHP 5)
tidyNode tidy_get_html(tidy object) |Returns a tidyNode Object starting from the <html> tag of the tidy parse tree (PHP 5)
string tidy_get_opt_doc(tidy object, string optname) |Returns the documentation for the given option name (PHP 5 >= 5.1.0RC1)
string tidy_get_output(tidy object) |Return a string representing the parsed tidy markup (PHP 5)
string tidy_get_release() |Get release date (version) for Tidy library (PHP 5)
tidyNode tidy_get_root(tidy object) |Returns a tidyNode object representing the root of the tidy parse tree (PHP 5)
int tidy_get_status(tidy object) |Get status of specified document (PHP 5)
mixed tidy_getopt(tidy object, string option) |Returns the value of the specified configuration option for the tidy document (PHP 5)
bool tidy_is_xhtml(tidy object) |Indicates if the document is a XHTML document (PHP 5)
bool tidy_is_xml(tidy object) |Indicates if the document is a generic (non HTML/XHTML) XML document (PHP 5)
void tidy_load_config(string filename, string encoding) |Load an ASCII Tidy configuration file with the specified encoding
tidy_attr tidy_node->get_attr(int attrib_id) |Return the attribute with the provided attribute id
array tidy_node->get_nodes(int node_id) |Return an array of nodes under this node with the specified id
tidy_node tidy_node->next() |Returns the next sibling to this node
tidy_node tidy_node->prev() |Returns the previous sibling to this node
tidy tidy_parse_file(string filename [, mixed config [, string encoding [, bool use_include_path]]]) |Parse markup in file or URI (PHP 5)
tidy tidy_parse_string(string input [, mixed config [, string encoding]]) |Parse a document stored in a string (PHP 5)
string tidy_repair_file(string filename [, mixed config [, string encoding [, bool use_include_path]]]) |Repair a file and return it as a string (PHP 5)
string tidy_repair_string(string data [, mixed config [, string encoding]]) |Repair a string using an optionally provided configuration file (PHP 5)
bool tidy_reset_config() |Restore Tidy configuration to default values
bool tidy_save_config(string filename) |Save current settings to named file
bool tidy_set_encoding(string encoding) |Set the input/output character encoding for parsing markup
bool tidy_setopt(string option, mixed value) |Updates the configuration settings for the specified tidy document
int tidy_warning_count(tidy object) |Returns the Number of Tidy warnings encountered for specified document (PHP 5)
bool tidyNode->hasChildren() |Returns true if this node has children
bool tidyNode->hasSiblings() |Returns true if this node has siblings
bool tidyNode->isAsp() |Returns true if this node is ASP
bool tidyNode->isComment() |Returns true if this node represents a comment
bool tidyNode->isHtml() |Returns true if this node is part of a HTML document
bool tidyNode->isJste() |Returns true if this node is JSTE
bool tidyNode->isPhp() |Returns true if this node is PHP
bool tidyNode->isText() |Returns true if this node represents text (no markup)
mixed time_nanosleep(int seconds, int nanoseconds) |Delay for a number of seconds and nanoseconds (PHP 5)
bool time_sleep_until(float timestamp) |Make the script sleep until the specified time (PHP 5 >= 5.1.0RC1)
int time() |Return current Unix timestamp (PHP 3, PHP 4, PHP 5)
array token_get_all(string source) |Split given source into PHP tokens (PHP 4 >= 4.2.0, PHP 5)
string token_name(int token) |Get the symbolic name of a given PHP token (PHP 4 >= 4.2.0, PHP 5)
bool touch(string filename [, int time [, int atime]]) |Sets access and modification time of file (PHP 3, PHP 4, PHP 5)
bool trigger_error(string error_msg [, int error_type]) |Generates a user-level error/warning/notice message (PHP 4 >= 4.0.1, PHP 5)
string trim(string str [, string charlist]) |Strip whitespace (or other characters) from the beginning and end of a string (PHP 3, PHP 4, PHP 5)
bool uasort(array &array, callback cmp_function) |Sort an array with a user-defined comparison function and maintain index association (PHP 3 >= 3.0.4, PHP 4, PHP 5)
string ucfirst(string str) |Make a string's first character uppercase (PHP 3, PHP 4, PHP 5)
string ucwords(string str) |Uppercase the first character of each word in a string (PHP 3 >= 3.0.3, PHP 4, PHP 5)
bool udm_add_search_limit(resource agent, int var, string val) |Add various search limits (PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)
int vprintf(string format, array args) |Output a formatted string (PHP 4 >= 4.1.0, PHP 5)
string vsprintf(string format, array args) |Return a formatted string (PHP 4 >= 4.1.0, PHP 5)
bool w32api_deftype(string typename, string member1_type, string member1_name [, string ... [, string ...]]) |Defines a type for use with other w32api_functions (4.2.0 - 4.2.3 only)
resource w32api_init_dtype(string typename, mixed value [, mixed ...]) |Creates an instance of the data type typename and fills it with the values passed (4.2.0 - 4.2.3 only)
mixed w32api_invoke_function(string funcname, mixed argument [, mixed ...]) |Invokes function funcname with the arguments passed after the function name (4.2.0 - 4.2.3 only)
bool w32api_register_function(string library, string function_name, string return_type) |Registers function function_name from library with PHP (4.2.0 - 4.2.3 only)
void w32api_set_call_method(int method) |Sets the calling method used (4.2.0 - 4.2.3 only)
bool wddx_add_vars(int packet_id, mixed name_var [, mixed ...]) |Add variables to a WDDX packet with the specified ID (PHP 3 >= 3.0.7, PHP 4, PHP 5)
mixed win32_query_service_status(string servicename [, string machine]) |Queries the status of a service (PECL)
bool win32_set_service_status(int status) |Update the service status (PECL)
bool win32_start_service_ctrl_dispatcher(string name) |Registers the script with the SCM, so that it can act as the service with the given name (PECL)
int win32_start_service(string servicename [, string machine]) |Starts a service (PECL)
int win32_stop_service(string servicename [, string machine]) |Stops a service (PECL)
string wordwrap(string str [, int width [, string break [, bool cut]]]) |Wraps a string to a given number of characters using a string break character (PHP 4 >= 4.0.2, PHP 5)
string xattr_get(string filename, string name [, int flags]) |Get an extended attribute (PECL)
array xattr_list(string filename [, int flags]) |Get a list of extended attributes (PECL)
bool xattr_remove(string filename, string name [, int flags]) |Remove an extended attribute (PECL)
bool xattr_set(string filename, string name, string value [, int flags]) |Set an extended attribute (PECL)
bool xattr_supported(string filename [, int flags]) |Check if filesystem supports extended attributes (PECL)
bool xdiff_file_diff_binary(string file1, string file2, string dest) |Make binary diff of two files (PECL)
bool xdiff_file_diff(string file1, string file2, string dest [, int context [, bool minimal]]) |Make unified diff of two files (PECL)
mixed xdiff_file_merge3(string file1, string file2, string file3, string dest) |Merge 3 files into one (PECL)
bool xdiff_file_patch_binary(string file, string patch, string dest) |Patch a file with a binary diff (PECL)
mixed xdiff_file_patch(string file, string patch, string dest [, int flags]) |Patch a file with an unified diff (PECL)
string xdiff_string_diff_binary(string str1, string str2) |Make binary diff of two strings (PECL)
string xdiff_string_diff(string str1, string str2 [, int context [, bool minimal]]) |Make unified diff of two strings (PECL)
mixed xdiff_string_merge3(string str1, string str2, string str3 [, string &error]) |Merge 3 strings into one (PECL)
string xdiff_string_patch_binary(string str, string patch) |Patch a string with a binary diff (PECL)
string xdiff_string_patch(string str, string patch [, int flags [, string &error]]) |Patch a string with an unified diff (PECL)
int xml_get_current_byte_index(resource parser) |Get current byte index for an XML parser (PHP 3 >= 3.0.6, PHP 4, PHP 5)
int xml_get_current_column_number(resource parser) |Get current column number for an XML parser (PHP 3 >= 3.0.6, PHP 4, PHP 5)
int xml_get_current_line_number(resource parser) |Get current line number for an XML parser (PHP 3 >= 3.0.6, PHP 4, PHP 5)
int xml_get_error_code(resource parser) |Get XML parser error code (PHP 3 >= 3.0.6, PHP 4, PHP 5)
int xml_parse_into_struct(resource parser, string data, array &values [, array &index]) |Parse XML data into an array structure (PHP 3 >= 3.0.8, PHP 4, PHP 5)
int xml_parse(resource parser, string data [, bool is_final]) |Start parsing an XML document (PHP 3 >= 3.0.6, PHP 4, PHP 5)
resource xml_parser_create_ns([string encoding [, string separator]]) |Create an XML parser with namespace support (PHP 4 >= 4.0.5, PHP 5)
resource xml_parser_create([string encoding]) |Create an XML parser (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool xml_parser_free(resource parser) |Free an XML parser (PHP 3 >= 3.0.6, PHP 4, PHP 5)
mixed xml_parser_get_option(resource parser, int option) |Get options from an XML parser (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool xml_parser_set_option(resource parser, int option, mixed value) |Set options in an XML parser (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool xml_set_character_data_handler(resource parser, callback handler) |Set up character data handler (PHP 3 >= 3.0.6, PHP 4, PHP 5)
bool xpath_register_ns_auto(XPathContext xpath_context [, object context_node]) |Register the given namespace in the passed XPath context (PECL)
bool xpath_register_ns(XPathContext xpath_context, string prefix, string uri) |Register the given namespace in the passed XPath context (PHP 4 >= 4.2.0, PECL)
int xptr_eval(XPathContext xpath_context, string eval_str [, domnode contextnode]) |Evaluate the XPtr Location Path in the given string (PHP 4 >= 4.0.4, PECL)
void xslt_set_base(resource xh, string uri) |Set the base URI for all XSLT transformations (PHP 4 >= 4.0.5, PECL)
void xslt_set_encoding(resource xh, string encoding) |Set the encoding for the parsing of XML documents (PHP 4 >= 4.0.5, PECL)
void xslt_set_error_handler(resource xh, mixed handler) |Set an error handler for a XSLT processor (PHP 4 >= 4.0.4, PECL)
void xslt_set_log(resource xh [, mixed log]) |Set the log file to write log messages to (PHP 4 >= 4.0.6, PECL)
bool xslt_set_object(resource processor, object &obj) |Sets the object in which to resolve callback functions (PHP 4 >= 4.3.0, PECL)
void xslt_set_sax_handler(resource xh, array handlers) |Set SAX handlers for a XSLT processor (4.0.3 - 4.0.6 only)
void xslt_set_sax_handlers(resource processor, array handlers) |Set the SAX handlers to be called when the XML document gets processed (PHP 4 >= 4.0.6, PECL)
void xslt_set_scheme_handler(resource xh, array handlers) |Set Scheme handlers for a XSLT processor (4.0.5 - 4.0.6 only)
void xslt_set_scheme_handlers(resource processor, array handlers) |Set the scheme handlers for the XSLT processor (PHP 4 >= 4.0.6, PECL)
mixed xslt_setopt(resource processor, int newmask) |Set options on a given xsl processor (PHP 4 >= 4.3.0, PECL)