__autoload (string $class) string Attempt to load undefined class (No version information available, might only be in SVN) __halt_compiler (void) Halts the compiler execution (PHP 5 >= 5.1.0) abs (mixed $number) Absolute value (PHP 4, PHP 5) acos (float $arg) float Arc cosine (PHP 4, PHP 5) acosh (float $arg) float Inverse hyperbolic cosine (PHP 4 >= 4.1.0, PHP 5) addcslashes (string $str, string $charlist) string Quote string with slashes in a C style (PHP 4, PHP 5) addslashes (string $str) string Quote string with slashes (PHP 4, PHP 5) aggregate (object $object, string $class_name) object Dynamic class and object aggregation of methods and properties (PHP 4 >= 4.2.0) aggregate_info (object $object) array Gets aggregation information for a given object (PHP 4 >= 4.3.0) aggregate_methods (object $object, string $class_name) object Dynamic class and object aggregation of methods (PHP 4 >= 4.2.0) aggregate_methods_by_list (object $object, string $class_name, array $methods_list[, bool $exclude = false]) object Selective dynamic class methods aggregation to an object (PHP 4 >= 4.2.0) aggregate_methods_by_regexp (object $object, string $class_name, string $regexp[, bool $exclude = false]) object Selective class methods aggregation to an object using a regular expression (PHP 4 >= 4.2.0) aggregate_properties (object $object, string $class_name) object Dynamic aggregation of class properties to an object (PHP 4 >= 4.2.0) aggregate_properties_by_list (object $object, string $class_name, array $properties_list[, bool $exclude = false]) object Selective dynamic class properties aggregation to an object (PHP 4 >= 4.2.0) aggregate_properties_by_regexp (object $object, string $class_name, string $regexp[, bool $exclude = false]) object Selective class properties aggregation to an object using a regular expression (PHP 4 >= 4.2.0) apache_child_terminate (void) bool Terminate apache process after this request (PHP 4 >= 4.0.5, PHP 5) apache_get_modules (void) array Get a list of loaded Apache modules (PHP 4 >= 4.3.2, PHP 5) apache_get_version (void) string Fetch Apache version (PHP 4 >= 4.3.2, PHP 5) apache_getenv (string $variable[, bool $walk_to_top = false]) string Get an Apache subprocess_env variable (PHP 4 >= 4.3.0, PHP 5) apache_lookup_uri (string $filename) object Perform a partial request for the specified URI and return all info about it (PHP 4, PHP 5) apache_note (string $note_name[, string $note_value = ""]) string Get and set apache request notes (PHP 4, PHP 5) apache_request_headers (void) array Fetch all HTTP request headers (PHP 4 >= 4.3.0, PHP 5) apache_reset_timeout (void) bool Reset the Apache write timer (PHP 5 >= 5.1.0) apache_response_headers (void) array Fetch all HTTP response headers (PHP 4 >= 4.3.0, PHP 5) apache_setenv (string $variable, string $value[, bool $walk_to_top = false]) bool Set an Apache subprocess_env variable (PHP 4 >= 4.2.0, PHP 5) apc_add (string $key[, mixed $var[, int $ttl = 0]]) bool Cache a new variable in the data store (PECL apc >= 3.0.13) apc_bin_dump ([ array $files[, array $user_vars]]) string Get a binary dump of the given files and user variables (PECL apc >= 3.1.4) apc_bin_dumpfile (array $files, array $user_vars, string $filename[, int $flags = 0[, resource $context]]) int Output a binary dump of cached files and user variables to a file (PECL apc >= 3.1.4) apc_bin_load (string $data[, int $flags = 0]) bool Load a binary dump into the APC file/user cache (PECL apc >= 3.1.4) apc_bin_loadfile (string $filename[, resource $context[, int $flags]]) bool Load a binary dump from a file into the APC file/user cache (PECL apc >= 3.1.4) apc_cache_info ([ string $cache_type[, bool $limited = false]]) array Retrieves cached information from APC's data store (PECL apc >= 2.0.0) apc_cas (string $key, int $old, int $new) bool Updates an old value with a new value (PECL apc >= 3.1.1) apc_clear_cache ([ string $cache_type]) bool Clears the APC cache (PECL apc >= 2.0.0) apc_compile_file (string $filename[, bool $atomic = true]) string Stores a file in the bytecode cache, bypassing all filters. (PECL apc >= 3.0.13) apc_dec (string $key[, int $step = 1[, bool &$success]]) int Decrease a stored number (PECL apc >= 3.1.1) apc_define_constants (string $key, array $constants[, bool $case_sensitive = true]) bool Defines a set of constants for retrieval and mass-definition (PECL apc >= 3.0.0) apc_delete (string $key) string Removes a stored variable from the cache (PECL apc >= 3.0.0) apc_delete_file (mixed $keys) Deletes files from the opcode cache (PECL apc >= 3.1.1) apc_exists (mixed $keys) Checks if APC key exists (PECL apc >= 3.1.4) apc_fetch (mixed $key[, bool &$success]) bool Fetch a stored variable from the cache (PECL apc >= 3.0.0) apc_inc (string $key[, int $step = 1[, bool &$success]]) int Increase a stored number (PECL apc >= 3.1.1) apc_load_constants (string $key[, bool $case_sensitive = true]) bool Loads a set of constants from the cache (PECL apc >= 3.0.0) apc_sma_info ([ bool $limited = false]) array Retrieves APC's Shared Memory Allocation information (PECL apc >= 2.0.0) apc_store (string $key, mixed $var[, int $ttl = 0]) bool Cache a variable in the data store (PECL apc >= 3.0.0) apd_breakpoint (int $debug_level) bool Stops the interpreter and waits on a CR from the socket (PECL apd >= 0.2) apd_callstack (void) array Returns the current call stack as an array (PECL apd 0.2-0.4) apd_clunk (string $warning[, string $delimiter]) string Throw a warning and a callstack (PECL apd 0.2-0.4) apd_continue (int $debug_level) bool Restarts the interpreter (PECL apd >= 0.2) apd_croak (string $warning[, string $delimiter]) string Throw an error, a callstack and then exit (PECL apd 0.2-0.4) apd_dump_function_table (void) Outputs the current function table (Unknown) apd_dump_persistent_resources (void) array Return all persistent resources as an array (PECL apd 0.2-0.4) apd_dump_regular_resources (void) array Return all current regular resources as an array (PECL apd 0.2-0.4) apd_echo (string $output) bool Echo to the debugging socket (PECL apd >= 0.2) apd_get_active_symbols (void) array Get an array of the current variables names in the local scope (PECL apd 0.2) apd_set_pprof_trace ([ string $dump_directory[, string $fragment = "pprof"]]) string Starts the session debugging (PECL apd >= 0.2) apd_set_session (int $debug_level) int Changes or sets the current debugging level (PECL apd 0.2-0.4) apd_set_session_trace (int $debug_level[, string $dump_directory]) int Starts the session debugging (PECL apd 0.2-0.4) apd_set_session_trace_socket (string $tcp_server, int $socket_type, int $port, int $debug_level) bool Starts the remote session debugging (PECL apd >= 0.2) array ([ mixed $...]) array Create an array (PHP 4, PHP 5) array_change_key_case (array $input[, int $case = CASE_LOWER]) array Changes all keys in an array (PHP 4 >= 4.2.0, PHP 5) array_chunk (array $input, int $size[, bool $preserve_keys = false]) array Split an array into chunks (PHP 4 >= 4.2.0, PHP 5) array_combine (array $keys, array $values) array Creates an array by using one array for keys and another for its values (PHP 5) array_count_values (array $input) array Counts all the values of an array (PHP 4, PHP 5) array_diff (array $array1, array $array2[, array $...]) array Computes the difference of arrays (PHP 4 >= 4.0.1, PHP 5) array_diff_assoc (array $array1, array $array2[, array $...]) array Computes the difference of arrays with additional index check (PHP 4 >= 4.3.0, PHP 5) array_diff_key (array $array1, array $array2[, array $...]) array Computes the difference of arrays using keys for comparison (PHP 5 >= 5.1.0) array_diff_uassoc (array $array1, array $array2[, array $...], callable $key_compare_func) array Computes the difference of arrays with additional index check which is performed by a user supplied callback function (PHP 5) array_diff_ukey (array $array1, array $array2[, array $...], callable $key_compare_func) array Computes the difference of arrays using a callback function on the keys for comparison (PHP 5 >= 5.1.0) array_fill (int $start_index, int $num, mixed $value) array Fill an array with values (PHP 4 >= 4.2.0, PHP 5) array_fill_keys (array $keys, mixed $value) array Fill an array with values, specifying keys (PHP 5 >= 5.2.0) array_filter (array $input[, callable $callback = ""]) array Filters elements of an array using a callback function (PHP 4 >= 4.0.6, PHP 5) array_flip (array $trans) array Exchanges all keys with their associated values in an array (PHP 4, PHP 5) array_intersect (array $array1, array $array2[, array $...]) array Computes the intersection of arrays (PHP 4 >= 4.0.1, PHP 5) array_intersect_assoc (array $array1, array $array2[, array $...]) array Computes the intersection of arrays with additional index check (PHP 4 >= 4.3.0, PHP 5) array_intersect_key (array $array1, array $array2[, array $...]) array Computes the intersection of arrays using keys for comparison (PHP 5 >= 5.1.0) array_intersect_uassoc (array $array1, array $array2[, array $...], callable $key_compare_func) array Computes the intersection of arrays with additional index check, compares indexes by a callback function (PHP 5) array_intersect_ukey (array $array1, array $array2[, array $...], callable $key_compare_func) array Computes the intersection of arrays using a callback function on the keys for comparison (PHP 5 >= 5.1.0) array_key_exists (mixed $key, array $search) bool Checks if the given key or index exists in the array (PHP 4 >= 4.0.7, PHP 5) array_keys (array $input[, mixed $search_value = NULL[, bool $strict = false]]) array Return all the keys or a subset of the keys of an array (PHP 4, PHP 5) array_map (callable $callback, array $arr1[, array $...]) array Applies the callback to the elements of the given arrays (PHP 4 >= 4.0.6, PHP 5) array_merge (array $array1[, array $...]) array Merge one or more arrays (PHP 4, PHP 5) array_merge_recursive (array $array1[, array $...]) array Merge two or more arrays recursively (PHP 4 >= 4.0.1, PHP 5) array_multisort (array &$arr[, mixed $arg = SORT_ASC[, mixed $arg = SORT_REGULAR[, mixed $...]]]) bool Sort multiple or multi-dimensional arrays (PHP 4, PHP 5) array_pad (array $input, int $pad_size, mixed $pad_value) array Pad array to the specified length with a value (PHP 4, PHP 5) array_pop (array &$array) array Pop the element off the end of array (PHP 4, PHP 5) array_product (array $array) array Calculate the product of values in an array (PHP 5 >= 5.1.0) array_push (array &$array, mixed $var[, mixed $...]) int Push one or more elements onto the end of array (PHP 4, PHP 5) array_rand (array $input[, int $num_req = 1]) array Pick one or more random entries out of an array (PHP 4, PHP 5) array_reduce (array $input, callable $function[, mixed $initial = NULL]) array Iteratively reduce the array to a single value using a callback function (PHP 4 >= 4.0.5, PHP 5) array_replace (array $array, array $array1[, array $...]) array Replaces elements from passed arrays into the first array (PHP 5 >= 5.3.0) array_replace_recursive (array $array, array $array1[, array $...]) array Replaces elements from passed arrays into the first array recursively (PHP 5 >= 5.3.0) array_reverse (array $array[, bool $preserve_keys = false]) array Return an array with elements in reverse order (PHP 4, PHP 5) array_search (mixed $needle, array $haystack[, bool $strict = false]) array Searches the array for a given value and returns the corresponding key if successful (PHP 4 >= 4.0.5, PHP 5) array_shift (array &$array) array Shift an element off the beginning of array (PHP 4, PHP 5) array_slice (array $array, int $offset[, int $length = NULL[, bool $preserve_keys = false]]) array Extract a slice of the array (PHP 4, PHP 5) array_splice (array &$input, int $offset[, int $length = 0[, mixed $replacement]]) array Remove a portion of the array and replace it with something else (PHP 4, PHP 5) array_sum (array $array) array Calculate the sum of values in an array (PHP 4 >= 4.0.4, PHP 5) array_udiff (array $array1, array $array2[, array $...], callable $data_compare_func) array Computes the difference of arrays by using a callback function for data comparison (PHP 5) array_udiff_assoc (array $array1, array $array2[, array $...], callable $data_compare_func) array Computes the difference of arrays with additional index check, compares data by a callback function (PHP 5) array_udiff_uassoc (array $array1, array $array2[, array $...], callable $data_compare_func, callable $key_compare_func) array Computes the difference of arrays with additional index check, compares data and indexes by a callback function (PHP 5) array_uintersect (array $array1, array $array2[, array $...], callable $data_compare_func) array Computes the intersection of arrays, compares data by a callback function (PHP 5) array_uintersect_assoc (array $array1, array $array2[, array $...], callable $data_compare_func) array Computes the intersection of arrays with additional index check, compares data by a callback function (PHP 5) array_uintersect_uassoc (array $array1, array $array2[, array $...], callable $data_compare_func, callable $key_compare_func) array Computes the intersection of arrays with additional index check, compares data and indexes by a callback functions (PHP 5) array_unique (array $array[, int $sort_flags = SORT_STRING]) array Removes duplicate values from an array (PHP 4 >= 4.0.1, PHP 5) array_unshift (array &$array, mixed $var[, mixed $...]) int Prepend one or more elements to the beginning of an array (PHP 4, PHP 5) array_values (array $input) array Return all the values of an array (PHP 4, PHP 5) array_walk (array &$array, callable $funcname[, mixed $userdata = NULL]) bool Apply a user function to every member of an array (PHP 4, PHP 5) array_walk_recursive (array &$input, callable $funcname[, mixed $userdata = NULL]) bool Apply a user function recursively to every member of an array (PHP 5) arsort (array &$array[, int $sort_flags = SORT_REGULAR]) bool Sort an array in reverse order and maintain index association (PHP 4, PHP 5) asin (float $arg) float Arc sine (PHP 4, PHP 5) asinh (float $arg) float Inverse hyperbolic sine (PHP 4 >= 4.1.0, PHP 5) asort (array &$array[, int $sort_flags = SORT_REGULAR]) bool Sort an array and maintain index association (PHP 4, PHP 5) assert (mixed $assertion[, string $description]) bool Checks if assertion is (PHP 4, PHP 5) assert_options (int $what[, mixed $value]) int Set/get the various assert flags (PHP 4, PHP 5) atan (float $arg) float Arc tangent (PHP 4, PHP 5) atan2 (float $y, float $x) float Arc tangent of two variables (PHP 4, PHP 5) atanh (float $arg) float Inverse hyperbolic tangent (PHP 4 >= 4.1.0, PHP 5) base64_decode (string $data[, bool $strict = false]) string Decodes data encoded with MIME base64 (PHP 4, PHP 5) base64_encode (string $data) string Encodes data with MIME base64 (PHP 4, PHP 5) base_convert (string $number, int $frombase, int $tobase) string Convert a number between arbitrary bases (PHP 4, PHP 5) basename (string $path[, string $suffix]) string Returns trailing name component of path (PHP 4, PHP 5) bbcode_add_element (resource $bbcode_container, string $tag_name, array $tag_rules) bool Adds a bbcode element (PECL bbcode >= 0.9.0) bbcode_add_smiley (resource $bbcode_container, string $smiley, string $replace_by) bool Adds a smiley to the parser (PECL bbcode >= 0.10.2) bbcode_create ([ array $bbcode_initial_tags]) resource Create a BBCode Resource (PECL bbcode >= 0.9.0) bbcode_destroy (resource $bbcode_container) bool Close BBCode_container resource (PECL bbcode >= 0.9.0) bbcode_parse (resource $bbcode_container, string $to_parse) string Parse a string following a given rule set (PECL bbcode >= 0.9.0) bbcode_set_arg_parser (resource $bbcode_container, resource $bbcode_arg_parser) bool Attach another parser in order to use another rule set for argument parsing (PECL bbcode >= 0.10.2) bbcode_set_flags (resource $bbcode_container, int $flags[, int $mode = BBCODE_SET_FLAGS_SET]) bool Set or alter parser options (PECL bbcode >= 0.10.2) bcadd (string $left_operand, string $right_operand[, int $scale]) string Add two arbitrary precision numbers (PHP 4, PHP 5) bccomp (string $left_operand, string $right_operand[, int $scale]) int Compare two arbitrary precision numbers (PHP 4, PHP 5) bcdiv (string $left_operand, string $right_operand[, int $scale]) string Divide two arbitrary precision numbers (PHP 4, PHP 5) bcmod (string $left_operand, string $modulus) string Get modulus of an arbitrary precision number (PHP 4, PHP 5) bcmul (string $left_operand, string $right_operand[, int $scale]) string Multiply two arbitrary precision number (PHP 4, PHP 5) bcompiler_load (string $filename) bool Reads and creates classes from a bz compressed file (PECL bcompiler >= 0.4) bcompiler_load_exe (string $filename) bool Reads and creates classes from a bcompiler exe file (PECL bcompiler >= 0.4) bcompiler_parse_class (string $class, string $callback) bool Reads the bytecodes of a class and calls back to a user function (PECL bcompiler >= 0.4) bcompiler_read (resource $filehandle) bool Reads and creates classes from a filehandle (PECL bcompiler >= 0.4) bcompiler_write_class (resource $filehandle, string $className[, string $extends]) bool Writes a defined class as bytecodes (PECL bcompiler >= 0.4) bcompiler_write_constant (resource $filehandle, string $constantName) bool Writes a defined constant as bytecodes (PECL bcompiler >= 0.5) bcompiler_write_exe_footer (resource $filehandle, int $startpos) bool Writes the start pos, and sig to the end of a exe type file (PECL bcompiler >= 0.4) bcompiler_write_file (resource $filehandle, string $filename) bool Writes a php source file as bytecodes (PECL bcompiler >= 0.6) bcompiler_write_footer (resource $filehandle) bool Writes the single character \x00 to indicate End of compiled data (PECL bcompiler >= 0.4) bcompiler_write_function (resource $filehandle, string $functionName) bool Writes a defined function as bytecodes (PECL bcompiler >= 0.5) bcompiler_write_functions_from_file (resource $filehandle, string $fileName) bool Writes all functions defined in a file as bytecodes (PECL bcompiler >= 0.5) bcompiler_write_header (resource $filehandle[, string $write_ver]) bool Writes the bcompiler header (PECL bcompiler >= 0.3) bcompiler_write_included_filename (resource $filehandle, string $filename) bool Writes an included file as bytecodes (PECL bcompiler >= 0.5) bcpow (string $left_operand, string $right_operand[, int $scale]) string Raise an arbitrary precision number to another (PHP 4, PHP 5) bcpowmod (string $left_operand, string $right_operand, string $modulus[, int $scale]) string Raise an arbitrary precision number to another, reduced by a specified modulus (PHP 5) bcscale (int $scale) bool Set default scale parameter for all bc math functions (PHP 4, PHP 5) bcsqrt (string $operand[, int $scale]) string Get the square root of an arbitrary precision number (PHP 4, PHP 5) bcsub (string $left_operand, string $right_operand[, int $scale]) string Subtract one arbitrary precision number from another (PHP 4, PHP 5) bin2hex (string $str) string Convert binary data into hexadecimal representation (PHP 4, PHP 5) bind_textdomain_codeset (string $domain, string $codeset) string Specify the character encoding in which the messages from the DOMAIN message catalog will be returned (PHP 4 >= 4.2.0, PHP 5) bindec (string $binary_string) string Binary to decimal (PHP 4, PHP 5) bindtextdomain (string $domain, string $directory) string Sets the path for a domain (PHP 4, PHP 5) boolval (mixed $var) boolean Get the boolean value of a variable (PHP 5 >= 5.5.0) bson_decode (string $bson) array Deserializes a BSON object into a PHP array (PECL mongo >=1.0.1) bson_encode (mixed $anything) string Serializes a PHP variable into a BSON string (PECL mongo >=1.0.1) bzclose (resource $bz) int Close a bzip2 file (PHP 4 >= 4.0.4, PHP 5) bzcompress (string $source[, int $blocksize = 4[, int $workfactor = 0]]) string Compress a string into bzip2 encoded data (PHP 4 >= 4.0.4, PHP 5) bzdecompress (string $source[, int $small = 0]) string Decompresses bzip2 encoded data (PHP 4 >= 4.0.4, PHP 5) bzerrno (resource $bz) int Returns a bzip2 error number (PHP 4 >= 4.0.4, PHP 5) bzerror (resource $bz) array Returns the bzip2 error number and error string in an array (PHP 4 >= 4.0.4, PHP 5) bzerrstr (resource $bz) string Returns a bzip2 error string (PHP 4 >= 4.0.4, PHP 5) bzflush (resource $bz) int Force a write of all buffered data (PHP 4 >= 4.0.4, PHP 5) bzopen (string $filename, string $mode) resource Opens a bzip2 compressed file (PHP 4 >= 4.0.4, PHP 5) bzread (resource $bz[, int $length = 1024]) string Binary safe bzip2 file read (PHP 4 >= 4.0.4, PHP 5) bzwrite (resource $bz, string $data[, int $length]) int Binary safe bzip2 file write (PHP 4 >= 4.0.4, PHP 5) cairo_create (CairoSurface $surface) Returns a new CairoContext object on the requested surface. (PECL cairo >= 0.1.0) cairo_font_face_get_type (CairoFontFace $fontface) int Description (PECL cairo >= 0.1.0) cairo_font_options_create (void) Description (PECL cairo >= 0.1.0) cairo_font_options_equal (CairoFontOptions $options, CairoFontOptions $other) bool Description (PECL cairo >= 0.1.0) cairo_font_options_get_antialias (CairoFontOptions $options) int Description (PECL cairo >= 0.1.0) cairo_font_options_get_hint_metrics (CairoFontOptions $options) int Description (PECL cairo >= 0.1.0) cairo_font_options_get_hint_style (CairoFontOptions $options) int Description (PECL cairo >= 0.1.0) cairo_font_options_get_subpixel_order (CairoFontOptions $options) int Description (PECL cairo >= 0.1.0) cairo_font_options_hash (CairoFontOptions $options) int Description (PECL cairo >= 0.1.0) cairo_font_options_merge (CairoFontOptions $options, CairoFontOptions $other) Description (PECL cairo >= 0.1.0) cairo_font_options_set_antialias (CairoFontOptions $options, int $antialias) int Description (PECL cairo >= 0.1.0) cairo_font_options_set_hint_metrics (CairoFontOptions $options, int $hint_metrics) int Description (PECL cairo >= 0.1.0) cairo_font_options_set_hint_style (CairoFontOptions $options, int $hint_style) int Description (PECL cairo >= 0.1.0) cairo_font_options_set_subpixel_order (CairoFontOptions $options, int $subpixel_order) int Description (PECL cairo >= 0.1.0) cairo_font_options_status (CairoFontOptions $options) int Description (PECL cairo >= 0.1.0) cairo_format_stride_for_width (int $format, int $width) int Description (PECL cairo >= 0.1.0) cairo_image_surface_create (int $format, int $width, int $height) int Description (PECL cairo >= 0.1.0) cairo_image_surface_create_for_data (string $data, int $format, int $width, int $height[, int $stride = -1]) string Description (PECL cairo >= 0.1.0) cairo_image_surface_create_from_png (string $file) string Description (PECL cairo >= 0.1.0) cairo_image_surface_get_data (CairoImageSurface $surface) string Description (PECL cairo >= 0.1.0) cairo_image_surface_get_format (CairoImageSurface $surface) int Description (PECL cairo >= 0.1.0) cairo_image_surface_get_height (CairoImageSurface $surface) int Description (PECL cairo >= 0.1.0) cairo_image_surface_get_stride (CairoImageSurface $surface) int Description (PECL cairo >= 0.1.0) cairo_image_surface_get_width (CairoImageSurface $surface) int Description (PECL cairo >= 0.1.0) cairo_matrix_invert (CairoMatrix $matrix) Description (PECL cairo >= 0.1.0) cairo_matrix_multiply (CairoMatrix $matrix1, CairoMatrix $matrix2) Description (PECL cairo >= 0.1.0) cairo_matrix_rotate (CairoMatrix $matrix, float $radians) float Description (PECL cairo >= 0.1.0) cairo_matrix_transform_distance (CairoMatrix $matrix, float $dx, float $dy) array Description (PECL cairo >= 0.1.0) cairo_matrix_transform_point (CairoMatrix $matrix, float $dx, float $dy) array Description (PECL cairo >= 0.1.0) cairo_matrix_translate (CairoMatrix $matrix, float $tx, float $ty) float Description (PECL cairo >= 0.1.0) cairo_pattern_add_color_stop_rgb (CairoGradientPattern $pattern, float $offset, float $red, float $green, float $blue) float Description (PECL cairo >= 0.1.0) cairo_pattern_add_color_stop_rgba (CairoGradientPattern $pattern, float $offset, float $red, float $green, float $blue, float $alpha) float Description (PECL cairo >= 0.1.0) cairo_pattern_create_for_surface (CairoSurface $surface) Description (PECL cairo >= 0.1.0) cairo_pattern_create_linear (float $x0, float $y0, float $x1, float $y1) float Description (PECL cairo >= 0.1.0) cairo_pattern_create_radial (float $x0, float $y0, float $r0, float $x1, float $y1, float $r1) float Description (PECL cairo >= 0.1.0) cairo_pattern_create_rgb (float $red, float $green, float $blue) float Description (PECL cairo >= 0.1.0) cairo_pattern_create_rgba (float $red, float $green, float $blue, float $alpha) float Description (PECL cairo >= 0.1.0) cairo_pattern_get_color_stop_count (CairoGradientPattern $pattern) int Description (PECL cairo >= 0.1.0) cairo_pattern_get_color_stop_rgba (CairoGradientPattern $pattern, int $index) array Description (PECL cairo >= 0.1.0) cairo_pattern_get_extend (string $pattern) int Description (PECL cairo >= 0.1.0) cairo_pattern_get_filter (CairoSurfacePattern $pattern) int Description (PECL cairo >= 0.1.0) cairo_pattern_get_linear_points (CairoLinearGradient $pattern) array Description (PECL cairo >= 0.1.0) cairo_pattern_get_matrix (CairoPattern $pattern) Description (PECL cairo >= 0.1.0) cairo_pattern_get_radial_circles (CairoRadialGradient $pattern) array Description (PECL cairo >= 0.1.0) cairo_pattern_get_rgba (CairoSolidPattern $pattern) array Description (PECL cairo >= 0.1.0) cairo_pattern_get_surface (CairoSurfacePattern $pattern) Description (PECL cairo >= 0.1.0) cairo_pattern_get_type (CairoPattern $pattern) int Description (PECL cairo >= 0.1.0) cairo_pattern_set_extend (string $pattern, string $extend) string Description (PECL cairo >= 0.1.0) cairo_pattern_set_filter (CairoSurfacePattern $pattern, int $filter) int Description (PECL cairo >= 0.1.0) cairo_pattern_set_matrix (CairoPattern $pattern, CairoMatrix $matrix) Description (PECL cairo >= 0.1.0) cairo_pattern_status (CairoPattern $pattern) int Description (PECL cairo >= 0.1.0) cairo_pdf_surface_create (string $file, float $width, float $height) string Description (PECL cairo >= 0.1.0) cairo_pdf_surface_set_size (CairoPdfSurface $surface, float $width, float $height) float Description (PECL cairo >= 0.1.0) cairo_ps_get_levels (void) array Description (PECL cairo >= 0.1.0) cairo_ps_level_to_string (int $level) string Description (PECL cairo >= 0.1.0) cairo_ps_surface_create (string $file, float $width, float $height) string Description (PECL cairo >= 0.1.0) cairo_ps_surface_dsc_begin_page_setup (CairoPsSurface $surface) Description (PECL cairo >= 0.1.0) cairo_ps_surface_dsc_begin_setup (CairoPsSurface $surface) Description (PECL cairo >= 0.1.0) cairo_ps_surface_dsc_comment (CairoPsSurface $surface, string $comment) string Description (PECL cairo >= 0.1.0) cairo_ps_surface_get_eps (CairoPsSurface $surface) bool Description (PECL cairo >= 0.1.0) cairo_ps_surface_restrict_to_level (CairoPsSurface $surface, int $level) int Description (PECL cairo >= 0.1.0) cairo_ps_surface_set_eps (CairoPsSurface $surface, bool $level) bool Description (PECL cairo >= 0.1.0) cairo_ps_surface_set_size (CairoPsSurface $surface, float $width, float $height) float Description (PECL cairo >= 0.1.0) cairo_scaled_font_create (CairoFontFace $fontface, CairoMatrix $matrix, CairoMatrix $ctm, CairoFontOptions $fontoptions) Description (PECL cairo >= 0.1.0) cairo_scaled_font_extents (CairoScaledFont $scaledfont) array Description (PECL cairo >= 0.1.0) cairo_scaled_font_get_ctm (CairoScaledFont $scaledfont) Description (PECL cairo >= 0.1.0) cairo_scaled_font_get_font_face (CairoScaledFont $scaledfont) Description (PECL cairo >= 0.1.0) cairo_scaled_font_get_font_matrix (CairoScaledFont $scaledfont) Description (PECL cairo >= 0.1.0) cairo_scaled_font_get_font_options (CairoScaledFont $scaledfont) Description (PECL cairo >= 0.1.0) cairo_scaled_font_get_scale_matrix (CairoScaledFont $scaledfont) Description (PECL cairo >= 0.1.0) cairo_scaled_font_get_type (CairoScaledFont $scaledfont) int Description (PECL cairo >= 0.1.0) cairo_scaled_font_glyph_extents (CairoScaledFont $scaledfont, array $glyphs) array Description (PECL cairo >= 0.1.0) cairo_scaled_font_status (CairoScaledFont $scaledfont) int Description (PECL cairo >= 0.1.0) cairo_scaled_font_text_extents (CairoScaledFont $scaledfont, string $text) array Description (PECL cairo >= 0.1.0) cairo_surface_copy_page (CairoSurface $surface) Description (PECL cairo >= 0.1.0) cairo_surface_create_similar (CairoSurface $surface, int $content, float $width, float $height) int Description (PECL cairo >= 0.1.0) cairo_surface_finish (CairoSurface $surface) Description (PECL cairo >= 0.1.0) cairo_surface_flush (CairoSurface $surface) Description (PECL cairo >= 0.1.0) cairo_surface_get_content (CairoSurface $surface) int Description (PECL cairo >= 0.1.0) cairo_surface_get_device_offset (CairoSurface $surface) array Description (PECL cairo >= 0.1.0) cairo_surface_get_font_options (CairoSurface $surface) Description (PECL cairo >= 0.1.0) cairo_surface_get_type (CairoSurface $surface) int Description (PECL cairo >= 0.1.0) cairo_surface_mark_dirty (CairoSurface $surface) Description (PECL cairo >= 0.1.0) cairo_surface_mark_dirty_rectangle (CairoSurface $surface, float $x, float $y, float $width, float $height) float Description (PECL cairo >= 0.1.0) cairo_surface_set_device_offset (CairoSurface $surface, float $x, float $y) float Description (PECL cairo >= 0.1.0) cairo_surface_set_fallback_resolution (CairoSurface $surface, float $x, float $y) float Description (PECL cairo >= 0.1.0) cairo_surface_show_page (CairoSurface $surface) Description (PECL cairo >= 0.1.0) cairo_surface_status (CairoSurface $surface) int Description (PECL cairo >= 0.1.0) cairo_surface_write_to_png (CairoSurface $surface, resource $stream) resource Description (PECL cairo >= 0.1.0) cairo_svg_surface_create (string $file, float $width, float $height) string Description (PECL cairo >= 0.1.0) cairo_svg_surface_restrict_to_version (CairoSvgSurface $surface, int $version) int Description (PECL cairo >= 0.1.0) cairo_svg_version_to_string (int $version) string Description (PECL cairo >= 0.1.0) cal_days_in_month (int $calendar, int $month, int $year) int Return the number of days in a month for a given year and calendar (PHP 4 >= 4.1.0, PHP 5) cal_from_jd (int $jd, int $calendar) array Converts from Julian Day Count to a supported calendar (PHP 4 >= 4.1.0, PHP 5) cal_info ([ int $calendar = -1]) array Returns information about a particular calendar (PHP 4 >= 4.1.0, PHP 5) cal_to_jd (int $calendar, int $month, int $day, int $year) int Converts from a supported calendar to Julian Day Count (PHP 4 >= 4.1.0, PHP 5) calcul_hmac (string $clent, string $siretcode, string $price, string $reference, string $validity, string $taxation, string $devise, string $language) string Obtain a hmac key (needs 8 arguments) (PECL spplus >= 1.0.0) calculhmac (string $clent, string $data) string Obtain a hmac key (needs 2 arguments) (PECL spplus >= 1.0.0) call_user_func (callable $callback[, mixed $parameter[, mixed $...]]) Call the callback given by the first parameter (PHP 4, PHP 5) call_user_func_array (callable $callback, array $param_arr) array Call a callback with an array of parameters (PHP 4 >= 4.0.4, PHP 5) call_user_method (string $method_name, object &$obj[, mixed $parameter[, mixed $...]]) string Call a user method on an specific object [deprecated] (PHP 4, PHP 5) call_user_method_array (string $method_name, object &$obj, array $params) string Call a user method given with an array of parameters [deprecated] (PHP 4 >= 4.0.5, PHP 5) ceil (float $value) float Round fractions up (PHP 4, PHP 5) chdb_create (string $pathname, array $data) bool Creates a chdb file (PECL chdb >= 0.1.0) chdir (string $directory) bool Change directory (PHP 4, PHP 5) checkdate (int $month, int $day, int $year) bool Validate a Gregorian date (PHP 4, PHP 5) checkdnsrr (string $host[, string $type = "MX"]) bool Check DNS records corresponding to a given Internet host name or IP address (PHP 4, PHP 5) chgrp (string $filename, mixed $group) bool Changes file group (PHP 4, PHP 5) chmod (string $filename, int $mode) bool Changes file mode (PHP 4, PHP 5) chown (string $filename, mixed $user) bool Changes file owner (PHP 4, PHP 5) chr (int $ascii) string Return a specific character (PHP 4, PHP 5) chroot (string $directory) bool Change the root directory (PHP 4 >= 4.0.5, PHP 5) chunk_split (string $body[, int $chunklen = 76[, string $end = "\r\n"]]) string Split a string into smaller chunks (PHP 4, PHP 5) class_alias (string $original, string $alias[, bool $autoload = TRUE]) bool Creates an alias for a class (PHP 5 >= 5.3.0) class_exists (string $class_name[, bool $autoload = true]) bool Checks if the class has been defined (PHP 4, PHP 5) class_implements (mixed $class[, bool $autoload = true]) array Return the interfaces which are implemented by the given class (PHP 5 >= 5.1.0) class_parents (mixed $class[, bool $autoload = true]) array Return the parent classes of the given class (PHP 5 >= 5.1.0) class_uses (mixed $class[, bool $autoload = true]) array Return the traits used by the given class (PHP 5 >= 5.4.0) classkit_import (string $filename) array Import new class method definitions from a file (PECL classkit >= 0.3) classkit_method_add (string $classname, string $methodname, string $args, string $code[, int $flags = CLASSKIT_ACC_PUBLIC]) bool Dynamically adds a new method to a given class (PECL classkit >= 0.1) classkit_method_copy (string $dClass, string $dMethod, string $sClass[, string $sMethod]) bool Copies a method from class to another (PECL classkit >= 0.2) classkit_method_redefine (string $classname, string $methodname, string $args, string $code[, int $flags = CLASSKIT_ACC_PUBLIC]) bool Dynamically changes the code of the given method (PECL classkit >= 0.1) classkit_method_remove (string $classname, string $methodname) bool Dynamically removes the given method (PECL classkit >= 0.1) classkit_method_rename (string $classname, string $methodname, string $newname) bool Dynamically changes the name of the given method (PECL classkit >= 0.1) clearstatcache ([ bool $clear_realpath_cache = false[, string $filename]]) bool Clears file status cache (PHP 4, PHP 5) closedir ([ resource $dir_handle]) resource Close directory handle (PHP 4, PHP 5) closelog (void) bool Close connection to system logger (PHP 4, PHP 5) com_addref (void) Increases the components reference counter [deprecated] (PHP 4 >= 4.1.0) com_create_guid (void) string Generate a globally unique identifier (GUID) (PHP 5) com_event_sink (variant $comobject, object $sinkobject[, mixed $sinkinterface]) bool Connect events from a COM object to a PHP object (PHP 4 >= 4.2.0, PHP 5) com_get () Gets the value of a COM Component's property [deprecated] (PHP 4) com_get_active_object (string $progid[, int $code_page]) string Returns a handle to an already running instance of a COM object (PHP 5) com_invoke (resource $com_object, string $function_name[, mixed $function_parameters]) resource Calls a COM component's method [deprecated] (PHP 4) com_isenum (variant $com_module) bool Indicates if a COM object has an IEnumVariant interface for iteration [deprecated] (PHP 4 >= 4.1.0) com_load () Creates a new reference to a COM component [deprecated] (PHP 4) com_load_typelib (string $typelib_name[, bool $case_insensitive = true]) bool Loads a Typelib (PHP 4 >= 4.1.0, PHP 5) com_message_pump ([ int $timeoutms = 0]) bool Process COM messages, sleeping for up to timeoutms milliseconds (PHP 4 >= 4.2.0, PHP 5) com_print_typeinfo (object $comobject[, string $dispinterface[, bool $wantsink = false]]) bool Print out a PHP class definition for a dispatchable interface (PHP 4 >= 4.2.0, PHP 5) com_release (void) Decreases the components reference counter [deprecated] (PHP 4 >= 4.1.0) com_set () Assigns a value to a COM component's property (PHP 4) compact (mixed $varname[, mixed $...]) array Create array containing variables and their values (PHP 4, PHP 5) connection_aborted (void) int Check whether client disconnected (PHP 4, PHP 5) connection_status (void) int Returns connection status bitfield (PHP 4, PHP 5) connection_timeout (void) int Check if the script timed out (PHP 4 constant (string $name) string Returns the value of a constant (PHP 4 >= 4.0.4, PHP 5) convert_cyr_string (string $str, string $from, string $to) string Convert from one Cyrillic character set to another (PHP 4, PHP 5) convert_uudecode (string $data) string Decode a uuencoded string (PHP 5) convert_uuencode (string $data) string Uuencode a string (PHP 5) copy (string $source, string $dest[, resource $context]) bool Copies file (PHP 4, PHP 5) cos (float $arg) float Cosine (PHP 4, PHP 5) cosh (float $arg) float Hyperbolic cosine (PHP 4 >= 4.1.0, PHP 5) count (mixed $var[, int $mode = COUNT_NORMAL]) int Count all elements in an array, or something in an object (PHP 4, PHP 5) count_chars (string $string[, int $mode = 0]) string Return information about characters used in a string (PHP 4, PHP 5) crack_check (resource $dictionary, string $password) bool Performs an obscure check with the given password (PECL crack >= 0.1) crack_closedict ([ resource $dictionary]) bool Closes an open CrackLib dictionary (PECL crack >= 0.1) crack_getlastmessage (void) string Returns the message from the last obscure check (PECL crack >= 0.1) crack_opendict (string $dictionary) resource Opens a new CrackLib dictionary (PECL crack >= 0.1) crc32 (string $str) int Calculates the crc32 polynomial of a string (PHP 4 >= 4.0.1, PHP 5) create_function (string $args, string $code) string Create an anonymous (lambda-style) function (PHP 4 >= 4.0.1, PHP 5) crypt (string $str[, string $salt]) string One-way string hashing (PHP 4, PHP 5) ctype_alnum (string $text) bool Check for alphanumeric character(s) (PHP 4 >= 4.0.4, PHP 5) ctype_alpha (string $text) bool Check for alphabetic character(s) (PHP 4 >= 4.0.4, PHP 5) ctype_cntrl (string $text) bool Check for control character(s) (PHP 4 >= 4.0.4, PHP 5) ctype_digit (string $text) bool Check for numeric character(s) (PHP 4 >= 4.0.4, PHP 5) ctype_graph (string $text) bool Check for any printable character(s) except space (PHP 4 >= 4.0.4, PHP 5) ctype_lower (string $text) bool Check for lowercase character(s) (PHP 4 >= 4.0.4, PHP 5) ctype_print (string $text) bool Check for printable character(s) (PHP 4 >= 4.0.4, PHP 5) ctype_punct (string $text) bool Check for any printable character which is not whitespace or an alphanumeric character (PHP 4 >= 4.0.4, PHP 5) ctype_space (string $text) bool Check for whitespace character(s) (PHP 4 >= 4.0.4, PHP 5) ctype_upper (string $text) bool Check for uppercase character(s) (PHP 4 >= 4.0.4, PHP 5) ctype_xdigit (string $text) bool Check for character(s) representing a hexadecimal digit (PHP 4 >= 4.0.4, PHP 5) cubrid_affected_rows ([ resource $conn_identifier]) int Return the number of rows affected by the last SQL statement (PECL CUBRID >= 8.3.0) cubrid_bind (resource $req_identifier, int $bind_index, mixed $bind_value[, string $bind_value_type]) bool Bind variables to a prepared statement as parameters (PECL CUBRID >= 8.3.0) cubrid_client_encoding ([ resource $conn_identifier]) string Return the current CUBRID connection charset (PECL CUBRID >= 8.3.1) cubrid_close ([ resource $conn_identifier]) bool Close CUBRID connection (PECL CUBRID >= 8.3.1) cubrid_close_prepare (resource $req_identifier) bool Close the request handle (PECL CUBRID >= 8.3.0) cubrid_close_request (resource $req_identifier) bool Close the request handle (PECL CUBRID >= 8.3.0) cubrid_col_get (resource $conn_identifier, string $oid, string $attr_name) array Get contents of collection type column using OID (PECL CUBRID >= 8.3.0) cubrid_col_size (resource $conn_identifier, string $oid, string $attr_name) int Get the number of elements in collection type column using OID (PECL CUBRID >= 8.3.0) cubrid_column_names (resource $req_identifier) array Get the column names in result (PECL CUBRID >= 8.3.0) cubrid_column_types (resource $req_identifier) array Get column types in result (PECL CUBRID >= 8.3.0) cubrid_commit (resource $conn_identifier) bool Commit a transaction (PECL CUBRID >= 8.3.0) cubrid_connect (string $host, int $port, string $dbname[, string $userid[, string $passwd[, bool $new_link = false]]]) resource Open a connection to a CUBRID Server (PECL CUBRID >= 8.3.1) cubrid_connect_with_url (string $conn_url[, string $userid[, string $passwd[, bool $new_link = false]]]) resource Establish the environment for connecting to CUBRID server (PECL CUBRID >= 8.3.1) cubrid_current_oid (resource $req_identifier) string Get OID of the current cursor location (PECL CUBRID >= 8.3.0) cubrid_data_seek (resource $result, int $row_number) bool Move the internal row pointer of the CUBRID result (PECL CUBRID >= 8.3.0) cubrid_db_name (array $result, int $index) string Get db name from results of cubrid_list_dbs (PECL CUBRID >= 8.3.1) cubrid_disconnect ([ resource $conn_identifier]) bool Close a database connection (PECL CUBRID >= 8.3.0) cubrid_drop (resource $conn_identifier, string $oid) bool Delete an instance using OID (PECL CUBRID >= 8.3.0) cubrid_errno ([ resource $conn_identifier]) int Return the numerical value of the error message from previous CUBRID operation (PECL CUBRID >= 8.3.1) cubrid_error ([ resource $connection]) string Get the error message (PECL CUBRID >= 8.3.1) cubrid_error_code (void) int Get error code for the most recent function call (PECL CUBRID >= 8.3.0) cubrid_error_code_facility (void) int Get the facility code of error (PECL CUBRID >= 8.3.0) cubrid_error_msg (void) string Get last error message for the most recent function call (PECL CUBRID >= 8.3.0) cubrid_execute (resource $conn_identifier, string $sql[, int $option]) resource Execute a prepared SQL statement (PECL CUBRID >= 8.3.0) cubrid_fetch (resource $result[, int $type = CUBRID_BOTH]) resource Fetch the next row from a result set (PECL CUBRID >= 8.3.0) cubrid_fetch_array (resource $result[, int $type = CUBRID_BOTH]) array Fetch a result row as an associative array, a numeric array, or both (PECL CUBRID >=8.3.0) cubrid_fetch_assoc (resource $result[, int $type]) array Return the associative array that corresponds to the fetched row (PECL CUBRID >= 8.3.0) cubrid_fetch_field (resource $result[, int $field_offset = 0]) object Get column information from a result and return as an object (PECL CUBRID >= 8.3.1) cubrid_fetch_lengths (resource $result) array Return an array with the lengths of the values of each field from the current row (PECL CUBRID >= 8.3.0) cubrid_fetch_object (resource $result[, string $class_name[, array $params[, int $type]]]) object Fetche the next row and returns it as an object (PECL CUBRID >= 8.3.0) cubrid_fetch_row (resource $result[, int $type]) array Return a numerical array with the values of the current row (PECL CUBRID >= 8.3.0) cubrid_field_flags (resource $result, int $field_offset) string Return a string with the flags of the given field offset (PECL CUBRID >= 8.3.0) cubrid_field_len (resource $result, int $field_offset) int Get the maximum length of the specified field (PECL CUBRID >= 8.3.0) cubrid_field_name (resource $result, int $field_offset) string Return the name of the specified field index (PECL CUBRID >= 8.3.0) cubrid_field_seek (resource $result[, int $field_offset = 0]) bool Move the result set cursor to the specified field offset (PECL CUBRID >= 8.3.0) cubrid_field_table (resource $result, int $field_offset) string Return the name of the table of the specified field (PECL CUBRID >= 8.3.0) cubrid_field_type (resource $result, int $field_offset) string Return the type of the column corresponding to the given field offset (PECL CUBRID >= 8.3.0) cubrid_free_result (resource $req_identifier) bool Free the memory occupied by the result data (PECL CUBRID >= 8.3.0) cubrid_get (resource $conn_identifier, string $oid[, mixed $attr]) resource Get a column using OID (PECL CUBRID >= 8.3.0) cubrid_get_autocommit (resource $conn_identifier) bool Get auto-commit mode of the connection (PECL CUBRID >= 8.4.0) cubrid_get_charset (resource $conn_identifier) string Return the current CUBRID connection charset (PECL CUBRID >= 8.3.0) cubrid_get_class_name (resource $conn_identifier, string $oid) string Get the class name using OID (PECL CUBRID >= 8.3.0) cubrid_get_client_info (void) string Return the client library version (PECL CUBRID >= 8.3.0) cubrid_get_db_parameter (resource $conn_identifier) array Returns the CUBRID database parameters (PECL CUBRID >= 8.3.0) cubrid_get_query_timeout (resource $req_identifier) int Get the query timeout value of the request (PECL CUBRID >= 8.4.1) cubrid_get_server_info (resource $conn_identifier) string Return the CUBRID server version (PECL CUBRID >= 8.3.0) cubrid_insert_id ([ resource $conn_identifier]) string Return the ID generated for the lastest updated (PECL CUBRID >= 8.3.0) cubrid_is_instance (resource $conn_identifier, string $oid) int Check whether the instance pointed by OID exists (PECL CUBRID >= 8.3.0) cubrid_list_dbs ([ resource $conn_identifier]) array Return an array with the list of all existing CUBRID databases (PECL CUBRID >= 8.3.0) cubrid_load_from_glo (resource $conn_identifier, string $oid, string $file_name) int Read data from a GLO instance and save it in a file (PECL CUBRID >= 8.3.0) cubrid_lob2_bind (resource $req_identifier, int $bind_index, mixed $bind_value[, string $bind_value_type]) bool Bind a lob object or a string as a lob object to a prepared statement as parameters. (PECL CUBRID >= 8.4.1) cubrid_lob2_close (resource $lob_identifier) bool Close LOB object. (PECL CUBRID >= 8.4.1) cubrid_lob2_export (resource $lob_identifier, string $file_name) bool Export the lob object to a file. (PECL CUBRID >= 8.4.1) cubrid_lob2_import (resource $lob_identifier, string $file_name) bool Import BLOB/CLOB data from a file. (PECL CUBRID >= 8.4.1) cubrid_lob2_new ([ resource $conn_identifier[, string $type = "BLOB"]]) resource Create a lob object. (PECL CUBRID >= 8.4.1) cubrid_lob2_read (resource $lob_identifier, int $len) string Read from BLOB/CLOB data. (PECL CUBRID >= 8.4.1) cubrid_lob2_seek (resource $lob_identifier, int $offset[, int $origin = CUBRID_CURSOR_CURRENT]) bool Move the cursor of a lob object. (PECL CUBRID >= 8.4.1) cubrid_lob2_seek64 (resource $lob_identifier, string $offset[, int $origin = CUBRID_CURSOR_CURRENT]) bool Move the cursor of a lob object. (PECL CUBRID >= 8.4.1) cubrid_lob2_size (resource $lob_identifier) int Get a lob object's size. (PECL CUBRID >= 8.4.1) cubrid_lob2_size64 (resource $lob_identifier) string Get a lob object's size. (PECL CUBRID >= 8.4.1) cubrid_lob2_tell (resource $lob_identifier) int Tell the cursor position of the LOB object. (PECL CUBRID >= 8.4.1) cubrid_lob2_tell64 (resource $lob_identifier) string Tell the cursor position of the LOB object. (PECL CUBRID >= 8.4.1) cubrid_lob2_write (resource $lob_identifier, string $buf) bool Write to a lob object. (PECL CUBRID >= 8.4.1) cubrid_lob_close (array $lob_identifier_array) bool Close BLOB/CLOB data (PECL CUBRID >= 8.3.1) cubrid_lob_export (resource $conn_identifier, resource $lob_identifier, string $path_name) bool Export BLOB/CLOB data to file (PECL CUBRID >= 8.3.1) cubrid_lob_get (resource $conn_identifier, string $sql) array Get BLOB/CLOB data (PECL CUBRID >= 8.3.1) cubrid_lob_send (resource $conn_identifier, resource $lob_identifier) bool Read BLOB/CLOB data and send straight to browser (PECL CUBRID >= 8.3.1) cubrid_lob_size (resource $lob_identifier) string Get BLOB/CLOB data size (PECL CUBRID >= 8.3.1) cubrid_lock_read (resource $conn_identifier, string $oid) bool Set a read lock on the given OID (PECL CUBRID >= 8.3.0) cubrid_lock_write (resource $conn_identifier, string $oid) bool Set a write lock on the given OID (PECL CUBRID >= 8.3.0) cubrid_move_cursor (resource $req_identifier, int $offset[, int $origin = CUBRID_CURSOR_CURRENT]) int Move the cursor in the result (PECL CUBRID >= 8.3.0) cubrid_new_glo (resource $conn_identifier, string $class_name, string $file_name) string Create a glo instance (PECL CUBRID >= 8.3.0) cubrid_next_result (resource $result) bool Get result of next query when executing multiple SQL statements (PECL CUBRID >= 8.4.0) cubrid_num_cols (resource $result) int Return the number of columns in the result set (PECL CUBRID >= 8.3.0) cubrid_num_fields (resource $result) int Return the number of columns in the result set (PECL CUBRID >= 8.3.0) cubrid_num_rows (resource $result) int Get the number of rows in the result set (PECL CUBRID >= 8.3.0) cubrid_pconnect (string $host, int $port, string $dbname[, string $userid[, string $passwd]]) resource Open a persistent connection to a CUBRID server (PECL CUBRID >= 8.3.1) cubrid_pconnect_with_url (string $conn_url[, string $userid[, string $passwd]]) resource Open a persistent connection to CUBRID server (PECL CUBRID >= 8.3.1) cubrid_ping ([ resource $conn_identifier]) bool Ping a server connection or reconnect if there is no connection (PECL CUBRID >= 8.3.1) cubrid_prepare (resource $conn_identifier, string $prepare_stmt[, int $option = 0]) resource Prepare an SQL statement for execution (PECL CUBRID >= 8.3.0) cubrid_put (resource $conn_identifier, string $oid[, string $attr], mixed $value) int Update a column using OID (PECL CUBRID >= 8.3.0) cubrid_query (string $query[, resource $conn_identifier]) resource Send a CUBRID query (PECL CUBRID >= 8.3.1) cubrid_real_escape_string (string $unescaped_string[, resource $conn_identifier]) string Escape special characters in a string for use in an SQL statement (PECL CUBRID >= 8.3.0) cubrid_result (resource $result, int $row[, mixed $field = 0]) string Return the value of a specific field in a specific row (PECL CUBRID >= 8.3.0) cubrid_rollback (resource $conn_identifier) bool Roll back a transaction (PECL CUBRID >= 8.3.0) cubrid_save_to_glo (resource $conn_identifier, string $oid, string $file_name) int Save requested file in a GLO instance (PECL CUBRID >= 8.3.0) cubrid_schema (resource $conn_identifier, int $schema_type[, string $class_name[, string $attr_name]]) array Get the requested schema information (PECL CUBRID >= 8.3.0) cubrid_send_glo (resource $conn_identifier, string $oid) int Read data from glo and send it to std output (PECL CUBRID >= 8.3.0) cubrid_seq_drop (resource $conn_identifier, string $oid, string $attr_name, int $index) bool Delete an element from sequence type column using OID (PECL CUBRID >= 8.3.0) cubrid_seq_insert (resource $conn_identifier, string $oid, string $attr_name, int $index, string $seq_element) bool Insert an element to a sequence type column using OID (PECL CUBRID >= 8.3.0) cubrid_seq_put (resource $conn_identifier, string $oid, string $attr_name, int $index, string $seq_element) bool Update the element value of sequence type column using OID (PECL CUBRID >= 8.3.0) cubrid_set_add (resource $conn_identifier, string $oid, string $attr_name, string $set_element) bool Insert a single element to set type column using OID (PECL CUBRID >= 8.3.0) cubrid_set_autocommit (resource $conn_identifier, bool $mode) bool Set autocommit mode of the connection (PECL CUBRID >= 8.4.0) cubrid_set_db_parameter (resource $conn_identifier, int $param_type, int $param_value) bool Sets the CUBRID database parameters (PECL CUBRID >= 8.4.0) cubrid_set_drop (resource $conn_identifier, string $oid, string $attr_name, string $set_element) bool Delete an element from set type column using OID (PECL CUBRID >= 8.3.0) cubrid_set_query_timeout (resource $req_identifier, int $timeout) bool Set the timeout time of query execution (PECL CUBRID >= 8.4.1) cubrid_unbuffered_query (string $query[, resource $conn_identifier]) resource Perform a query without fetching the results into memory (PECL CUBRID >= 8.3.0) cubrid_version (void) string Get the CUBRID PHP module's version (PECL CUBRID >= 8.3.0) curl_close (resource $ch) resource Close a cURL session (PHP 4 >= 4.0.2, PHP 5) curl_copy_handle (resource $ch) resource Copy a cURL handle along with all of its preferences (PHP 5) curl_errno (resource $ch) int Return the last error number (PHP 4 >= 4.0.3, PHP 5) curl_error (resource $ch) string Return a string containing the last error for the current session (PHP 4 >= 4.0.3, PHP 5) curl_exec (resource $ch) resource Perform a cURL session (PHP 4 >= 4.0.2, PHP 5) curl_getinfo (resource $ch[, int $opt = 0]) resource Get information regarding a specific transfer (PHP 4 >= 4.0.4, PHP 5) curl_init ([ string $url = NULL]) resource Initialize a cURL session (PHP 4 >= 4.0.2, PHP 5) curl_multi_add_handle (resource $mh, resource $ch) int Add a normal cURL handle to a cURL multi handle (PHP 5) curl_multi_close (resource $mh) resource Close a set of cURL handles (PHP 5) curl_multi_exec (resource $mh, int &$still_running) int Run the sub-connections of the current cURL handle (PHP 5) curl_multi_getcontent (resource $ch) string Return the content of a cURL handle if (PHP 5) curl_multi_info_read (resource $mh[, int &$msgs_in_queue = NULL]) array Get information about the current transfers (PHP 5) curl_multi_init (void) resource Returns a new cURL multi handle (PHP 5) curl_multi_remove_handle (resource $mh, resource $ch) int Remove a multi handle from a set of cURL handles (PHP 5) curl_multi_select (resource $mh[, float $timeout = 1.0]) int Wait for activity on any curl_multi connection (PHP 5) curl_setopt (resource $ch, int $option, mixed $value) bool Set an option for a cURL transfer (PHP 4 >= 4.0.2, PHP 5) curl_setopt_array (resource $ch, array $options) bool Set multiple options for a cURL transfer (PHP 5 >= 5.1.3) curl_version ([ int $age = CURLVERSION_NOW]) array Gets cURL version information (PHP 4 >= 4.0.2, PHP 5) current (array &$array) array Return the current element in an array (PHP 4, PHP 5) cyrus_authenticate (resource $connection[, string $mechlist[, string $service[, string $user[, int $minssf[, int $maxssf[, string $authname[, string $password]]]]]]]) resource Authenticate against a Cyrus IMAP server (PHP 4 >= 4.1.0, PECL cyrus 1.0) cyrus_bind (resource $connection, array $callbacks) bool Bind callbacks to a Cyrus IMAP connection (PHP 4 >= 4.1.0, PECL cyrus 1.0) cyrus_close (resource $connection) bool Close connection to a Cyrus IMAP server (PHP 4 >= 4.1.0, PECL cyrus 1.0) cyrus_connect ([ string $host[, string $port[, int $flags]]]) resource Connect to a Cyrus IMAP server (PHP 4 >= 4.1.0, PECL cyrus 1.0) cyrus_query (resource $connection, string $query) array Send a query to a Cyrus IMAP server (PHP 4 >= 4.1.0, PECL cyrus 1.0) cyrus_unbind (resource $connection, string $trigger_name) bool Unbind ... (PHP 4 >= 4.1.0, PECL cyrus 1.0) date (string $format[, int $timestamp = time() string Format a local time/date (PHP 4, PHP 5) date_default_timezone_get (void) string Gets the default timezone used by all date/time functions in a script (PHP 5 >= 5.1.0) date_default_timezone_set (string $timezone_identifier) bool Sets the default timezone used by all date/time functions in a script (PHP 5 >= 5.1.0) date_parse (string $date) array Returns associative array with detailed info about given date (PHP 5 >= 5.2.0) date_parse_from_format (string $format, string $date) array Get info about given date formatted according to the specified format (PHP 5 >= 5.3.0) date_sun_info (int $time, float $latitude, float $longitude) array Returns an array with information about sunset/sunrise and twilight begin/end (PHP 5 >= 5.1.2) date_sunrise (int $timestamp[, int $format = SUNFUNCS_RET_STRING[, float $latitude = ini_get("date.default_latitude") int Returns time of sunrise for a given day and location (PHP 5) date_sunset (int $timestamp[, int $format = SUNFUNCS_RET_STRING[, float $latitude = ini_get("date.default_latitude") int Returns time of sunset for a given day and location (PHP 5) db2_autocommit (resource $connection[, bool $value]) resource Returns or sets the AUTOCOMMIT state for a database connection (PECL ibm_db2 >= 1.0.0) db2_bind_param (resource $stmt, int $parameter-number, string $variable-name[, int $parameter-type[, int $data-type = 0[, int $precision = -1[, int $scale = 0]]]]) bool Binds a PHP variable to an SQL statement parameter (PECL ibm_db2 >= 1.0.0) db2_client_info (resource $connection) object Returns an object with properties that describe the DB2 database client (PECL ibm_db2 >= 1.1.1) db2_close (resource $connection) bool Closes a database connection (PECL ibm_db2 >= 1.0.0) db2_column_privileges (resource $connection[, string $qualifier[, string $schema[, string $table-name[, string $column-name]]]]) resource Returns a result set listing the columns and associated privileges for a table (PECL ibm_db2 >= 1.0.0) db2_columns (resource $connection[, string $qualifier[, string $schema[, string $table-name[, string $column-name]]]]) resource Returns a result set listing the columns and associated metadata for a table (PECL ibm_db2 >= 1.0.0) db2_commit (resource $connection) bool Commits a transaction (PECL ibm_db2 >= 1.0.0) db2_conn_error ([ resource $connection]) string Returns a string containing the SQLSTATE returned by the last connection attempt (PECL ibm_db2 >= 1.0.0) db2_conn_errormsg ([ resource $connection]) string Returns the last connection error message and SQLCODE value (PECL ibm_db2 >= 1.0.0) db2_connect (string $database, string $username, string $password[, array $options]) resource Returns a connection to a database (PECL ibm_db2 >= 1.0.0) db2_cursor_type (resource $stmt) int Returns the cursor type used by a statement resource (PECL ibm_db2 >= 1.0.0) db2_escape_string (string $string_literal) string Used to escape certain characters (PECL ibm_db2 >= 1.6.0) db2_exec (resource $connection, string $statement[, array $options]) resource Executes an SQL statement directly (PECL ibm_db2 >= 1.0.0) db2_execute (resource $stmt[, array $parameters]) bool Executes a prepared SQL statement (PECL ibm_db2 >= 1.0.0) db2_fetch_array (resource $stmt[, int $row_number = -1]) array Returns an array, indexed by column position, representing a row in a result set (PECL ibm_db2 >= 1.0.1) db2_fetch_assoc (resource $stmt[, int $row_number = -1]) array Returns an array, indexed by column name, representing a row in a result set (PECL ibm_db2 >= 1.0.0) db2_fetch_both (resource $stmt[, int $row_number = -1]) array Returns an array, indexed by both column name and position, representing a row in a result set (PECL ibm_db2 >= 1.0.0) db2_fetch_object (resource $stmt[, int $row_number = -1]) object Returns an object with properties representing columns in the fetched row (PECL ibm_db2 >= 1.0.0) db2_fetch_row (resource $stmt[, int $row_number]) bool Sets the result set pointer to the next row or requested row (PECL ibm_db2 >= 1.0.0) db2_field_display_size (resource $stmt, mixed $column) int Returns the maximum number of bytes required to display a column (PECL ibm_db2 >= 1.0.0) db2_field_name (resource $stmt, mixed $column) string Returns the name of the column in the result set (PECL ibm_db2 >= 1.0.0) db2_field_num (resource $stmt, mixed $column) int Returns the position of the named column in a result set (PECL ibm_db2 >= 1.0.0) db2_field_precision (resource $stmt, mixed $column) int Returns the precision of the indicated column in a result set (PECL ibm_db2 >= 1.0.0) db2_field_scale (resource $stmt, mixed $column) int Returns the scale of the indicated column in a result set (PECL ibm_db2 >= 1.0.0) db2_field_type (resource $stmt, mixed $column) string Returns the data type of the indicated column in a result set (PECL ibm_db2 >= 1.0.0) db2_field_width (resource $stmt, mixed $column) int Returns the width of the current value of the indicated column in a result set (PECL ibm_db2 >= 1.0.0) db2_foreign_keys (resource $connection, string $qualifier, string $schema, string $table-name) resource Returns a result set listing the foreign keys for a table (PECL ibm_db2 >= 1.0.0) db2_free_result (resource $stmt) bool Frees resources associated with a result set (PECL ibm_db2 >= 1.0.0) db2_free_stmt (resource $stmt) bool Frees resources associated with the indicated statement resource (PECL ibm_db2 >= 1.0.0) db2_get_option (resource $resource, string $option) string Retrieves an option value for a statement resource or a connection resource (PECL ibm_db2 >= 1.6.0) db2_last_insert_id (resource $resource) string Returns the auto generated ID of the last insert query that successfully executed on this connection (PECL ibm_db2 >= 1.7.1) db2_lob_read (resource $stmt, int $colnum, int $length) string Gets a user defined size of LOB files with each invocation (PECL ibm_db2 >= 1.6.0) db2_next_result (resource $stmt) resource Requests the next result set from a stored procedure (PECL ibm_db2 >= 1.0.0) db2_num_fields (resource $stmt) int Returns the number of fields contained in a result set (PECL ibm_db2 >= 1.0.0) db2_num_rows (resource $stmt) int Returns the number of rows affected by an SQL statement (PECL ibm_db2 >= 1.0.0) db2_pclose (resource $resource) bool Closes a persistent database connection (PECL ibm_db2 >= 1.8.0) db2_pconnect (string $database, string $username, string $password[, array $options]) resource Returns a persistent connection to a database (PECL ibm_db2 >= 1.0.0) db2_prepare (resource $connection, string $statement[, array $options]) resource Prepares an SQL statement to be executed (PECL ibm_db2 >= 1.0.0) db2_primary_keys (resource $connection, string $qualifier, string $schema, string $table-name) resource Returns a result set listing primary keys for a table (PECL ibm_db2 >= 1.0.0) db2_procedure_columns (resource $connection, string $qualifier, string $schema, string $procedure, string $parameter) resource Returns a result set listing stored procedure parameters (PECL ibm_db2 >= 1.0.0) db2_procedures (resource $connection, string $qualifier, string $schema, string $procedure) resource Returns a result set listing the stored procedures registered in a database (PECL ibm_db2 >= 1.0.0) db2_result (resource $stmt, mixed $column) resource Returns a single column from a row in the result set (PECL ibm_db2 >= 1.0.0) db2_rollback (resource $connection) bool Rolls back a transaction (PECL ibm_db2 >= 1.0.0) db2_server_info (resource $connection) object Returns an object with properties that describe the DB2 database server (PECL ibm_db2 >= 1.1.1) db2_set_option (resource $resource, array $options, int $type) bool Set options for connection or statement resources (PECL ibm_db2 >= 1.0.0) db2_special_columns (resource $connection, string $qualifier, string $schema, string $table_name, int $scope) resource Returns a result set listing the unique row identifier columns for a table (PECL ibm_db2 >= 1.0.0) db2_statistics (resource $connection, string $qualifier, string $schema, string $table-name, bool $unique) resource Returns a result set listing the index and statistics for a table (PECL ibm_db2 >= 1.0.0) db2_stmt_error ([ resource $stmt]) string Returns a string containing the SQLSTATE returned by an SQL statement (PECL ibm_db2 >= 1.0.0) db2_stmt_errormsg ([ resource $stmt]) string Returns a string containing the last SQL statement error message (PECL ibm_db2 >= 1.0.0) db2_table_privileges (resource $connection[, string $qualifier[, string $schema[, string $table_name]]]) resource Returns a result set listing the tables and associated privileges in a database (PECL ibm_db2 >= 1.0.0) db2_tables (resource $connection[, string $qualifier[, string $schema[, string $table-name[, string $table-type]]]]) resource Returns a result set listing the tables and associated metadata in a database (PECL ibm_db2 >= 1.0.0) dba_close (resource $handle) resource Close a DBA database (PHP 4, PHP 5) dba_delete (string $key, resource $handle) bool Delete DBA entry specified by key (PHP 4, PHP 5) dba_exists (string $key, resource $handle) bool Check whether key exists (PHP 4, PHP 5) dba_fetch (string $key, resource $handle) string Fetch data specified by key (PHP 4, PHP 5) dba_firstkey (resource $handle) string Fetch first key (PHP 4, PHP 5) dba_handlers ([ bool $full_info = false]) array List all the handlers available (PHP 4 >= 4.3.0, PHP 5) dba_insert (string $key, string $value, resource $handle) bool Insert entry (PHP 4, PHP 5) dba_key_split (mixed $key) Splits a key in string representation into array representation (PHP 5) dba_list (void) array List all open database files (PHP 4 >= 4.3.0, PHP 5) dba_nextkey (resource $handle) string Fetch next key (PHP 4, PHP 5) dba_open (string $path, string $mode[, string $handler[, mixed $...]]) resource Open database (PHP 4, PHP 5) dba_optimize (resource $handle) bool Optimize database (PHP 4, PHP 5) dba_popen (string $path, string $mode[, string $handler[, mixed $...]]) resource Open database persistently (PHP 4, PHP 5) dba_replace (string $key, string $value, resource $handle) bool Replace or insert entry (PHP 4, PHP 5) dba_sync (resource $handle) bool Synchronize database (PHP 4, PHP 5) dbase_add_record (int $dbase_identifier, array $record) bool Adds a record to a database (PHP 4, PHP 5) dbase_close (int $dbase_identifier) bool Closes a database (PHP 4, PHP 5) dbase_create (string $filename, array $fields) int Creates a database (PHP 4, PHP 5) dbase_delete_record (int $dbase_identifier, int $record_number) bool Deletes a record from a database (PHP 4, PHP 5) dbase_get_header_info (int $dbase_identifier) array Gets the header info of a database (PHP 5) dbase_get_record (int $dbase_identifier, int $record_number) array Gets a record from a database as an indexed array (PHP 4, PHP 5) dbase_get_record_with_names (int $dbase_identifier, int $record_number) array Gets a record from a database as an associative array (PHP 4, PHP 5) dbase_numfields (int $dbase_identifier) int Gets the number of fields of a database (PHP 4, PHP 5) dbase_numrecords (int $dbase_identifier) int Gets the number of records in a database (PHP 4, PHP 5) dbase_open (string $filename, int $mode) int Opens a database (PHP 4, PHP 5) dbase_pack (int $dbase_identifier) bool Packs a database (PHP 4, PHP 5) dbase_replace_record (int $dbase_identifier, array $record, int $record_number) bool Replaces a record in a database (PHP 4, PHP 5) dbplus_add (resource $relation, array $tuple) int Add a tuple to a relation (PHP 4 dbplus_aql (string $query[, string $server[, string $dbpath]]) resource Perform AQL query (PHP 4 dbplus_chdir ([ string $newdir]) string Get/Set database virtual current directory (PHP 4 dbplus_close (resource $relation) resource Close a relation (PHP 4 dbplus_curr (resource $relation, array &$tuple) int Get current tuple from relation (PHP 4 dbplus_errcode ([ int $errno]) string Get error string for given errorcode or last error (PHP 4 dbplus_errno (void) int Get error code for last operation (PHP 4 dbplus_find (resource $relation, array $constraints, mixed $tuple) int Set a constraint on a relation (PHP 4 dbplus_first (resource $relation, array &$tuple) int Get first tuple from relation (PHP 4 dbplus_flush (resource $relation) int Flush all changes made on a relation (PHP 4 dbplus_freealllocks (void) int Free all locks held by this client (PHP 4 dbplus_freelock (resource $relation, string $tuple) int Release write lock on tuple (PHP 4 dbplus_freerlocks (resource $relation) int Free all tuple locks on given relation (PHP 4 dbplus_getlock (resource $relation, string $tuple) int Get a write lock on a tuple (PHP 4 dbplus_getunique (resource $relation, int $uniqueid) int Get an id number unique to a relation (PHP 4 dbplus_info (resource $relation, string $key, array &$result) int Get information about a relation (PHP 4 dbplus_last (resource $relation, array &$tuple) int Get last tuple from relation (PHP 4 dbplus_lockrel (resource $relation) int Request write lock on relation (PHP 4 dbplus_next (resource $relation, array &$tuple) int Get next tuple from relation (PHP 4 dbplus_open (string $name) resource Open relation file (PHP 4 dbplus_prev (resource $relation, array &$tuple) int Get previous tuple from relation (PHP 4 dbplus_rchperm (resource $relation, int $mask, string $user, string $group) int Change relation permissions (PHP 4 dbplus_rcreate (string $name, mixed $domlist[, bool $overwrite]) resource Creates a new DB++ relation (PHP 4 dbplus_rcrtexact (string $name, resource $relation[, bool $overwrite]) string Creates an exact but empty copy of a relation including indices (PHP 4 dbplus_rcrtlike (string $name, resource $relation[, int $overwrite]) string Creates an empty copy of a relation with default indices (PHP 4 dbplus_resolve (string $relation_name) array Resolve host information for relation (PHP 4 dbplus_restorepos (resource $relation, array $tuple) int Restore position (PHP 4 dbplus_rkeys (resource $relation, mixed $domlist) resource Specify new primary key for a relation (PHP 4 dbplus_ropen (string $name) resource Open relation file local (PHP 4 dbplus_rquery (string $query[, string $dbpath]) resource Perform local (raw) AQL query (PHP 4 dbplus_rrename (resource $relation, string $name) int Rename a relation (PHP 4 dbplus_rsecindex (resource $relation, mixed $domlist, int $type) resource Create a new secondary index for a relation (PHP 4 dbplus_runlink (resource $relation) int Remove relation from filesystem (PHP 4 dbplus_rzap (resource $relation) int Remove all tuples from relation (PHP 4 dbplus_savepos (resource $relation) int Save position (PHP 4 dbplus_setindex (resource $relation, string $idx_name) int Set index (PHP 4 dbplus_setindexbynumber (resource $relation, int $idx_number) int Set index by number (PHP 4 dbplus_sql (string $query[, string $server[, string $dbpath]]) resource Perform SQL query (PHP 4 dbplus_tcl (int $sid, string $script) string Execute TCL code on server side (PHP 4 dbplus_tremove (resource $relation, array $tuple[, array &$current]) int Remove tuple and return new current tuple (PHP 4 dbplus_undo (resource $relation) int Undo (PHP 4 dbplus_undoprepare (resource $relation) int Prepare undo (PHP 4 dbplus_unlockrel (resource $relation) int Give up write lock on relation (PHP 4 dbplus_unselect (resource $relation) int Remove a constraint from relation (PHP 4 dbplus_update (resource $relation, array $old, array $new) int Update specified tuple in relation (PHP 4 dbplus_xlockrel (resource $relation) int Request exclusive lock on relation (PHP 4 dbplus_xunlockrel (resource $relation) int Free exclusive lock on relation (PHP 4 dbx_close (object $link_identifier) int Close an open connection/database (PHP 4 >= 4.0.6, PHP 5 dbx_compare (array $row_a, array $row_b, string $column_key[, int $flags = DBX_CMP_ASC | DBX_CMP_NATIVE]) int Compare two rows for sorting purposes (PHP 4 >= 4.1.0, PHP 5 dbx_connect (mixed $module, string $host, string $database, string $username, string $password[, int $persistent]) object Open a connection/database (PHP 4 >= 4.0.6, PHP 5 dbx_error (object $link_identifier) string Report the error message of the latest function call in the module (PHP 4 >= 4.0.6, PHP 5 dbx_escape_string (object $link_identifier, string $text) string Escape a string so it can safely be used in an sql-statement (PHP 4 >= 4.3.0, PHP 5 dbx_fetch_row (object $result_identifier) object Fetches rows from a query-result that had the (PHP 5 dbx_query (object $link_identifier, string $sql_statement[, int $flags]) object Send a query and fetch all results (if any) (PHP 4 >= 4.0.6, PHP 5 dbx_sort (object $result, string $user_compare_function) bool Sort a result from a dbx_query by a custom sort function (PHP 4 >= 4.0.6, PHP 5 dcgettext (string $domain, string $message, int $category) string Overrides the domain for a single lookup (PHP 4, PHP 5) dcngettext (string $domain, string $msgid1, string $msgid2, int $n, int $category) string Plural version of dcgettext (PHP 4 >= 4.2.0, PHP 5) deaggregate (object $object[, string $class_name]) object Removes the aggregated methods and properties from an object (PHP 4 >= 4.2.0) debug_backtrace ([ int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT[, int $limit = 0]]) array Generates a backtrace (PHP 4 >= 4.3.0, PHP 5) debug_print_backtrace ([ int $options = 0[, int $limit = 0]]) int Prints a backtrace (PHP 5) debug_zval_dump (mixed $variable) Dumps a string representation of an internal zend value to output (PHP 4 >= 4.2.0, PHP 5) decbin (int $number) string Decimal to binary (PHP 4, PHP 5) dechex (int $number) string Decimal to hexadecimal (PHP 4, PHP 5) decoct (int $number) string Decimal to octal (PHP 4, PHP 5) define (string $name, mixed $value[, bool $case_insensitive = false]) bool Defines a named constant (PHP 4, PHP 5) define_syslog_variables (void) Initializes all syslog related variables (PHP 4, PHP 5 defined (string $name) bool Checks whether a given named constant exists (PHP 4, PHP 5) deg2rad (float $number) float Converts the number in degrees to the radian equivalent (PHP 4, PHP 5) delete (void) See dgettext (string $domain, string $message) string Override the current domain (PHP 4, PHP 5) die () Equivalent to (PHP 4, PHP 5) dio_close (resource $fd) resource Closes the file descriptor given by fd (PHP 4 >= 4.2.0, PHP 5 dio_fcntl (resource $fd, int $cmd[, mixed $args]) resource Performs a c library fcntl on fd (PHP 4 >= 4.2.0, PHP 5 dio_open (string $filename, int $flags[, int $mode = 0]) resource Opens a file (creating it if necessary) at a lower level than the C library input/ouput stream functions allow. (PHP 4 >= 4.2.0, PHP 5 dio_read (resource $fd[, int $len = 1024]) string Reads bytes from a file descriptor (PHP 4 >= 4.2.0, PHP 5 dio_seek (resource $fd, int $pos[, int $whence = SEEK_SET]) int Seeks to pos on fd from whence (PHP 4 >= 4.2.0, PHP 5 dio_stat (resource $fd) array Gets stat information about the file descriptor fd (PHP 4 >= 4.2.0, PHP 5 dio_tcsetattr (resource $fd, array $options) bool Sets terminal attributes and baud rate for a serial port (PHP 4 >= 4.3.0, PHP 5 dio_truncate (resource $fd, int $offset) bool Truncates file descriptor fd to offset bytes (PHP 4 >= 4.2.0, PHP 5 dio_write (resource $fd, string $data[, int $len = 0]) int Writes data to fd with optional truncation at length (PHP 4 >= 4.2.0, PHP 5 dir (string $directory[, resource $context]) string Return an instance of the Directory class (PHP 4, PHP 5) dirname (string $path) string Returns parent directory's path (PHP 4, PHP 5) disk_free_space (string $directory) float Returns available space on filesystem or disk partition (PHP 4 >= 4.1.0, PHP 5) disk_total_space (string $directory) float Returns the total size of a filesystem or disk partition (PHP 4 >= 4.1.0, PHP 5) dl (string $library) bool Loads a PHP extension at runtime (PHP 4, PHP 5) dngettext (string $domain, string $msgid1, string $msgid2, int $n) string Plural version of dgettext (PHP 4 >= 4.2.0, PHP 5) dns_get_record (string $hostname[, int $type = DNS_ANY[, array &$authns[, array &$addtl]]]) array Fetch DNS Resource Records associated with a hostname (PHP 5) dom_import_simplexml (SimpleXMLElement $node) Gets a (PHP 5) dotnet_load (string $assembly_name[, string $datatype_name[, int $codepage]]) int Loads a DOTNET module (PHP 4) each (array &$array) array Return the current key and value pair from an array and advance the array cursor (PHP 4, PHP 5) easter_date ([ int $year]) int Get Unix timestamp for midnight on Easter of a given year (PHP 4, PHP 5) easter_days ([ int $year[, int $method = CAL_EASTER_DEFAULT]]) int Get number of days after March 21 on which Easter falls for a given year (PHP 4, PHP 5) echo (string $arg1[, string $...]) string Output one or more strings (PHP 4, PHP 5) eio_busy (int $delay[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Artificially increase load. Could be useful in tests, benchmarking. (PECL eio >= 0.0.1dev) eio_cancel (resource $req) resource Cancels a request (PECL eio >= 0.0.1dev) eio_chmod (string $path, int $mode[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Change file/direcrory permissions. (PECL eio >= 0.0.1dev) eio_chown (string $path, int $uid[, int $gid = -1[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]]) resource Change file/direcrory permissions. (PECL eio >= 0.0.1dev) eio_close (mixed $fd[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Close file (PECL eio >= 0.0.1dev) eio_custom (callable $execute, int $pri, callable $callback[, mixed $data = NULL]) resource Execute custom request like any other (PECL eio >= 0.0.1dev) eio_dup2 (mixed $fd, mixed $fd2[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Duplicate a file descriptor (PECL eio >= 0.0.1dev) eio_event_loop (void) bool Polls libeio until all requests proceeded (PECL eio >= 0.0.1dev) eio_fallocate (mixed $fd, int $mode, int $offset, int $length[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Allows the caller to directly manipulate the allocated disk space for a file (PECL eio >= 0.0.1dev) eio_fchmod (mixed $fd, int $mode[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Change file permissions. (PECL eio >= 0.0.1dev) eio_fchown (mixed $fd, int $uid[, int $gid = -1[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]]) resource Change file ownership (PECL eio >= 0.0.1dev) eio_fdatasync (mixed $fd[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Synchronize a file's in-core state with storage device. (PECL eio >= 0.0.1dev) eio_fstat (mixed $fd, int $pri, callable $callback[, mixed $data]) resource Get file status (PECL eio >= 0.0.1dev) eio_fstatvfs (mixed $fd, int $pri, callable $callback[, mixed $data]) resource Get file system statistics (PECL eio >= 0.0.1dev) eio_fsync (mixed $fd[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Synchronize a file's in-core state with storage device (PECL eio >= 0.0.1dev) eio_ftruncate (mixed $fd[, int $offset = 0[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]]) resource Truncate a file (PECL eio >= 0.0.1dev) eio_futime (mixed $fd, float $atime, float $mtime[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Change file last access and modification times (PECL eio >= 0.0.1dev) eio_get_event_stream (void) Get stream representing a variable used in internal communications with libeio. (PECL eio >= 0.3.1b) eio_get_last_error (resource $req) string Returns string describing the last error associated with a request resource (PECL eio >= 1.0.0) eio_grp (callable $callback[, string $data = NULL]) resource Createsa request group. (PECL eio >= 0.0.1dev) eio_grp_add (resource $grp, resource $req) resource Adds a request to the request group. (PECL eio >= 0.0.1dev) eio_grp_cancel (resource $grp) resource Cancels a request group (PECL eio >= 0.0.1dev) eio_grp_limit (resource $grp, int $limit) resource Set group limit (PECL eio >= 0.0.1dev) eio_init (void) (Re-)initialize Eio (PECL eio = 1.0.0) eio_link (string $path, string $new_path[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Create a hardlink for file (PECL eio >= 0.0.1dev) eio_lstat (string $path, int $pri, callable $callback[, mixed $data = NULL]) resource Get file status (PECL eio >= 0.0.1dev) eio_mkdir (string $path, int $mode[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Create directory (PECL eio >= 0.0.1dev) eio_mknod (string $path, int $mode, int $dev[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Create a special or ordinary file. (PECL eio >= 0.0.1dev) eio_nop ([ int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Does nothing, except go through the whole request cycle. (PECL eio >= 0.0.1dev) eio_npending (void) int Returns number of finished, but unhandled requests (PECL eio >= 0.0.1dev) eio_nready (void) int Returns number of not-yet handled requests (PECL eio >= 0.0.1dev) eio_nreqs (void) int Returns number of requests to be processed (PECL eio >= 0.0.1dev) eio_nthreads (void) int Returns number of threads currently in use (PECL eio >= 0.0.1dev) eio_open (string $path, int $flags, int $mode, int $pri, callable $callback[, mixed $data = NULL]) resource Opens a file (PECL eio >= 0.0.1dev) eio_poll (void) int Can be to be called whenever there are pending requests that need finishing. (PECL eio >= 0.0.1dev) eio_read (mixed $fd, int $length, int $offset, int $pri, callable $callback[, mixed $data = NULL]) resource Read from a file descriptor at given offset. (PECL eio >= 0.0.1dev) eio_readahead (mixed $fd, int $offset, int $length[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Perform file readahead into page cache (PECL eio >= 0.0.1dev) eio_readdir (string $path, int $flags, int $pri, callable $callback[, string $data = NULL]) resource Reads through a whole directory (PECL eio >= 0.0.1dev) eio_readlink (string $path, int $pri, callable $callback[, string $data = NULL]) resource Read value of a symbolic link. (PECL eio >= 0.0.1dev) eio_realpath (string $path, int $pri, callable $callback[, string $data = NULL]) resource Get the canonicalized absolute pathname. (PECL eio >= 0.0.1dev) eio_rename (string $path, string $new_path[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Change the name or location of a file. (PECL eio >= 0.0.1dev) eio_rmdir (string $path[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Remove a directory (PECL eio >= 0.0.1dev) eio_seek (mixed $fd, int $offset, int $whence[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Repositions the offset of the open file associated with the (PECL eio >= 0.5.0b) eio_sendfile (mixed $out_fd, mixed $in_fd, int $offset, int $length[, int $pri[, callable $callback[, string $data]]]) resource Transfer data between file descriptors (PECL eio >= 0.0.1dev) eio_set_max_idle (int $nthreads) int Set maximum number of idle threads. (PECL eio >= 0.0.1dev) eio_set_max_parallel (int $nthreads) int Set maximum parallel threads (PECL eio >= 0.0.1dev) eio_set_max_poll_reqs (int $nreqs) int Set maximum number of requests processed in a poll. (PECL eio >= 0.0.1dev) eio_set_max_poll_time (float $nseconds) float Set maximum poll time (PECL eio >= 0.0.1dev) eio_set_min_parallel (string $nthreads) string Set minimum parallel thread number (PECL eio >= 0.0.1dev) eio_stat (string $path, int $pri, callable $callback[, mixed $data = NULL]) resource Get file status (PECL eio >= 0.0.1dev) eio_statvfs (string $path, int $pri, callable $callback[, mixed $data]) resource Get file system statistics (PECL eio >= 0.0.1dev) eio_symlink (string $path, string $new_path[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Create a symbolic link (PECL eio >= 0.0.1dev) eio_sync ([ int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Commit buffer cache to disk (PECL eio >= 0.0.1dev) eio_sync_file_range (mixed $fd, int $offset, int $nbytes, int $flags[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Sync a file segment with disk (PECL eio >= 0.0.1dev) eio_syncfs (mixed $fd[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Calls Linux' syncfs syscall, if available (PECL eio >= 0.0.1dev) eio_truncate (string $path[, int $offset = 0[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]]) resource Truncate a file (PECL eio >= 0.0.1dev) eio_unlink (string $path[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Delete a name and possibly the file it refers to (PECL eio >= 0.0.1dev) eio_utime (string $path, float $atime, float $mtime[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]) resource Change file last access and modification times. (PECL eio >= 0.0.1dev) eio_write (mixed $fd, string $str[, int $length = 0[, int $offset = 0[, int $pri = EIO_PRI_DEFAULT[, callable $callback = NULL[, mixed $data = NULL]]]]]) resource Write to file (PECL eio >= 0.0.1dev) empty (mixed $var) bool Determine whether a variable is empty (PHP 4, PHP 5) enchant_broker_describe (resource $broker) array Enumerates the Enchant providers (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0) enchant_broker_dict_exists (resource $broker, string $tag) bool Whether a dictionary exists or not. Using non-empty tag (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_broker_free (resource $broker) bool Free the broker resource and its dictionnaries (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_broker_free_dict (resource $dict) bool Free a dictionary resource (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_broker_get_error (resource $broker) string Returns the last error of the broker (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_broker_init (void) resource create a new broker object capable of requesting (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_broker_list_dicts (resource $broker) resource Returns a list of available dictionaries (PHP 5 >= 5.3.0, PECL enchant >= 1.0.1) enchant_broker_request_dict (resource $broker, string $tag) resource create a new dictionary using a tag (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_broker_request_pwl_dict (resource $broker, string $filename) resource creates a dictionary using a PWL file (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_broker_set_ordering (resource $broker, string $tag, string $ordering) bool Declares a preference of dictionaries to use for the language (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_dict_add_to_personal (resource $dict, string $word) resource add a word to personal word list (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_dict_add_to_session (resource $dict, string $word) resource add 'word' to this spell-checking session (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_dict_check (resource $dict, string $word) bool Check whether a word is correctly spelled or not (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_dict_describe (resource $dict) resource Describes an individual dictionary (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_dict_get_error (resource $dict) string Returns the last error of the current spelling-session (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_dict_is_in_session (resource $dict, string $word) bool whether or not 'word' exists in this spelling-session (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_dict_quick_check (resource $dict, string $word[, array &$suggestions]) bool Check the word is correctly spelled and provide suggestions (PHP 5 >= 5.3.0, PECL enchant:0.2.0-1.0.1) enchant_dict_store_replacement (resource $dict, string $mis, string $cor) resource Add a correction for a word (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) enchant_dict_suggest (resource $dict, string $word) array Will return a list of values if any of those pre-conditions are not met (PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 ) end (array &$array) array Set the internal pointer of an array to its last element (PHP 4, PHP 5) ereg (string $pattern, string $string[, array &$regs]) int Regular expression match (PHP 4, PHP 5) ereg_replace (string $pattern, string $replacement, string $string) string Replace regular expression (PHP 4, PHP 5) eregi (string $pattern, string $string[, array &$regs]) int Case insensitive regular expression match (PHP 4, PHP 5) eregi_replace (string $pattern, string $replacement, string $string) string Replace regular expression case insensitive (PHP 4, PHP 5) error_get_last (void) array Get the last occurred error (PHP 5 >= 5.2.0) error_log (string $message[, int $message_type = 0[, string $destination[, string $extra_headers]]]) bool Send an error message somewhere (PHP 4, PHP 5) error_reporting ([ int $level]) int Sets which PHP errors are reported (PHP 4, PHP 5) escapeshellarg (string $arg) string Escape a string to be used as a shell argument (PHP 4 >= 4.0.3, PHP 5) escapeshellcmd (string $command) string Escape shell metacharacters (PHP 4, PHP 5) eval (string $code) string Evaluate a string as PHP code (PHP 4, PHP 5) event_add (resource $event[, int $timeout = -1]) bool Add an event to the set of monitored events (PECL libevent >= 0.0.1) event_base_free (resource $event_base) resource Destroy event base (PECL libevent >= 0.0.1) event_base_loop (resource $event_base[, int $flags = 0]) int Handle events (PECL libevent >= 0.0.1) event_base_loopbreak (resource $event_base) bool Abort event loop (PECL libevent >= 0.0.1) event_base_loopexit (resource $event_base[, int $timeout = -1]) bool Exit loop after a time (PECL libevent >= 0.0.1) event_base_new (void) resource Create and initialize new event base (PECL libevent >= 0.0.1) event_base_priority_init (resource $event_base, int $npriorities) bool Set the number of event priority levels (PECL libevent >= 0.0.2) event_base_set (resource $event, resource $event_base) bool Associate event base with an event (PECL libevent >= 0.0.1) event_buffer_base_set (resource $bevent, resource $event_base) bool Associate buffered event with an event base (PECL libevent >= 0.0.1) event_buffer_disable (resource $bevent, int $events) bool Disable a buffered event (PECL libevent >= 0.0.1) event_buffer_enable (resource $bevent, int $events) bool Enable a buffered event (PECL libevent >= 0.0.1) event_buffer_fd_set (resource $bevent, resource $fd) resource Change a buffered event file descriptor (PECL libevent >= 0.0.1) event_buffer_free (resource $bevent) resource Destroy buffered event (PECL libevent >= 0.0.1) event_buffer_new (resource $stream, mixed $readcb, mixed $writecb, mixed $errorcb[, mixed $arg]) resource Create new buffered event (PECL libevent >= 0.0.1) event_buffer_priority_set (resource $bevent, int $priority) bool Assign a priority to a buffered event (PECL libevent >= 0.0.1) event_buffer_read (resource $bevent, int $data_size) string Read data from a buffered event (PECL libevent >= 0.0.1) event_buffer_set_callback (resource $event, mixed $readcb, mixed $writecb, mixed $errorcb[, mixed $arg]) bool Set or reset callbacks for a buffered event (PECL libevent >= 0.0.4) event_buffer_timeout_set (resource $bevent, int $read_timeout, int $write_timeout) resource Set read and write timeouts for a buffered event (PECL libevent >= 0.0.1) event_buffer_watermark_set (resource $bevent, int $events, int $lowmark, int $highmark) resource Set the watermarks for read and write events (PECL libevent >= 0.0.1) event_buffer_write (resource $bevent, string $data[, int $data_size = -1]) bool Write data to a buffered event (PECL libevent >= 0.0.1) event_del (resource $event) bool Remove an event from the set of monitored events (PECL libevent >= 0.0.1) event_free (resource $event) resource Free event resource (PECL libevent >= 0.0.1) event_new (void) resource Create new event (PECL libevent >= 0.0.1) event_set (resource $event, mixed $fd, int $events, mixed $callback[, mixed $arg]) bool Prepare an event (PECL libevent >= 0.0.1) exec (string $command[, array &$output[, int &$return_var]]) string Execute an external program (PHP 4, PHP 5) exif_imagetype (string $filename) int Determine the type of an image (PHP 4 >= 4.3.0, PHP 5) exif_read_data (string $filename[, string $sections = NULL[, bool $arrays = false[, bool $thumbnail = false]]]) array Reads the (PHP 4 >= 4.2.0, PHP 5) exif_tagname (int $index) string Get the header name for an index (PHP 4 >= 4.2.0, PHP 5) exif_thumbnail (string $filename[, int &$width[, int &$height[, int &$imagetype]]]) string Retrieve the embedded thumbnail of a TIFF or JPEG image (PHP 4 >= 4.2.0, PHP 5) exit ([ string $status]) string Output a message and terminate the current script (PHP 4, PHP 5) exp (float $arg) float Calculates the exponent of (PHP 4, PHP 5) expect_expectl (resource $expect, array $cases[, array &$match]) int Waits until the output from a process matches one of the patterns, a specified time period has passed, or an (PECL expect >= 0.1.0) expect_popen (string $command) resource Execute command via Bourne shell, and open the PTY stream to the process (PECL expect >= 0.1.0) explode (string $delimiter, string $string[, int $limit]) array Split a string by string (PHP 4, PHP 5) expm1 (float $arg) float 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) extension_loaded (string $name) bool Find out whether an extension is loaded (PHP 4, PHP 5) extract (array &$var_array[, int $extract_type = EXTR_OVERWRITE[, string $prefix = NULL]]) int Import variables into the current symbol table from an array (PHP 4, PHP 5) ezmlm_hash (string $addr) int Calculate the hash value needed by EZMLM (PHP 4 >= 4.0.2, PHP 5) fam_cancel_monitor (resource $fam, resource $fam_monitor) bool Terminate monitoring (PHP 5 fam_close (resource $fam) resource Close FAM connection (PHP 5 fam_monitor_collection (resource $fam, string $dirname, int $depth, string $mask) resource Monitor a collection of files in a directory for changes (PHP 5 fam_monitor_directory (resource $fam, string $dirname) resource Monitor a directory for changes (PHP 5 fam_monitor_file (resource $fam, string $filename) resource Monitor a regular file for changes (PHP 5 fam_next_event (resource $fam) array Get next pending FAM event (PHP 5 fam_open ([ string $appname]) resource Open connection to FAM daemon (PHP 5 fam_pending (resource $fam) int Check for pending FAM events (PHP 5 fam_resume_monitor (resource $fam, resource $fam_monitor) bool Resume suspended monitoring (PHP 5 fam_suspend_monitor (resource $fam, resource $fam_monitor) bool Temporarily suspend monitoring (PHP 5 fbsql_affected_rows ([ resource $link_identifier]) int Get number of affected rows in previous FrontBase operation (PHP 4 >= 4.0.6, PHP 5) fbsql_autocommit (resource $link_identifier[, bool $OnOff]) bool Enable or disable autocommit (PHP 4 >= 4.0.6, PHP 5) fbsql_blob_size (string $blob_handle[, resource $link_identifier]) int Get the size of a BLOB (PHP 4 >= 4.2.0, PHP 5) fbsql_change_user (string $user, string $password[, string $database[, resource $link_identifier]]) bool Change logged in user of the active connection (PHP 4 >= 4.0.6, PHP 5) fbsql_clob_size (string $clob_handle[, resource $link_identifier]) int Get the size of a CLOB (PHP 4 >= 4.2.0, PHP 5) fbsql_close ([ resource $link_identifier]) bool Close FrontBase connection (PHP 4 >= 4.0.6, PHP 5) fbsql_commit ([ resource $link_identifier]) bool Commits a transaction to the database (PHP 4 >= 4.0.6, PHP 5) fbsql_connect ([ string $hostname = ini_get("fbsql.default_host") resource Open a connection to a FrontBase Server (PHP 4 >= 4.0.6, PHP 5) fbsql_create_blob (string $blob_data[, resource $link_identifier]) string Create a BLOB (PHP 4 >= 4.2.0, PHP 5) fbsql_create_clob (string $clob_data[, resource $link_identifier]) string Create a CLOB (PHP 4 >= 4.2.0, PHP 5) fbsql_create_db (string $database_name[, resource $link_identifier[, string $database_options]]) bool Create a FrontBase database (PHP 4 >= 4.0.6, PHP 5) fbsql_data_seek (resource $result, int $row_number) bool Move internal result pointer (PHP 4 >= 4.0.6, PHP 5) fbsql_database (resource $link_identifier[, string $database]) string Get or set the database name used with a connection (PHP 4 >= 4.0.6, PHP 5) fbsql_database_password (resource $link_identifier[, string $database_password]) string Sets or retrieves the password for a FrontBase database (PHP 4 >= 4.0.6, PHP 5) fbsql_db_query (string $database, string $query[, resource $link_identifier]) resource Send a FrontBase query (PHP 4 >= 4.0.6, PHP 5) fbsql_db_status (string $database_name[, resource $link_identifier]) int Get the status for a given database (PHP 4 >= 4.0.7, PHP 5) fbsql_drop_db (string $database_name[, resource $link_identifier]) bool Drop (delete) a FrontBase database (PHP 4 >= 4.0.6, PHP 5) fbsql_errno ([ resource $link_identifier]) int Returns the error number from previous operation (PHP 4 >= 4.0.6, PHP 5) fbsql_error ([ resource $link_identifier]) string Returns the error message from previous operation (PHP 4 >= 4.0.6, PHP 5) fbsql_fetch_array (resource $result[, int $result_type]) array Fetch a result row as an associative array, a numeric array, or both (PHP 4 >= 4.0.6, PHP 5) fbsql_fetch_assoc (resource $result) array Fetch a result row as an associative array (PHP 4 >= 4.0.6, PHP 5) fbsql_fetch_field (resource $result[, int $field_offset]) object Get column information from a result and return as an object (PHP 4 >= 4.0.6, PHP 5) fbsql_fetch_lengths (resource $result) array Get the length of each output in a result (PHP 4 >= 4.0.6, PHP 5) fbsql_fetch_object (resource $result) object Fetch a result row as an object (PHP 4 >= 4.0.6, PHP 5) fbsql_fetch_row (resource $result) array Get a result row as an enumerated array (PHP 4 >= 4.0.6, PHP 5) fbsql_field_flags (resource $result[, int $field_offset]) string Get the flags associated with the specified field in a result (PHP 4 >= 4.0.6, PHP 5) fbsql_field_len (resource $result[, int $field_offset]) int Returns the length of the specified field (PHP 4 >= 4.0.6, PHP 5) fbsql_field_name (resource $result[, int $field_index]) string Get the name of the specified field in a result (PHP 4 >= 4.0.6, PHP 5) fbsql_field_seek (resource $result[, int $field_offset]) bool Set result pointer to a specified field offset (PHP 4 >= 4.0.6, PHP 5) fbsql_field_table (resource $result[, int $field_offset]) string Get name of the table the specified field is in (PHP 4 >= 4.0.6, PHP 5) fbsql_field_type (resource $result[, int $field_offset]) string Get the type of the specified field in a result (PHP 4 >= 4.0.6, PHP 5) fbsql_free_result (resource $result) bool Free result memory (PHP 4 >= 4.0.6, PHP 5) fbsql_get_autostart_info ([ resource $link_identifier]) array (PHP 4 >= 4.0.7, PHP 5) fbsql_hostname (resource $link_identifier[, string $host_name]) string Get or set the host name used with a connection (PHP 4 >= 4.0.6, PHP 5) fbsql_insert_id ([ resource $link_identifier]) int Get the id generated from the previous INSERT operation (PHP 4 >= 4.0.6, PHP 5) fbsql_list_dbs ([ resource $link_identifier]) resource List databases available on a FrontBase server (PHP 4 >= 4.0.6, PHP 5) fbsql_list_fields (string $database_name, string $table_name[, resource $link_identifier]) resource List FrontBase result fields (PHP 4 >= 4.0.6, PHP 5) fbsql_list_tables (string $database[, resource $link_identifier]) resource List tables in a FrontBase database (PHP 4 >= 4.0.6, PHP 5) fbsql_next_result (resource $result) bool Move the internal result pointer to the next result (PHP 4 >= 4.0.6, PHP 5) fbsql_num_fields (resource $result) int Get number of fields in result (PHP 4 >= 4.0.6, PHP 5) fbsql_num_rows (resource $result) int Get number of rows in result (PHP 4 >= 4.0.6, PHP 5) fbsql_password (resource $link_identifier[, string $password]) string Get or set the user password used with a connection (PHP 4 >= 4.0.6, PHP 5) fbsql_pconnect ([ string $hostname = ini_get("fbsql.default_host") resource Open a persistent connection to a FrontBase Server (PHP 4 >= 4.0.6, PHP 5) fbsql_query (string $query[, resource $link_identifier[, int $batch_size]]) resource Send a FrontBase query (PHP 4 >= 4.0.6, PHP 5) fbsql_read_blob (string $blob_handle[, resource $link_identifier]) string Read a BLOB from the database (PHP 4 >= 4.2.0, PHP 5) fbsql_read_clob (string $clob_handle[, resource $link_identifier]) string Read a CLOB from the database (PHP 4 >= 4.2.0, PHP 5) fbsql_result (resource $result[, int $row[, mixed $field]]) resource Get result data (PHP 4 >= 4.0.6, PHP 5) fbsql_rollback ([ resource $link_identifier]) bool Rollback a transaction to the database (PHP 4 >= 4.0.6, PHP 5) fbsql_rows_fetched (resource $result) int Get the number of rows affected by the last statement (PHP 5 >= 5.1.0) fbsql_select_db ([ string $database_name[, resource $link_identifier]]) bool Select a FrontBase database (PHP 4 >= 4.0.6, PHP 5) fbsql_set_characterset (resource $link_identifier, int $characterset[, int $in_out_both]) resource Change input/output character set (PHP 5 >= 5.1.0) fbsql_set_lob_mode (resource $result, int $lob_mode) bool Set the LOB retrieve mode for a FrontBase result set (PHP 4 >= 4.2.0, PHP 5) fbsql_set_password (resource $link_identifier, string $user, string $password, string $old_password) bool Change the password for a given user (PHP 5) fbsql_set_transaction (resource $link_identifier, int $locking, int $isolation) resource Set the transaction locking and isolation (PHP 4 >= 4.2.0, PHP 5) fbsql_start_db (string $database_name[, resource $link_identifier[, string $database_options]]) bool Start a database on local or remote server (PHP 4 >= 4.0.6, PHP 5) fbsql_stop_db (string $database_name[, resource $link_identifier]) bool Stop a database on local or remote server (PHP 4 >= 4.0.6, PHP 5) fbsql_table_name (resource $result, int $index) string Get table name of field (PHP 4 >= 4.2.0, PHP 5) fbsql_username (resource $link_identifier[, string $username]) string Get or set the username for the connection (PHP 4 >= 4.0.6, PHP 5) fbsql_warnings ([ bool $OnOff]) bool Enable or disable FrontBase warnings (PHP 4 >= 4.0.6, PHP 5) fclose (resource $handle) bool Closes an open file pointer (PHP 4, PHP 5) fdf_add_doc_javascript (resource $fdf_document, string $script_name, string $script_code) bool Adds javascript code to the FDF document (PHP 4 >= 4.3.0, PHP 5) fdf_add_template (resource $fdf_document, int $newpage, string $filename, string $template, int $rename) bool Adds a template into the FDF document (PHP 4, PHP 5) fdf_close (resource $fdf_document) resource Close an FDF document (PHP 4, PHP 5) fdf_create (void) resource Create a new FDF document (PHP 4, PHP 5) fdf_enum_values (resource $fdf_document, callable $function[, mixed $userdata]) bool Call a user defined function for each document value (PHP 4 >= 4.3.0, PHP 5) fdf_errno (void) int Return error code for last fdf operation (PHP 4 >= 4.3.0, PHP 5) fdf_error ([ int $error_code = -1]) string Return error description for FDF error code (PHP 4 >= 4.3.0, PHP 5) fdf_get_ap (resource $fdf_document, string $field, int $face, string $filename) bool Get the appearance of a field (PHP 4 >= 4.3.0, PHP 5) fdf_get_attachment (resource $fdf_document, string $fieldname, string $savepath) array Extracts uploaded file embedded in the FDF (PHP 4 >= 4.3.0, PHP 5) fdf_get_encoding (resource $fdf_document) string Get the value of the /Encoding key (PHP 4 >= 4.3.0, PHP 5) fdf_get_file (resource $fdf_document) string Get the value of the /F key (PHP 4, PHP 5) fdf_get_flags (resource $fdf_document, string $fieldname, int $whichflags) int Gets the flags of a field (PHP 4 >= 4.3.0, PHP 5) fdf_get_opt (resource $fdf_document, string $fieldname[, int $element = -1]) resource Gets a value from the opt array of a field (PHP 4 >= 4.3.0, PHP 5) fdf_get_status (resource $fdf_document) string Get the value of the /STATUS key (PHP 4, PHP 5) fdf_get_value (resource $fdf_document, string $fieldname[, int $which = -1]) resource Get the value of a field (PHP 4, PHP 5) fdf_get_version ([ resource $fdf_document]) string Gets version number for FDF API or file (PHP 4 >= 4.3.0, PHP 5) fdf_header (void) Sets FDF-specific output headers (PHP 4 >= 4.3.0, PHP 5) fdf_next_field_name (resource $fdf_document[, string $fieldname]) string Get the next field name (PHP 4, PHP 5) fdf_open (string $filename) resource Open a FDF document (PHP 4, PHP 5) fdf_open_string (string $fdf_data) resource Read a FDF document from a string (PHP 4 >= 4.3.0, PHP 5) fdf_remove_item (resource $fdf_document, string $fieldname, int $item) bool Sets target frame for form (PHP 4 >= 4.3.0, PHP 5) fdf_save (resource $fdf_document[, string $filename]) bool Save a FDF document (PHP 4, PHP 5) fdf_save_string (resource $fdf_document) string Returns the FDF document as a string (PHP 4 >= 4.3.0, PHP 5) fdf_set_ap (resource $fdf_document, string $field_name, int $face, string $filename, int $page_number) bool Set the appearance of a field (PHP 4, PHP 5) fdf_set_encoding (resource $fdf_document, string $encoding) bool Sets FDF character encoding (PHP 4 >= 4.0.7, PHP 5) fdf_set_file (resource $fdf_document, string $url[, string $target_frame]) bool Set PDF document to display FDF data in (PHP 4, PHP 5) fdf_set_flags (resource $fdf_document, string $fieldname, int $whichFlags, int $newFlags) bool Sets a flag of a field (PHP 4 >= 4.0.2, PHP 5) fdf_set_javascript_action (resource $fdf_document, string $fieldname, int $trigger, string $script) bool Sets an javascript action of a field (PHP 4 >= 4.0.2, PHP 5) fdf_set_on_import_javascript (resource $fdf_document, string $script, bool $before_data_import) bool Adds javascript code to be executed when Acrobat opens the FDF (PHP 4 >= 4.3.0, PHP 5) fdf_set_opt (resource $fdf_document, string $fieldname, int $element, string $str1, string $str2) bool Sets an option of a field (PHP 4 >= 4.0.2, PHP 5) fdf_set_status (resource $fdf_document, string $status) bool Set the value of the /STATUS key (PHP 4, PHP 5) fdf_set_submit_form_action (resource $fdf_document, string $fieldname, int $trigger, string $script, int $flags) bool Sets a submit form action of a field (PHP 4 >= 4.0.2, PHP 5) fdf_set_target_frame (resource $fdf_document, string $frame_name) bool Set target frame for form display (PHP 4 >= 4.3.0, PHP 5) fdf_set_value (resource $fdf_document, string $fieldname, mixed $value[, int $isName]) bool Set the value of a field (PHP 4, PHP 5) fdf_set_version (resource $fdf_document, string $version) bool Sets version number for a FDF file (PHP 4 >= 4.3.0, PHP 5) feof (resource $handle) bool Tests for end-of-file on a file pointer (PHP 4, PHP 5) fflush (resource $handle) bool Flushes the output to a file (PHP 4 >= 4.0.1, PHP 5) fgetc (resource $handle) string Gets character from file pointer (PHP 4, PHP 5) fgetcsv (resource $handle[, int $length = 0[, string $delimiter = ','[, string $enclosure = '"'[, string $escape = '\\']]]]) array Gets line from file pointer and parse for CSV fields (PHP 4, PHP 5) fgets (resource $handle[, int $length]) string Gets line from file pointer (PHP 4, PHP 5) fgetss (resource $handle[, int $length[, string $allowable_tags]]) string Gets line from file pointer and strip HTML tags (PHP 4, PHP 5) file (string $filename[, int $flags = 0[, resource $context]]) array Reads entire file into an array (PHP 4, PHP 5) file_exists (string $filename) bool Checks whether a file or directory exists (PHP 4, PHP 5) file_get_contents (string $filename[, bool $use_include_path = false[, resource $context[, int $offset = -1[, int $maxlen]]]]) string Reads entire file into a string (PHP 4 >= 4.3.0, PHP 5) file_put_contents (string $filename, mixed $data[, int $flags = 0[, resource $context]]) int Write a string to a file (PHP 5) fileatime (string $filename) int Gets last access time of file (PHP 4, PHP 5) filectime (string $filename) int Gets inode change time of file (PHP 4, PHP 5) filegroup (string $filename) int Gets file group (PHP 4, PHP 5) fileinode (string $filename) int Gets file inode (PHP 4, PHP 5) filemtime (string $filename) int Gets file modification time (PHP 4, PHP 5) fileowner (string $filename) int Gets file owner (PHP 4, PHP 5) fileperms (string $filename) int Gets file permissions (PHP 4, PHP 5) filepro (string $directory) bool Read and verify the map file (PHP 4, PHP 5 filepro_fieldcount (void) int Find out how many fields are in a filePro database (PHP 4, PHP 5 filepro_fieldname (int $field_number) string Gets the name of a field (PHP 4, PHP 5 filepro_fieldtype (int $field_number) string Gets the type of a field (PHP 4, PHP 5 filepro_fieldwidth (int $field_number) int Gets the width of a field (PHP 4, PHP 5 filepro_retrieve (int $row_number, int $field_number) string Retrieves data from a filePro database (PHP 4, PHP 5 filepro_rowcount (void) int Find out how many rows are in a filePro database (PHP 4, PHP 5 filesize (string $filename) int Gets file size (PHP 4, PHP 5) filetype (string $filename) string Gets file type (PHP 4, PHP 5) filter_has_var (int $type, string $variable_name) bool Checks if variable of specified type exists (PHP 5 >= 5.2.0) filter_id (string $filtername) int Returns the filter ID belonging to a named filter (PHP 5 >= 5.2.0) filter_input (int $type, string $variable_name[, int $filter = FILTER_DEFAULT[, mixed $options]]) int Gets a specific external variable by name and optionally filters it (PHP 5 >= 5.2.0) filter_input_array (int $type[, mixed $definition]) int Gets external variables and optionally filters them (PHP 5 >= 5.2.0) filter_list (void) array Returns a list of all supported filters (PHP 5 >= 5.2.0) filter_var (mixed $variable[, int $filter = FILTER_DEFAULT[, mixed $options]]) int Filters a variable with a specified filter (PHP 5 >= 5.2.0) filter_var_array (array $data[, mixed $definition]) array Gets multiple variables and optionally filters them (PHP 5 >= 5.2.0) finfo_buffer (resource $finfo, string $string = NULL[, int $options = FILEINFO_NONE[, resource $context = NULL]]) string Return information about a string buffer (PHP 5 >= 5.3.0, PECL fileinfo >= 0.1.0) finfo_close (resource $finfo) bool Close fileinfo resource (PHP >= 5.3.0, PECL fileinfo >= 0.1.0) finfo_file (resource $finfo, string $file_name = NULL[, int $options = FILEINFO_NONE[, resource $context = NULL]]) string Return information about a file (PHP >= 5.3.0, PECL fileinfo >= 0.1.0) finfo_open ([ int $options = FILEINFO_NONE[, string $magic_file = NULL]]) resource Create a new fileinfo resource (PHP >= 5.3.0, PECL fileinfo >= 0.1.0) finfo_set_flags (resource $finfo, int $options) bool Set libmagic configuration options (PHP >= 5.3.0, PECL fileinfo >= 0.1.0) floatval (mixed $var) float Get float value of a variable (PHP 4 >= 4.2.0, PHP 5) flock (resource $handle, int $operation[, int &$wouldblock]) bool Portable advisory file locking (PHP 4, PHP 5) floor (float $value) float Round fractions down (PHP 4, PHP 5) flush (void) Flush the output buffer (PHP 4, PHP 5) fmod (float $x, float $y) float Returns the floating point remainder (modulo) of the division of the arguments (PHP 4 >= 4.2.0, PHP 5) fnmatch (string $pattern, string $string[, int $flags = 0]) bool Match filename against a pattern (PHP 4 >= 4.3.0, PHP 5) fopen (string $filename, string $mode[, bool $use_include_path = false[, resource $context]]) resource Opens file or URL (PHP 4, PHP 5) forward_static_call (callable $function[, mixed $parameter[, mixed $...]]) Call a static method (PHP 5 >= 5.3.0) forward_static_call_array (callable $function, array $parameters) array Call a static method and pass the arguments as array (PHP 5 >= 5.3.0) fpassthru (resource $handle) int Output all remaining data on a file pointer (PHP 4, PHP 5) fprintf (resource $handle, string $format[, mixed $args[, mixed $...]]) int Write a formatted string to a stream (PHP 5) fputcsv (resource $handle, array $fields[, string $delimiter = ','[, string $enclosure = '"']]) int Format line as CSV and write to file pointer (PHP 5 >= 5.1.0) fread (resource $handle, int $length) string Binary-safe file read (PHP 4, PHP 5) fribidi_log2vis (string $str, string $direction, int $charset) string Convert a logical string to a visual one (PHP 4 >= 4.0.4 and PHP 4 fscanf (resource $handle, string $format[, mixed &$...]) resource Parses input from a file according to a format (PHP 4 >= 4.0.1, PHP 5) fseek (resource $handle, int $offset[, int $whence = SEEK_SET]) int Seeks on a file pointer (PHP 4, PHP 5) fsockopen (string $hostname[, int $port = -1[, int &$errno[, string &$errstr[, float $timeout = ini_get("default_socket_timeout") resource Open Internet or Unix domain socket connection (PHP 4, PHP 5) fstat (resource $handle) array Gets information about a file using an open file pointer (PHP 4, PHP 5) ftell (resource $handle) int Returns the current position of the file read/write pointer (PHP 4, PHP 5) ftok (string $pathname, string $proj) int Convert a pathname and a project identifier to a System V IPC key (PHP 4 >= 4.2.0, PHP 5) ftp_alloc (resource $ftp_stream, int $filesize[, string &$result]) bool Allocates space for a file to be uploaded (PHP 5) ftp_cdup (resource $ftp_stream) bool Changes to the parent directory (PHP 4, PHP 5) ftp_chdir (resource $ftp_stream, string $directory) bool Changes the current directory on a FTP server (PHP 4, PHP 5) ftp_chmod (resource $ftp_stream, int $mode, string $filename) int Set permissions on a file via FTP (PHP 5) ftp_close (resource $ftp_stream) bool Closes an FTP connection (PHP 4 >= 4.2.0, PHP 5) ftp_connect (string $host[, int $port = 21[, int $timeout = 90]]) resource Opens an FTP connection (PHP 4, PHP 5) ftp_delete (resource $ftp_stream, string $path) bool Deletes a file on the FTP server (PHP 4, PHP 5) ftp_exec (resource $ftp_stream, string $command) bool Requests execution of a command on the FTP server (PHP 4 >= 4.0.3, PHP 5) ftp_fget (resource $ftp_stream, resource $handle, string $remote_file, int $mode[, int $resumepos = 0]) bool Downloads a file from the FTP server and saves to an open file (PHP 4, PHP 5) ftp_fput (resource $ftp_stream, string $remote_file, resource $handle, int $mode[, int $startpos = 0]) bool Uploads from an open file to the FTP server (PHP 4, PHP 5) ftp_get (resource $ftp_stream, string $local_file, string $remote_file, int $mode[, int $resumepos = 0]) bool Downloads a file from the FTP server (PHP 4, PHP 5) ftp_get_option (resource $ftp_stream, int $option) resource Retrieves various runtime behaviours of the current FTP stream (PHP 4 >= 4.2.0, PHP 5) ftp_login (resource $ftp_stream, string $username, string $password) bool Logs in to an FTP connection (PHP 4, PHP 5) ftp_mdtm (resource $ftp_stream, string $remote_file) int Returns the last modified time of the given file (PHP 4, PHP 5) ftp_mkdir (resource $ftp_stream, string $directory) string Creates a directory (PHP 4, PHP 5) ftp_nb_continue (resource $ftp_stream) int Continues retrieving/sending a file (non-blocking) (PHP 4 >= 4.3.0, PHP 5) ftp_nb_fget (resource $ftp_stream, resource $handle, string $remote_file, int $mode[, int $resumepos = 0]) int Retrieves a file from the FTP server and writes it to an open file (non-blocking) (PHP 4 >= 4.3.0, PHP 5) ftp_nb_fput (resource $ftp_stream, string $remote_file, resource $handle, int $mode[, int $startpos = 0]) int Stores a file from an open file to the FTP server (non-blocking) (PHP 4 >= 4.3.0, PHP 5) ftp_nb_get (resource $ftp_stream, string $local_file, string $remote_file, int $mode[, int $resumepos = 0]) int Retrieves a file from the FTP server and writes it to a local file (non-blocking) (PHP 4 >= 4.3.0, PHP 5) ftp_nb_put (resource $ftp_stream, string $remote_file, string $local_file, int $mode[, int $startpos = 0]) int Stores a file on the FTP server (non-blocking) (PHP 4 >= 4.3.0, PHP 5) ftp_nlist (resource $ftp_stream, string $directory) array Returns a list of files in the given directory (PHP 4, PHP 5) ftp_pasv (resource $ftp_stream, bool $pasv) bool Turns passive mode on or off (PHP 4, PHP 5) ftp_put (resource $ftp_stream, string $remote_file, string $local_file, int $mode[, int $startpos = 0]) bool Uploads a file to the FTP server (PHP 4, PHP 5) ftp_pwd (resource $ftp_stream) string Returns the current directory name (PHP 4, PHP 5) ftp_raw (resource $ftp_stream, string $command) array Sends an arbitrary command to an FTP server (PHP 5) ftp_rawlist (resource $ftp_stream, string $directory[, bool $recursive = false]) array Returns a detailed list of files in the given directory (PHP 4, PHP 5) ftp_rename (resource $ftp_stream, string $oldname, string $newname) bool Renames a file or a directory on the FTP server (PHP 4, PHP 5) ftp_rmdir (resource $ftp_stream, string $directory) bool Removes a directory (PHP 4, PHP 5) ftp_set_option (resource $ftp_stream, int $option, mixed $value) bool Set miscellaneous runtime FTP options (PHP 4 >= 4.2.0, PHP 5) ftp_site (resource $ftp_stream, string $command) bool Sends a SITE command to the server (PHP 4, PHP 5) ftp_size (resource $ftp_stream, string $remote_file) int Returns the size of the given file (PHP 4, PHP 5) ftp_ssl_connect (string $host[, int $port = 21[, int $timeout = 90]]) resource Opens an Secure SSL-FTP connection (PHP 4 >= 4.3.0, PHP 5) ftp_systype (resource $ftp_stream) string Returns the system type identifier of the remote FTP server (PHP 4, PHP 5) ftruncate (resource $handle, int $size) bool Truncates a file to a given length (PHP 4, PHP 5) func_get_arg (int $arg_num) int Return an item from the argument list (PHP 4, PHP 5) func_get_args (void) array Returns an array comprising a function's argument list (PHP 4, PHP 5) func_num_args (void) int Returns the number of arguments passed to the function (PHP 4, PHP 5) function_exists (string $function_name) bool Return (PHP 4, PHP 5) fwrite (resource $handle, string $string[, int $length]) int Binary-safe file write (PHP 4, PHP 5) gc_collect_cycles (void) int Forces collection of any existing garbage cycles (PHP 5 >= 5.3.0) gc_disable (void) Deactivates the circular reference collector (PHP 5 >= 5.3.0) gc_enable (void) Activates the circular reference collector (PHP 5 >= 5.3.0) gc_enabled (void) bool Returns status of the circular reference collector (PHP 5 >= 5.3.0) gd_info (void) array Retrieve information about the currently installed GD library (PHP 4 >= 4.3.0, PHP 5) geoip_continent_code_by_name (string $hostname) string Get the two letter continent code (PECL geoip >= 1.0.3) geoip_country_code3_by_name (string $hostname) string Get the three letter country code (PECL geoip >= 0.2.0) geoip_country_code_by_name (string $hostname) string Get the two letter country code (PECL geoip >= 0.2.0) geoip_country_name_by_name (string $hostname) string Get the full country name (PECL geoip >= 0.2.0) geoip_database_info ([ int $database = GEOIP_COUNTRY_EDITION]) string Get GeoIP Database information (PECL geoip >= 0.2.0) geoip_db_avail (int $database) bool Determine if GeoIP Database is available (PECL geoip >= 1.0.1) geoip_db_filename (int $database) string Returns the filename of the corresponding GeoIP Database (PECL geoip >= 1.0.1) geoip_db_get_all_info (void) array Returns detailed information about all GeoIP database types (PECL geoip >= 1.0.1) geoip_id_by_name (string $hostname) int Get the Internet connection type (PECL geoip >= 0.2.0) geoip_isp_by_name (string $hostname) string Get the Internet Service Provider (ISP) name (PECL geoip >= 1.0.2) geoip_org_by_name (string $hostname) string Get the organization name (PECL geoip >= 0.2.0) geoip_record_by_name (string $hostname) array Returns the detailed City information found in the GeoIP Database (PECL geoip >= 0.2.0) geoip_region_by_name (string $hostname) array Get the country code and region (PECL geoip >= 0.2.0) geoip_region_name_by_code (string $country_code, string $region_code) string Returns the region name for some country and region code combo (PECL geoip >= 1.0.4) geoip_time_zone_by_country_and_region (string $country_code[, string $region_code]) string Returns the time zone for some country and region code combo (PECL geoip >= 1.0.4) get_browser ([ string $user_agent[, bool $return_array = false]]) string Tells what the user's browser is capable of (PHP 4, PHP 5) get_called_class (void) string the "Late Static Binding" class name (PHP 5 >= 5.3.0) get_cfg_var (string $option) string Gets the value of a PHP configuration option (PHP 4, PHP 5) get_class ([ object $object = NULL]) string Returns the name of the class of an object (PHP 4, PHP 5) get_class_methods (mixed $class_name) array Gets the class methods' names (PHP 4, PHP 5) get_class_vars (string $class_name) array Get the default properties of the class (PHP 4, PHP 5) get_current_user (void) string Gets the name of the owner of the current PHP script (PHP 4, PHP 5) get_declared_classes (void) array Returns an array with the name of the defined classes (PHP 4, PHP 5) get_declared_interfaces (void) array Returns an array of all declared interfaces (PHP 5) get_declared_traits (void) array Returns an array of all declared traits (No version information available, might only be in SVN) get_defined_constants ([ bool $categorize = false]) array Returns an associative array with the names of all the constants and their values (PHP 4 >= 4.1.0, PHP 5) get_defined_functions (void) array Returns an array of all defined functions (PHP 4 >= 4.0.4, PHP 5) get_defined_vars (void) array Returns an array of all defined variables (PHP 4 >= 4.0.4, PHP 5) get_extension_funcs (string $module_name) array Returns an array with the names of the functions of a module (PHP 4, PHP 5) get_headers (string $url[, int $format = 0]) array Fetches all the headers sent by the server in response to a HTTP request (PHP 5) get_html_translation_table ([ int $table = HTML_SPECIALCHARS[, int $flags = ENT_COMPAT | ENT_HTML401[, string $encoding = 'UTF-8']]]) array Returns the translation table used by (PHP 4, PHP 5) get_include_path (void) string Gets the current include_path configuration option (PHP 4 >= 4.3.0, PHP 5) get_included_files (void) array Returns an array with the names of included or required files (PHP 4, PHP 5) get_loaded_extensions ([ bool $zend_extensions = false]) array Returns an array with the names of all modules compiled and loaded (PHP 4, PHP 5) get_magic_quotes_gpc (void) bool Gets the current configuration setting of magic_quotes_gpc (PHP 4, PHP 5) get_magic_quotes_runtime (void) bool Gets the current active configuration setting of magic_quotes_runtime (PHP 4, PHP 5) get_meta_tags (string $filename[, bool $use_include_path = false]) array Extracts all meta tag content attributes from a file and returns an array (PHP 4, PHP 5) get_object_vars (object $object) array Gets the properties of the given object (PHP 4, PHP 5) get_parent_class ([ mixed $object]) string Retrieves the parent class name for object or class (PHP 4, PHP 5) get_resource_type (resource $handle) string Returns the resource type (PHP 4 >= 4.0.2, PHP 5) getallheaders (void) array Fetch all HTTP request headers (PHP 4, PHP 5) getcwd (void) string Gets the current working directory (PHP 4, PHP 5) getdate ([ int $timestamp = time() array Get date/time information (PHP 4, PHP 5) getenv (string $varname) string Gets the value of an environment variable (PHP 4, PHP 5) gethostbyaddr (string $ip_address) string Get the Internet host name corresponding to a given IP address (PHP 4, PHP 5) gethostbyname (string $hostname) string Get the IPv4 address corresponding to a given Internet host name (PHP 4, PHP 5) gethostbynamel (string $hostname) array Get a list of IPv4 addresses corresponding to a given Internet host name (PHP 4, PHP 5) gethostname (void) string Gets the host name (PHP >= 5.3.0) getimagesize (string $filename[, array &$imageinfo]) array Get the size of an image (PHP 4, PHP 5) getimagesizefromstring (string $imagedata[, array &$imageinfo]) array Get the size of an image from a string (PHP 5 >= 5.4.0) getlastmod (void) int Gets time of last page modification (PHP 4, PHP 5) getmxrr (string $hostname, array &$mxhosts[, array &$weight]) bool Get MX records corresponding to a given Internet host name (PHP 4, PHP 5) getmygid (void) int Get PHP script owner's GID (PHP 4 >= 4.1.0, PHP 5) getmyinode (void) int Gets the inode of the current script (PHP 4, PHP 5) getmypid (void) int Gets PHP's process ID (PHP 4, PHP 5) getmyuid (void) int Gets PHP script owner's UID (PHP 4, PHP 5) getopt (string $options[, array $longopts]) array Gets options from the command line argument list (PHP 4 >= 4.3.0, PHP 5) getprotobyname (string $name) int Get protocol number associated with protocol name (PHP 4, PHP 5) getprotobynumber (int $number) string Get protocol name associated with protocol number (PHP 4, PHP 5) getrandmax (void) int Show largest possible random value (PHP 4, PHP 5) getrusage ([ int $who = 0]) array Gets the current resource usages (PHP 4, PHP 5) getservbyname (string $service, string $protocol) int Get port number associated with an Internet service and protocol (PHP 4, PHP 5) getservbyport (int $port, string $protocol) string Get Internet service which corresponds to port and protocol (PHP 4, PHP 5) gettext (string $message) string Lookup a message in the current domain (PHP 4, PHP 5) gettimeofday ([ bool $return_float = false]) bool Get current time (PHP 4, PHP 5) gettype (mixed $var) string Get the type of a variable (PHP 4, PHP 5) glob (string $pattern[, int $flags = 0]) array Find pathnames matching a pattern (PHP 4 >= 4.3.0, PHP 5) gmdate (string $format[, int $timestamp = time() string Format a GMT/UTC date/time (PHP 4, PHP 5) gmmktime ([ int $hour = gmdate("H") int Get Unix timestamp for a GMT date (PHP 4, PHP 5) gmp_abs (resource $a) resource Absolute value (PHP 4 >= 4.0.4, PHP 5) gmp_add (resource $a, resource $b) resource Add numbers (PHP 4 >= 4.0.4, PHP 5) gmp_and (resource $a, resource $b) resource Bitwise AND (PHP 4 >= 4.0.4, PHP 5) gmp_clrbit (resource $a, int $index) resource Clear bit (PHP 4 >= 4.0.4, PHP 5) gmp_cmp (resource $a, resource $b) int Compare numbers (PHP 4 >= 4.0.4, PHP 5) gmp_com (resource $a) resource Calculates one's complement (PHP 4 >= 4.0.4, PHP 5) gmp_div_q (resource $a, resource $b[, int $round = GMP_ROUND_ZERO]) resource Divide numbers (PHP 4 >= 4.0.4, PHP 5) gmp_div_qr (resource $n, resource $d[, int $round = GMP_ROUND_ZERO]) array Divide numbers and get quotient and remainder (PHP 4 >= 4.0.4, PHP 5) gmp_div_r (resource $n, resource $d[, int $round = GMP_ROUND_ZERO]) resource Remainder of the division of numbers (PHP 4 >= 4.0.4, PHP 5) gmp_divexact (resource $n, resource $d) resource Exact division of numbers (PHP 4 >= 4.0.4, PHP 5) gmp_fact (mixed $a) resource Factorial (PHP 4 >= 4.0.4, PHP 5) gmp_gcd (resource $a, resource $b) resource Calculate GCD (PHP 4 >= 4.0.4, PHP 5) gmp_gcdext (resource $a, resource $b) array Calculate GCD and multipliers (PHP 4 >= 4.0.4, PHP 5) gmp_hamdist (resource $a, resource $b) int Hamming distance (PHP 4 >= 4.0.4, PHP 5) gmp_init (mixed $number[, int $base = 0]) resource Create GMP number (PHP 4 >= 4.0.4, PHP 5) gmp_intval (resource $gmpnumber) int Convert GMP number to integer (PHP 4 >= 4.0.4, PHP 5) gmp_invert (resource $a, resource $b) resource Inverse by modulo (PHP 4 >= 4.0.4, PHP 5) gmp_jacobi (resource $a, resource $p) int Jacobi symbol (PHP 4 >= 4.0.4, PHP 5) gmp_legendre (resource $a, resource $p) int Legendre symbol (PHP 4 >= 4.0.4, PHP 5) gmp_mod (resource $n, resource $d) resource Modulo operation (PHP 4 >= 4.0.4, PHP 5) gmp_mul (resource $a, resource $b) resource Multiply numbers (PHP 4 >= 4.0.4, PHP 5) gmp_neg (resource $a) resource Negate number (PHP 4 >= 4.0.4, PHP 5) gmp_nextprime (int $a) resource Find next prime number (PHP 5 >= 5.2.0) gmp_or (resource $a, resource $b) resource Bitwise OR (PHP 4 >= 4.0.4, PHP 5) gmp_perfect_square (resource $a) bool Perfect square check (PHP 4 >= 4.0.4, PHP 5) gmp_popcount (resource $a) int Population count (PHP 4 >= 4.0.4, PHP 5) gmp_pow (resource $base, int $exp) resource Raise number into power (PHP 4 >= 4.0.4, PHP 5) gmp_powm (resource $base, resource $exp, resource $mod) resource Raise number into power with modulo (PHP 4 >= 4.0.4, PHP 5) gmp_prob_prime (resource $a[, int $reps = 10]) int Check if number is "probably prime" (PHP 4 >= 4.0.4, PHP 5) gmp_random ([ int $limiter = 20]) resource Random number (PHP 4 >= 4.0.4, PHP 5) gmp_scan0 (resource $a, int $start) int Scan for 0 (PHP 4 >= 4.0.4, PHP 5) gmp_scan1 (resource $a, int $start) int Scan for 1 (PHP 4 >= 4.0.4, PHP 5) gmp_setbit (resource $a, int $index[, bool $set_clear = true]) resource Set bit (PHP 4 >= 4.0.4, PHP 5) gmp_sign (resource $a) int Sign of number (PHP 4 >= 4.0.4, PHP 5) gmp_sqrt (resource $a) resource Calculate square root (PHP 4 >= 4.0.4, PHP 5) gmp_sqrtrem (resource $a) array Square root with remainder (PHP 4 >= 4.0.4, PHP 5) gmp_strval (resource $gmpnumber[, int $base = 10]) string Convert GMP number to string (PHP 4 >= 4.0.4, PHP 5) gmp_sub (resource $a, resource $b) resource Subtract numbers (PHP 4 >= 4.0.4, PHP 5) gmp_testbit (resource $a, int $index) bool Tests if a bit is set (PHP 5 >= 5.3.0) gmp_xor (resource $a, resource $b) resource Bitwise XOR (PHP 4 >= 4.0.4, PHP 5) gmstrftime (string $format[, int $timestamp = time() string Format a GMT/UTC time/date according to locale settings (PHP 4, PHP 5) gnupg_adddecryptkey (resource $identifier, string $fingerprint, string $passphrase) bool Add a key for decryption (PECL gnupg >= 0.5) gnupg_addencryptkey (resource $identifier, string $fingerprint) bool Add a key for encryption (PECL gnupg >= 0.5) gnupg_addsignkey (resource $identifier, string $fingerprint[, string $passphrase]) bool Add a key for signing (PECL gnupg >= 0.5) gnupg_cleardecryptkeys (resource $identifier) bool Removes all keys which were set for decryption before (PECL gnupg >= 0.5) gnupg_clearencryptkeys (resource $identifier) bool Removes all keys which were set for encryption before (PECL gnupg >= 0.5) gnupg_clearsignkeys (resource $identifier) bool Removes all keys which were set for signing before (PECL gnupg >= 0.5) gnupg_decrypt (resource $identifier, string $text) string Decrypts a given text (PECL gnupg >= 0.1) gnupg_decryptverify (resource $identifier, string $text, string &$plaintext) array Decrypts and verifies a given text (PECL gnupg >= 0.2) gnupg_encrypt (resource $identifier, string $plaintext) string Encrypts a given text (PECL gnupg >= 0.1) gnupg_encryptsign (resource $identifier, string $plaintext) string Encrypts and signs a given text (PECL gnupg >= 0.2) gnupg_export (resource $identifier, string $fingerprint) string Exports a key (PECL gnupg >= 0.1) gnupg_geterror (resource $identifier) string Returns the errortext, if a function fails (PECL gnupg >= 0.1) gnupg_getprotocol (resource $identifier) int Returns the currently active protocol for all operations (PECL gnupg >= 0.1) gnupg_import (resource $identifier, string $keydata) array Imports a key (PECL gnupg >= 0.3) gnupg_init (void) resource Initialize a connection (PECL gnupg >= 0.4) gnupg_keyinfo (resource $identifier, string $pattern) array Returns an array with information about all keys that matches the given pattern (PECL gnupg >= 0.1) gnupg_setarmor (resource $identifier, int $armor) bool Toggle armored output (PECL gnupg >= 0.1) gnupg_seterrormode (resource $identifier, int $errormode) resource Sets the mode for error_reporting (PECL gnupg >= 0.6) gnupg_setsignmode (resource $identifier, int $signmode) bool Sets the mode for signing (PECL gnupg >= 0.1) gnupg_sign (resource $identifier, string $plaintext) string Signs a given text (PECL gnupg >= 0.1) gnupg_verify (resource $identifier, string $signed_text, string $signature[, string &$plaintext]) array Verifies a signed text (PECL gnupg >= 0.1) gopher_parsedir (string $dirent) array Translate a gopher formatted directory entry into an associative array. (PECL net_gopher >= 0.1) grapheme_extract (string $haystack, int $size[, int $extract_type[, int $start = 0[, int &$next]]]) string Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8. (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) grapheme_stripos (string $haystack, string $needle[, int $offset = 0]) int Find position (in grapheme units) of first occurrence of a case-insensitive string (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) grapheme_stristr (string $haystack, string $needle[, bool $before_needle = false]) string Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack. (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) grapheme_strlen (string $input) int Get string length in grapheme units (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) grapheme_strpos (string $haystack, string $needle[, int $offset = 0]) int Find position (in grapheme units) of first occurrence of a string (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) grapheme_strripos (string $haystack, string $needle[, int $offset = 0]) int Find position (in grapheme units) of last occurrence of a case-insensitive string (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) grapheme_strrpos (string $haystack, string $needle[, int $offset = 0]) int Find position (in grapheme units) of last occurrence of a string (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) grapheme_strstr (string $haystack, string $needle[, bool $before_needle = false]) string Returns part of haystack string from the first occurrence of needle to the end of haystack. (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) grapheme_substr (string $string, int $start[, int $length]) int Return part of a string (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) gupnp_context_get_host_ip (resource $context) string Get the IP address (PECL gupnp >= 0.1.0) gupnp_context_get_port (resource $context) int Get the port (PECL gupnp >= 0.1.0) gupnp_context_get_subscription_timeout (resource $context) int Get the event subscription timeout (PECL gupnp >= 0.1.0) gupnp_context_host_path (resource $context, string $local_path, string $server_path) bool Start hosting (PECL gupnp >= 0.1.0) gupnp_context_new ([ string $host_ip[, int $port = 0]]) resource Create a new context (PECL gupnp >= 0.1.0) gupnp_context_set_subscription_timeout (resource $context, int $timeout) resource Sets the event subscription timeout (PECL gupnp >= 0.1.0) gupnp_context_timeout_add (resource $context, int $timeout, mixed $callback[, mixed $arg]) bool Sets a function to be called at regular intervals (PECL gupnp >= 0.1.0) gupnp_context_unhost_path (resource $context, string $server_path) bool Stop hosting (PECL gupnp >= 0.1.0) gupnp_control_point_browse_start (resource $cpoint) bool Start browsing (PECL gupnp >= 0.1.0) gupnp_control_point_browse_stop (resource $cpoint) bool Stop browsing (PECL gupnp >= 0.1.0) gupnp_control_point_callback_set (resource $cpoint, int $signal, mixed $callback[, mixed $arg]) bool Set control point callback (PECL gupnp >= 0.1.0) gupnp_control_point_new (resource $context, string $target) resource Create a new control point (PECL gupnp >= 0.1.0) gupnp_device_action_callback_set (resource $root_device, int $signal, string $action_name, mixed $callback[, mixed $arg]) bool Set device callback function (PECL gupnp >= 0.1.0) gupnp_device_info_get (resource $root_device) array Get info of root device (PECL gupnp >= 0.1.0) gupnp_device_info_get_service (resource $root_device, string $type) resource Get the service with type (PECL gupnp >= 0.1.0) gupnp_root_device_get_available (resource $root_device) bool Check whether root device is available (PECL gupnp >= 0.1.0) gupnp_root_device_get_relative_location (resource $root_device) string Get the relative location of root device. (PECL gupnp >= 0.1.0) gupnp_root_device_new (resource $context, string $location, string $description_dir) resource Create a new root device (PECL gupnp >= 0.1.0) gupnp_root_device_set_available (resource $root_device, bool $available) bool Set whether or not root_device is available (PECL gupnp >= 0.1.0) gupnp_root_device_start (resource $root_device) bool Start main loop (PECL gupnp >= 0.1.0) gupnp_root_device_stop (resource $root_device) bool Stop main loop (PECL gupnp >= 0.1.0) gupnp_service_action_get (resource $action, string $name, int $type) resource Retrieves the specified action arguments (PECL gupnp >= 0.1.0) gupnp_service_action_return (resource $action) bool Return succesfully (PECL gupnp >= 0.1.0) gupnp_service_action_return_error (resource $action, int $error_code[, string $error_description]) bool Return error code (PECL gupnp >= 0.1.0) gupnp_service_action_set (resource $action, string $name, int $type, mixed $value) bool Sets the specified action return values (PECL gupnp >= 0.1.0) gupnp_service_freeze_notify (resource $service) bool Freeze new notifications (PECL gupnp >= 0.1.0) gupnp_service_info_get (resource $proxy) array Get full info of service (PECL gupnp >= 0.1.0) gupnp_service_info_get_introspection (resource $proxy[, mixed $callback[, mixed $arg]]) resource Get resource introspection of service (PECL gupnp >= 0.1.0) gupnp_service_introspection_get_state_variable (resource $introspection, string $variable_name) array Returns the state variable data (PECL gupnp >= 0.1.0) gupnp_service_notify (resource $service, string $name, int $type, mixed $value) bool Notifies listening clients (PECL gupnp >= 0.1.0) gupnp_service_proxy_action_get (resource $proxy, string $action, string $name, int $type) resource Send action to the service and get value (PECL gupnp >= 0.1.0) gupnp_service_proxy_action_set (resource $proxy, string $action, string $name, mixed $value, int $type) bool Send action to the service and set value (PECL gupnp >= 0.1.0) gupnp_service_proxy_add_notify (resource $proxy, string $value, int $type, mixed $callback[, mixed $arg]) bool Sets up callback for variable change notification (PECL gupnp >= 0.1.0) gupnp_service_proxy_callback_set (resource $proxy, int $signal, mixed $callback[, mixed $arg]) bool Set service proxy callback for signal (PECL gupnp >= 0.1.0) gupnp_service_proxy_get_subscribed (resource $proxy) bool Check whether subscription is valid to the service (PECL gupnp >= 0.1.0) gupnp_service_proxy_remove_notify (resource $proxy, string $value) bool Cancels the variable change notification (PECL gupnp >= 0.1.0) gupnp_service_proxy_set_subscribed (resource $proxy, bool $subscribed) bool (Un)subscribes to the service. (PECL gupnp >= 0.1.0) gupnp_service_thaw_notify (resource $service) bool Sends out any pending notifications and stops queuing of new ones. (PECL gupnp >= 0.1.0) gzclose (resource $zp) bool Close an open gz-file pointer (PHP 4, PHP 5) gzcompress (string $data[, int $level = -1]) string Compress a string (PHP 4 >= 4.0.1, PHP 5) gzdecode (string $data[, int $length]) string Decodes a gzip compressed string (No version information available, might only be in SVN) gzdeflate (string $data[, int $level = -1]) string Deflate a string (PHP 4 >= 4.0.4, PHP 5) gzencode (string $data[, int $level = -1[, int $encoding_mode = FORCE_GZIP]]) string Create a gzip compressed string (PHP 4 >= 4.0.4, PHP 5) gzeof (resource $zp) int Test for (PHP 4, PHP 5) gzfile (string $filename[, int $use_include_path = 0]) array Read entire gz-file into an array (PHP 4, PHP 5) gzgetc (resource $zp) string Get character from gz-file pointer (PHP 4, PHP 5) gzgets (resource $zp, int $length) string Get line from file pointer (PHP 4, PHP 5) gzgetss (resource $zp, int $length[, string $allowable_tags]) string Get line from gz-file pointer and strip HTML tags (PHP 4, PHP 5) gzinflate (string $data[, int $length = 0]) string Inflate a deflated string (PHP 4 >= 4.0.4, PHP 5) gzopen (string $filename, string $mode[, int $use_include_path = 0]) resource Open gz-file (PHP 4, PHP 5) gzpassthru (resource $zp) int Output all remaining data on a gz-file pointer (PHP 4, PHP 5) gzread (resource $zp, int $length) string Binary-safe gz-file read (PHP 4, PHP 5) gzrewind (resource $zp) bool Rewind the position of a gz-file pointer (PHP 4, PHP 5) gzseek (resource $zp, int $offset[, int $whence = SEEK_SET]) int Seek on a gz-file pointer (PHP 4, PHP 5) gztell (resource $zp) int Tell gz-file pointer read/write position (PHP 4, PHP 5) gzuncompress (string $data[, int $length = 0]) string Uncompress a compressed string (PHP 4 >= 4.0.1, PHP 5) gzwrite (resource $zp, string $string[, int $length]) int Binary-safe gz-file write (PHP 4, PHP 5) hash (string $algo, string $data[, bool $raw_output = false]) string Generate a hash value (message digest) (PHP 5 >= 5.1.2, PECL hash >= 1.1) hash_algos (void) array Return a list of registered hashing algorithms (PHP 5 >= 5.1.2, PECL hash >= 1.1) hash_copy (resource $context) resource Copy hashing context (PHP 5 >= 5.3.0) hash_file (string $algo, string $filename[, bool $raw_output = false]) string Generate a hash value using the contents of a given file (PHP 5 >= 5.1.2, PECL hash >= 1.1) hash_final (resource $context[, bool $raw_output = false]) string Finalize an incremental hash and return resulting digest (PHP 5 >= 5.1.2, PECL hash >= 1.1) hash_hmac (string $algo, string $data, string $key[, bool $raw_output = false]) string Generate a keyed hash value using the HMAC method (PHP 5 >= 5.1.2, PECL hash >= 1.1) hash_hmac_file (string $algo, string $filename, string $key[, bool $raw_output = false]) string Generate a keyed hash value using the HMAC method and the contents of a given file (PHP 5 >= 5.1.2, PECL hash >= 1.1) hash_init (string $algo[, int $options = 0[, string $key = NULL]]) resource Initialize an incremental hashing context (PHP 5 >= 5.1.2, PECL hash >= 1.1) hash_pbkdf2 (string $algo, string $password, string $salt, int $iterations[, int $length = 0[, bool $raw_output = false]]) string Generate a PBKDF2 key derivation of a supplied password (PHP 5 >= 5.5.0) hash_update (resource $context, string $data) bool Pump data into an active hashing context (PHP 5 >= 5.1.2, PECL hash >= 1.1) hash_update_file (resource $context, string $filename[, resource $context = NULL]) bool Pump data into an active hashing context from a file (PHP 5 >= 5.1.2, PECL hash >= 1.1) hash_update_stream (resource $context, resource $handle[, int $length = -1]) int Pump data into an active hashing context from an open stream (PHP 5 >= 5.1.2, PECL hash >= 1.1) header (string $string[, bool $replace = true[, int $http_response_code]]) string Send a raw HTTP header (PHP 4, PHP 5) header_register_callback (callable $callback) bool Call a header function (No version information available, might only be in SVN) header_remove ([ string $name]) string Remove previously set headers (PHP 5 >= 5.3.0) headers_list (void) array Returns a list of response headers sent (or ready to send) (PHP 5) headers_sent ([ string &$file[, int &$line]]) bool Checks if or where headers have been sent (PHP 4, PHP 5) hebrev (string $hebrew_text[, int $max_chars_per_line = 0]) string Convert logical Hebrew text to visual text (PHP 4, PHP 5) hebrevc (string $hebrew_text[, int $max_chars_per_line = 0]) string Convert logical Hebrew text to visual text with newline conversion (PHP 4, PHP 5) hex2bin (string $data) string Decodes a hexadecimally encoded binary string (PHP >= 5.4.0) hexdec (string $hex_string) string Hexadecimal to decimal (PHP 4, PHP 5) highlight_file (string $filename[, bool $return = false]) string Syntax highlighting of a file (PHP 4, PHP 5) highlight_string (string $str[, bool $return = false]) string Syntax highlighting of a string (PHP 4, PHP 5) html_entity_decode (string $string[, int $flags = ENT_COMPAT | ENT_HTML401[, string $encoding = 'UTF-8']]) string Convert all HTML entities to their applicable characters (PHP 4 >= 4.3.0, PHP 5) htmlentities (string $string[, int $flags = ENT_COMPAT | ENT_HTML401[, string $encoding = 'UTF-8'[, bool $double_encode = true]]]) string Convert all applicable characters to HTML entities (PHP 4, PHP 5) htmlspecialchars (string $string[, int $flags = ENT_COMPAT | ENT_HTML401[, string $encoding = 'UTF-8'[, bool $double_encode = true]]]) string Convert special characters to HTML entities (PHP 4, PHP 5) htmlspecialchars_decode (string $string[, int $flags = ENT_COMPAT | ENT_HTML401]) string Convert special HTML entities back to characters (PHP 5 >= 5.1.0) http_build_cookie (array $cookie) string Build cookie string (PECL pecl_http >= 1.2.0) http_build_query (mixed $query_data[, string $numeric_prefix[, string $arg_separator[, int $enc_type = PHP_QUERY_RFC1738]]]) string Generate URL-encoded query string (PHP 5) http_build_str (array $query[, string $prefix[, string $arg_separator = ini_get("arg_separator.output") string Build query string (PECL pecl_http >= 0.23.0) http_build_url ([ mixed $url[, mixed $parts[, int $flags = HTTP_URL_REPLACE[, array &$new_url]]]]) string Build a URL (PECL pecl_http >= 0.21.0) http_cache_etag ([ string $etag]) bool Caching by ETag (PECL pecl_http >= 0.1.0) http_cache_last_modified ([ int $timestamp_or_expires]) bool Caching by last modification (PECL pecl_http >= 0.1.0) http_chunked_decode (string $encoded) string Decode chunked-encoded data (PECL pecl_http >= 0.1.0) http_date ([ int $timestamp]) string Compose HTTP RFC compliant date (PECL pecl_http >= 0.1.0) http_deflate (string $data[, int $flags = 0]) string Deflate data (PECL pecl_http >= 0.15.0) http_get (string $url[, array $options[, array &$info]]) string Perform GET request (PECL pecl_http >= 0.1.0) http_get_request_body (void) string Get request body as string (PECL pecl_http >= 0.10.0) http_get_request_body_stream (void) resource Get request body as stream (PECL pecl_http >= 0.22.0) http_get_request_headers (void) array Get request headers as array (PECL pecl_http >= 0.10.0) http_head (string $url[, array $options[, array &$info]]) string Perform HEAD request (PECL pecl_http >= 0.1.0) http_inflate (string $data) string Inflate data (PECL pecl_http >= 0.15.0) http_match_etag (string $etag[, bool $for_range = false]) bool Match ETag (PECL pecl_http >= 0.1.0) http_match_modified ([ int $timestamp = -1[, bool $for_range = false]]) bool Match last modification (PECL pecl_http >= 0.1.0) http_match_request_header (string $header, string $value[, bool $match_case = false]) bool Match any header (PECL pecl_http >= 0.10.0) http_negotiate_charset (array $supported[, array &$result]) string Negotiate client's preferred character set (PECL pecl_http >= 0.1.0) http_negotiate_content_type (array $supported[, array &$result]) string Negotiate client's preferred content type (PECL pecl_http >= 0.19.0) http_negotiate_language (array $supported[, array &$result]) string Negotiate client's preferred language (PECL pecl_http >= 0.1.0) http_parse_cookie (string $cookie[, int $flags[, array $allowed_extras]]) object Parse HTTP cookie (PECL pecl_http >= 0.20.0) http_parse_headers (string $header) array Parse HTTP headers (PECL pecl_http >= 0.10.0) http_parse_message (string $message) object Parse HTTP messages (PECL pecl_http >= 0.12.0) http_parse_params (string $param[, int $flags = HTTP_PARAMS_DEFAULT]) object Parse parameter list (PECL pecl_http >= 1.0.0) http_persistent_handles_clean ([ string $ident]) string Clean up persistent handles (PECL pecl_http >= 1.5.0) http_persistent_handles_count (void) object Stat persistent handles (PECL pecl_http >= 1.5.0) http_persistent_handles_ident ([ string $ident]) string Get/set ident of persistent handles (PECL pecl_http >= 1.5.0) http_post_data (string $url, string $data[, array $options[, array &$info]]) string Perform POST request with pre-encoded data (PECL pecl_http >= 0.1.0) http_post_fields (string $url, array $data[, array $files[, array $options[, array &$info]]]) string Perform POST request with data to be encoded (PECL pecl_http >= 0.10.0) http_put_data (string $url, string $data[, array $options[, array &$info]]) string Perform PUT request with data (PECL pecl_http >= 0.25.0) http_put_file (string $url, string $file[, array $options[, array &$info]]) string Perform PUT request with file (PECL pecl_http >= 0.10.0) http_put_stream (string $url, resource $stream[, array $options[, array &$info]]) string Perform PUT request with stream (PECL pecl_http >= 0.10.0) http_redirect ([ string $url[, array $params[, bool $session = false[, int $status = 0]]]]) bool Issue HTTP redirect (PECL pecl_http >= 0.1.0) http_request (int $method, string $url[, string $body[, array $options[, array &$info]]]) string Perform custom request (PECL pecl_http >= 1.0.0) http_request_body_encode (array $fields, array $files) string Encode request body (PECL pecl_http >= 1.0.0) http_request_method_exists (mixed $method) int Check whether request method exists (PECL pecl_http >= 0.10.0) http_request_method_name (int $method) string Get request method name (PECL pecl_http >= 0.10.0) http_request_method_register (string $method) int Register request method (PECL pecl_http >= 0.10.0) http_request_method_unregister (mixed $method) bool Unregister request method (PECL pecl_http >= 0.10.0) http_response_code ([ int $response_code]) int Get or Set the HTTP response code (PHP 5 >= 5.4.0) http_send_content_disposition (string $filename[, bool $inline = false]) bool Send Content-Disposition (PECL pecl_http >= 0.10.0) http_send_content_type ([ string $content_type = "application/x-octetstream"]) bool Send Content-Type (PECL pecl_http >= 0.10.0) http_send_data (string $data) bool Send arbitrary data (PECL pecl_http >= 0.1.0) http_send_file (string $file) bool Send file (PECL pecl_http >= 0.1.0) http_send_last_modified ([ int $timestamp = time() bool Send Last-Modified (PECL pecl_http >= 0.1.0) http_send_status (int $status) bool Send HTTP response status (PECL pecl_http >= 0.1.0) http_send_stream (resource $stream) bool Send stream (PECL pecl_http >= 0.1.0) http_support ([ int $feature = 0]) int Check built-in HTTP support (PECL pecl_http >= 0.15.0) http_throttle (float $sec[, int $bytes = 40960]) float HTTP throttling (PECL pecl_http >= 0.10.0) hw_Array2Objrec (array $object_array) string Convert attributes from object array to object record (PHP 4) hw_Children (int $connection, int $objectID) array Object ids of children (PHP 4) hw_ChildrenObj (int $connection, int $objectID) array Object records of children (PHP 4) hw_Close (int $connection) bool Closes the Hyperwave connection (PHP 4) hw_Connect (string $host, int $port[, string $username], string $password) int Opens a connection (PHP 4) hw_Deleteobject (int $connection, int $object_to_delete) bool Deletes object (PHP 4) hw_DocByAnchor (int $connection, int $anchorID) int Object id object belonging to anchor (PHP 4) hw_DocByAnchorObj (int $connection, int $anchorID) string Object record object belonging to anchor (PHP 4) hw_Document_Attributes (int $hw_document) string Object record of hw_document (PHP 4) hw_Document_BodyTag (int $hw_document[, string $prefix]) string Body tag of hw_document (PHP 4) hw_Document_Content (int $hw_document) string Returns content of hw_document (PHP 4) hw_Document_SetContent (int $hw_document, string $content) bool Sets/replaces content of hw_document (PHP 4) hw_Document_Size (int $hw_document) int Size of hw_document (PHP 4) hw_EditText (int $connection, int $hw_document) bool Retrieve text document (PHP 4) hw_Error (int $connection) int Error number (PHP 4) hw_ErrorMsg (int $connection) string Returns error message (PHP 4) hw_Free_Document (int $hw_document) bool Frees hw_document (PHP 4) hw_GetAnchors (int $connection, int $objectID) array Object ids of anchors of document (PHP 4) hw_GetAnchorsObj (int $connection, int $objectID) array Object records of anchors of document (PHP 4) hw_GetAndLock (int $connection, int $objectID) string Return object record and lock object (PHP 4) hw_GetChildColl (int $connection, int $objectID) array Object ids of child collections (PHP 4) hw_GetChildCollObj (int $connection, int $objectID) array Object records of child collections (PHP 4) hw_GetChildDocColl (int $connection, int $objectID) array Object ids of child documents of collection (PHP 4) hw_GetChildDocCollObj (int $connection, int $objectID) array Object records of child documents of collection (PHP 4) hw_GetObject (int $connection, mixed $objectID[, string $query]) int Object record (PHP 4) hw_GetObjectByQuery (int $connection, string $query, int $max_hits) array Search object (PHP 4) hw_GetObjectByQueryColl (int $connection, int $objectID, string $query, int $max_hits) array Search object in collection (PHP 4) hw_GetObjectByQueryCollObj (int $connection, int $objectID, string $query, int $max_hits) array Search object in collection (PHP 4) hw_GetObjectByQueryObj (int $connection, string $query, int $max_hits) array Search object (PHP 4) hw_GetParents (int $connection, int $objectID) array Object ids of parents (PHP 4) hw_GetParentsObj (int $connection, int $objectID) array Object records of parents (PHP 4) hw_GetRemote (int $connection, int $objectID) int Gets a remote document (PHP 4) hw_GetSrcByDestObj (int $connection, int $objectID) array Returns anchors pointing at object (PHP 4) hw_GetText (int $connection, int $objectID[, mixed $rootID/prefix]) int Retrieve text document (PHP 4) hw_Identify (int $link, string $username, string $password) string Identifies as user (PHP 4) hw_InCollections (int $connection, array $object_id_array, array $collection_id_array, int $return_collections) array Check if object ids in collections (PHP 4) hw_Info (int $connection) string Info about connection (PHP 4) hw_InsColl (int $connection, int $objectID, array $object_array) int Insert collection (PHP 4) hw_InsDoc (resource $connection, int $parentID, string $object_record[, string $text]) int Insert document (PHP 4) hw_InsertDocument (int $connection, int $parent_id, int $hw_document) int Upload any document (PHP 4) hw_InsertObject (int $connection, string $object_rec, string $parameter) int Inserts an object record (PHP 4) hw_Modifyobject (int $connection, int $object_to_change, array $remove, array $add[, int $mode]) bool Modifies object record (PHP 4) hw_New_Document (string $object_record, string $document_data, int $document_size) int Create new document (PHP 4) hw_Output_Document (int $hw_document) bool Prints hw_document (PHP 4) hw_PipeDocument (int $connection, int $objectID[, array $url_prefixes]) int Retrieve any document (PHP 4) hw_Root (void) int Root object id (PHP 4) hw_Unlock (int $connection, int $objectID) bool Unlock object (PHP 4) hw_Who (int $connection) array List of currently logged in users (PHP 4) hw_changeobject (int $link, int $objid, array $attributes) bool Changes attributes of an object (obsolete) (PHP 4) hw_connection_info (int $link) int Prints information about the connection to Hyperwave server (PHP 4) hw_cp (int $connection, array $object_id_array, int $destination_id) int Copies objects (PHP 4) hw_dummy (int $link, int $id, int $msgid) string Hyperwave dummy function (PHP 4) hw_getrellink (int $link, int $rootid, int $sourceid, int $destid) string Get link from source to dest relative to rootid (PHP 4) hw_getremotechildren (int $connection, string $object_record) int Gets children of remote document (PHP 4) hw_getusername (int $connection) string Name of currently logged in user (PHP 4) hw_insertanchors (int $hwdoc, array $anchorecs, array $dest[, array $urlprefixes]) bool Inserts only anchors into text (PHP 4 >= 4.0.4) hw_mapid (int $connection, int $server_id, int $object_id) int Maps global id on virtual local id (PHP 4) hw_mv (int $connection, array $object_id_array, int $source_id, int $destination_id) int Moves objects (PHP 4) hw_objrec2array (string $object_record[, array $format]) array Convert attributes from object record to object array (PHP 4) hw_pConnect (string $host, int $port[, string $username], string $password) int Make a persistent database connection (PHP 4) hw_setlinkroot (int $link, int $rootid) int Set the id to which links are calculated (PHP 4) hw_stat (int $link) string Returns status string (PHP 4) hwapi_attribute_new ([ string $name[, string $value]]) string Creates instance of class hw_api_attribute (No version information available, might only be in SVN) hwapi_content_new (string $content, string $mimetype) string Create new instance of class hw_api_content (No version information available, might only be in SVN) hwapi_hgcsp (string $hostname[, int $port]) string Returns object of class hw_api (PHP 4, PHP 5 hwapi_object_new (array $parameter) array Creates a new instance of class hwapi_object_new (No version information available, might only be in SVN) hypot (float $x, float $y) float Calculate the length of the hypotenuse of a right-angle triangle (PHP 4 >= 4.1.0, PHP 5) ibase_add_user (resource $service_handle, string $user_name, string $password[, string $first_name[, string $middle_name[, string $last_name]]]) bool Add a user to a security database (PHP 4 >= 4.2.0, PHP 5) ibase_affected_rows ([ resource $link_identifier]) int Return the number of rows that were affected by the previous query (PHP 5) ibase_backup (resource $service_handle, string $source_db, string $dest_file[, int $options = 0[, bool $verbose = false]]) resource Initiates a backup task in the service manager and returns immediately (PHP 5) ibase_blob_add (resource $blob_handle, string $data) resource Add data into a newly created blob (PHP 4, PHP 5) ibase_blob_cancel (resource $blob_handle) bool Cancel creating blob (PHP 4, PHP 5) ibase_blob_close (resource $blob_handle) resource Close blob (PHP 4, PHP 5) ibase_blob_create ([ resource $link_identifier = NULL]) resource Create a new blob for adding data (PHP 4, PHP 5) ibase_blob_echo (string $blob_id) bool Output blob contents to browser (PHP 4, PHP 5) ibase_blob_get (resource $blob_handle, int $len) string Get len bytes data from open blob (PHP 4, PHP 5) ibase_blob_import (resource $link_identifier, resource $file_handle) string Create blob, copy file in it, and close it (PHP 4, PHP 5) ibase_blob_info (resource $link_identifier, string $blob_id) array Return blob length and other useful info (PHP 4, PHP 5) ibase_blob_open (resource $link_identifier, string $blob_id) resource Open blob for retrieving data parts (PHP 4, PHP 5) ibase_close ([ resource $connection_id = NULL]) bool Close a connection to an InterBase database (PHP 4, PHP 5) ibase_commit ([ resource $link_or_trans_identifier = NULL]) bool Commit a transaction (PHP 4, PHP 5) ibase_commit_ret ([ resource $link_or_trans_identifier = NULL]) bool Commit a transaction without closing it (PHP 5) ibase_connect ([ string $database[, string $username[, string $password[, string $charset[, int $buffers[, int $dialect[, string $role[, int $sync]]]]]]]]) resource Open a connection to a database (PHP 4, PHP 5) ibase_db_info (resource $service_handle, string $db, int $action[, int $argument = 0]) string Request statistics about a database (PHP 5) ibase_delete_user (resource $service_handle, string $user_name) bool Delete a user from a security database (PHP 4 >= 4.2.0, PHP 5) ibase_drop_db ([ resource $connection = NULL]) bool Drops a database (PHP 5) ibase_errcode (void) int Return an error code (PHP 5) ibase_errmsg (void) string Return error messages (PHP 4, PHP 5) ibase_execute (resource $query[, mixed $bind_arg[, mixed $...]]) resource Execute a previously prepared query (PHP 4, PHP 5) ibase_fetch_assoc (resource $result[, int $fetch_flag = 0]) array Fetch a result row from a query as an associative array (PHP 4 >= 4.3.0, PHP 5) ibase_fetch_object (resource $result_id[, int $fetch_flag = 0]) object Get an object from a InterBase database (PHP 4, PHP 5) ibase_fetch_row (resource $result_identifier[, int $fetch_flag = 0]) array Fetch a row from an InterBase database (PHP 4, PHP 5) ibase_field_info (resource $result, int $field_number) array Get information about a field (PHP 4, PHP 5) ibase_free_event_handler (resource $event) bool Cancels a registered event handler (PHP 5) ibase_free_query (resource $query) bool Free memory allocated by a prepared query (PHP 4, PHP 5) ibase_free_result (resource $result_identifier) bool Free a result set (PHP 4, PHP 5) ibase_gen_id (string $generator[, int $increment = 1[, resource $link_identifier = NULL]]) string Increments the named generator and returns its new value (PHP 5) ibase_maintain_db (resource $service_handle, string $db, int $action[, int $argument = 0]) bool Execute a maintenance command on the database server (PHP 5) ibase_modify_user (resource $service_handle, string $user_name, string $password[, string $first_name[, string $middle_name[, string $last_name]]]) bool Modify a user to a security database (PHP 4 >= 4.2.0, PHP 5) ibase_name_result (resource $result, string $name) bool Assigns a name to a result set (PHP 5) ibase_num_fields (resource $result_id) int Get the number of fields in a result set (PHP 4, PHP 5) ibase_num_params (resource $query) int Return the number of parameters in a prepared query (PHP 5) ibase_param_info (resource $query, int $param_number) array Return information about a parameter in a prepared query (PHP 5) ibase_pconnect ([ string $database[, string $username[, string $password[, string $charset[, int $buffers[, int $dialect[, string $role[, int $sync]]]]]]]]) resource Open a persistent connection to an InterBase database (PHP 4, PHP 5) ibase_prepare (string $query) resource Prepare a query for later binding of parameter placeholders and execution (PHP 4, PHP 5) ibase_query ([ resource $link_identifier], string $query[, int $bind_args]) resource Execute a query on an InterBase database (PHP 4, PHP 5) ibase_restore (resource $service_handle, string $source_file, string $dest_db[, int $options = 0[, bool $verbose = false]]) resource Initiates a restore task in the service manager and returns immediately (PHP 5) ibase_rollback ([ resource $link_or_trans_identifier = NULL]) bool Roll back a transaction (PHP 4, PHP 5) ibase_rollback_ret ([ resource $link_or_trans_identifier = NULL]) bool Roll back a transaction without closing it (PHP 5) ibase_server_info (resource $service_handle, int $action) string Request information about a database server (PHP 5) ibase_service_attach (string $host, string $dba_username, string $dba_password) resource Connect to the service manager (PHP 5) ibase_service_detach (resource $service_handle) bool Disconnect from the service manager (PHP 5) ibase_set_event_handler (callable $event_handler, string $event_name1[, string $event_name2[, string $...]]) resource Register a callback function to be called when events are posted (PHP 5) ibase_timefmt (string $format[, int $columntype = IBASE_TIMESTAMP]) bool Sets the format of timestamp, date and time type columns returned from queries (PHP 4) ibase_trans ([ int $trans_args[, resource $link_identifier]]) resource Begin a transaction (PHP 4, PHP 5) ibase_wait_event (string $event_name1[, string $event_name2[, string $...]]) string Wait for an event to be posted by the database (PHP 5) iconv (string $in_charset, string $out_charset, string $str) string Convert string to requested character encoding (PHP 4 >= 4.0.5, PHP 5) iconv_get_encoding ([ string $type = "all"]) string Retrieve internal configuration variables of iconv extension (PHP 4 >= 4.0.5, PHP 5) iconv_mime_decode (string $encoded_header[, int $mode = 0[, string $charset = ini_get("iconv.internal_encoding") string Decodes a (PHP 5) iconv_mime_decode_headers (string $encoded_headers[, int $mode = 0[, string $charset = ini_get("iconv.internal_encoding") array Decodes multiple (PHP 5) iconv_mime_encode (string $field_name, string $field_value[, array $preferences = NULL]) string Composes a (PHP 5) iconv_set_encoding (string $type, string $charset) bool Set current setting for character encoding conversion (PHP 4 >= 4.0.5, PHP 5) iconv_strlen (string $str[, string $charset = ini_get("iconv.internal_encoding") int Returns the character count of string (PHP 5) iconv_strpos (string $haystack, string $needle[, int $offset = 0[, string $charset = ini_get("iconv.internal_encoding") int Finds position of first occurrence of a needle within a haystack (PHP 5) iconv_strrpos (string $haystack, string $needle[, string $charset = ini_get("iconv.internal_encoding") int Finds the last occurrence of a needle within a haystack (PHP 5) iconv_substr (string $str, int $offset[, int $length = iconv_strlen($str, $charset) string Cut out part of a string (PHP 5) id3_get_frame_long_name (string $frameId) string Get the long name of an ID3v2 frame (PECL id3 >= 0.2) id3_get_frame_short_name (string $frameId) string Get the short name of an ID3v2 frame (PECL id3 >= 0.2) id3_get_genre_id (string $genre) int Get the id for a genre (PECL id3 >= 0.1) id3_get_genre_list (void) array Get all possible genre values (PECL id3 >= 0.1) id3_get_genre_name (int $genre_id) string Get the name for a genre id (PECL id3 >= 0.1) id3_get_tag (string $filename[, int $version = ID3_BEST]) array Get all information stored in an ID3 tag (PECL id3 >= 0.1) id3_get_version (string $filename) int Get version of an ID3 tag (PECL id3 >= 0.1) id3_remove_tag (string $filename[, int $version = ID3_V1_0]) bool Remove an existing ID3 tag (PECL id3 >= 0.1) id3_set_tag (string $filename, array $tag[, int $version = ID3_V1_0]) bool Update information stored in an ID3 tag (PECL id3 >= 0.1) idate (string $format[, int $timestamp = time() int Format a local time/date as integer (PHP 5) idn_to_ascii (string $domain[, int $options = 0[, int $variant = INTL_IDNA_VARIANT_2003[, array &$idna_info]]]) string Convert domain name to IDNA ASCII form. (PHP 5 >= 5.3.0, PECL intl >= 1.0.2, PECL idn >= 0.1) idn_to_utf8 (string $domain[, int $options = 0[, int $variant = INTL_IDNA_VARIANT_2003[, array &$idna_info]]]) string Convert domain name from IDNA ASCII to Unicode. (PHP 5 >= 5.3.0, PECL intl >= 1.0.2, PECL idn >= 0.1) ifx_affected_rows (resource $result_id) int Get number of rows affected by a query (PHP 4, PHP ifx_blobinfile_mode (int $mode) bool Set the default blob mode for all select queries (PHP 4, PHP ifx_byteasvarchar (int $mode) bool Set the default byte mode (PHP 4, PHP ifx_close ([ resource $link_identifier]) bool Close Informix connection (PHP 4, PHP ifx_connect ([ string $database[, string $userid[, string $password]]]) resource Open Informix server connection (PHP 4, PHP ifx_copy_blob (int $bid) int Duplicates the given blob object (PHP 4, PHP ifx_create_blob (int $type, int $mode, string $param) int Creates an blob object (PHP 4, PHP ifx_create_char (string $param) int Creates an char object (PHP 4, PHP ifx_do (resource $result_id) bool Execute a previously prepared SQL-statement (PHP 4, PHP ifx_error ([ resource $link_identifier]) string Returns error code of last Informix call (PHP 4, PHP ifx_errormsg ([ int $errorcode]) string Returns error message of last Informix call (PHP 4, PHP ifx_fetch_row (resource $result_id[, mixed $position]) array Get row as an associative array (PHP 4, PHP ifx_fieldproperties (resource $result_id) array List of SQL fieldproperties (PHP 4, PHP ifx_fieldtypes (resource $result_id) array List of Informix SQL fields (PHP 4, PHP ifx_free_blob (int $bid) bool Deletes the blob object (PHP 4, PHP ifx_free_char (int $bid) bool Deletes the char object (PHP 4, PHP ifx_free_result (resource $result_id) bool Releases resources for the query (PHP 4, PHP ifx_get_blob (int $bid) string Return the content of a blob object (PHP 4, PHP ifx_get_char (int $bid) string Return the content of the char object (PHP 4, PHP ifx_getsqlca (resource $result_id) array Get the contents of sqlca.sqlerrd[0..5] after a query (PHP 4, PHP ifx_htmltbl_result (resource $result_id[, string $html_table_options]) int Formats all rows of a query into a HTML table (PHP 4, PHP ifx_nullformat (int $mode) bool Sets the default return value on a fetch row (PHP 4, PHP ifx_num_fields (resource $result_id) int Returns the number of columns in the query (PHP 4, PHP ifx_num_rows (resource $result_id) int Count the rows already fetched from a query (PHP 4, PHP ifx_pconnect ([ string $database[, string $userid[, string $password]]]) resource Open persistent Informix connection (PHP 4, PHP ifx_prepare (string $query, resource $link_identifier[, int $cursor_def], mixed $blobidarray) resource Prepare an SQL-statement for execution (PHP 4, PHP ifx_query (string $query, resource $link_identifier[, int $cursor_type[, mixed $blobidarray]]) resource Send Informix query (PHP 4, PHP ifx_textasvarchar (int $mode) bool Set the default text mode (PHP 4, PHP ifx_update_blob (int $bid, string $content) bool Updates the content of the blob object (PHP 4, PHP ifx_update_char (int $bid, string $content) bool Updates the content of the char object (PHP 4, PHP ifxus_close_slob (int $bid) bool Deletes the slob object (PHP 4, PHP ifxus_create_slob (int $mode) int Creates an slob object and opens it (PHP 4, PHP ifxus_free_slob (int $bid) bool Deletes the slob object (PHP 4, PHP ifxus_open_slob (int $bid, int $mode) int Opens an slob object (PHP 4, PHP ifxus_read_slob (int $bid, int $nbytes) string Reads nbytes of the slob object (PHP 4, PHP ifxus_seek_slob (int $bid, int $mode, int $offset) int Sets the current file or seek position (PHP 4, PHP ifxus_tell_slob (int $bid) int Returns the current file or seek position (PHP 4, PHP ifxus_write_slob (int $bid, string $content) int Writes a string into the slob object (PHP 4, PHP ignore_user_abort ([ string $value]) int Set whether a client disconnect should abort script execution (PHP 4, PHP 5) iis_add_server (string $path, string $comment, string $server_ip, int $port, string $host_name, int $rights, int $start_server) int Creates a new virtual web server (PECL iisfunc SVN) iis_get_dir_security (int $server_instance, string $virtual_path) int Gets Directory Security (PECL iisfunc SVN) iis_get_script_map (int $server_instance, string $virtual_path, string $script_extension) string Gets script mapping on a virtual directory for a specific extension (PECL iisfunc SVN) iis_get_server_by_comment (string $comment) int Return the instance number associated with the Comment (PECL iisfunc SVN) iis_get_server_by_path (string $path) int Return the instance number associated with the Path (PECL iisfunc SVN) iis_get_server_rights (int $server_instance, string $virtual_path) int Gets server rights (PECL iisfunc SVN) iis_get_service_state (string $service_id) int Returns the state for the service defined by ServiceId (PECL iisfunc SVN) iis_remove_server (int $server_instance) int Removes the virtual web server indicated by ServerInstance (PECL iisfunc SVN) iis_set_app_settings (int $server_instance, string $virtual_path, string $application_scope) int Creates application scope for a virtual directory (PECL iisfunc SVN) iis_set_dir_security (int $server_instance, string $virtual_path, int $directory_flags) int Sets Directory Security (PECL iisfunc SVN) iis_set_script_map (int $server_instance, string $virtual_path, string $script_extension, string $engine_path, int $allow_scripting) int Sets script mapping on a virtual directory (PECL iisfunc SVN) iis_set_server_rights (int $server_instance, string $virtual_path, int $directory_flags) int Sets server rights (PECL iisfunc SVN) iis_start_server (int $server_instance) int Starts the virtual web server (PECL iisfunc SVN) iis_start_service (string $service_id) int Starts the service defined by ServiceId (PECL iisfunc SVN) iis_stop_server (int $server_instance) int Stops the virtual web server (PECL iisfunc SVN) iis_stop_service (string $service_id) int Stops the service defined by ServiceId (PECL iisfunc SVN) image2wbmp (resource $image[, string $filename[, int $threshold]]) bool Output image to browser or file (PHP 4 >= 4.0.5, PHP 5) image_type_to_extension (int $imagetype[, bool $include_dot = TRUE]) string Get file extension for image type (PHP 5) image_type_to_mime_type (int $imagetype) string Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype (PHP 4 >= 4.3.0, PHP 5) imagealphablending (resource $image, bool $blendmode) bool Set the blending mode for an image (PHP 4 >= 4.0.6, PHP 5) imageantialias (resource $image, bool $enabled) bool Should antialias functions be used or not (PHP 4 >= 4.3.2, PHP 5) imagearc (resource $image, int $cx, int $cy, int $width, int $height, int $start, int $end, int $color) bool Draws an arc (PHP 4, PHP 5) imagechar (resource $image, int $font, int $x, int $y, string $c, int $color) bool Draw a character horizontally (PHP 4, PHP 5) imagecharup (resource $image, int $font, int $x, int $y, string $c, int $color) bool Draw a character vertically (PHP 4, PHP 5) imagecolorallocate (resource $image, int $red, int $green, int $blue) int Allocate a color for an image (PHP 4, PHP 5) imagecolorallocatealpha (resource $image, int $red, int $green, int $blue, int $alpha) int Allocate a color for an image (PHP 4 >= 4.3.2, PHP 5) imagecolorat (resource $image, int $x, int $y) int Get the index of the color of a pixel (PHP 4, PHP 5) imagecolorclosest (resource $image, int $red, int $green, int $blue) int Get the index of the closest color to the specified color (PHP 4, PHP 5) imagecolorclosestalpha (resource $image, int $red, int $green, int $blue, int $alpha) int Get the index of the closest color to the specified color + alpha (PHP 4 >= 4.0.6, PHP 5) imagecolorclosesthwb (resource $image, int $red, int $green, int $blue) int Get the index of the color which has the hue, white and blackness (PHP 4 >= 4.0.1, PHP 5) imagecolordeallocate (resource $image, int $color) bool De-allocate a color for an image (PHP 4, PHP 5) imagecolorexact (resource $image, int $red, int $green, int $blue) int Get the index of the specified color (PHP 4, PHP 5) imagecolorexactalpha (resource $image, int $red, int $green, int $blue, int $alpha) int Get the index of the specified color + alpha (PHP 4 >= 4.0.6, PHP 5) imagecolormatch (resource $image1, resource $image2) bool Makes the colors of the palette version of an image more closely match the true color version (PHP 4 >= 4.3.0, PHP 5) imagecolorresolve (resource $image, int $red, int $green, int $blue) int Get the index of the specified color or its closest possible alternative (PHP 4, PHP 5) imagecolorresolvealpha (resource $image, int $red, int $green, int $blue, int $alpha) int Get the index of the specified color + alpha or its closest possible alternative (PHP 4 >= 4.0.6, PHP 5) imagecolorset (resource $image, int $index, int $red, int $green, int $blue[, int $alpha = 0]) resource Set the color for the specified palette index (PHP 4, PHP 5) imagecolorsforindex (resource $image, int $index) array Get the colors for an index (PHP 4, PHP 5) imagecolorstotal (resource $image) int Find out the number of colors in an image's palette (PHP 4, PHP 5) imagecolortransparent (resource $image[, int $color]) int Define a color as transparent (PHP 4, PHP 5) imageconvolution (resource $image, array $matrix, float $div, float $offset) bool Apply a 3x3 convolution matrix, using coefficient and offset (PHP 5 >= 5.1.0) 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) bool Copy part of an image (PHP 4, PHP 5) 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) bool Copy and merge part of an image (PHP 4 >= 4.0.1, PHP 5) 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) bool Copy and merge part of an image with gray scale (PHP 4 >= 4.0.6, PHP 5) 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) bool Copy and resize part of an image with resampling (PHP 4 >= 4.0.6, PHP 5) 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) bool Copy and resize part of an image (PHP 4, PHP 5) imagecreate (int $width, int $height) resource Create a new palette based image (PHP 4, PHP 5) imagecreatefromgd (string $filename) resource Create a new image from GD file or URL (PHP 4 >= 4.0.7, PHP 5) imagecreatefromgd2 (string $filename) resource Create a new image from GD2 file or URL (PHP 4 >= 4.0.7, PHP 5) imagecreatefromgd2part (string $filename, int $srcX, int $srcY, int $width, int $height) resource Create a new image from a given part of GD2 file or URL (PHP 4 >= 4.0.7, PHP 5) imagecreatefromgif (string $filename) resource Create a new image from file or URL (PHP 4, PHP 5) imagecreatefromjpeg (string $filename) resource Create a new image from file or URL (PHP 4, PHP 5) imagecreatefrompng (string $filename) resource Create a new image from file or URL (PHP 4, PHP 5) imagecreatefromstring (string $image) resource Create a new image from the image stream in the string (PHP 4 >= 4.0.4, PHP 5) imagecreatefromwbmp (string $filename) resource Create a new image from file or URL (PHP 4 >= 4.0.1, PHP 5) imagecreatefromxbm (string $filename) resource Create a new image from file or URL (PHP 4 >= 4.0.1, PHP 5) imagecreatefromxpm (string $filename) resource Create a new image from file or URL (PHP 4 >= 4.0.1, PHP 5) imagecreatetruecolor (int $width, int $height) resource Create a new true color image (PHP 4 >= 4.0.6, PHP 5) imagedashedline (resource $image, int $x1, int $y1, int $x2, int $y2, int $color) bool Draw a dashed line (PHP 4, PHP 5) imagedestroy (resource $image) bool Destroy an image (PHP 4, PHP 5) imageellipse (resource $image, int $cx, int $cy, int $width, int $height, int $color) bool Draw an ellipse (PHP 4 >= 4.0.6, PHP 5) imagefill (resource $image, int $x, int $y, int $color) bool Flood fill (PHP 4, PHP 5) imagefilledarc (resource $image, int $cx, int $cy, int $width, int $height, int $start, int $end, int $color, int $style) bool Draw a partial arc and fill it (PHP 4 >= 4.0.6, PHP 5) imagefilledellipse (resource $image, int $cx, int $cy, int $width, int $height, int $color) bool Draw a filled ellipse (PHP 4 >= 4.0.6, PHP 5) imagefilledpolygon (resource $image, array $points, int $num_points, int $color) bool Draw a filled polygon (PHP 4, PHP 5) imagefilledrectangle (resource $image, int $x1, int $y1, int $x2, int $y2, int $color) bool Draw a filled rectangle (PHP 4, PHP 5) imagefilltoborder (resource $image, int $x, int $y, int $border, int $color) bool Flood fill to specific color (PHP 4, PHP 5) imagefilter (resource $image, int $filtertype[, int $arg1[, int $arg2[, int $arg3[, int $arg4]]]]) bool Applies a filter to an image (PHP 5) imagefontheight (int $font) int Get font height (PHP 4, PHP 5) imagefontwidth (int $font) int Get font width (PHP 4, PHP 5) imageftbbox (float $size, float $angle, string $fontfile, string $text[, array $extrainfo]) array Give the bounding box of a text using fonts via freetype2 (PHP 4 >= 4.0.7, PHP 5) imagegammacorrect (resource $image, float $inputgamma, float $outputgamma) bool Apply a gamma correction to a GD image (PHP 4, PHP 5) imagegd (resource $image[, string $filename]) bool Output GD image to browser or file (PHP 4 >= 4.0.7, PHP 5) imagegd2 (resource $image[, string $filename[, int $chunk_size[, int $type = IMG_GD2_RAW]]]) bool Output GD2 image to browser or file (PHP 4 >= 4.0.7, PHP 5) imagegif (resource $image[, string $filename]) bool Output image to browser or file (PHP 4, PHP 5) imagegrabscreen (void) resource Captures the whole screen (PHP 5 >= 5.2.2) imagegrabwindow (int $window_handle[, int $client_area = 0]) resource Captures a window (PHP 5 >= 5.2.2) imageinterlace (resource $image[, int $interlace = 0]) int Enable or disable interlace (PHP 4, PHP 5) imageistruecolor (resource $image) bool Finds whether an image is a truecolor image (PHP 4 >= 4.3.2, PHP 5) imagejpeg (resource $image[, string $filename[, int $quality]]) bool Output image to browser or file (PHP 4, PHP 5) imagelayereffect (resource $image, int $effect) bool Set the alpha blending flag to use the bundled libgd layering effects (PHP 4 >= 4.3.0, PHP 5) imageline (resource $image, int $x1, int $y1, int $x2, int $y2, int $color) bool Draw a line (PHP 4, PHP 5) imageloadfont (string $file) int Load a new font (PHP 4, PHP 5) imagepalettecopy (resource $destination, resource $source) resource Copy the palette from one image to another (PHP 4 >= 4.0.1, PHP 5) imagepng (resource $image[, string $filename[, int $quality[, int $filters]]]) bool Output a PNG image to either the browser or a file (PHP 4, PHP 5) imagepolygon (resource $image, array $points, int $num_points, int $color) bool Draws a polygon (PHP 4, PHP 5) imagepsbbox (string $text, resource $font, int $size) array Give the bounding box of a text rectangle using PostScript Type1 fonts (PHP 4, PHP 5) imagepsencodefont (resource $font_index, string $encodingfile) bool Change the character encoding vector of a font (PHP 4, PHP 5) imagepsextendfont (resource $font_index, float $extend) bool Extend or condense a font (PHP 4, PHP 5) imagepsfreefont (resource $font_index) bool Free memory used by a PostScript Type 1 font (PHP 4, PHP 5) imagepsloadfont (string $filename) resource Load a PostScript Type 1 font from file (PHP 4, PHP 5) imagepsslantfont (resource $font_index, float $slant) bool Slant a font (PHP 4, PHP 5) imagepstext (resource $image, string $text, resource $font_index, int $size, int $foreground, int $background, int $x, int $y[, int $space = 0[, int $tightness = 0[, float $angle = 0.0[, int $antialias_steps = 4]]]]) array Draws a text over an image using PostScript Type1 fonts (PHP 4, PHP 5) imagerectangle (resource $image, int $x1, int $y1, int $x2, int $y2, int $color) bool Draw a rectangle (PHP 4, PHP 5) imagerotate (resource $image, float $angle, int $bgd_color[, int $ignore_transparent = 0]) resource Rotate an image with a given angle (PHP 4 >= 4.3.0, PHP 5) imagesavealpha (resource $image, bool $saveflag) bool 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) imagesetbrush (resource $image, resource $brush) bool Set the brush image for line drawing (PHP 4 >= 4.0.6, PHP 5) imagesetpixel (resource $image, int $x, int $y, int $color) bool Set a single pixel (PHP 4, PHP 5) imagesetstyle (resource $image, array $style) bool Set the style for line drawing (PHP 4 >= 4.0.6, PHP 5) imagesetthickness (resource $image, int $thickness) bool Set the thickness for line drawing (PHP 4 >= 4.0.6, PHP 5) imagesettile (resource $image, resource $tile) bool Set the tile image for filling (PHP 4 >= 4.0.6, PHP 5) imagestring (resource $image, int $font, int $x, int $y, string $string, int $color) bool Draw a string horizontally (PHP 4, PHP 5) imagestringup (resource $image, int $font, int $x, int $y, string $string, int $color) bool Draw a string vertically (PHP 4, PHP 5) imagesx (resource $image) int Get image width (PHP 4, PHP 5) imagesy (resource $image) int Get image height (PHP 4, PHP 5) imagetruecolortopalette (resource $image, bool $dither, int $ncolors) bool Convert a true color image to a palette image (PHP 4 >= 4.0.6, PHP 5) imagettfbbox (float $size, float $angle, string $fontfile, string $text) array Give the bounding box of a text using TrueType fonts (PHP 4, PHP 5) imagettftext (resource $image, float $size, float $angle, int $x, int $y, int $color, string $fontfile, string $text) array Write text to the image using TrueType fonts (PHP 4, PHP 5) imagetypes (void) int Return the image types supported by this PHP build (PHP 4 >= 4.0.2, PHP 5) imagewbmp (resource $image[, string $filename[, int $foreground]]) bool Output image to browser or file (PHP 4 >= 4.0.1, PHP 5) imagexbm (resource $image, string $filename[, int $foreground]) bool Output XBM image to browser or file (PHP 5) imap_8bit (string $string) string Convert an 8bit string to a quoted-printable string (PHP 4, PHP 5) imap_alerts (void) array Returns all IMAP alert messages that have occurred (PHP 4, PHP 5) imap_append (resource $imap_stream, string $mailbox, string $message[, string $options = NULL[, string $internal_date = NULL]]) bool Append a string message to a specified mailbox (PHP 4, PHP 5) imap_base64 (string $text) string Decode BASE64 encoded text (PHP 4, PHP 5) imap_binary (string $string) string Convert an 8bit string to a base64 string (PHP 4, PHP 5) imap_body (resource $imap_stream, int $msg_number[, int $options = 0]) string Read the message body (PHP 4, PHP 5) imap_bodystruct (resource $imap_stream, int $msg_number, string $section) object Read the structure of a specified body section of a specific message (PHP 4, PHP 5) imap_check (resource $imap_stream) object Check current mailbox (PHP 4, PHP 5) imap_clearflag_full (resource $imap_stream, string $sequence, string $flag[, int $options = 0]) bool Clears flags on messages (PHP 4, PHP 5) imap_close (resource $imap_stream[, int $flag = 0]) bool Close an IMAP stream (PHP 4, PHP 5) imap_createmailbox (resource $imap_stream, string $mailbox) bool Create a new mailbox (PHP 4, PHP 5) imap_delete (resource $imap_stream, int $msg_number[, int $options = 0]) bool Mark a message for deletion from current mailbox (PHP 4, PHP 5) imap_deletemailbox (resource $imap_stream, string $mailbox) bool Delete a mailbox (PHP 4, PHP 5) imap_errors (void) array Returns all of the IMAP errors that have occured (PHP 4, PHP 5) imap_expunge (resource $imap_stream) bool Delete all messages marked for deletion (PHP 4, PHP 5) imap_fetch_overview (resource $imap_stream, string $sequence[, int $options = 0]) array Read an overview of the information in the headers of the given message (PHP 4, PHP 5) imap_fetchbody (resource $imap_stream, int $msg_number, string $section[, int $options = 0]) string Fetch a particular section of the body of the message (PHP 4, PHP 5) imap_fetchheader (resource $imap_stream, int $msg_number[, int $options = 0]) string Returns header for a message (PHP 4, PHP 5) imap_fetchmime (resource $imap_stream, int $msg_number, string $section[, int $options = 0]) string Fetch MIME headers for a particular section of the message (PHP 5 >= 5.3.6) imap_fetchstructure (resource $imap_stream, int $msg_number[, int $options = 0]) object Read the structure of a particular message (PHP 4, PHP 5) imap_gc (resource $imap_stream, int $caches) bool Clears IMAP cache (PHP 5 >= 5.3.0) imap_get_quota (resource $imap_stream, string $quota_root) array Retrieve the quota level settings, and usage statics per mailbox (PHP 4 >= 4.0.5, PHP 5) imap_get_quotaroot (resource $imap_stream, string $quota_root) array Retrieve the quota settings per user (PHP 4 >= 4.3.0, PHP 5) imap_getacl (resource $imap_stream, string $mailbox) array Gets the ACL for a given mailbox (PHP 5) imap_getmailboxes (resource $imap_stream, string $ref, string $pattern) array Read the list of mailboxes, returning detailed information on each one (PHP 4, PHP 5) imap_getsubscribed (resource $imap_stream, string $ref, string $pattern) array List all the subscribed mailboxes (PHP 4, PHP 5) imap_headerinfo (resource $imap_stream, int $msg_number[, int $fromlength = 0[, int $subjectlength = 0[, string $defaulthost = NULL]]]) object Read the header of the message (PHP 4, PHP 5) imap_headers (resource $imap_stream) array Returns headers for all messages in a mailbox (PHP 4, PHP 5) imap_last_error (void) string Gets the last IMAP error that occurred during this page request (PHP 4, PHP 5) imap_list (resource $imap_stream, string $ref, string $pattern) array Read the list of mailboxes (PHP 4, PHP 5) imap_listscan (resource $imap_stream, string $ref, string $pattern, string $content) array Returns the list of mailboxes that matches the given text (PHP 4, PHP 5) imap_lsub (resource $imap_stream, string $ref, string $pattern) array List all the subscribed mailboxes (PHP 4, PHP 5) imap_mail (string $to, string $subject, string $message[, string $additional_headers = NULL[, string $cc = NULL[, string $bcc = NULL[, string $rpath = NULL]]]]) bool Send an email message (PHP 4, PHP 5) imap_mail_compose (array $envelope, array $body) string Create a MIME message based on given envelope and body sections (PHP 4, PHP 5) imap_mail_copy (resource $imap_stream, string $msglist, string $mailbox[, int $options = 0]) bool Copy specified messages to a mailbox (PHP 4, PHP 5) imap_mail_move (resource $imap_stream, string $msglist, string $mailbox[, int $options = 0]) bool Move specified messages to a mailbox (PHP 4, PHP 5) imap_mailboxmsginfo (resource $imap_stream) object Get information about the current mailbox (PHP 4, PHP 5) imap_mime_header_decode (string $text) array Decode MIME header elements (PHP 4, PHP 5) imap_msgno (resource $imap_stream, int $uid) int Gets the message sequence number for the given UID (PHP 4, PHP 5) imap_num_msg (resource $imap_stream) int Gets the number of messages in the current mailbox (PHP 4, PHP 5) imap_num_recent (resource $imap_stream) int Gets the number of recent messages in current mailbox (PHP 4, PHP 5) imap_open (string $mailbox, string $username, string $password[, int $options = 0[, int $n_retries = 0[, array $params = NULL]]]) resource Open an (PHP 4, PHP 5) imap_ping (resource $imap_stream) bool Check if the IMAP stream is still active (PHP 4, PHP 5) imap_qprint (string $string) string Convert a quoted-printable string to an 8 bit string (PHP 4, PHP 5) imap_renamemailbox (resource $imap_stream, string $old_mbox, string $new_mbox) bool Rename an old mailbox to new mailbox (PHP 4, PHP 5) imap_reopen (resource $imap_stream, string $mailbox[, int $options = 0[, int $n_retries = 0]]) bool Reopen (PHP 4, PHP 5) imap_rfc822_parse_adrlist (string $address, string $default_host) array Parses an address string (PHP 4, PHP 5) imap_rfc822_parse_headers (string $headers[, string $defaulthost = "UNKNOWN"]) object Parse mail headers from a string (PHP 4, PHP 5) imap_rfc822_write_address (string $mailbox, string $host, string $personal) string Returns a properly formatted email address given the mailbox, host, and personal info (PHP 4, PHP 5) imap_savebody (resource $imap_stream, mixed $file, int $msg_number[, string $part_number = ""[, int $options = 0]]) bool Save a specific body section to a file (PHP 5 >= 5.1.3) imap_search (resource $imap_stream, string $criteria[, int $options = SE_FREE[, string $charset = NIL]]) array This function returns an array of messages matching the given search criteria (PHP 4, PHP 5) imap_set_quota (resource $imap_stream, string $quota_root, int $quota_limit) bool Sets a quota for a given mailbox (PHP 4 >= 4.0.5, PHP 5) imap_setacl (resource $imap_stream, string $mailbox, string $id, string $rights) bool Sets the ACL for a giving mailbox (PHP 4 >= 4.0.7, PHP 5) imap_setflag_full (resource $imap_stream, string $sequence, string $flag[, int $options = NIL]) bool Sets flags on messages (PHP 4, PHP 5) imap_sort (resource $imap_stream, int $criteria, int $reverse[, int $options = 0[, string $search_criteria = NULL[, string $charset = NIL]]]) array Gets and sort messages (PHP 4, PHP 5) imap_status (resource $imap_stream, string $mailbox, int $options) object Returns status information on a mailbox (PHP 4, PHP 5) imap_subscribe (resource $imap_stream, string $mailbox) bool Subscribe to a mailbox (PHP 4, PHP 5) imap_thread (resource $imap_stream[, int $options = SE_FREE]) array Returns a tree of threaded message (PHP 4 >= 4.0.7, PHP 5) imap_timeout (int $timeout_type[, int $timeout = -1]) int Set or fetch imap timeout (PHP 4 >= 4.3.3, PHP 5) imap_uid (resource $imap_stream, int $msg_number) int This function returns the UID for the given message sequence number (PHP 4, PHP 5) imap_undelete (resource $imap_stream, int $msg_number[, int $flags = 0]) bool Unmark the message which is marked deleted (PHP 4, PHP 5) imap_unsubscribe (resource $imap_stream, string $mailbox) bool Unsubscribe from a mailbox (PHP 4, PHP 5) imap_utf7_decode (string $text) string Decodes a modified UTF-7 encoded string (PHP 4, PHP 5) imap_utf7_encode (string $data) string Converts ISO-8859-1 string to modified UTF-7 text (PHP 4, PHP 5) imap_utf8 (string $mime_encoded_text) string Converts MIME-encoded text to UTF-8 (PHP 4, PHP 5) implode (string $glue, array $pieces) string Join array elements with a string (PHP 4, PHP 5) import_request_variables (string $types[, string $prefix]) bool Import GET/POST/Cookie variables into the global scope (PHP 4 >= 4.1.0, PHP 5 in_array (mixed $needle, array $haystack[, bool $strict = FALSE]) bool Checks if a value exists in an array (PHP 4, PHP 5) inclued_get_data (void) array Get the inclued data (PECL inclued >= 0.1.0) inet_ntop (string $in_addr) string Converts a packed internet address to a human readable representation (PHP 5 >= 5.1.0) inet_pton (string $address) string Converts a human readable IP address to its packed in_addr representation (PHP 5 >= 5.1.0) ingres_autocommit (resource $link) bool Switch autocommit on or off (PHP 4 >= 4.0.2, PHP 5 ingres_autocommit_state (resource $link) bool Test if the connection is using autocommit (PECL ingres >= 2.0.0) ingres_charset (resource $link) string Returns the installation character set (PECL ingres >= 2.1.0) ingres_close (resource $link) bool Close an Ingres database connection (PHP 4 >= 4.0.2, PHP 5 ingres_commit (resource $link) bool Commit a transaction (PHP 4 >= 4.0.2, PHP 5 ingres_connect ([ string $database[, string $username[, string $password[, array $options]]]]) resource Open a connection to an Ingres database (PHP 4 >= 4.0.2, PHP 5 ingres_cursor (resource $result) string Get a cursor name for a given result resource (PECL ingres >= 1.1.0) ingres_errno ([ resource $link]) int Get the last Ingres error number generated (PECL ingres >= 1.1.0) ingres_error ([ resource $link]) string Get a meaningful error message for the last error generated (PECL ingres >= 1.1.0) ingres_errsqlstate ([ resource $link]) string Get the last SQLSTATE error code generated (PECL ingres >= 1.1.0) ingres_escape_string (resource $link, string $source_string) string Escape special characters for use in a query (PECL ingres >= 2.1.0) ingres_execute (resource $result[, array $params[, string $types]]) bool Execute a prepared query (PECL ingres >= 1.1.0) ingres_fetch_array (resource $result[, int $result_type]) array Fetch a row of result into an array ( PHP 5 ingres_fetch_assoc (resource $result) array Fetch a row of result into an associative array (PECL ingres >= 2.2.2) ingres_fetch_object (resource $result[, int $result_type]) object Fetch a row of result into an object (PHP 4 >= 4.0.2, PHP 5 ingres_fetch_proc_return (resource $result) int Get the return value from a procedure call (PECL ingres >= 1.4.0) ingres_fetch_row (resource $result) array Fetch a row of result into an enumerated array (PHP 4 >= 4.0.2, PHP 5 ingres_field_length (resource $result, int $index) int Get the length of a field (PHP 4 >= 4.0.2, PHP 5 ingres_field_name (resource $result, int $index) string Get the name of a field in a query result (PHP 4 >= 4.0.2, PHP 5 ingres_field_nullable (resource $result, int $index) bool Test if a field is nullable (PHP 4 >= 4.0.2, PHP 5 ingres_field_precision (resource $result, int $index) int Get the precision of a field (PHP 4 >= 4.0.2, PHP 5 ingres_field_scale (resource $result, int $index) int Get the scale of a field (PHP 4 >= 4.0.2, PHP 5 ingres_field_type (resource $result, int $index) string Get the type of a field in a query result (PHP 4 >= 4.0.2, PHP 5 ingres_free_result (resource $result) bool Free the resources associated with a result identifier (PECL ingres >= 2.0.0) ingres_next_error ([ resource $link]) bool Get the next Ingres error (PECL ingres >= 2.0.0) ingres_num_fields (resource $result) int Get the number of fields returned by the last query (PHP 4 >= 4.0.2, PHP 5 ingres_num_rows (resource $result) int Get the number of rows affected or returned by a query (PHP 4 >= 4.0.2, PHP 5 ingres_pconnect ([ string $database[, string $username[, string $password[, array $options]]]]) resource Open a persistent connection to an Ingres database (PHP 4 >= 4.0.2, PHP 5 ingres_prepare (resource $link, string $query) resource Prepare a query for later execution (PECL ingres >= 1.1.0) ingres_query (resource $link, string $query[, array $params[, string $types]]) resource Send an SQL query to Ingres (PHP 4 >= 4.0.2, PHP 5 ingres_result_seek (resource $result, int $position) bool Set the row position before fetching data (PECL ingres >= 2.1.0) ingres_rollback (resource $link) bool Roll back a transaction (PHP 4 >= 4.0.2, PHP 5 ingres_set_environment (resource $link, array $options) bool Set environment features controlling output options (PECL ingres >= 1.2.0) ingres_unbuffered_query (resource $link, string $query[, array $params[, string $types]]) resource Send an unbuffered SQL query to Ingres (No version information available, might only be in SVN) ini_get (string $varname) string Gets the value of a configuration option (PHP 4, PHP 5) ini_get_all ([ string $extension[, bool $details = true]]) array Gets all configuration options (PHP 4 >= 4.2.0, PHP 5) ini_restore (string $varname) string Restores the value of a configuration option (PHP 4, PHP 5) ini_set (string $varname, string $newvalue) string Sets the value of a configuration option (PHP 4, PHP 5) inotify_add_watch (resource $inotify_instance, string $pathname, int $mask) int Add a watch to an initialized inotify instance (PECL inotify >= 0.1.2) inotify_init (void) resource Initialize an inotify instance (PECL inotify >= 0.1.2) inotify_queue_len (resource $inotify_instance) int Return a number upper than zero if there are pending events (PECL inotify >= 0.1.2) inotify_read (resource $inotify_instance) array Read events from an inotify instance (PECL inotify >= 0.1.2) inotify_rm_watch (resource $inotify_instance, int $watch_descriptor) bool Remove an existing watch from an inotify instance (PECL inotify >= 0.1.2) interface_exists (string $interface_name[, bool $autoload = true]) bool Checks if the interface has been defined (PHP 5 >= 5.0.2) intl_error_name (int $error_code) string Get symbolic name for a given error code (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) intl_get_error_code (void) int Get the last error code (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) intl_get_error_message (void) string Get description of the last error (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) intl_is_failure (int $error_code) bool Check whether the given error code indicates failure (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) intval (mixed $var[, int $base = 10]) int Get the integer value of a variable (PHP 4, PHP 5) ip2long (string $ip_address) int Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address (PHP 4, PHP 5) iptcembed (string $iptcdata, string $jpeg_file_name[, int $spool]) string Embeds binary IPTC data into a JPEG image (PHP 4, PHP 5) iptcparse (string $iptcblock) array Parse a binary IPTC block into single tags. (PHP 4, PHP 5) is_a (object $object, string $class_name[, bool $allow_string = FALSE]) bool Checks if the object is of this class or has this class as one of its parents (PHP 4 >= 4.2.0, PHP 5) is_array (mixed $var) bool Finds whether a variable is an array (PHP 4, PHP 5) is_bool (mixed $var) bool Finds out whether a variable is a boolean (PHP 4, PHP 5) is_callable (callable $name[, bool $syntax_only = false[, string &$callable_name]]) bool Verify that the contents of a variable can be called as a function (PHP 4 >= 4.0.6, PHP 5) is_dir (string $filename) bool Tells whether the filename is a directory (PHP 4, PHP 5) is_executable (string $filename) bool Tells whether the filename is executable (PHP 4, PHP 5) is_file (string $filename) bool Tells whether the filename is a regular file (PHP 4, PHP 5) is_finite (float $val) bool Finds whether a value is a legal finite number (PHP 4 >= 4.2.0, PHP 5) is_float (mixed $var) bool Finds whether the type of a variable is float (PHP 4, PHP 5) is_infinite (float $val) bool Finds whether a value is infinite (PHP 4 >= 4.2.0, PHP 5) is_int (mixed $var) bool Find whether the type of a variable is integer (PHP 4, PHP 5) is_link (string $filename) bool Tells whether the filename is a symbolic link (PHP 4, PHP 5) is_nan (float $val) bool Finds whether a value is not a number (PHP 4 >= 4.2.0, PHP 5) is_null (mixed $var) bool Finds whether a variable is (PHP 4 >= 4.0.4, PHP 5) is_numeric (mixed $var) bool Finds whether a variable is a number or a numeric string (PHP 4, PHP 5) is_object (mixed $var) bool Finds whether a variable is an object (PHP 4, PHP 5) is_readable (string $filename) bool Tells whether a file exists and is readable (PHP 4, PHP 5) is_resource (mixed $var) bool Finds whether a variable is a resource (PHP 4, PHP 5) is_scalar (mixed $var) bool Finds whether a variable is a scalar (PHP 4 >= 4.0.5, PHP 5) is_soap_fault (mixed $object) bool Checks if a SOAP call has failed (Unknown) is_string (mixed $var) bool Find whether the type of a variable is string (PHP 4, PHP 5) is_subclass_of (mixed $object, string $class_name[, bool $allow_string = TRUE]) bool Checks if the object has this class as one of its parents (PHP 4, PHP 5) is_tainted (string $string) bool Checks whether a string is tainted (PECL taint >=0.1.0) is_uploaded_file (string $filename) bool Tells whether the file was uploaded via HTTP POST (PHP 4 >= 4.0.3, PHP 5) is_writable (string $filename) bool Tells whether the filename is writable (PHP 4, PHP 5) isset (mixed $var[, mixed $...]) bool Determine if a variable is set and is not (PHP 4, PHP 5) iterator_apply (Traversable $iterator, callable $function[, array $args]) int Call a function for every element in an iterator (PHP 5 >= 5.1.0) iterator_count (Traversable $iterator) int Count the elements in an iterator (PHP 5 >= 5.1.0) iterator_to_array (Traversable $iterator[, bool $use_keys = true]) array Copy the iterator into an array (PHP 5 >= 5.1.0) java_last_exception_clear (void) Clear last Java exception (PHP 4 >= 4.0.2) java_last_exception_get (void) object Get last Java exception (PHP 4 >= 4.0.2) jdtojewish (int $juliandaycount[, bool $hebrew = false[, int $fl = 0]]) string Converts a Julian day count to a Jewish calendar date (PHP 4, PHP 5) jdtounix (int $jday) int Convert Julian Day to Unix timestamp (PHP 4, PHP 5) jpeg2wbmp (string $jpegname, string $wbmpname, int $dest_height, int $dest_width, int $threshold) bool Convert JPEG image file to WBMP image file (PHP 4 >= 4.0.5, PHP 5) json_decode (string $json[, bool $assoc = false[, int $depth = 512[, int $options = 0]]]) string Decodes a JSON string (PHP 5 >= 5.2.0, PECL json >= 1.2.0) json_encode (mixed $value[, int $options = 0]) string Returns the JSON representation of a value (PHP 5 >= 5.2.0, PECL json >= 1.2.0) json_last_error (void) int Returns the last error occurred (PHP 5 >= 5.3.0) judy_type (Judy $array) int Return the type of a (PECL judy >= 0.1.1) judy_version (void) string Return or print the current PHP Judy version (PECL judy >= 0.1.1) kadm5_chpass_principal (resource $handle, string $principal, string $password) bool Changes the principal's password (PECL kadm5 >= 0.2.3) kadm5_create_principal (resource $handle, string $principal[, string $password[, array $options]]) bool Creates a kerberos principal with the given parameters (PECL kadm5 >= 0.2.3) kadm5_delete_principal (resource $handle, string $principal) bool Deletes a kerberos principal (PECL kadm5 >= 0.2.3) kadm5_destroy (resource $handle) bool Closes the connection to the admin server and releases all related resources (PECL kadm5 >= 0.2.3) kadm5_flush (resource $handle) bool Flush all changes to the Kerberos database (PECL kadm5 >= 0.2.3) kadm5_get_policies (resource $handle) array Gets all policies from the Kerberos database (PECL kadm5 >= 0.2.3) kadm5_get_principal (resource $handle, string $principal) array Gets the principal's entries from the Kerberos database (PECL kadm5 >= 0.2.3) kadm5_get_principals (resource $handle) array Gets all principals from the Kerberos database (PECL kadm5 >= 0.2.3) kadm5_init_with_password (string $admin_server, string $realm, string $principal, string $password) resource Opens a connection to the KADM5 library (PECL kadm5 >= 0.2.3) kadm5_modify_principal (resource $handle, string $principal, array $options) bool Modifies a kerberos principal with the given parameters (PECL kadm5 >= 0.2.3) key (array &$array) array Fetch a key from an array (PHP 4, PHP 5) krsort (array &$array[, int $sort_flags = SORT_REGULAR]) bool Sort an array by key in reverse order (PHP 4, PHP 5) ksort (array &$array[, int $sort_flags = SORT_REGULAR]) bool Sort an array by key (PHP 4, PHP 5) lcfirst (string $str) string Make a string's first character lowercase (PHP 5 >= 5.3.0) lcg_value (void) float Combined linear congruential generator (PHP 4, PHP 5) lchgrp (string $filename, mixed $group) bool Changes group ownership of symlink (PHP 5 >= 5.1.2) lchown (string $filename, mixed $user) bool Changes user ownership of symlink (PHP 5 >= 5.1.2) ldap_8859_to_t61 (string $value) string Translate 8859 characters to t61 characters (PHP 4 >= 4.0.2, PHP 5) ldap_add (resource $link_identifier, string $dn, array $entry) bool Add entries to LDAP directory (PHP 4, PHP 5) ldap_bind (resource $link_identifier[, string $bind_rdn = NULL[, string $bind_password = NULL]]) bool Bind to LDAP directory (PHP 4, PHP 5) ldap_compare (resource $link_identifier, string $dn, string $attribute, string $value) resource Compare value of attribute found in entry specified with DN (PHP 4 >= 4.0.2, PHP 5) ldap_connect ([ string $hostname = NULL[, int $port = 389]]) resource Connect to an LDAP server (PHP 4, PHP 5) ldap_control_paged_result (resource $link, int $pagesize[, bool $iscritical[, string $cookie]]) bool Send LDAP pagination control (PHP 5 >= 5.4.0) ldap_control_paged_result_response (resource $link, resource $result[, string &$cookie[, int &$estimated]]) bool Retrieve the LDAP pagination cookie (PHP 5 >= 5.4.0) ldap_count_entries (resource $link_identifier, resource $result_identifier) int Count the number of entries in a search (PHP 4, PHP 5) ldap_delete (resource $link_identifier, string $dn) bool Delete an entry from a directory (PHP 4, PHP 5) ldap_dn2ufn (string $dn) string Convert DN to User Friendly Naming format (PHP 4, PHP 5) ldap_err2str (int $errno) string Convert LDAP error number into string error message (PHP 4, PHP 5) ldap_errno (resource $link_identifier) int Return the LDAP error number of the last LDAP command (PHP 4, PHP 5) ldap_error (resource $link_identifier) string Return the LDAP error message of the last LDAP command (PHP 4, PHP 5) ldap_explode_dn (string $dn, int $with_attrib) array Splits DN into its component parts (PHP 4, PHP 5) ldap_first_attribute (resource $link_identifier, resource $result_entry_identifier) string Return first attribute (PHP 4, PHP 5) ldap_first_entry (resource $link_identifier, resource $result_identifier) resource Return first result id (PHP 4, PHP 5) ldap_first_reference (resource $link, resource $result) resource Return first reference (PHP 4 >= 4.0.5, PHP 5) ldap_free_result (resource $result_identifier) bool Free result memory (PHP 4, PHP 5) ldap_get_attributes (resource $link_identifier, resource $result_entry_identifier) array Get attributes from a search result entry (PHP 4, PHP 5) ldap_get_dn (resource $link_identifier, resource $result_entry_identifier) string Get the DN of a result entry (PHP 4, PHP 5) ldap_get_entries (resource $link_identifier, resource $result_identifier) array Get all result entries (PHP 4, PHP 5) ldap_get_option (resource $link_identifier, int $option, mixed &$retval) bool Get the current value for given option (PHP 4 >= 4.0.4, PHP 5) ldap_get_values (resource $link_identifier, resource $result_entry_identifier, string $attribute) array Get all values from a result entry (PHP 4, PHP 5) ldap_get_values_len (resource $link_identifier, resource $result_entry_identifier, string $attribute) array Get all binary values from a result entry (PHP 4, PHP 5) ldap_list (resource $link_identifier, string $base_dn, string $filter[, array $attributes[, int $attrsonly[, int $sizelimit[, int $timelimit[, int $deref]]]]]) resource Single-level search (PHP 4, PHP 5) ldap_mod_add (resource $link_identifier, string $dn, array $entry) bool Add attribute values to current attributes (PHP 4, PHP 5) ldap_mod_del (resource $link_identifier, string $dn, array $entry) bool Delete attribute values from current attributes (PHP 4, PHP 5) ldap_mod_replace (resource $link_identifier, string $dn, array $entry) bool Replace attribute values with new ones (PHP 4, PHP 5) ldap_modify (resource $link_identifier, string $dn, array $entry) bool Modify an LDAP entry (PHP 4, PHP 5) ldap_next_attribute (resource $link_identifier, resource $result_entry_identifier) string Get the next attribute in result (PHP 4, PHP 5) ldap_next_entry (resource $link_identifier, resource $result_entry_identifier) resource Get next result entry (PHP 4, PHP 5) ldap_next_reference (resource $link, resource $entry) resource Get next reference (PHP 4 >= 4.0.5, PHP 5) ldap_parse_reference (resource $link, resource $entry, array &$referrals) bool Extract information from reference entry (PHP 4 >= 4.0.5, PHP 5) ldap_parse_result (resource $link, resource $result, int &$errcode[, string &$matcheddn[, string &$errmsg[, array &$referrals]]]) bool Extract information from result (PHP 4 >= 4.0.5, PHP 5) ldap_read (resource $link_identifier, string $base_dn, string $filter[, array $attributes[, int $attrsonly[, int $sizelimit[, int $timelimit[, int $deref]]]]]) resource Read an entry (PHP 4, PHP 5) ldap_rename (resource $link_identifier, string $dn, string $newrdn, string $newparent, bool $deleteoldrdn) bool Modify the name of an entry (PHP 4 >= 4.0.5, PHP 5) ldap_sasl_bind (resource $link[, string $binddn = NULL[, string $password = NULL[, string $sasl_mech = NULL[, string $sasl_realm = NULL[, string $sasl_authc_id = NULL[, string $sasl_authz_id = NULL[, string $props = NULL]]]]]]]) bool Bind to LDAP directory using SASL (PHP 5) ldap_search (resource $link_identifier, string $base_dn, string $filter[, array $attributes[, int $attrsonly[, int $sizelimit[, int $timelimit[, int $deref]]]]]) resource Search LDAP tree (PHP 4, PHP 5) ldap_set_option (resource $link_identifier, int $option, mixed $newval) bool Set the value of the given option (PHP 4 >= 4.0.4, PHP 5) ldap_set_rebind_proc (resource $link, callable $callback) bool Set a callback function to do re-binds on referral chasing (PHP 4 >= 4.2.0, PHP 5) ldap_sort (resource $link, resource $result, string $sortfilter) bool Sort LDAP result entries (PHP 4 >= 4.2.0, PHP 5) ldap_start_tls (resource $link) bool Start TLS (PHP 4 >= 4.2.0, PHP 5) ldap_t61_to_8859 (string $value) string Translate t61 characters to 8859 characters (PHP 4 >= 4.0.2, PHP 5) ldap_unbind (resource $link_identifier) bool Unbind from LDAP directory (PHP 4, PHP 5) levenshtein (string $str1, string $str2) int Calculate Levenshtein distance between two strings (PHP 4 >= 4.0.1, PHP 5) libxml_clear_errors (void) Clear libxml error buffer (PHP 5 >= 5.1.0) libxml_disable_entity_loader ([ bool $disable = true]) bool Disable the ability to load external entities (PHP 5 >= 5.2.11) libxml_get_errors (void) array Retrieve array of errors (PHP 5 >= 5.1.0) libxml_get_last_error (void) Retrieve last error from libxml (PHP 5 >= 5.1.0) libxml_set_external_entity_loader (callable $resolver_function) Changes the default external entity loader (PHP 5 >= 5.4.0) libxml_set_streams_context (resource $streams_context) resource Set the streams context for the next libxml document load or write (PHP 5) libxml_use_internal_errors ([ bool $use_errors = false]) bool Disable libxml errors and allow user to fetch error information as needed (PHP 5 >= 5.1.0) link (string $target, string $link) bool Create a hard link (PHP 4, PHP 5) linkinfo (string $path) int Gets information about a link (PHP 4, PHP 5) list (mixed $varname[, mixed $...]) array Assign variables as if they were an array (PHP 4, PHP 5) localeconv (void) array Get numeric formatting information (PHP 4 >= 4.0.5, PHP 5) localtime ([ int $timestamp = time() array Get the local time (PHP 4, PHP 5) log (float $arg[, float $base = M_E]) float Natural logarithm (PHP 4, PHP 5) log10 (float $arg) float Base-10 logarithm (PHP 4, PHP 5) log1p (float $number) float 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) long2ip (string $proper_address) string Converts an (IPv4) Internet network address into a string in Internet standard dotted format (PHP 4, PHP 5) lstat (string $filename) array Gives information about a file or symbolic link (PHP 4, PHP 5) ltrim (string $str[, string $charlist]) string Strip whitespace (or other characters) from the beginning of a string (PHP 4, PHP 5) lzf_compress (string $data) string LZF compression (PECL lzf >= 0.1.0) lzf_decompress (string $data) string LZF decompression (PECL lzf >= 0.1.0) lzf_optimized_for (void) int Determines what LZF extension was optimized for (PECL lzf >= 1.0.0) m_checkstatus (resource $conn, int $identifier) int Check to see if a transaction has completed (PHP 4 >= 4.3.9, PHP 5 m_completeauthorizations (resource $conn, int &$array) int Number of complete authorizations in queue, returning an array of their identifiers (PHP 4 >= 4.3.9, PHP 5 m_connect (resource $conn) int Establish the connection to MCVE (PHP 4 >= 4.3.9, PHP 5 m_connectionerror (resource $conn) string Get a textual representation of why a connection failed (PHP 4 >= 4.3.9, PHP 5 m_deletetrans (resource $conn, int $identifier) bool Delete specified transaction from MCVE_CONN structure (PHP 4 >= 4.3.9, PHP 5 m_destroyconn (resource $conn) bool Destroy the connection and MCVE_CONN structure (PHP 4 >= 4.3.9, PHP 5 m_destroyengine (void) Free memory associated with IP/SSL connectivity (PHP 4 >= 4.3.9, PHP 5 m_getcell (resource $conn, int $identifier, string $column, int $row) string Get a specific cell from a comma delimited response by column name (PHP 4 >= 4.3.9, PHP 5 m_getcellbynum (resource $conn, int $identifier, int $column, int $row) string Get a specific cell from a comma delimited response by column number (PHP 4 >= 4.3.9, PHP 5 m_getcommadelimited (resource $conn, int $identifier) string Get the RAW comma delimited data returned from MCVE (PHP 4 >= 4.3.9, PHP 5 m_getheader (resource $conn, int $identifier, int $column_num) string Get the name of the column in a comma-delimited response (PHP 4 >= 4.3.9, PHP 5 m_initconn (void) resource Create and initialize an MCVE_CONN structure (PHP 4 >= 4.3.9, PHP 5 m_initengine (string $location) int Ready the client for IP/SSL Communication (PHP 4 >= 4.3.9, PHP 5 m_iscommadelimited (resource $conn, int $identifier) int Checks to see if response is comma delimited (PHP 4 >= 4.3.9, PHP 5 m_maxconntimeout (resource $conn, int $secs) bool The maximum amount of time the API will attempt a connection to MCVE (PHP 4 >= 4.3.9, PHP 5 m_monitor (resource $conn) int Perform communication with MCVE (send/receive data) Non-blocking (PHP 4 >= 4.3.9, PHP 5 m_numcolumns (resource $conn, int $identifier) int Number of columns returned in a comma delimited response (PHP 4 >= 4.3.9, PHP 5 m_numrows (resource $conn, int $identifier) int Number of rows returned in a comma delimited response (PHP 4 >= 4.3.9, PHP 5 m_parsecommadelimited (resource $conn, int $identifier) int Parse the comma delimited response so m_getcell, etc will work (PHP 4 >= 4.3.9, PHP 5 m_responsekeys (resource $conn, int $identifier) array Returns array of strings which represents the keys that can be used for response parameters on this transaction (PHP 5 >= 5.0.5, PECL mcve >= 1.0.0) m_responseparam (resource $conn, int $identifier, string $key) string Get a custom response parameter (PHP 4 >= 4.3.9, PHP 5 m_returnstatus (resource $conn, int $identifier) int Check to see if the transaction was successful (PHP 4 >= 4.3.9, PHP 5 m_setblocking (resource $conn, int $tf) int Set blocking/non-blocking mode for connection (PHP 4 >= 4.3.9, PHP 5 m_setdropfile (resource $conn, string $directory) int Set the connection method to Drop-File (PHP 4 >= 4.3.9, PHP 5 m_setip (resource $conn, string $host, int $port) int Set the connection method to IP (PHP 4 >= 4.3.9, PHP 5 m_setssl (resource $conn, string $host, int $port) int Set the connection method to SSL (PHP 4 >= 4.3.9, PHP 5 m_setssl_cafile (resource $conn, string $cafile) int Set SSL CA (Certificate Authority) file for verification of server certificate (PHP 5 >= 5.0.5, PECL mcve >= 1.0.0) m_setssl_files (resource $conn, string $sslkeyfile, string $sslcertfile) int Set certificate key files and certificates if server requires client certificate verification (PHP 4 >= 4.3.9, PHP 5 m_settimeout (resource $conn, int $seconds) int Set maximum transaction time (per trans) (PHP 4 >= 4.3.9, PHP 5 m_sslcert_gen_hash (string $filename) string Generate hash for SSL client certificate verification (PECL mcve >= 5.2.0) m_transactionssent (resource $conn) int Check to see if outgoing buffer is clear (PHP 4 >= 4.3.9, PHP 5 m_transinqueue (resource $conn) int Number of transactions in client-queue (PHP 4 >= 4.3.9, PHP 5 m_transkeyval (resource $conn, int $identifier, string $key, string $value) int Add key/value pair to a transaction. Replaces deprecated transparam() (PHP 5 >= 5.0.5, PECL mcve >= 1.0.0) m_transnew (resource $conn) int Start a new transaction (PHP 4 >= 4.3.9, PHP 5 m_transsend (resource $conn, int $identifier) int Finalize and send the transaction (PHP 4 >= 4.3.9, PHP 5 m_uwait (int $microsecs) int Wait x microsecs (PHP 4 >= 4.3.9, PHP 5 m_validateidentifier (resource $conn, int $tf) int Whether or not to validate the passed identifier on any transaction it is passed to (PHP 5 >= 5.0.5, PECL mcve >= 1.0.0) m_verifyconnection (resource $conn, int $tf) bool Set whether or not to PING upon connect to verify connection (PHP 4 >= 4.3.9, PHP 5 m_verifysslcert (resource $conn, int $tf) bool Set whether or not to verify the server ssl certificate (PHP 4 >= 4.3.9, PHP 5 mail (string $to, string $subject, string $message[, string $additional_headers[, string $additional_parameters]]) bool Send mail (PHP 4, PHP 5) mailparse_determine_best_xfer_encoding (resource $fp) string Gets the best way of encoding (PECL mailparse >= 0.9.0) mailparse_msg_create (void) resource Create a mime mail resource (PECL mailparse >= 0.9.0) mailparse_msg_extract_part (resource $mimemail, string $msgbody[, callable $callbackfunc]) resource Extracts/decodes a message section (PECL mailparse >= 0.9.0) mailparse_msg_extract_part_file (resource $mimemail, mixed $filename[, callable $callbackfunc]) string Extracts/decodes a message section (PECL mailparse >= 0.9.0) mailparse_msg_extract_whole_part_file (resource $mimemail, string $filename[, callable $callbackfunc]) string Extracts a message section including headers without decoding the transfer encoding (PECL mailparse >= 0.9.0) mailparse_msg_free (resource $mimemail) bool Frees a MIME resource (PECL mailparse >= 0.9.0) mailparse_msg_get_part (resource $mimemail, string $mimesection) resource Returns a handle on a given section in a mimemessage (PECL mailparse >= 0.9.0) mailparse_msg_get_part_data (resource $mimemail) array Returns an associative array of info about the message (PECL mailparse >= 0.9.0) mailparse_msg_get_structure (resource $mimemail) array Returns an array of mime section names in the supplied message (PECL mailparse >= 0.9.0) mailparse_msg_parse (resource $mimemail, string $data) bool Incrementally parse data into buffer (PECL mailparse >= 0.9.0) mailparse_msg_parse_file (string $filename) resource Parses a file (PECL mailparse >= 0.9.0) mailparse_rfc822_parse_addresses (string $addresses) array Parse RFC 822 compliant addresses (PECL mailparse >= 0.9.0) mailparse_stream_encode (resource $sourcefp, resource $destfp, string $encoding) bool Streams data from source file pointer, apply encoding and write to destfp (PECL mailparse >= 0.9.0) mailparse_uudecode_all (resource $fp) array Scans the data from fp and extract each embedded uuencoded file (PECL mailparse >= 0.9.0) main () Dummy for max (array $values) array Find highest value (PHP 4, PHP 5) maxdb_affected_rows (resource $link) int Gets the number of affected rows in a previous MaxDB operation (PECL maxdb >= 1.0) maxdb_autocommit (resource $link, bool $mode) bool Turns on or off auto-commiting database modifications (PECL maxdb >= 1.0) maxdb_change_user (resource $link, string $user, string $password, string $database) bool Changes the user of the specified database connection (PECL maxdb >= 1.0) maxdb_character_set_name (resource $link) string Returns the default character set for the database connection (PECL maxdb >= 1.0) maxdb_close (resource $link) bool Closes a previously opened database connection (PECL maxdb >= 1.0) maxdb_commit (resource $link) bool Commits the current transaction (PECL maxdb >= 1.0) maxdb_connect ([ string $host[, string $username[, string $passwd[, string $dbname[, int $port = 0[, string $socket]]]]]]) resource Open a new connection to the MaxDB server (PECL maxdb >= 1.0) maxdb_connect_errno (void) int Returns the error code from last connect call (PECL maxdb >= 1.0) maxdb_connect_error (void) string Returns a string description of the last connect error (PECL maxdb >= 1.0) maxdb_data_seek (resource $result, int $offset) bool Adjusts the result pointer to an arbitary row in the result (PECL maxdb >= 1.0) maxdb_debug (string $debug) string Performs debugging operations (PECL maxdb >= 1.0) maxdb_disable_reads_from_master (resource $link) bool Disable reads from master (PECL maxdb >= 1.0) maxdb_disable_rpl_parse (resource $link) bool Disable RPL parse (PECL maxdb >= 1.0) maxdb_dump_debug_info (resource $link) bool Dump debugging information into the log (PECL maxdb >= 1.0) maxdb_embedded_connect ([ string $dbname]) resource Open a connection to an embedded MaxDB server (PECL maxdb >= 1.0) maxdb_enable_reads_from_master (resource $link) bool Enable reads from master (PECL maxdb >= 1.0) maxdb_enable_rpl_parse (resource $link) bool Enable RPL parse (PECL maxdb >= 1.0) maxdb_errno (resource $link) int Returns the error code for the most recent function call (PECL maxdb >= 1.0) maxdb_error (resource $link) string Returns a string description of the last error (PECL maxdb >= 1.0) maxdb_fetch_array (resource $result[, int $resulttype]) resource Fetch a result row as an associative, a numeric array, or both (PECL maxdb >= 1.0) maxdb_fetch_assoc (resource $result) array Fetch a result row as an associative array (PECL maxdb >= 1.0) maxdb_fetch_field (resource $result) resource Returns the next field in the result set (PECL maxdb >= 1.0) maxdb_fetch_field_direct (resource $result, int $fieldnr) resource Fetch meta-data for a single field (PECL maxdb >= 1.0) maxdb_fetch_fields (resource $result) resource Returns an array of resources representing the fields in a result set (PECL maxdb >= 1.0) maxdb_fetch_lengths (resource $result) array Returns the lengths of the columns of the current row in the result set (PECL maxdb >= 1.0) maxdb_fetch_object (object $result) object Returns the current row of a result set as an object (PECL maxdb >= 1.0) maxdb_fetch_row (resource $result) resource Get a result row as an enumerated array (PECL maxdb >= 1.0) maxdb_field_count (resource $link) int Returns the number of columns for the most recent query (PECL maxdb >= 1.0) maxdb_field_seek (resource $result, int $fieldnr) bool Set result pointer to a specified field offset (PECL maxdb >= 1.0) maxdb_field_tell (resource $result) int Get current field offset of a result pointer (PECL maxdb >= 1.0) maxdb_free_result (resource $result) resource Frees the memory associated with a result (PECL maxdb >= 1.0) maxdb_get_client_info (void) string Returns the MaxDB client version as a string (PECL maxdb >= 1.0) maxdb_get_client_version (void) int Get MaxDB client info (PECL maxdb >= 1.0) maxdb_get_host_info (resource $link) string Returns a string representing the type of connection used (PECL maxdb >= 1.0) maxdb_get_proto_info (resource $link) int Returns the version of the MaxDB protocol used (PECL maxdb >= 1.0) maxdb_get_server_info (resource $link) string Returns the version of the MaxDB server (PECL maxdb >= 1.0) maxdb_get_server_version (resource $link) int Returns the version of the MaxDB server as an integer (PECL maxdb >= 1.0) maxdb_info (resource $link) string Retrieves information about the most recently executed query (PECL maxdb >= 1.0) maxdb_init (void) resource Initializes MaxDB and returns an resource for use with maxdb_real_connect (PECL maxdb >= 1.0) maxdb_insert_id (resource $link) resource Returns the auto generated id used in the last query (PECL maxdb >= 1.0) maxdb_kill (resource $link, int $processid) bool Disconnects from a MaxDB server (PECL maxdb >= 1.0) maxdb_master_query (resource $link, string $query) bool Enforce execution of a query on the master in a master/slave setup (PECL maxdb >= 1.0) maxdb_more_results (resource $link) bool Check if there any more query results from a multi query (PECL maxdb >= 1.0) maxdb_multi_query (resource $link, string $query) bool Performs a query on the database (PECL maxdb >= 1.0) maxdb_next_result (resource $link) bool Prepare next result from multi_query (PECL maxdb >= 1.0) maxdb_num_fields (resource $result) int Get the number of fields in a result (PECL maxdb >= 1.0) maxdb_num_rows (resource $result) int Gets the number of rows in a result (PECL maxdb >= 1.0) maxdb_options (resource $link, int $option, mixed $value) bool Set options (PECL maxdb >= 1.0) maxdb_ping (resource $link) bool Pings a server connection, or tries to reconnect if the connection has gone down (PECL maxdb >= 1.0) maxdb_prepare (resource $link, string $query) resource Prepare an SQL statement for execution (PECL maxdb >= 1.0) maxdb_query (resource $link, string $query[, int $resultmode]) resource Performs a query on the database (PECL maxdb >= 1.0) maxdb_real_connect (resource $link[, string $hostname[, string $username[, string $passwd[, string $dbname[, int $port = 0[, string $socket]]]]]]) bool Opens a connection to a MaxDB server (PECL maxdb >= 1.0) maxdb_real_escape_string (resource $link, string $escapestr) string Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection (PECL maxdb >= 1.0) maxdb_real_query (resource $link, string $query) bool Execute an SQL query (PECL maxdb >= 1.0) maxdb_report (int $flags) bool Enables or disables internal report functions (PECL maxdb 1.0) maxdb_rollback (resource $link) bool Rolls back current transaction (PECL maxdb >= 1.0) maxdb_rpl_parse_enabled (resource $link) int Check if RPL parse is enabled (PECL maxdb >= 1.0) maxdb_rpl_probe (resource $link) bool RPL probe (PECL maxdb >= 1.0) maxdb_rpl_query_type (resource $link) int Returns RPL query type (PECL maxdb >= 1.0) maxdb_select_db (resource $link, string $dbname) bool Selects the default database for database queries (PECL maxdb >= 1.0) maxdb_send_query (resource $link, string $query) bool Send the query and return (PECL maxdb >= 1.0) maxdb_server_end (void) Shut down the embedded server (PECL maxdb >= 1.0) maxdb_server_init ([ array $server[, array $groups]]) bool Initialize embedded server (PECL maxdb >= 1.0) maxdb_sqlstate (resource $link) string Returns the SQLSTATE error from previous MaxDB operation (PECL maxdb >= 1.0) maxdb_ssl_set (resource $link, string $key, string $cert, string $ca, string $capath, string $cipher) bool Used for establishing secure connections using SSL (PECL maxdb >= 1.0) maxdb_stat (resource $link) string Gets the current system status (PECL maxdb >= 1.0) maxdb_stmt_affected_rows (resource $stmt) int Returns the total number of rows changed, deleted, or inserted by the last executed statement (PECL maxdb >= 1.0) maxdb_stmt_bind_param (resource $stmt, string $types, mixed &$var1[, mixed &$...]) bool Binds variables to a prepared statement as parameters (PECL maxdb >= 1.0) maxdb_stmt_bind_result (resource $stmt, mixed &$var1[, mixed &$...]) bool Binds variables to a prepared statement for result storage (PECL maxdb >= 1.0) maxdb_stmt_close (resource $stmt) bool Closes a prepared statement (PECL maxdb >= 1.0) maxdb_stmt_close_long_data (resource $stmt, int $param_nr) bool Ends a sequence of (PECL maxdb 1.0) maxdb_stmt_data_seek (resource $statement, int $offset) bool Seeks to an arbitray row in statement result set (PECL maxdb >= 1.0) maxdb_stmt_errno (resource $stmt) int Returns the error code for the most recent statement call (PECL maxdb >= 1.0) maxdb_stmt_error (resource $stmt) string Returns a string description for last statement error (PECL maxdb >= 1.0) maxdb_stmt_execute (resource $stmt) bool Executes a prepared Query (PECL maxdb >= 1.0) maxdb_stmt_fetch (resource $stmt) bool Fetch results from a prepared statement into the bound variables (PECL maxdb >= 1.0) maxdb_stmt_free_result (resource $stmt) resource Frees stored result memory for the given statement handle (PECL maxdb >= 1.0) maxdb_stmt_init (resource $link) resource Initializes a statement and returns an resource for use with maxdb_stmt_prepare (PECL maxdb >= 1.0) maxdb_stmt_num_rows (resource $stmt) int Return the number of rows in statements result set (PECL maxdb >= 1.0) maxdb_stmt_param_count (resource $stmt) int Returns the number of parameter for the given statement (PECL maxdb >= 1.0) maxdb_stmt_prepare (resource $stmt, string $query) bool Prepare an SQL statement for execution (PECL maxdb >= 1.0) maxdb_stmt_reset (resource $stmt) bool Resets a prepared statement (PECL maxdb >= 1.0) maxdb_stmt_result_metadata (resource $stmt) resource Returns result set metadata from a prepared statement (PECL maxdb >= 1.0) maxdb_stmt_send_long_data (resource $stmt, int $param_nr, string $data) bool Send data in blocks (PECL maxdb 1.0) maxdb_stmt_sqlstate (resource $stmt) string Returns SQLSTATE error from previous statement operation (PECL maxdb >= 1.0) maxdb_stmt_store_result (resource $stmt) bool Transfers a result set from a prepared statement (PECL maxdb >= 1.0) maxdb_store_result (resource $link) resource Transfers a result set from the last query (PECL maxdb >= 1.0) maxdb_thread_id (resource $link) int Returns the thread ID for the current connection (PECL maxdb >= 1.0) maxdb_thread_safe (void) bool Returns whether thread safety is given or not (PECL maxdb >= 7.6.06.04) maxdb_use_result (resource $link) resource Initiate a result set retrieval (PECL maxdb >= 1.0) maxdb_warning_count (resource $link) int Returns the number of warnings from the last query for the given link (PECL maxdb >= 1.0) mb_check_encoding ([ string $var = NULL[, string $encoding = mb_internal_encoding() bool Check if the string is valid for the specified encoding (PHP 4 >= 4.4.3, PHP 5 >= 5.1.3) mb_convert_case (string $str, int $mode = MB_CASE_UPPER[, string $encoding = mb_internal_encoding() string Perform case folding on a string (PHP 4 >= 4.3.0, PHP 5) mb_convert_encoding (string $str, string $to_encoding[, mixed $from_encoding]) string Convert character encoding (PHP 4 >= 4.0.6, PHP 5) mb_convert_kana (string $str[, string $option = "KV"[, string $encoding]]) string Convert "kana" one from another ("zen-kaku", "han-kaku" and more) (PHP 4 >= 4.0.6, PHP 5) mb_convert_variables (string $to_encoding, mixed $from_encoding, mixed &$vars[, mixed &$...]) string Convert character code in variable(s) (PHP 4 >= 4.0.6, PHP 5) mb_decode_mimeheader (string $str) string Decode string in MIME header field (PHP 4 >= 4.0.6, PHP 5) mb_decode_numericentity (string $str, array $convmap, string $encoding) string Decode HTML numeric string reference to character (PHP 4 >= 4.0.6, PHP 5) mb_detect_encoding (string $str[, mixed $encoding_list = mb_detect_order() string Detect character encoding (PHP 4 >= 4.0.6, PHP 5) mb_detect_order ([ mixed $encoding_list]) Set/Get character encoding detection order (PHP 4 >= 4.0.6, PHP 5) mb_encode_mimeheader (string $str[, string $charset[, string $transfer_encoding[, string $linefeed = "\r\n"[, int $indent = 0]]]]) string Encode string for MIME header (PHP 4 >= 4.0.6, PHP 5) mb_encode_numericentity (string $str, array $convmap, string $encoding) string Encode character to HTML numeric string reference (PHP 4 >= 4.0.6, PHP 5) mb_encoding_aliases (string $encoding) array Get aliases of a known encoding type (PHP 5 >= 5.3.0) mb_ereg (string $pattern, string $string[, array $regs]) int Regular expression match with multibyte support (PHP 4 >= 4.2.0, PHP 5) mb_ereg_match (string $pattern, string $string[, string $option = "msr"]) bool Regular expression match for multibyte string (PHP 4 >= 4.2.0, PHP 5) mb_ereg_replace (string $pattern, string $replacement, string $string[, string $option = "msr"]) string Replace regular expression with multibyte support (PHP 4 >= 4.2.0, PHP 5) mb_ereg_replace_callback (string $pattern, callable $callback, string $string[, string $option = "msr"]) string Perform a regular expresssion seach and replace with multibyte support using a callback (No version information available, might only be in SVN) mb_ereg_search ([ string $pattern[, string $option = "ms"]]) bool Multibyte regular expression match for predefined multibyte string (PHP 4 >= 4.2.0, PHP 5) mb_ereg_search_getpos (void) int Returns start point for next regular expression match (PHP 4 >= 4.2.0, PHP 5) mb_ereg_search_getregs (void) array Retrieve the result from the last multibyte regular expression match (PHP 4 >= 4.2.0, PHP 5) mb_ereg_search_init (string $string[, string $pattern[, string $option = "msr"]]) bool Setup string and regular expression for a multibyte regular expression match (PHP 4 >= 4.2.0, PHP 5) mb_ereg_search_pos ([ string $pattern[, string $option = "ms"]]) array Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string (PHP 4 >= 4.2.0, PHP 5) mb_ereg_search_regs ([ string $pattern[, string $option = "ms"]]) array Returns the matched part of a multibyte regular expression (PHP 4 >= 4.2.0, PHP 5) mb_ereg_search_setpos (int $position) bool Set start point of next regular expression match (PHP 4 >= 4.2.0, PHP 5) mb_eregi (string $pattern, string $string[, array $regs]) int Regular expression match ignoring case with multibyte support (PHP 4 >= 4.2.0, PHP 5) mb_eregi_replace (string $pattern, string $replace, string $string[, string $option = "msri"]) string Replace regular expression with multibyte support ignoring case (PHP 4 >= 4.2.0, PHP 5) mb_get_info ([ string $type = "all"]) string Get internal settings of mbstring (PHP 4 >= 4.2.0, PHP 5) mb_http_input ([ string $type = ""]) string Detect HTTP input character encoding (PHP 4 >= 4.0.6, PHP 5) mb_http_output ([ string $encoding]) string Set/Get HTTP output character encoding (PHP 4 >= 4.0.6, PHP 5) mb_internal_encoding ([ string $encoding = mb_internal_encoding() string Set/Get internal character encoding (PHP 4 >= 4.0.6, PHP 5) mb_language ([ string $language]) string Set/Get current language (PHP 4 >= 4.0.6, PHP 5) mb_list_encodings (void) array Returns an array of all supported encodings (PHP 5) mb_output_handler (string $contents, int $status) string Callback function converts character encoding in output buffer (PHP 4 >= 4.0.6, PHP 5) mb_parse_str (string $encoded_string[, array &$result]) bool Parse GET/POST/COOKIE data and set global variable (PHP 4 >= 4.0.6, PHP 5) mb_preferred_mime_name (string $encoding) string Get MIME charset string (PHP 4 >= 4.0.6, PHP 5) mb_regex_encoding ([ string $encoding]) string Returns current encoding for multibyte regex as string (PHP 4 >= 4.2.0, PHP 5) mb_regex_set_options ([ string $options = "msr"]) string Set/Get the default options for mbregex functions (PHP 4 >= 4.3.0, PHP 5) mb_send_mail (string $to, string $subject, string $message[, string $additional_headers = NULL[, string $additional_parameter = NULL]]) bool Send encoded mail (PHP 4 >= 4.0.6, PHP 5) mb_split (string $pattern, string $string[, int $limit = -1]) array Split multibyte string using regular expression (PHP 4 >= 4.2.0, PHP 5) mb_strcut (string $str, int $start[, int $length[, string $encoding]]) string Get part of string (PHP 4 >= 4.0.6, PHP 5) mb_strimwidth (string $str, int $start, int $width[, string $trimmarker[, string $encoding]]) string Get truncated string with specified width (PHP 4 >= 4.0.6, PHP 5) mb_stripos (string $haystack, string $needle[, int $offset[, string $encoding]]) int Finds position of first occurrence of a string within another, case insensitive (PHP 5 >= 5.2.0) mb_stristr (string $haystack, string $needle[, bool $before_needle = false[, string $encoding]]) string Finds first occurrence of a string within another, case insensitive (PHP 5 >= 5.2.0) mb_strlen (string $str[, string $encoding]) int Get string length (PHP 4 >= 4.0.6, PHP 5) mb_strpos (string $haystack, string $needle[, int $offset = 0[, string $encoding]]) int Find position of first occurrence of string in a string (PHP 4 >= 4.0.6, PHP 5) mb_strrchr (string $haystack, string $needle[, bool $part = false[, string $encoding]]) string Finds the last occurrence of a character in a string within another (PHP 5 >= 5.2.0) mb_strrichr (string $haystack, string $needle[, bool $part = false[, string $encoding]]) string Finds the last occurrence of a character in a string within another, case insensitive (PHP 5 >= 5.2.0) mb_strripos (string $haystack, string $needle[, int $offset = 0[, string $encoding]]) int Finds position of last occurrence of a string within another, case insensitive (PHP 5 >= 5.2.0) mb_strrpos (string $haystack, string $needle[, int $offset = 0[, string $encoding]]) int Find position of last occurrence of a string in a string (PHP 4 >= 4.0.6, PHP 5) mb_strstr (string $haystack, string $needle[, bool $before_needle = false[, string $encoding]]) string Finds first occurrence of a string within another (PHP 5 >= 5.2.0) mb_strtolower (string $str[, string $encoding = mb_internal_encoding() string Make a string lowercase (PHP 4 >= 4.3.0, PHP 5) mb_strtoupper (string $str[, string $encoding = mb_internal_encoding() string Make a string uppercase (PHP 4 >= 4.3.0, PHP 5) mb_strwidth (string $str[, string $encoding]) int Return width of string (PHP 4 >= 4.0.6, PHP 5) mb_substitute_character ([ mixed $substrchar]) Set/Get substitution character (PHP 4 >= 4.0.6, PHP 5) mb_substr (string $str, int $start[, int $length[, string $encoding]]) string Get part of string (PHP 4 >= 4.0.6, PHP 5) mb_substr_count (string $haystack, string $needle[, string $encoding]) int Count the number of substring occurrences (PHP 4 >= 4.3.0, PHP 5) mcrypt_cbc (int $cipher, string $key, string $data, int $mode[, string $iv]) string Encrypts/decrypts data in CBC mode (PHP 4, PHP 5) mcrypt_cfb (int $cipher, string $key, string $data, int $mode, string $iv) string Encrypts/decrypts data in CFB mode (PHP 4, PHP 5) mcrypt_create_iv (int $size[, int $source = MCRYPT_DEV_RANDOM]) string Creates an initialization vector (IV) from a random source (PHP 4, PHP 5) mcrypt_decrypt (string $cipher, string $key, string $data, string $mode[, string $iv]) string Decrypts crypttext with given parameters (PHP 4 >= 4.0.2, PHP 5) mcrypt_ecb (int $cipher, string $key, string $data, int $mode) string Deprecated: Encrypts/decrypts data in ECB mode (PHP 4, PHP 5) mcrypt_enc_get_algorithms_name (resource $td) string Returns the name of the opened algorithm (PHP 4 >= 4.0.2, PHP 5) mcrypt_enc_get_block_size (resource $td) int Returns the blocksize of the opened algorithm (PHP 4 >= 4.0.2, PHP 5) mcrypt_enc_get_iv_size (resource $td) int Returns the size of the IV of the opened algorithm (PHP 4 >= 4.0.2, PHP 5) mcrypt_enc_get_key_size (resource $td) int Returns the maximum supported keysize of the opened mode (PHP 4 >= 4.0.2, PHP 5) mcrypt_enc_get_modes_name (resource $td) string Returns the name of the opened mode (PHP 4 >= 4.0.2, PHP 5) mcrypt_enc_get_supported_key_sizes (resource $td) array Returns an array with the supported keysizes of the opened algorithm (PHP 4 >= 4.0.2, PHP 5) mcrypt_enc_is_block_algorithm (resource $td) bool Checks whether the algorithm of the opened mode is a block algorithm (PHP 4 >= 4.0.2, PHP 5) mcrypt_enc_is_block_algorithm_mode (resource $td) bool Checks whether the encryption of the opened mode works on blocks (PHP 4 >= 4.0.2, PHP 5) mcrypt_enc_is_block_mode (resource $td) bool Checks whether the opened mode outputs blocks (PHP 4 >= 4.0.2, PHP 5) mcrypt_enc_self_test (resource $td) int Runs a self test on the opened module (PHP 4 >= 4.0.2, PHP 5) mcrypt_encrypt (string $cipher, string $key, string $data, string $mode[, string $iv]) string Encrypts plaintext with given parameters (PHP 4 >= 4.0.2, PHP 5) mcrypt_generic (resource $td, string $data) string This function encrypts data (PHP 4 >= 4.0.2, PHP 5) mcrypt_generic_deinit (resource $td) bool This function deinitializes an encryption module (PHP 4 >= 4.0.7, PHP 5) mcrypt_generic_end (resource $td) bool This function terminates encryption (PHP 4 >= 4.0.2, PHP 5 mcrypt_generic_init (resource $td, string $key, string $iv) int This function initializes all buffers needed for encryption (PHP 4 >= 4.0.2, PHP 5) mcrypt_get_block_size (int $cipher) int Gets the block size of the specified cipher (PHP 4, PHP 5) mcrypt_get_cipher_name (int $cipher) string Gets the name of the specified cipher (PHP 4, PHP 5) mcrypt_get_iv_size (string $cipher, string $mode) int Returns the size of the IV belonging to a specific cipher/mode combination (PHP 4 >= 4.0.2, PHP 5) mcrypt_get_key_size (int $cipher) int Gets the key size of the specified cipher (PHP 4, PHP 5) mcrypt_list_algorithms ([ string $lib_dir = ini_get("mcrypt.algorithms_dir") array Gets an array of all supported ciphers (PHP 4 >= 4.0.2, PHP 5) mcrypt_list_modes ([ string $lib_dir = ini_get("mcrypt.modes_dir") array Gets an array of all supported modes (PHP 4 >= 4.0.2, PHP 5) mcrypt_module_close (resource $td) bool Closes the mcrypt module (PHP 4 >= 4.0.2, PHP 5) mcrypt_module_get_algo_block_size (string $algorithm[, string $lib_dir]) int Returns the blocksize of the specified algorithm (PHP 4 >= 4.0.2, PHP 5) mcrypt_module_get_algo_key_size (string $algorithm[, string $lib_dir]) int Returns the maximum supported keysize of the opened mode (PHP 4 >= 4.0.2, PHP 5) mcrypt_module_get_supported_key_sizes (string $algorithm[, string $lib_dir]) array Returns an array with the supported keysizes of the opened algorithm (PHP 4 >= 4.0.2, PHP 5) mcrypt_module_is_block_algorithm (string $algorithm[, string $lib_dir]) bool This function checks whether the specified algorithm is a block algorithm (PHP 4 >= 4.0.2, PHP 5) mcrypt_module_is_block_algorithm_mode (string $mode[, string $lib_dir]) bool Returns if the specified module is a block algorithm or not (PHP 4 >= 4.0.2, PHP 5) mcrypt_module_is_block_mode (string $mode[, string $lib_dir]) bool Returns if the specified mode outputs blocks or not (PHP 4 >= 4.0.2, PHP 5) mcrypt_module_open (string $algorithm, string $algorithm_directory, string $mode, string $mode_directory) resource Opens the module of the algorithm and the mode to be used (PHP 4 >= 4.0.2, PHP 5) mcrypt_module_self_test (string $algorithm[, string $lib_dir]) bool This function runs a self test on the specified module (PHP 4 >= 4.0.2, PHP 5) mcrypt_ofb (int $cipher, string $key, string $data, int $mode, string $iv) string Encrypts/decrypts data in OFB mode (PHP 4, PHP 5) md5 (string $str[, bool $raw_output = false]) string Calculate the md5 hash of a string (PHP 4, PHP 5) md5_file (string $filename[, bool $raw_output = false]) string Calculates the md5 hash of a given file (PHP 4 >= 4.2.0, PHP 5) mdecrypt_generic (resource $td, string $data) string Decrypts data (PHP 4 >= 4.0.2, PHP 5) memcache_debug (bool $on_off) bool Turn debug output on/off (PECL memcache >= 0.2.0) memory_get_peak_usage ([ bool $real_usage = false]) int Returns the peak of memory allocated by PHP (PHP 5 >= 5.2.0) memory_get_usage ([ bool $real_usage = false]) int Returns the amount of memory allocated to PHP (PHP 4 >= 4.3.2, PHP 5) metaphone (string $str[, int $phonemes = 0]) string Calculate the metaphone key of a string (PHP 4, PHP 5) method_exists (mixed $object, string $method_name) bool Checks if the class method exists (PHP 4, PHP 5) mhash (int $hash, string $data[, string $key]) string Computes hash (PHP 4, PHP 5) mhash_count (void) int Gets the highest available hash ID (PHP 4, PHP 5) mhash_get_block_size (int $hash) int Gets the block size of the specified hash (PHP 4, PHP 5) mhash_get_hash_name (int $hash) string Gets the name of the specified hash (PHP 4, PHP 5) mhash_keygen_s2k (int $hash, string $password, string $salt, int $bytes) string Generates a key (PHP 4 >= 4.0.4, PHP 5) microtime ([ bool $get_as_float = false]) bool Return current Unix timestamp with microseconds (PHP 4, PHP 5) mime_content_type (string $filename) string Detect MIME Content-type for a file (deprecated) (PHP 4 >= 4.3.0, PHP 5) min (array $values) array Find lowest value (PHP 4, PHP 5) ming_keypress (string $char) int Returns the action flag for keyPress(char) (PHP 5 ming_setcubicthreshold (int $threshold) int Set cubic threshold (PHP 4 >= 4.0.5, PHP 5, PECL ming SVN) ming_setscale (float $scale) float Set the global scaling factor. (PHP 4 >= 4.0.5, PHP 5, PECL ming SVN) ming_setswfcompression (int $level) int Sets the SWF output compression (PHP 5.2.1-5.3.0, PECL ming SVN) ming_useconstants (int $use) int Use constant pool (PHP 5 ming_useswfversion (int $version) int Sets the SWF version (PHP 4 >= 4.2.0, PHP 5 mkdir (string $pathname[, int $mode = 0777[, bool $recursive = false[, resource $context]]]) bool Makes directory (PHP 4, PHP 5) mktime ([ int $hour = date("H") int Get Unix timestamp for a date (PHP 4, PHP 5) money_format (string $format, float $number) string Formats a number as a currency string (PHP 4 >= 4.3.0, PHP 5) move_uploaded_file (string $filename, string $destination) bool Moves an uploaded file to a new location (PHP 4 >= 4.0.3, PHP 5) mqseries_back (resource $hconn, resource &$compCode, resource &$reason) resource MQSeries MQBACK (PECL mqseries >= 0.10.0) mqseries_begin (resource $hconn, array $beginOptions, resource &$compCode, resource &$reason) resource MQseries MQBEGIN (PECL mqseries >= 0.10.0) mqseries_close (resource $hconn, resource $hobj, int $options, resource &$compCode, resource &$reason) resource MQSeries MQCLOSE (PECL mqseries >= 0.10.0) mqseries_cmit (resource $hconn, resource &$compCode, resource &$reason) resource MQSeries MQCMIT (PECL mqseries >= 0.10.0) mqseries_conn (string $qManagerName, resource &$hconn, resource &$compCode, resource &$reason) string MQSeries MQCONN (PECL mqseries >= 0.10.0) mqseries_connx (string $qManagerName, array &$connOptions, resource &$hconn, resource &$compCode, resource &$reason) string MQSeries MQCONNX (PECL mqseries >= 0.10.0) mqseries_disc (resource $hconn, resource &$compCode, resource &$reason) resource MQSeries MQDISC (PECL mqseries >= 0.10.0) mqseries_get (resource $hConn, resource $hObj, array &$md, array &$gmo, int &$bufferLength, string &$msg, int &$data_length, resource &$compCode, resource &$reason) resource MQSeries MQGET (PECL mqseries >= 0.10.0) mqseries_inq (resource $hconn, resource $hobj, int $selectorCount, array $selectors, int $intAttrCount, resource &$intAttr, int $charAttrLength, resource &$charAttr, resource &$compCode, resource &$reason) resource MQSeries MQINQ (PECL mqseries >= 0.10.0) mqseries_open (resource $hconn, array &$objDesc, int $option, resource &$hobj, resource &$compCode, resource &$reason) resource MQSeries MQOPEN (PECL mqseries >= 0.10.0) mqseries_put (resource $hConn, resource $hObj, array &$md, array &$pmo, string $message, resource &$compCode, resource &$reason) resource MQSeries MQPUT (PECL mqseries >= 0.10.0) mqseries_put1 (resource $hconn, resource &$objDesc, resource &$msgDesc, resource &$pmo, string $buffer, resource &$compCode, resource &$reason) resource MQSeries MQPUT1 (PECL mqseries >= 0.10.0) mqseries_set (resource $hconn, resource $hobj, int $selectorcount, array $selectors, int $intattrcount, array $intattrs, int $charattrlength, array $charattrs, resource &$compCode, resource &$reason) resource MQSeries MQSET (PECL mqseries >= 0.10.0) mqseries_strerror (int $reason) string Returns the error message corresponding to a result code (MQRC). (PECL mqseries >= 0.10.0) msession_connect (string $host, string $port) bool Connect to msession server (PHP 4 >= 4.2.0, PHP 5 msession_count (void) int Get session count (PHP 4 >= 4.2.0, PHP 5 msession_create (string $session[, string $classname[, string $data]]) bool Create a session (PHP 4 >= 4.2.0, PHP 5 msession_destroy (string $name) bool Destroy a session (PHP 4 >= 4.2.0, PHP 5 msession_disconnect (void) Close connection to msession server (PHP 4 >= 4.2.0, PHP 5 msession_find (string $name, string $value) array Find all sessions with name and value (PHP 4 >= 4.2.0, PHP 5 msession_get (string $session, string $name, string $value) string Get value from session (PHP 4 >= 4.2.0, PHP 5 msession_get_array (string $session) array Get array of msession variables (PHP 4 >= 4.2.0, PHP 5 msession_get_data (string $session) string Get data session unstructured data (PHP 4 >= 4.2.0, PHP 5 msession_inc (string $session, string $name) string Increment value in session (PHP 4 >= 4.2.0, PHP 5 msession_list (void) array List all sessions (PHP 4 >= 4.2.0, PHP 5 msession_listvar (string $name) array List sessions with variable (PHP 4 >= 4.2.0, PHP 5 msession_lock (string $name) int Lock a session (PHP 4 >= 4.2.0, PHP 5 msession_plugin (string $session, string $val[, string $param]) string Call an escape function within the msession personality plugin (PHP 4 >= 4.2.0, PHP 5 msession_randstr (int $param) string Get random string (PHP 4 >= 4.2.0, PHP 5 msession_set (string $session, string $name, string $value) bool Set value in session (PHP 4 >= 4.2.0, PHP 5 msession_set_array (string $session, array $tuples) string Set msession variables from an array (PHP 4 >= 4.2.0, PHP 5 msession_set_data (string $session, string $value) bool Set data session unstructured data (PHP 4 >= 4.2.0, PHP 5 msession_timeout (string $session[, int $param]) int Set/get session timeout (PHP 4 >= 4.2.0, PHP 5 msession_uniq (int $param[, string $classname[, string $data]]) string Get unique id (PHP 4 >= 4.2.0, PHP 5 msession_unlock (string $session, int $key) int Unlock a session (PHP 4 >= 4.2.0, PHP 5 msg_get_queue (int $key[, int $perms = 0666]) resource Create or attach to a message queue (PHP 4 >= 4.3.0, PHP 5) msg_queue_exists (int $key) bool Check whether a message queue exists (PHP 5 >= 5.3.0) msg_receive (resource $queue, int $desiredmsgtype, int &$msgtype, int $maxsize, mixed &$message[, bool $unserialize = true[, int $flags = 0[, int &$errorcode]]]) bool Receive a message from a message queue (PHP 4 >= 4.3.0, PHP 5) msg_remove_queue (resource $queue) bool Destroy a message queue (PHP 4 >= 4.3.0, PHP 5) msg_send (resource $queue, int $msgtype, mixed $message[, bool $serialize = true[, bool $blocking = true[, int &$errorcode]]]) bool Send a message to a message queue (PHP 4 >= 4.3.0, PHP 5) msg_set_queue (resource $queue, array $data) bool Set information in the message queue data structure (PHP 4 >= 4.3.0, PHP 5) msg_stat_queue (resource $queue) array Returns information from the message queue data structure (PHP 4 >= 4.3.0, PHP 5) msql_affected_rows (resource $result) int Returns number of affected rows (PHP 4, PHP 5) msql_close ([ resource $link_identifier]) bool Close mSQL connection (PHP 4, PHP 5) msql_connect ([ string $hostname]) resource Open mSQL connection (PHP 4, PHP 5) msql_create_db (string $database_name[, resource $link_identifier]) bool Create mSQL database (PHP 4, PHP 5) msql_data_seek (resource $result, int $row_number) bool Move internal row pointer (PHP 4, PHP 5) msql_db_query (string $database, string $query[, resource $link_identifier]) resource Send mSQL query (PHP 4, PHP 5) msql_drop_db (string $database_name[, resource $link_identifier]) bool Drop (delete) mSQL database (PHP 4, PHP 5) msql_error (void) string Returns error message of last msql call (PHP 4, PHP 5) msql_fetch_array (resource $result[, int $result_type]) array Fetch row as array (PHP 4, PHP 5) msql_fetch_field (resource $result[, int $field_offset = 0]) object Get field information (PHP 4, PHP 5) msql_fetch_object (resource $result) object Fetch row as object (PHP 4, PHP 5) msql_fetch_row (resource $result) array Get row as enumerated array (PHP 4, PHP 5) msql_field_flags (resource $result, int $field_offset) string Get field flags (PHP 4, PHP 5) msql_field_len (resource $result, int $field_offset) int Get field length (PHP 4, PHP 5) msql_field_name (resource $result, int $field_offset) string Get the name of the specified field in a result (PHP 4, PHP 5) msql_field_seek (resource $result, int $field_offset) bool Set field offset (PHP 4, PHP 5) msql_field_table (resource $result, int $field_offset) int Get table name for field (PHP 4, PHP 5) msql_field_type (resource $result, int $field_offset) string Get field type (PHP 4, PHP 5) msql_free_result (resource $result) bool Free result memory (PHP 4, PHP 5) msql_list_dbs ([ resource $link_identifier]) resource List mSQL databases on server (PHP 4, PHP 5) msql_list_fields (string $database, string $tablename[, resource $link_identifier]) resource List result fields (PHP 4, PHP 5) msql_list_tables (string $database[, resource $link_identifier]) resource List tables in an mSQL database (PHP 4, PHP 5) msql_num_fields (resource $result) int Get number of fields in result (PHP 4, PHP 5) msql_num_rows (resource $query_identifier) int Get number of rows in result (PHP 4, PHP 5) msql_pconnect ([ string $hostname]) resource Open persistent mSQL connection (PHP 4, PHP 5) msql_query (string $query[, resource $link_identifier]) resource Send mSQL query (PHP 4, PHP 5) msql_result (resource $result, int $row[, mixed $field]) string Get result data (PHP 4, PHP 5) msql_select_db (string $database_name[, resource $link_identifier]) bool Select mSQL database (PHP 4, PHP 5) mssql_bind (resource $stmt, string $param_name, mixed &$var, int $type[, bool $is_output = false[, bool $is_null = false[, int $maxlen = -1]]]) bool Adds a parameter to a stored procedure or a remote stored procedure (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1) mssql_close ([ resource $link_identifier]) bool Close MS SQL Server connection (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_connect ([ string $servername[, string $username[, string $password[, bool $new_link = false]]]]) resource Open MS SQL server connection (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_data_seek (resource $result_identifier, int $row_number) bool Moves internal row pointer (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_execute (resource $stmt[, bool $skip_results = false]) resource Executes a stored procedure on a MS SQL server database (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1) mssql_fetch_array (resource $result[, int $result_type = MSSQL_BOTH]) array Fetch a result row as an associative array, a numeric array, or both (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_fetch_assoc (resource $result_id) array Returns an associative array of the current row in the result (PHP 4 >= 4.2.0, PHP 5, PECL odbtp >= 1.1.1) mssql_fetch_batch (resource $result) int Returns the next batch of records (PHP 4 >= 4.0.4, PHP 5, PECL odbtp >= 1.1.1) mssql_fetch_field (resource $result[, int $field_offset = -1]) object Get field information (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_fetch_object (resource $result) object Fetch row as object (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_fetch_row (resource $result) array Get row as enumerated array (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_field_length (resource $result[, int $offset = -1]) int Get the length of a field (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_field_name (resource $result[, int $offset = -1]) string Get the name of a field (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_field_seek (resource $result, int $field_offset) bool Seeks to the specified field offset (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_field_type (resource $result[, int $offset = -1]) string Gets the type of a field (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_free_result (resource $result) bool Free result memory (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_free_statement (resource $stmt) bool Free statement memory (PHP 4 >= 4.3.2, PHP 5, PECL odbtp >= 1.1.1) mssql_get_last_message (void) string Returns the last message from the server (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_guid_string (string $binary[, bool $short_format = false]) string Converts a 16 byte binary GUID to a string (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1) mssql_init (string $sp_name[, resource $link_identifier]) resource Initializes a stored procedure or a remote stored procedure (PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1) mssql_min_error_severity (int $severity) int Sets the minimum error severity (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_min_message_severity (int $severity) int Sets the minimum message severity (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_next_result (resource $result_id) bool Move the internal result pointer to the next result (PHP 4 >= 4.0.5, PHP 5, PECL odbtp >= 1.1.1) mssql_num_fields (resource $result) int Gets the number of fields in result (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_num_rows (resource $result) int Gets the number of rows in result (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_pconnect ([ string $servername[, string $username[, string $password[, bool $new_link = false]]]]) resource Open persistent MS SQL connection (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_query (string $query[, resource $link_identifier[, int $batch_size = 0]]) string Send MS SQL query (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_result (resource $result, int $row, mixed $field) string Get result data (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_rows_affected (resource $link_identifier) int Returns the number of records affected by the query (PHP 4 >= 4.0.4, PHP 5, PECL odbtp >= 1.1.1) mssql_select_db (string $database_name[, resource $link_identifier]) bool Select MS SQL database (PHP 4, PHP 5, PECL odbtp >= 1.1.1) mt_getrandmax (void) int Show largest possible random value (PHP 4, PHP 5) mt_rand (void) int Generate a better random value (PHP 4, PHP 5) mt_srand ([ int $seed]) int Seed the better random number generator (PHP 4, PHP 5) mysql_affected_rows ([ resource $link_identifier = NULL]) int Get number of affected rows in previous MySQL operation (PHP 4, PHP 5) mysql_client_encoding ([ resource $link_identifier = NULL]) string Returns the name of the character set (PHP 4 >= 4.3.0, PHP 5) mysql_close ([ resource $link_identifier = NULL]) bool Close MySQL connection (PHP 4, PHP 5) mysql_connect ([ string $server = ini_get("mysql.default_host") resource Open a connection to a MySQL Server (PHP 4, PHP 5) mysql_create_db (string $database_name[, resource $link_identifier = NULL]) bool Create a MySQL database (PHP 4, PHP 5) mysql_data_seek (resource $result, int $row_number) bool Move internal result pointer (PHP 4, PHP 5) mysql_db_name (resource $result, int $row[, mixed $field = NULL]) string Retrieves database name from the call to (PHP 4, PHP 5) mysql_db_query (string $database, string $query[, resource $link_identifier = NULL]) resource Selects a database and executes a query on it (PHP 4, PHP 5) mysql_drop_db (string $database_name[, resource $link_identifier = NULL]) bool Drop (delete) a MySQL database (PHP 4, PHP 5) mysql_errno ([ resource $link_identifier = NULL]) int Returns the numerical value of the error message from previous MySQL operation (PHP 4, PHP 5) mysql_error ([ resource $link_identifier = NULL]) string Returns the text of the error message from previous MySQL operation (PHP 4, PHP 5) mysql_escape_string (string $unescaped_string) string Escapes a string for use in a mysql_query (PHP 4 >= 4.0.3, PHP 5) mysql_fetch_array (resource $result[, int $result_type = MYSQL_BOTH]) array Fetch a result row as an associative array, a numeric array, or both (PHP 4, PHP 5) mysql_fetch_assoc (resource $result) array Fetch a result row as an associative array (PHP 4 >= 4.0.3, PHP 5) mysql_fetch_field (resource $result[, int $field_offset = 0]) object Get column information from a result and return as an object (PHP 4, PHP 5) mysql_fetch_lengths (resource $result) array Get the length of each output in a result (PHP 4, PHP 5) mysql_fetch_object (resource $result[, string $class_name[, array $params]]) object Fetch a result row as an object (PHP 4, PHP 5) mysql_fetch_row (resource $result) array Get a result row as an enumerated array (PHP 4, PHP 5) mysql_field_flags (resource $result, int $field_offset) string Get the flags associated with the specified field in a result (PHP 4, PHP 5) mysql_field_len (resource $result, int $field_offset) int Returns the length of the specified field (PHP 4, PHP 5) mysql_field_name (resource $result, int $field_offset) string Get the name of the specified field in a result (PHP 4, PHP 5) mysql_field_seek (resource $result, int $field_offset) bool Set result pointer to a specified field offset (PHP 4, PHP 5) mysql_field_table (resource $result, int $field_offset) string Get name of the table the specified field is in (PHP 4, PHP 5) mysql_field_type (resource $result, int $field_offset) string Get the type of the specified field in a result (PHP 4, PHP 5) mysql_free_result (resource $result) bool Free result memory (PHP 4, PHP 5) mysql_get_client_info (void) string Get MySQL client info (PHP 4 >= 4.0.5, PHP 5) mysql_get_host_info ([ resource $link_identifier = NULL]) string Get MySQL host info (PHP 4 >= 4.0.5, PHP 5) mysql_get_proto_info ([ resource $link_identifier = NULL]) int Get MySQL protocol info (PHP 4 >= 4.0.5, PHP 5) mysql_get_server_info ([ resource $link_identifier = NULL]) string Get MySQL server info (PHP 4 >= 4.0.5, PHP 5) mysql_info ([ resource $link_identifier = NULL]) string Get information about the most recent query (PHP 4 >= 4.3.0, PHP 5) mysql_insert_id ([ resource $link_identifier = NULL]) int Get the ID generated in the last query (PHP 4, PHP 5) mysql_list_dbs ([ resource $link_identifier = NULL]) resource List databases available on a MySQL server (PHP 4, PHP 5) mysql_list_fields (string $database_name, string $table_name[, resource $link_identifier = NULL]) resource List MySQL table fields (PHP 4, PHP 5) mysql_list_processes ([ resource $link_identifier = NULL]) resource List MySQL processes (PHP 4 >= 4.3.0, PHP 5) mysql_list_tables (string $database[, resource $link_identifier = NULL]) resource List tables in a MySQL database (PHP 4, PHP 5) mysql_num_fields (resource $result) int Get number of fields in result (PHP 4, PHP 5) mysql_num_rows (resource $result) int Get number of rows in result (PHP 4, PHP 5) mysql_pconnect ([ string $server = ini_get("mysql.default_host") resource Open a persistent connection to a MySQL server (PHP 4, PHP 5) mysql_ping ([ resource $link_identifier = NULL]) bool Ping a server connection or reconnect if there is no connection (PHP 4 >= 4.3.0, PHP 5) mysql_query (string $query[, resource $link_identifier = NULL]) resource Send a MySQL query (PHP 4, PHP 5) mysql_real_escape_string (string $unescaped_string[, resource $link_identifier = NULL]) string Escapes special characters in a string for use in an SQL statement (PHP 4 >= 4.3.0, PHP 5) mysql_result (resource $result, int $row[, mixed $field = 0]) string Get result data (PHP 4, PHP 5) mysql_select_db (string $database_name[, resource $link_identifier = NULL]) bool Select a MySQL database (PHP 4, PHP 5) mysql_set_charset (string $charset[, resource $link_identifier = NULL]) bool Sets the client character set (PHP 5 >= 5.2.3) mysql_stat ([ resource $link_identifier = NULL]) string Get current system status (PHP 4 >= 4.3.0, PHP 5) mysql_tablename (resource $result, int $i) string Get table name of field (PHP 4, PHP 5) mysql_thread_id ([ resource $link_identifier = NULL]) int Return the current thread ID (PHP 4 >= 4.3.0, PHP 5) mysql_unbuffered_query (string $query[, resource $link_identifier = NULL]) resource Send an SQL query to MySQL without fetching and buffering the result rows. (PHP 4 >= 4.0.6, PHP 5) mysqli::disable_reads_from_master (void) bool Disable reads from master (PHP 5) mysqli_disable_rpl_parse (mysqli $link) bool Disable RPL parse (PHP 5) mysqli_enable_reads_from_master (mysqli $link) bool Enable reads from master (PHP 5) mysqli_enable_rpl_parse (mysqli $link) bool Enable RPL parse (PHP 5) mysqli_get_cache_stats (void) array Returns client Zval cache statistics (PHP 5 >= 5.3.0) mysqli_master_query (mysqli $link, string $query) bool Enforce execution of a query on the master in a master/slave setup (PHP 5) mysqli_rpl_parse_enabled (mysqli $link) int Check if RPL parse is enabled (PHP 5) mysqli_rpl_probe (mysqli $link) bool RPL probe (PHP 5) mysqli_slave_query (mysqli $link, string $query) bool Force execution of a query on a slave in a master/slave setup (PHP 5) mysqlnd_memcache_get_config (mixed $connection) array Returns information about the plugin configuration (PECL mysqlnd_memcache >= 1.0.0) mysqlnd_memcache_set (mixed $mysql_connection[, Memcached $memcache_connection[, string $pattern[, callback $callback]]]) bool Associate a MySQL connection with a Memcache connection (PECL mysqlnd_memcache >= 1.0.0) mysqlnd_ms_get_last_gtid (mixed $connection) string Returns the latest global transaction ID (PECL mysqlnd_ms >= 1.2.0) mysqlnd_ms_get_last_used_connection (mixed $connection) array Returns an array which describes the last used connection (PECL mysqlnd_ms >= 1.1.0) mysqlnd_ms_get_stats (void) array Returns query distribution and connection statistics (PECL mysqlnd_ms >= 1.0.0) mysqlnd_ms_match_wild (string $table_name, string $wildcard) bool Finds whether a table name matches a wildcard pattern or not (PECL mysqlnd_ms >= 1.1.0) mysqlnd_ms_query_is_select (string $query) int Find whether to send the query to the master, the slave or the last used MySQL server (PECL mysqlnd_ms >= 1.0.0) mysqlnd_ms_set_qos (mixed $connection, int $service_level[, int $service_level_option[, mixed $option_value]]) bool Sets the quality of service needed from the cluster (PECL mysqlnd_ms mysqlnd_ms_set_user_pick_server (string $function) bool Sets a callback for user-defined read/write splitting (PECL mysqlnd_ms mysqlnd_qc_clear_cache (void) bool Flush all cache contents (PECL mysqlnd_qc >= 1.0.0) mysqlnd_qc_get_available_handlers (void) array Returns a list of available storage handler (PECL mysqlnd_qc >= 1.0.0) mysqlnd_qc_get_cache_info (void) array Returns information on the current handler, the number of cache entries and cache entries, if available (PECL mysqlnd_qc >= 1.0.0) mysqlnd_qc_get_core_stats (void) array Statistics collected by the core of the query cache (PECL mysqlnd_qc >= 1.0.0) mysqlnd_qc_get_normalized_query_trace_log (void) array Returns a normalized query trace log for each query inspected by the query cache (PECL mysqlnd_qc >= 1.0.0) mysqlnd_qc_get_query_trace_log (void) array Returns a backtrace for each query inspected by the query cache (PECL mysqlnd_qc >= 1.0.0) mysqlnd_qc_set_cache_condition (int $condition_type, mixed $condition, mixed $condition_option) bool Set conditions for automatic caching (PECL mysqlnd_qc >= 1.1.0) mysqlnd_qc_set_is_select (string $callback) string Installs a callback which decides whether a statement is cached (PECL mysqlnd_qc >= 1.0.0) mysqlnd_qc_set_storage_handler (string $handler) bool Change current storage handler (PECL mysqlnd_qc >= 1.0.0) mysqlnd_qc_set_user_handlers (string $get_hash, string $find_query_in_cache, string $return_to_cache, string $add_query_to_cache_if_not_exists, string $query_is_select, string $update_query_run_time_stats, string $get_stats, string $clear_cache) bool Sets the callback functions for a user-defined procedural storage handler (PECL mysqlnd_qc >= 1.0.0) mysqlnd_uh_convert_to_mysqlnd (mysqli &$mysql_connection) resource Converts a MySQL connection handle into a mysqlnd connection handle (PECL mysqlnd-uh >= 1.0.0-alpha) mysqlnd_uh_set_connection_proxy (MysqlndUhConnection &$connection_proxy[, mysqli &$mysqli_connection]) bool Installs a proxy for mysqlnd connections (PECL mysqlnd-uh >= 1.0.0-alpha) mysqlnd_uh_set_statement_proxy (MysqlndUhStatement &$statement_proxy) bool Installs a proxy for mysqlnd statements (PECL mysqlnd-uh >= 1.0.0-alpha) natcasesort (array &$array) bool Sort an array using a case insensitive "natural order" algorithm (PHP 4, PHP 5) natsort (array &$array) bool Sort an array using a "natural order" algorithm (PHP 4, PHP 5) ncurses_addch (int $ch) int Add character at current position and advance cursor (PHP 4 >= 4.0.7, PHP 5 ncurses_addchnstr (string $s, int $n) int Add attributed string with specified length at current position (PHP 4 >= 4.2.0, PHP 5 ncurses_addchstr (string $s) int Add attributed string at current position (PHP 4 >= 4.2.0, PHP 5 ncurses_addnstr (string $s, int $n) int Add string with specified length at current position (PHP 4 >= 4.2.0, PHP 5 ncurses_addstr (string $text) int Output text at current position (PHP 4 >= 4.2.0, PHP 5 ncurses_assume_default_colors (int $fg, int $bg) int Define default colors for color 0 (PHP 4 >= 4.2.0, PHP 5 ncurses_attroff (int $attributes) int Turn off the given attributes (PHP 4 >= 4.0.7, PHP 5 ncurses_attron (int $attributes) int Turn on the given attributes (PHP 4 >= 4.0.7, PHP 5 ncurses_attrset (int $attributes) int Set given attributes (PHP 4 >= 4.0.7, PHP 5 ncurses_baudrate (void) int Returns baudrate of terminal (PHP 4 >= 4.0.7, PHP 5 ncurses_beep (void) int Let the terminal beep (PHP 4 >= 4.0.7, PHP 5 ncurses_bkgd (int $attrchar) int Set background property for terminal screen (PHP 4 >= 4.0.7, PHP 5 ncurses_bkgdset (int $attrchar) int Control screen background (PHP 4 >= 4.0.7, PHP 5 ncurses_border (int $left, int $right, int $top, int $bottom, int $tl_corner, int $tr_corner, int $bl_corner, int $br_corner) int Draw a border around the screen using attributed characters (PHP 4 >= 4.2.0, PHP 5 ncurses_bottom_panel (resource $panel) int Moves a visible panel to the bottom of the stack (PHP 4 >= 4.3.0, PHP 5 ncurses_can_change_color (void) bool Checks if terminal color definitions can be changed (PHP 4 >= 4.0.7, PHP 5 ncurses_cbreak (void) bool Switch of input buffering (PHP 4 >= 4.0.7, PHP 5 ncurses_clear (void) bool Clear screen (PHP 4 >= 4.0.7, PHP 5 ncurses_clrtobot (void) bool Clear screen from current position to bottom (PHP 4 >= 4.0.7, PHP 5 ncurses_clrtoeol (void) bool Clear screen from current position to end of line (PHP 4 >= 4.0.7, PHP 5 ncurses_color_content (int $color, int &$r, int &$g, int &$b) int Retrieves RGB components of a color (PHP 4 >= 4.3.0, PHP 5 ncurses_color_set (int $pair) int Set active foreground and background colors (PHP 4 >= 4.0.7, PHP 5 ncurses_curs_set (int $visibility) int Set cursor state (PHP 4 >= 4.0.7, PHP 5 ncurses_def_prog_mode (void) bool Saves terminals (program) mode (PHP 4 >= 4.0.7, PHP 5 ncurses_def_shell_mode (void) bool Saves terminals (shell) mode (PHP 4 >= 4.0.7, PHP 5 ncurses_define_key (string $definition, int $keycode) int Define a keycode (PHP 4 >= 4.2.0, PHP 5 ncurses_del_panel (resource $panel) bool Remove panel from the stack and delete it (but not the associated window) (PHP 4 >= 4.3.0, PHP 5 ncurses_delay_output (int $milliseconds) int Delay output on terminal using padding characters (PHP 4 >= 4.0.7, PHP 5 ncurses_delch (void) bool Delete character at current position, move rest of line left (PHP 4 >= 4.0.7, PHP 5 ncurses_deleteln (void) bool Delete line at current position, move rest of screen up (PHP 4 >= 4.0.7, PHP 5 ncurses_delwin (resource $window) bool Delete a ncurses window (PHP 4 >= 4.0.7, PHP 5 ncurses_doupdate (void) bool Write all prepared refreshes to terminal (PHP 4 >= 4.0.7, PHP 5 ncurses_echo (void) bool Activate keyboard input echo (PHP 4 >= 4.0.7, PHP 5 ncurses_echochar (int $character) int Single character output including refresh (PHP 4 >= 4.0.7, PHP 5 ncurses_end (void) int Stop using ncurses, clean up the screen (PHP 4 >= 4.0.7, PHP 5 ncurses_erase (void) bool Erase terminal screen (PHP 4 >= 4.0.7, PHP 5 ncurses_erasechar (void) string Returns current erase character (PHP 4 >= 4.0.7, PHP 5 ncurses_filter (void) Set LINES for iniscr() and newterm() to 1 (PHP 4 >= 4.0.7, PHP 5 ncurses_flash (void) bool Flash terminal screen (visual bell) (PHP 4 >= 4.0.7, PHP 5 ncurses_flushinp (void) bool Flush keyboard input buffer (PHP 4 >= 4.0.7, PHP 5 ncurses_getch (void) int Read a character from keyboard (PHP 4 >= 4.0.7, PHP 5 ncurses_getmaxyx (resource $window, int &$y, int &$x) resource Returns the size of a window (PHP 4 >= 4.3.0, PHP 5 ncurses_getmouse (array &$mevent) bool Reads mouse event (PHP 4 >= 4.2.0, PHP 5 ncurses_getyx (resource $window, int &$y, int &$x) resource Returns the current cursor position for a window (PHP 4 >= 4.3.0, PHP 5 ncurses_halfdelay (int $tenth) int Put terminal into halfdelay mode (PHP 4 >= 4.0.7, PHP 5 ncurses_has_colors (void) bool Checks if terminal has color capabilities (PHP 4 >= 4.0.7, PHP 5 ncurses_has_ic (void) bool Check for insert- and delete-capabilities (PHP 4 >= 4.0.7, PHP 5 ncurses_has_il (void) bool Check for line insert- and delete-capabilities (PHP 4 >= 4.0.7, PHP 5 ncurses_has_key (int $keycode) int Check for presence of a function key on terminal keyboard (PHP 4 >= 4.0.7, PHP 5 ncurses_hide_panel (resource $panel) int Remove panel from the stack, making it invisible (PHP 4 >= 4.3.0, PHP 5 ncurses_hline (int $charattr, int $n) int Draw a horizontal line at current position using an attributed character and max. n characters long (PHP 4 >= 4.2.0, PHP 5 ncurses_inch (void) string Get character and attribute at current position (PHP 4 >= 4.0.7, PHP 5 ncurses_init (void) Initialize ncurses (PHP 4 >= 4.0.7, PHP 5 ncurses_init_color (int $color, int $r, int $g, int $b) int Define a terminal color (PHP 4 >= 4.2.0, PHP 5 ncurses_init_pair (int $pair, int $fg, int $bg) int Define a color pair (PHP 4 >= 4.0.7, PHP 5 ncurses_insch (int $character) int Insert character moving rest of line including character at current position (PHP 4 >= 4.0.7, PHP 5 ncurses_insdelln (int $count) int Insert lines before current line scrolling down (negative numbers delete and scroll up) (PHP 4 >= 4.0.7, PHP 5 ncurses_insertln (void) int Insert a line, move rest of screen down (PHP 4 >= 4.0.7, PHP 5 ncurses_insstr (string $text) int Insert string at current position, moving rest of line right (PHP 4 >= 4.2.0, PHP 5 ncurses_instr (string &$buffer) int Reads string from terminal screen (PHP 4 >= 4.2.0, PHP 5 ncurses_isendwin (void) bool Ncurses is in endwin mode, normal screen output may be performed (PHP 4 >= 4.0.7, PHP 5 ncurses_keyok (int $keycode, bool $enable) int Enable or disable a keycode (PHP 4 >= 4.2.0, PHP 5 ncurses_keypad (resource $window, bool $bf) int Turns keypad on or off (PHP 4 >= 4.2.0, PHP 5 ncurses_killchar (void) string Returns current line kill character (PHP 4 >= 4.0.7, PHP 5 ncurses_longname (void) string Returns terminals description (PHP 4 >= 4.2.0, PHP 5 ncurses_meta (resource $window, bool $8bit) int Enables/Disable 8-bit meta key information (PHP 4 >= 4.3.0, PHP 5 ncurses_mouse_trafo (int &$y, int &$x, bool $toscreen) bool Transforms coordinates (PHP 4 >= 4.2.0, PHP 5 ncurses_mouseinterval (int $milliseconds) int Set timeout for mouse button clicks (PHP 4 >= 4.0.7, PHP 5 ncurses_mousemask (int $newmask, int &$oldmask) int Sets mouse options (PHP 4 >= 4.2.0, PHP 5 ncurses_move (int $y, int $x) int Move output position (PHP 4 >= 4.0.7, PHP 5 ncurses_move_panel (resource $panel, int $startx, int $starty) int Moves a panel so that its upper-left corner is at [startx, starty] (PHP 4 >= 4.3.0, PHP 5 ncurses_mvaddch (int $y, int $x, int $c) int Move current position and add character (PHP 4 >= 4.2.0, PHP 5 ncurses_mvaddchnstr (int $y, int $x, string $s, int $n) int Move position and add attributed string with specified length (PHP 4 >= 4.2.0, PHP 5 ncurses_mvaddchstr (int $y, int $x, string $s) int Move position and add attributed string (PHP 4 >= 4.2.0, PHP 5 ncurses_mvaddnstr (int $y, int $x, string $s, int $n) int Move position and add string with specified length (PHP 4 >= 4.2.0, PHP 5 ncurses_mvaddstr (int $y, int $x, string $s) int Move position and add string (PHP 4 >= 4.2.0, PHP 5 ncurses_mvcur (int $old_y, int $old_x, int $new_y, int $new_x) int Move cursor immediately (PHP 4 >= 4.2.0, PHP 5 ncurses_mvdelch (int $y, int $x) int Move position and delete character, shift rest of line left (PHP 4 >= 4.2.0, PHP 5 ncurses_mvgetch (int $y, int $x) int Move position and get character at new position (PHP 4 >= 4.2.0, PHP 5 ncurses_mvhline (int $y, int $x, int $attrchar, int $n) int Set new position and draw a horizontal line using an attributed character and max. n characters long (PHP 4 >= 4.2.0, PHP 5 ncurses_mvinch (int $y, int $x) int Move position and get attributed character at new position (PHP 4 >= 4.2.0, PHP 5 ncurses_mvvline (int $y, int $x, int $attrchar, int $n) int Set new position and draw a vertical line using an attributed character and max. n characters long (PHP 4 >= 4.2.0, PHP 5 ncurses_mvwaddstr (resource $window, int $y, int $x, string $text) int Add string at new position in window (PHP 4 >= 4.2.0, PHP 5 ncurses_napms (int $milliseconds) int Sleep (PHP 4 >= 4.0.7, PHP 5 ncurses_new_panel (resource $window) resource Create a new panel and associate it with window (PHP 4 >= 4.3.0, PHP 5 ncurses_newpad (int $rows, int $cols) resource Creates a new pad (window) (PHP 4 >= 4.3.0, PHP 5 ncurses_newwin (int $rows, int $cols, int $y, int $x) resource Create a new window (PHP 4 >= 4.0.7, PHP 5 ncurses_nl (void) bool Translate newline and carriage return / line feed (PHP 4 >= 4.0.7, PHP 5 ncurses_nocbreak (void) bool Switch terminal to cooked mode (PHP 4 >= 4.0.7, PHP 5 ncurses_noecho (void) bool Switch off keyboard input echo (PHP 4 >= 4.0.7, PHP 5 ncurses_nonl (void) bool Do not translate newline and carriage return / line feed (PHP 4 >= 4.0.7, PHP 5 ncurses_noqiflush (void) Do not flush on signal characters (PHP 4 >= 4.0.7, PHP 5 ncurses_noraw (void) bool Switch terminal out of raw mode (PHP 4 >= 4.0.7, PHP 5 ncurses_pair_content (int $pair, int &$f, int &$b) int Retrieves foreground and background colors of a color pair (PHP 4 >= 4.3.0, PHP 5 ncurses_panel_above (resource $panel) resource Returns the panel above panel (PHP 4 >= 4.3.0, PHP 5 ncurses_panel_below (resource $panel) resource Returns the panel below panel (PHP 4 >= 4.3.0, PHP 5 ncurses_panel_window (resource $panel) resource Returns the window associated with panel (PHP 4 >= 4.3.0, PHP 5 ncurses_pnoutrefresh (resource $pad, int $pminrow, int $pmincol, int $sminrow, int $smincol, int $smaxrow, int $smaxcol) int Copies a region from a pad into the virtual screen (PHP 4 >= 4.3.0, PHP 5 ncurses_prefresh (resource $pad, int $pminrow, int $pmincol, int $sminrow, int $smincol, int $smaxrow, int $smaxcol) int Copies a region from a pad into the virtual screen (PHP 4 >= 4.3.0, PHP 5 ncurses_putp (string $text) int Apply padding information to the string and output it (PHP 4 >= 4.2.0, PHP 5 ncurses_qiflush (void) Flush on signal characters (PHP 4 >= 4.0.7, PHP 5 ncurses_raw (void) bool Switch terminal into raw mode (PHP 4 >= 4.0.7, PHP 5 ncurses_refresh (int $ch) int Refresh screen (PHP 4 >= 4.0.7, PHP 5 ncurses_replace_panel (resource $panel, resource $window) int Replaces the window associated with panel (PHP 4 >= 4.3.0, PHP 5 ncurses_reset_prog_mode (void) int Resets the prog mode saved by def_prog_mode (PHP 4 >= 4.3.0, PHP 5 ncurses_reset_shell_mode (void) int Resets the shell mode saved by def_shell_mode (PHP 4 >= 4.3.0, PHP 5 ncurses_resetty (void) bool Restores saved terminal state (PHP 4 >= 4.0.7, PHP 5 ncurses_savetty (void) bool Saves terminal state (PHP 4 >= 4.0.7, PHP 5 ncurses_scr_dump (string $filename) int Dump screen content to file (PHP 4 >= 4.2.0, PHP 5 ncurses_scr_init (string $filename) int Initialize screen from file dump (PHP 4 >= 4.2.0, PHP 5 ncurses_scr_restore (string $filename) int Restore screen from file dump (PHP 4 >= 4.2.0, PHP 5 ncurses_scr_set (string $filename) int Inherit screen from file dump (PHP 4 >= 4.2.0, PHP 5 ncurses_scrl (int $count) int Scroll window content up or down without changing current position (PHP 4 >= 4.0.7, PHP 5 ncurses_show_panel (resource $panel) int Places an invisible panel on top of the stack, making it visible (PHP 4 >= 4.3.0, PHP 5 ncurses_slk_attr (void) int Returns current soft label key attribute (PHP 4 >= 4.0.7, PHP 5 ncurses_slk_attroff (int $intarg) int Turn off the given attributes for soft function-key labels (PHP 4 >= 4.0.7, PHP 5 ncurses_slk_attron (int $intarg) int Turn on the given attributes for soft function-key labels (PHP 4 >= 4.0.7, PHP 5 ncurses_slk_attrset (int $intarg) int Set given attributes for soft function-key labels (PHP 4 >= 4.0.7, PHP 5 ncurses_slk_clear (void) bool Clears soft labels from screen (PHP 4 >= 4.0.7, PHP 5 ncurses_slk_color (int $intarg) int Sets color for soft label keys (PHP 4 >= 4.0.7, PHP 5 ncurses_slk_init (int $format) bool Initializes soft label key functions (PHP 4 >= 4.0.7, PHP 5 ncurses_slk_noutrefresh (void) bool Copies soft label keys to virtual screen (PHP 4 >= 4.0.7, PHP 5 ncurses_slk_refresh (void) int Copies soft label keys to screen (PHP 4 >= 4.0.7, PHP 5 ncurses_slk_restore (void) int Restores soft label keys (PHP 4 >= 4.0.7, PHP 5 ncurses_slk_set (int $labelnr, string $label, int $format) bool Sets function key labels (PHP 4 >= 4.2.0, PHP 5 ncurses_slk_touch (void) int Forces output when ncurses_slk_noutrefresh is performed (PHP 4 >= 4.0.7, PHP 5 ncurses_standend (void) int Stop using 'standout' attribute (PHP 4 >= 4.0.7, PHP 5 ncurses_standout (void) int Start using 'standout' attribute (PHP 4 >= 4.0.7, PHP 5 ncurses_start_color (void) int Initializes color functionality (PHP 4 >= 4.0.7, PHP 5 ncurses_termattrs (void) bool Returns a logical OR of all attribute flags supported by terminal (PHP 4 >= 4.0.7, PHP 5 ncurses_termname (void) string Returns terminals (short)-name (PHP 4 >= 4.2.0, PHP 5 ncurses_timeout (int $millisec) int Set timeout for special key sequences (PHP 4 >= 4.0.7, PHP 5 ncurses_top_panel (resource $panel) int Moves a visible panel to the top of the stack (PHP 4 >= 4.3.0, PHP 5 ncurses_typeahead (int $fd) int Specify different filedescriptor for typeahead checking (PHP 4 >= 4.0.7, PHP 5 ncurses_ungetch (int $keycode) int Put a character back into the input stream (PHP 4 >= 4.0.7, PHP 5 ncurses_ungetmouse (array $mevent) bool Pushes mouse event to queue (PHP 4 >= 4.2.0, PHP 5 ncurses_update_panels (void) Refreshes the virtual screen to reflect the relations between panels in the stack (PHP 4 >= 4.3.0, PHP 5 ncurses_use_default_colors (void) bool Assign terminal default colors to color id -1 (PHP 4 >= 4.0.7, PHP 5 ncurses_use_env (bool $flag) bool Control use of environment information about terminal size (PHP 4 >= 4.0.7, PHP 5 ncurses_use_extended_names (bool $flag) int Control use of extended names in terminfo descriptions (PHP 4 >= 4.0.7, PHP 5 ncurses_vidattr (int $intarg) int Display the string on the terminal in the video attribute mode (PHP 4 >= 4.0.7, PHP 5 ncurses_vline (int $charattr, int $n) int Draw a vertical line at current position using an attributed character and max. n characters long (PHP 4 >= 4.2.0, PHP 5 ncurses_waddch (resource $window, int $ch) int Adds character at current position in a window and advance cursor (PHP 4 >= 4.3.0, PHP 5 ncurses_waddstr (resource $window, string $str[, int $n]) int Outputs text at current postion in window (PHP 4 >= 4.2.0, PHP 5 ncurses_wattroff (resource $window, int $attrs) int Turns off attributes for a window (PHP 4 >= 4.3.0, PHP 5 ncurses_wattron (resource $window, int $attrs) int Turns on attributes for a window (PHP 4 >= 4.3.0, PHP 5 ncurses_wattrset (resource $window, int $attrs) int Set the attributes for a window (PHP 4 >= 4.3.0, PHP 5 ncurses_wborder (resource $window, int $left, int $right, int $top, int $bottom, int $tl_corner, int $tr_corner, int $bl_corner, int $br_corner) int Draws a border around the window using attributed characters (PHP 4 >= 4.3.0, PHP 5 ncurses_wclear (resource $window) int Clears window (PHP 4 >= 4.2.0, PHP 5 ncurses_wcolor_set (resource $window, int $color_pair) int Sets windows color pairings (PHP 4 >= 4.2.0, PHP 5 ncurses_werase (resource $window) int Erase window contents (PHP 4 >= 4.3.0, PHP 5 ncurses_wgetch (resource $window) int Reads a character from keyboard (window) (PHP 4 >= 4.2.0, PHP 5 ncurses_whline (resource $window, int $charattr, int $n) int 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 ncurses_wmouse_trafo (resource $window, int &$y, int &$x, bool $toscreen) bool Transforms window/stdscr coordinates (PHP 4 >= 4.2.0, PHP 5 ncurses_wmove (resource $window, int $y, int $x) int Moves windows output position (PHP 4 >= 4.2.0, PHP 5 ncurses_wnoutrefresh (resource $window) int Copies window to virtual screen (PHP 4 >= 4.2.0, PHP 5 ncurses_wrefresh (resource $window) int Refresh window on terminal screen (PHP 4 >= 4.2.0, PHP 5 ncurses_wstandend (resource $window) int End standout mode for a window (PHP 4 >= 4.3.0, PHP 5 ncurses_wstandout (resource $window) int Enter standout mode for a window (PHP 4 >= 4.3.0, PHP 5 ncurses_wvline (resource $window, int $charattr, int $n) int 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 newt_bell (void) Send a beep to the terminal (PECL newt >= 0.1) newt_button (int $left, int $top, string $text) resource Create a new button (PECL newt >= 0.1) newt_button_bar (array &$buttons) resource This function returns a grid containing the buttons created. (PECL newt >= 0.1) newt_centered_window (int $width, int $height[, string $title]) int Open a centered window of the specified size (PECL newt >= 0.1) newt_checkbox (int $left, int $top, string $text, string $def_value[, string $seq]) resource (PECL newt >= 0.1) newt_checkbox_get_value (resource $checkbox) string Retreives value of checkox resource (PECL newt >= 0.1) newt_checkbox_set_flags (resource $checkbox, int $flags, int $sense) resource Configures checkbox resource (PECL newt >= 0.1) newt_checkbox_set_value (resource $checkbox, string $value) resource Sets the value of the checkbox (PECL newt >= 0.1) newt_checkbox_tree (int $left, int $top, int $height[, int $flags]) resource (PECL newt >= 0.1) newt_checkbox_tree_add_item (resource $checkboxtree, string $text, mixed $data, int $flags, int $index[, int $...]) resource Adds new item to the checkbox tree (PECL newt >= 0.1) newt_checkbox_tree_find_item (resource $checkboxtree, mixed $data) array Finds an item in the checkbox tree (PECL newt >= 0.1) newt_checkbox_tree_get_current (resource $checkboxtree) resource Returns checkbox tree selected item (PECL newt >= 0.1) newt_checkbox_tree_get_entry_value (resource $checkboxtree, mixed $data) string (PECL newt >= 0.1) newt_checkbox_tree_get_multi_selection (resource $checkboxtree, string $seqnum) array (PECL newt >= 0.1) newt_checkbox_tree_get_selection (resource $checkboxtree) array (PECL newt >= 0.1) newt_checkbox_tree_multi (int $left, int $top, int $height, string $seq[, int $flags]) resource (PECL newt >= 0.1) newt_checkbox_tree_set_current (resource $checkboxtree, mixed $data) resource (PECL newt >= 0.1) newt_checkbox_tree_set_entry (resource $checkboxtree, mixed $data, string $text) resource (PECL newt >= 0.1) newt_checkbox_tree_set_entry_value (resource $checkboxtree, mixed $data, string $value) resource (PECL newt >= 0.1) newt_checkbox_tree_set_width (resource $checkbox_tree, int $width) resource (PECL newt >= 0.1) newt_clear_key_buffer (void) Discards the contents of the terminal's input buffer without waiting for additional input (PECL newt >= 0.1) newt_cls (void) (PECL newt >= 0.1) newt_compact_button (int $left, int $top, string $text) resource (PECL newt >= 0.1) newt_component_add_callback (resource $component, mixed $func_name, mixed $data) resource (PECL newt >= 0.1) newt_component_takes_focus (resource $component, bool $takes_focus) resource (PECL newt >= 0.1) newt_create_grid (int $cols, int $rows) resource (PECL newt >= 0.1) newt_cursor_off (void) (PECL newt >= 0.1) newt_cursor_on (void) (PECL newt >= 0.1) newt_delay (int $microseconds) int (PECL newt >= 0.1) newt_draw_form (resource $form) resource (PECL newt >= 0.1) newt_draw_root_text (int $left, int $top, string $text) int Displays the string text at the position indicated (PECL newt >= 0.1) newt_entry (int $left, int $top, int $width[, string $init_value[, int $flags]]) resource (PECL newt >= 0.1) newt_entry_get_value (resource $entry) string (PECL newt >= 0.1) newt_entry_set (resource $entry, string $value[, bool $cursor_at_end]) resource (PECL newt >= 0.1) newt_entry_set_filter (resource $entry, callable $filter, mixed $data) resource (PECL newt >= 0.1) newt_entry_set_flags (resource $entry, int $flags, int $sense) resource (PECL newt >= 0.1) newt_finished (void) int Uninitializes newt interface (PECL newt >= 0.1) newt_form ([ resource $vert_bar[, string $help[, int $flags]]]) resource Create a form (PECL newt >= 0.1) newt_form_add_component (resource $form, resource $component) resource Adds a single component to the form (PECL newt >= 0.1) newt_form_add_components (resource $form, array $components) resource Add several components to the form (PECL newt >= 0.1) newt_form_add_hot_key (resource $form, int $key) resource (PECL newt >= 0.1) newt_form_destroy (resource $form) resource Destroys a form (PECL newt >= 0.1) newt_form_get_current (resource $form) resource (PECL newt >= 0.1) newt_form_run (resource $form, array &$exit_struct) resource Runs a form (PECL newt >= 0.1) newt_form_set_background (resource $from, int $background) resource (PECL newt >= 0.1) newt_form_set_height (resource $form, int $height) resource (PECL newt >= 0.1) newt_form_set_size (resource $form) resource (PECL newt >= 0.1) newt_form_set_timer (resource $form, int $milliseconds) resource (PECL newt >= 0.1) newt_form_set_width (resource $form, int $width) resource (PECL newt >= 0.1) newt_form_watch_fd (resource $form, resource $stream[, int $flags]) resource (PECL newt >= 0.1) newt_get_screen_size (int &$cols, int &$rows) int Fills in the passed references with the current size of the terminal (PECL newt >= 0.1) newt_grid_add_components_to_form (resource $grid, resource $form, bool $recurse) resource (PECL newt >= 0.1) newt_grid_basic_window (resource $text, resource $middle, resource $buttons) resource (PECL newt >= 0.1) newt_grid_free (resource $grid, bool $recurse) resource (PECL newt >= 0.1) newt_grid_get_size (resouce $grid, int &$width, int &$height) int (PECL newt >= 0.1) newt_grid_h_close_stacked (int $element1_type, resource $element1[, int $...[, resource $...]]) resource (PECL newt >= 0.1) newt_grid_h_stacked (int $element1_type, resource $element1[, int $...[, resource $...]]) resource (PECL newt >= 0.1) newt_grid_place (resource $grid, int $left, int $top) resource (PECL newt >= 0.1) 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]) resource (PECL newt >= 0.1) newt_grid_simple_window (resource $text, resource $middle, resource $buttons) resource (PECL newt >= 0.1) newt_grid_v_close_stacked (int $element1_type, resource $element1[, int $...[, resource $...]]) resource (PECL newt >= 0.1) newt_grid_v_stacked (int $element1_type, resource $element1[, int $...[, resource $...]]) resource (PECL newt >= 0.1) newt_grid_wrapped_window (resource $grid, string $title) resource (PECL newt >= 0.1) newt_grid_wrapped_window_at (resource $grid, string $title, int $left, int $top) resource (PECL newt >= 0.1) newt_init (void) int Initialize newt (PECL newt >= 0.1) newt_label (int $left, int $top, string $text) resource (PECL newt >= 0.1) newt_label_set_text (resource $label, string $text) resource (PECL newt >= 0.1) newt_listbox (int $left, int $top, int $height[, int $flags]) resource (PECL newt >= 0.1) newt_listbox_append_entry (resource $listbox, string $text, mixed $data) resource (PECL newt >= 0.1) newt_listbox_clear (resource $listobx) resource (PECL newt >= 0.1) newt_listbox_clear_selection (resource $listbox) resource (PECL newt >= 0.1) newt_listbox_delete_entry (resource $listbox, mixed $key) resource (PECL newt >= 0.1) newt_listbox_get_current (resource $listbox) string (PECL newt >= 0.1) newt_listbox_get_selection (resource $listbox) array (PECL newt >= 0.1) newt_listbox_insert_entry (resource $listbox, string $text, mixed $data, mixed $key) resource (PECL newt >= 0.1) newt_listbox_item_count (resource $listbox) int (PECL newt >= 0.1) newt_listbox_select_item (resource $listbox, mixed $key, int $sense) resource (PECL newt >= 0.1) newt_listbox_set_current (resource $listbox, int $num) resource (PECL newt >= 0.1) newt_listbox_set_current_by_key (resource $listbox, mixed $key) resource (PECL newt >= 0.1) newt_listbox_set_data (resource $listbox, int $num, mixed $data) resource (PECL newt >= 0.1) newt_listbox_set_entry (resource $listbox, int $num, string $text) resource (PECL newt >= 0.1) newt_listbox_set_width (resource $listbox, int $width) resource (PECL newt >= 0.1) newt_listitem (int $left, int $top, string $text, bool $is_default, resouce $prev_item, mixed $data[, int $flags]) resource (PECL newt >= 0.1) newt_listitem_get_data (resource $item) resource (PECL newt >= 0.1) newt_listitem_set (resource $item, string $text) resource (PECL newt >= 0.1) newt_open_window (int $left, int $top, int $width, int $height[, string $title]) int Open a window of the specified size and position (PECL newt >= 0.1) newt_pop_help_line (void) Replaces the current help line with the one from the stack (PECL newt >= 0.1) newt_pop_window (void) Removes the top window from the display (PECL newt >= 0.1) newt_push_help_line ([ string $text]) string Saves the current help line on a stack, and displays the new line (PECL newt >= 0.1) newt_radio_get_current (resource $set_member) resource (PECL newt >= 0.1) newt_radiobutton (int $left, int $top, string $text, bool $is_default[, resource $prev_button]) resource (PECL newt >= 0.1) newt_redraw_help_line (void) (PECL newt >= 0.1) newt_reflow_text (string $text, int $width, int $flex_down, int $flex_up, int &$actual_width, int &$actual_height) string (PECL newt >= 0.1) newt_refresh (void) Updates modified portions of the screen (PECL newt >= 0.1) newt_resize_screen ([ bool $redraw]) bool (PECL newt >= 0.1) newt_resume (void) Resume using the newt interface after calling (PECL newt >= 0.1) newt_run_form (resource $form) resource Runs a form (PECL newt >= 0.1) newt_scale (int $left, int $top, int $width, int $full_value) resource (PECL newt >= 0.1) newt_scale_set (resource $scale, int $amount) resource (PECL newt >= 0.1) newt_scrollbar_set (resource $scrollbar, int $where, int $total) resource (PECL newt >= 0.1) newt_set_help_callback (mixed $function) (PECL newt >= 0.1) newt_set_suspend_callback (callable $function, mixed $data) Set a callback function which gets invoked when user presses the suspend key (PECL newt >= 0.1) newt_suspend (void) Tells newt to return the terminal to its initial state (PECL newt >= 0.1) newt_textbox (int $left, int $top, int $width, int $height[, int $flags]) resource (PECL newt >= 0.1) newt_textbox_get_num_lines (resource $textbox) int (PECL newt >= 0.1) newt_textbox_reflowed (int $left, int $top, char $*text, int $width, int $flex_down, int $flex_up[, int $flags]) resource (PECL newt >= 0.1) newt_textbox_set_height (resource $textbox, int $height) resource (PECL newt >= 0.1) newt_textbox_set_text (resource $textbox, string $text) resource (PECL newt >= 0.1) newt_vertical_scrollbar (int $left, int $top, int $height[, int $normal_colorset[, int $thumb_colorset]]) resource (PECL newt >= 0.1) newt_wait_for_key (void) Doesn't return until a key has been pressed (PECL newt >= 0.1) newt_win_choice (string $title, string $button1_text, string $button2_text, string $format[, mixed $args[, mixed $...]]) int (PECL newt >= 0.1) newt_win_entries (string $title, string $text, int $suggested_width, int $flex_down, int $flex_up, int $data_width, array &$items, string $button1[, string $...]) int (PECL newt >= 0.1) newt_win_menu (string $title, string $text, int $suggestedWidth, int $flexDown, int $flexUp, int $maxListHeight, array $items, int &$listItem[, string $button1[, string $...]]) int (PECL newt >= 0.1) newt_win_message (string $title, string $button_text, string $format[, mixed $args[, mixed $...]]) string (PECL newt >= 0.1) newt_win_messagev (string $title, string $button_text, string $format, array $args) string (PECL newt >= 0.1) newt_win_ternary (string $title, string $button1_text, string $button2_text, string $button3_text, string $format[, mixed $args[, mixed $...]]) int (PECL newt >= 0.1) next (array &$array) array Advance the internal array pointer of an array (PHP 4, PHP 5) ngettext (string $msgid1, string $msgid2, int $n) string Plural version of gettext (PHP 4 >= 4.2.0, PHP 5) nl2br (string $string[, bool $is_xhtml = true]) string Inserts HTML line breaks before all newlines in a string (PHP 4, PHP 5) nl_langinfo (int $item) string Query language and locale information (PHP 4 >= 4.1.0, PHP 5) notes_body (string $server, string $mailbox, int $msg_number) array Open the message msg_number in the specified mailbox on the specified server (leave serv (PHP 4 >= 4.0.5) notes_copy_db (string $from_database_name, string $to_database_name) bool Copy a Lotus Notes database (PHP 4 >= 4.0.5) notes_create_db (string $database_name) bool Create a Lotus Notes database (PHP 4 >= 4.0.5) notes_create_note (string $database_name, string $form_name) bool Create a note using form form_name (PHP 4 >= 4.0.5) notes_drop_db (string $database_name) bool Drop a Lotus Notes database (PHP 4 >= 4.0.5) notes_find_note (string $database_name, string $name[, string $type]) int Returns a note id found in database_name (PHP 4 >= 4.0.5) notes_header_info (string $server, string $mailbox, int $msg_number) object Open the message msg_number in the specified mailbox on the specified server (leave serv (PHP 4 >= 4.0.5) notes_list_msgs (string $db) bool Returns the notes from a selected database_name (PHP 4 >= 4.0.5) notes_mark_read (string $database_name, string $user_name, string $note_id) bool Mark a note_id as read for the User user_name (PHP 4 >= 4.0.5) notes_mark_unread (string $database_name, string $user_name, string $note_id) bool Mark a note_id as unread for the User user_name (PHP 4 >= 4.0.5) notes_nav_create (string $database_name, string $name) bool Create a navigator name, in database_name (PHP 4 >= 4.0.5) notes_search (string $database_name, string $keywords) array Find notes that match keywords in database_name (PHP 4 >= 4.0.5) notes_unread (string $database_name, string $user_name) array Returns the unread note id's for the current User user_name (PHP 4 >= 4.0.5) notes_version (string $database_name) float Get the version Lotus Notes (PHP 4 >= 4.0.5) nsapi_request_headers (void) array Fetch all HTTP request headers (PHP 4 >= 4.3.3, PHP 5) nsapi_response_headers (void) array Fetch all HTTP response headers (PHP 4 >= 4.3.3, PHP 5) nsapi_virtual (string $uri) bool Perform an NSAPI sub-request (PHP 4 >= 4.3.3, PHP 5) nthmac (string $clent, string $data) string Obtain a nthmac key (needs 2 arguments) (PECL spplus >= 1.0.0) number_format (float $number[, int $decimals = 0]) string Format a number with grouped thousands (PHP 4, PHP 5) oauth_get_sbs (string $http_method, string $uri[, array $request_parameters]) string Generate a Signature Base String (PECL OAuth >=0.99.7) oauth_urlencode (string $uri) string Encode a URI to RFC 3986 (PECL OAuth >=0.99.2) ob_clean (void) Clean (erase) the output buffer (PHP 4 >= 4.2.0, PHP 5) ob_deflatehandler (string $data, int $mode) string Deflate output handler (PECL pecl_http >= 0.21.0) ob_end_clean (void) bool Clean (erase) the output buffer and turn off output buffering (PHP 4, PHP 5) ob_end_flush (void) bool Flush (send) the output buffer and turn off output buffering (PHP 4, PHP 5) ob_etaghandler (string $data, int $mode) string ETag output handler (PECL pecl_http >= 0.10.0) ob_flush (void) Flush (send) the output buffer (PHP 4 >= 4.2.0, PHP 5) ob_get_clean (void) string Get current buffer contents and delete current output buffer (PHP 4 >= 4.3.0, PHP 5) ob_get_contents (void) string Return the contents of the output buffer (PHP 4, PHP 5) ob_get_flush (void) string Flush the output buffer, return it as a string and turn off output buffering (PHP 4 >= 4.3.0, PHP 5) ob_get_length (void) int Return the length of the output buffer (PHP 4 >= 4.0.2, PHP 5) ob_get_level (void) int Return the nesting level of the output buffering mechanism (PHP 4 >= 4.2.0, PHP 5) ob_get_status ([ bool $full_status = FALSE]) array Get status of output buffers (PHP 4 >= 4.2.0, PHP 5) ob_gzhandler (string $buffer, int $mode) string ob_start callback function to gzip output buffer (PHP 4 >= 4.0.4, PHP 5) ob_iconv_handler (string $contents, int $status) string Convert character encoding as output buffer handler (PHP 4 >= 4.0.5, PHP 5) ob_implicit_flush ([ int $flag = true]) int Turn implicit flush on/off (PHP 4, PHP 5) ob_inflatehandler (string $data, int $mode) string Inflate output handler (PECL pecl_http >= 0.21.0) ob_list_handlers (void) array List all output handlers in use (PHP 4 >= 4.3.0, PHP 5) ob_start ([ callable $output_callback[, int $chunk_size = 0[, bool $erase = true]]]) bool Turn on output buffering (PHP 4, PHP 5) ob_tidyhandler (string $input[, int $mode]) string ob_start callback function to repair the buffer (PHP 5) oci_bind_array_by_name (resource $statement, string $name, array &$var_array, int $max_table_length[, int $max_item_length = -1[, int $type = SQLT_AFC]]) bool Binds a PHP array to an Oracle PL/SQL array parameter (PHP 5 >= 5.1.2, PECL OCI8 >= 1.2.0) oci_bind_by_name (resource $statement, string $bv_name, mixed &$variable[, int $maxlength = -1[, int $type = SQLT_CHR]]) bool Binds a PHP variable to an Oracle placeholder (PHP 5, PECL OCI8 >= 1.1.0) oci_cancel (resource $statement) bool Cancels reading from cursor (PHP 5, PECL OCI8 >= 1.1.0) oci_client_version (void) string Returns the Oracle client library version (PHP 5.3.7, PECL OCI8 >= 1.4.6) oci_close (resource $connection) bool Closes an Oracle connection (PHP 5, PECL OCI8 >= 1.1.0) oci_commit (resource $connection) bool Commits the outstanding database transaction (PHP 5, PECL OCI8 >= 1.1.0) oci_connect (string $username, string $password[, string $connection_string[, string $character_set[, int $session_mode]]]) resource Connect to an Oracle database (PHP 5, PECL OCI8 >= 1.1.0) oci_define_by_name (resource $statement, string $column_name, mixed &$variable[, int $type = SQLT_CHR]) bool Associates a PHP variable with a column for query fetches (PHP 5, PECL OCI8 >= 1.1.0) oci_error ([ resource $resource]) array Returns the last error found (PHP 5, PECL OCI8 >= 1.1.0) oci_execute (resource $statement[, int $mode = OCI_COMMIT_ON_SUCCESS]) bool Executes a statement (PHP 5, PECL OCI8 >= 1.1.0) oci_fetch (resource $statement) bool Fetches the next row from a query into internal buffers (PHP 5, PECL OCI8 >= 1.1.0) oci_fetch_all (resource $statement, array &$output[, int $skip = 0[, int $maxrows = -1[, int $flags = OCI_FETCHSTATEMENT_BY_COLUMN + OCI_ASSOC]]]) int Fetches multiple rows from a query into a two-dimensional array (PHP 5, PECL OCI8 >= 1.1.0) oci_fetch_array (resource $statement[, int $mode]) array Returns the next row from a query as an associative or numeric array (PHP 5, PECL OCI8 >= 1.1.0) oci_fetch_assoc (resource $statement) array Returns the next row from a query as an associative array (PHP 5, PECL OCI8 >= 1.1.0) oci_fetch_object (resource $statement) object Returns the next row from a query as an object (PHP 5, PECL OCI8 >= 1.1.0) oci_fetch_row (resource $statement) array Returns the next row from a query as a numeric array (PHP 5, PECL OCI8 >= 1.1.0) oci_field_is_null (resource $statement, mixed $field) bool Checks if the field is (PHP 5, PECL OCI8 >= 1.1.0) oci_field_name (resource $statement, int $field) string Returns the name of a field from the statement (PHP 5, PECL OCI8 >= 1.1.0) oci_field_precision (resource $statement, int $field) int Tell the precision of a field (PHP 5, PECL OCI8 >= 1.1.0) oci_field_scale (resource $statement, int $field) int Tell the scale of the field (PHP 5, PECL OCI8 >= 1.1.0) oci_field_size (resource $statement, mixed $field) int Returns field's size (PHP 5, PECL OCI8 >= 1.1.0) oci_field_type (resource $statement, int $field) resource Returns field's data type (PHP 5, PECL OCI8 >= 1.1.0) oci_field_type_raw (resource $statement, int $field) int Tell the raw Oracle data type of the field (PHP 5, PECL OCI8 >= 1.1.0) oci_free_descriptor (resource $descriptor) bool Frees a descriptor (PHP 5, PECL OCI8 >= 1.1.0) oci_free_statement (resource $statement) bool Frees all resources associated with statement or cursor (PHP 5, PECL OCI8 >= 1.1.0) oci_internal_debug (bool $onoff) bool Enables or disables internal debug output (PHP 5, PECL OCI8 >= 1.1.0) oci_lob_copy (OCI-Lob $lob_to, OCI-Lob $lob_from[, int $length = 0]) bool Copies large object (PHP 5, PECL OCI8 >= 1.1.0) oci_lob_is_equal (OCI-Lob $lob1, OCI-Lob $lob2) bool Compares two LOB/FILE locators for equality (PHP 5, PECL OCI8 >= 1.1.0) oci_new_collection (resource $connection, string $tdo[, string $schema = NULL]) resource Allocates new collection object (PHP 5, PECL OCI8 >= 1.1.0) oci_new_connect (string $username, string $password[, string $connection_string[, string $character_set[, int $session_mode]]]) resource Connect to the Oracle server using a unique connection (PHP 5, PECL OCI8 >= 1.1.0) oci_new_cursor (resource $connection) resource Allocates and returns a new cursor (statement handle) (PHP 5, PECL OCI8 >= 1.1.0) oci_new_descriptor (resource $connection[, int $type = OCI_DTYPE_LOB]) resource Initializes a new empty LOB or FILE descriptor (PHP 5, PECL OCI8 >= 1.1.0) oci_num_fields (resource $statement) int Returns the number of result columns in a statement (PHP 5, PECL OCI8 >= 1.1.0) oci_num_rows (resource $statement) int Returns number of rows affected during statement execution (PHP 5, PECL OCI8 >= 1.1.0) oci_parse (resource $connection, string $sql_text) resource Prepares an Oracle statement for execution (PHP 5, PECL OCI8 >= 1.1.0) oci_password_change (resource $connection, string $username, string $old_password, string $new_password) bool Changes password of Oracle's user (PHP 5, PECL OCI8 >= 1.1.0) oci_pconnect (string $username, string $password[, string $connection_string[, string $character_set[, int $session_mode]]]) resource Connect to an Oracle database using a persistent connection (PHP 5, PECL OCI8 >= 1.1.0) oci_result (resource $statement, mixed $field) resource Returns field's value from the fetched row (PHP 5, PECL OCI8 >= 1.1.0) oci_rollback (resource $connection) bool Rolls back the outstanding database transaction (PHP 5, PECL OCI8 >= 1.1.0) oci_server_version (resource $connection) string Returns the Oracle Database version (PHP 5, PECL OCI8 >= 1.1.0) oci_set_action (resource $connection, string $action_name) bool Sets the action name (PHP 5.3.2, PECL OCI8 >= 1.4.0) oci_set_client_identifier (resource $connection, string $client_identifier) bool Sets the client identifier (PHP 5.3.2, PECL OCI8 >= 1.4.0) oci_set_client_info (resource $connection, string $client_info) bool Sets the client information (PHP 5.3.2, PECL OCI8 >= 1.4.0) oci_set_edition (string $edition) bool Sets the database edition (PHP 5.3.2, PECL OCI8 >= 1.4.0) oci_set_module_name (resource $connection, string $module_name) bool Sets the module name (PHP 5.3.2, PECL OCI8 >= 1.4.0) oci_set_prefetch (resource $statement, int $rows) bool Sets number of rows to be prefetched by queries (PHP 5, PECL OCI8 >= 1.1.0) oci_statement_type (resource $statement) string Returns the type of a statement (PHP 5, PECL OCI8 >= 1.1.0) ocifetchinto (resource $statement, array &$result[, int $mode = OCI_ASSOC + OCI_NUM]) int Fetches the next row into an array (deprecated) (PHP 4, PHP 5, PECL OCI8 >= 1.0.0) octdec (string $octal_string) string Octal to decimal (PHP 4, PHP 5) odbc_autocommit (resource $connection_id[, bool $OnOff = false]) resource Toggle autocommit behaviour (PHP 4, PHP 5) odbc_binmode (resource $result_id, int $mode) bool Handling of binary column data (PHP 4, PHP 5) odbc_close (resource $connection_id) resource Close an ODBC connection (PHP 4, PHP 5) odbc_close_all (void) Close all ODBC connections (PHP 4, PHP 5) odbc_columnprivileges (resource $connection_id, string $qualifier, string $owner, string $table_name, string $column_name) resource Lists columns and associated privileges for the given table (PHP 4, PHP 5) odbc_columns (resource $connection_id[, string $qualifier[, string $schema[, string $table_name[, string $column_name]]]]) resource Lists the column names in specified tables (PHP 4, PHP 5) odbc_commit (resource $connection_id) bool Commit an ODBC transaction (PHP 4, PHP 5) odbc_connect (string $dsn, string $user, string $password[, int $cursor_type]) resource Connect to a datasource (PHP 4, PHP 5) odbc_cursor (resource $result_id) string Get cursorname (PHP 4, PHP 5) odbc_data_source (resource $connection_id, int $fetch_type) array Returns information about a current connection (PHP 4 >= 4.3.0, PHP 5) odbc_error ([ resource $connection_id]) string Get the last error code (PHP 4 >= 4.0.5, PHP 5) odbc_errormsg ([ resource $connection_id]) string Get the last error message (PHP 4 >= 4.0.5, PHP 5) odbc_exec (resource $connection_id, string $query_string[, int $flags]) resource Prepare and execute an SQL statement (PHP 4, PHP 5) odbc_execute (resource $result_id[, array $parameters_array]) bool Execute a prepared statement (PHP 4, PHP 5) odbc_fetch_array (resource $result[, int $rownumber]) array Fetch a result row as an associative array (PHP 4 >= 4.0.2, PHP 5) odbc_fetch_into (resource $result_id, array &$result_array[, int $rownumber]) int Fetch one result row into array (PHP 4, PHP 5) odbc_fetch_object (resource $result[, int $rownumber]) object Fetch a result row as an object (PHP 4 >= 4.0.2, PHP 5) odbc_fetch_row (resource $result_id[, int $row_number]) bool Fetch a row (PHP 4, PHP 5) odbc_field_len (resource $result_id, int $field_number) int Get the length (precision) of a field (PHP 4, PHP 5) odbc_field_name (resource $result_id, int $field_number) string Get the columnname (PHP 4, PHP 5) odbc_field_num (resource $result_id, string $field_name) int Return column number (PHP 4, PHP 5) odbc_field_scale (resource $result_id, int $field_number) int Get the scale of a field (PHP 4, PHP 5) odbc_field_type (resource $result_id, int $field_number) string Datatype of a field (PHP 4, PHP 5) odbc_foreignkeys (resource $connection_id, string $pk_qualifier, string $pk_owner, string $pk_table, string $fk_qualifier, string $fk_owner, string $fk_table) resource Retrieves a list of foreign keys (PHP 4, PHP 5) odbc_free_result (resource $result_id) bool Free resources associated with a result (PHP 4, PHP 5) odbc_gettypeinfo (resource $connection_id[, int $data_type]) resource Retrieves information about data types supported by the data source (PHP 4, PHP 5) odbc_longreadlen (resource $result_id, int $length) bool Handling of LONG columns (PHP 4, PHP 5) odbc_next_result (resource $result_id) bool Checks if multiple results are available (PHP 4 >= 4.0.5, PHP 5) odbc_num_fields (resource $result_id) int Number of columns in a result (PHP 4, PHP 5) odbc_num_rows (resource $result_id) int Number of rows in a result (PHP 4, PHP 5) odbc_pconnect (string $dsn, string $user, string $password[, int $cursor_type]) resource Open a persistent database connection (PHP 4, PHP 5) odbc_prepare (resource $connection_id, string $query_string) resource Prepares a statement for execution (PHP 4, PHP 5) odbc_primarykeys (resource $connection_id, string $qualifier, string $owner, string $table) resource Gets the primary keys for a table (PHP 4, PHP 5) odbc_procedurecolumns (resource $connection_id) resource Retrieve information about parameters to procedures (PHP 4, PHP 5) odbc_procedures (resource $connection_id) resource Get the list of procedures stored in a specific data source (PHP 4, PHP 5) odbc_result (resource $result_id, mixed $field) resource Get result data (PHP 4, PHP 5) odbc_result_all (resource $result_id[, string $format]) int Print result as HTML table (PHP 4, PHP 5) odbc_rollback (resource $connection_id) bool Rollback a transaction (PHP 4, PHP 5) odbc_setoption (resource $id, int $function, int $option, int $param) bool Adjust ODBC settings (PHP 4, PHP 5) odbc_specialcolumns (resource $connection_id, int $type, string $qualifier, string $owner, string $table, int $scope, int $nullable) resource Retrieves special columns (PHP 4, PHP 5) odbc_statistics (resource $connection_id, string $qualifier, string $owner, string $table_name, int $unique, int $accuracy) resource Retrieve statistics about a table (PHP 4, PHP 5) odbc_tableprivileges (resource $connection_id, string $qualifier, string $owner, string $name) resource Lists tables and the privileges associated with each table (PHP 4, PHP 5) odbc_tables (resource $connection_id[, string $qualifier[, string $owner[, string $name[, string $types]]]]) resource Get the list of table names stored in a specific data source (PHP 4, PHP 5) openal_buffer_create (void) resource Generate OpenAL buffer (PECL openal >= 0.1.0) openal_buffer_data (resource $buffer, int $format, string $data, int $freq) bool Load a buffer with data (PECL openal >= 0.1.0) openal_buffer_destroy (resource $buffer) bool Destroys an OpenAL buffer (PECL openal >= 0.1.0) openal_buffer_get (resource $buffer, int $property) int Retrieve an OpenAL buffer property (PECL openal >= 0.1.0) openal_buffer_loadwav (resource $buffer, string $wavfile) bool Load a .wav file into a buffer (PECL openal >= 0.1.0) openal_context_create (resource $device) resource Create an audio processing context (PECL openal >= 0.1.0) openal_context_current (resource $context) bool Make the specified context current (PECL openal >= 0.1.0) openal_context_destroy (resource $context) bool Destroys a context (PECL openal >= 0.1.0) openal_context_process (resource $context) bool Process the specified context (PECL openal >= 0.1.0) openal_context_suspend (resource $context) bool Suspend the specified context (PECL openal >= 0.1.0) openal_device_close (resource $device) bool Close an OpenAL device (PECL openal >= 0.1.0) openal_device_open ([ string $device_desc]) resource Initialize the OpenAL audio layer (PECL openal >= 0.1.0) openal_listener_get (int $property) int Retrieve a listener property (PECL openal >= 0.1.0) openal_listener_set (int $property, mixed $setting) bool Set a listener property (PECL openal >= 0.1.0) openal_source_create (void) resource Generate a source resource (PECL openal >= 0.1.0) openal_source_destroy (resource $source) bool Destroy a source resource (PECL openal >= 0.1.0) openal_source_get (resource $source, int $property) resource Retrieve an OpenAL source property (PECL openal >= 0.1.0) openal_source_pause (resource $source) bool Pause the source (PECL openal >= 0.1.0) openal_source_play (resource $source) bool Start playing the source (PECL openal >= 0.1.0) openal_source_rewind (resource $source) bool Rewind the source (PECL openal >= 0.1.0) openal_source_set (resource $source, int $property, mixed $setting) bool Set source property (PECL openal >= 0.1.0) openal_source_stop (resource $source) bool Stop playing the source (PECL openal >= 0.1.0) openal_stream (resource $source, int $format, int $rate) resource Begin streaming on a source (PECL openal >= 0.1.0) opendir (string $path[, resource $context]) resource Open directory handle (PHP 4, PHP 5) openlog (string $ident, int $option, int $facility) bool Open connection to system logger (PHP 4, PHP 5) openssl_cipher_iv_length (string $method) int Gets the cipher iv length (PHP 5 >= PHP 5.3.3) openssl_csr_export (resource $csr, string &$out[, bool $notext = true]) bool Exports a CSR as a string (PHP 4 >= 4.2.0, PHP 5) openssl_csr_export_to_file (resource $csr, string $outfilename[, bool $notext = true]) bool Exports a CSR to a file (PHP 4 >= 4.2.0, PHP 5) openssl_csr_get_public_key (mixed $csr[, bool $use_shortnames = true]) resource Returns the public key of a CERT (PHP 5 >= 5.2.0) openssl_csr_get_subject (mixed $csr[, bool $use_shortnames = true]) array Returns the subject of a CERT (PHP 5 >= 5.2.0) openssl_csr_new (array $dn, resource &$privkey[, array $configargs[, array $extraattribs]]) array Generates a CSR (PHP 4 >= 4.2.0, PHP 5) openssl_csr_sign (mixed $csr, mixed $cacert, mixed $priv_key, int $days[, array $configargs[, int $serial = 0]]) resource Sign a CSR with another certificate (or itself) and generate a certificate (PHP 4 >= 4.2.0, PHP 5) openssl_decrypt (string $data, string $method, string $password[, bool $raw_input = false[, string $iv = ""]]) string Decrypts data (PHP 5 >= 5.3.0) openssl_dh_compute_key (string $pub_key, resource $dh_key) string Computes shared secret for public value of remote DH key and local DH key (No version information available, might only be in SVN) openssl_digest (string $data, string $method[, bool $raw_output = false]) string Computes a digest (PHP 5 >= 5.3.0) openssl_encrypt (string $data, string $method, string $password[, bool $raw_output = false[, string $iv = ""]]) string Encrypts data (PHP 5 >= 5.3.0) openssl_error_string (void) string Return openSSL error message (PHP 4 >= 4.0.6, PHP 5) openssl_free_key (resource $key_identifier) resource Free key resource (PHP 4 >= 4.0.4, PHP 5) openssl_get_cipher_methods ([ bool $aliases = false]) array Gets available cipher methods (PHP 5 >= 5.3.0) openssl_get_md_methods ([ bool $aliases = false]) array Gets available digest methods (PHP 5 >= 5.3.0) openssl_open (string $sealed_data, string &$open_data, string $env_key, mixed $priv_key_id[, string $method]) bool Open sealed data (PHP 4 >= 4.0.4, PHP 5) openssl_pkcs12_export (mixed $x509, string &$out, mixed $priv_key, string $pass[, array $args]) bool Exports a PKCS#12 Compatible Certificate Store File to variable. (PHP 5 >= 5.2.2) openssl_pkcs12_export_to_file (mixed $x509, string $filename, mixed $priv_key, string $pass[, array $args]) bool Exports a PKCS#12 Compatible Certificate Store File (PHP 5 >= 5.2.2) openssl_pkcs12_read (string $pkcs12, array &$certs, string $pass) bool Parse a PKCS#12 Certificate Store into an array (PHP 5 >= 5.2.2) openssl_pkcs7_decrypt (string $infilename, string $outfilename, mixed $recipcert[, mixed $recipkey]) bool Decrypts an S/MIME encrypted message (PHP 4 >= 4.0.6, PHP 5) openssl_pkcs7_encrypt (string $infile, string $outfile, mixed $recipcerts, array $headers[, int $flags = 0[, int $cipherid = OPENSSL_CIPHER_RC2_40]]) bool Encrypt an S/MIME message (PHP 4 >= 4.0.6, PHP 5) openssl_pkcs7_sign (string $infilename, string $outfilename, mixed $signcert, mixed $privkey, array $headers[, int $flags = PKCS7_DETACHED[, string $extracerts]]) bool Sign an S/MIME message (PHP 4 >= 4.0.6, PHP 5) openssl_pkcs7_verify (string $filename, int $flags[, string $outfilename[, array $cainfo[, string $extracerts[, string $content]]]]) string Verifies the signature of an S/MIME signed message (PHP 4 >= 4.0.6, PHP 5) openssl_pkey_export (mixed $key, string &$out[, string $passphrase[, array $configargs]]) bool Gets an exportable representation of a key into a string (PHP 4 >= 4.2.0, PHP 5) openssl_pkey_export_to_file (mixed $key, string $outfilename[, string $passphrase[, array $configargs]]) bool Gets an exportable representation of a key into a file (PHP 4 >= 4.2.0, PHP 5) openssl_pkey_free (resource $key) resource Frees a private key (PHP 4 >= 4.2.0, PHP 5) openssl_pkey_get_details (resource $key) array Returns an array with the key details (PHP 5 >= 5.2.0) openssl_pkey_get_private (mixed $key[, string $passphrase = ""]) resource Get a private key (PHP 4 >= 4.2.0, PHP 5) openssl_pkey_get_public (mixed $certificate) resource Extract public key from certificate and prepare it for use (PHP 4 >= 4.2.0, PHP 5) openssl_pkey_new ([ array $configargs]) resource Generates a new private key (PHP 4 >= 4.2.0, PHP 5) openssl_private_decrypt (string $data, string &$decrypted, mixed $key[, int $padding = OPENSSL_PKCS1_PADDING]) bool Decrypts data with private key (PHP 4 >= 4.0.6, PHP 5) openssl_private_encrypt (string $data, string &$crypted, mixed $key[, int $padding = OPENSSL_PKCS1_PADDING]) bool Encrypts data with private key (PHP 4 >= 4.0.6, PHP 5) openssl_public_decrypt (string $data, string &$decrypted, mixed $key[, int $padding = OPENSSL_PKCS1_PADDING]) bool Decrypts data with public key (PHP 4 >= 4.0.6, PHP 5) openssl_public_encrypt (string $data, string &$crypted, mixed $key[, int $padding = OPENSSL_PKCS1_PADDING]) bool Encrypts data with public key (PHP 4 >= 4.0.6, PHP 5) openssl_random_pseudo_bytes (int $length[, bool &$crypto_strong]) string Generate a pseudo-random string of bytes (PHP 5 >= 5.3.0) openssl_seal (string $data, string &$sealed_data, array &$env_keys, array $pub_key_ids[, string $method]) int Seal (encrypt) data (PHP 4 >= 4.0.4, PHP 5) openssl_sign (string $data, string &$signature, mixed $priv_key_id[, int $signature_alg = OPENSSL_ALGO_SHA1]) bool Generate signature (PHP 4 >= 4.0.4, PHP 5) openssl_verify (string $data, string $signature, mixed $pub_key_id[, int $signature_alg = OPENSSL_ALGO_SHA1]) int Verify signature (PHP 4 >= 4.0.4, PHP 5) openssl_x509_check_private_key (mixed $cert, mixed $key) bool Checks if a private key corresponds to a certificate (PHP 4 >= 4.2.0, PHP 5) openssl_x509_checkpurpose (mixed $x509cert, int $purpose[, array $cainfo = array() int Verifies if a certificate can be used for a particular purpose (PHP 4 >= 4.0.6, PHP 5) openssl_x509_export (mixed $x509, string &$output[, bool $notext = TRUE]) bool Exports a certificate as a string (PHP 4 >= 4.2.0, PHP 5) openssl_x509_export_to_file (mixed $x509, string $outfilename[, bool $notext = TRUE]) bool Exports a certificate to file (PHP 4 >= 4.2.0, PHP 5) openssl_x509_free (resource $x509cert) resource Free certificate resource (PHP 4 >= 4.0.6, PHP 5) openssl_x509_parse (mixed $x509cert[, bool $shortnames = true]) array Parse an X509 certificate and return the information as an array (PHP 4 >= 4.0.6, PHP 5) openssl_x509_read (mixed $x509certdata) resource Parse an X.509 certificate and return a resource identifier for it (PHP 4 >= 4.0.6, PHP 5) ord (string $string) int Return ASCII value of character (PHP 4, PHP 5) output_add_rewrite_var (string $name, string $value) bool Add URL rewriter values (PHP 4 >= 4.3.0, PHP 5) output_reset_rewrite_vars (void) bool Reset URL rewriter values (PHP 4 >= 4.3.0, PHP 5) override_function (string $function_name, string $function_args, string $function_code) bool Overrides built-in functions (PECL apd >= 0.2) ovrimos_close (int $connection) int Closes the connection to ovrimos (PHP 4 >= 4.0.3, PHP 5 ovrimos_commit (int $connection_id) bool Commits the transaction (PHP 4 >= 4.0.3, PHP 5 ovrimos_connect (string $host, string $dborport, string $user, string $password) int Connect to the specified database (PHP 4 >= 4.0.3, PHP 5 ovrimos_cursor (int $result_id) string Returns the name of the cursor (PHP 4 >= 4.0.3, PHP 5 ovrimos_exec (int $connection_id, string $query) int Executes an SQL statement (PHP 4 >= 4.0.3, PHP 5 ovrimos_execute (int $result_id[, array $parameters_array]) bool Executes a prepared SQL statement (PHP 4 >= 4.0.3, PHP 5 ovrimos_fetch_into (int $result_id, array &$result_array[, string $how[, int $rownumber]]) bool Fetches a row from the result set (PHP 4 >= 4.0.3, PHP 5 ovrimos_fetch_row (int $result_id[, int $how[, int $row_number]]) bool Fetches a row from the result set (PHP 4 >= 4.0.3, PHP 5 ovrimos_field_len (int $result_id, int $field_number) int Returns the length of the output column (PHP 4 >= 4.0.3, PHP 5 ovrimos_field_name (int $result_id, int $field_number) string Returns the output column name (PHP 4 >= 4.0.3, PHP 5 ovrimos_field_num (int $result_id, string $field_name) int Returns the (1-based) index of the output column (PHP 4 >= 4.0.3, PHP 5 ovrimos_field_type (int $result_id, int $field_number) int Returns the type of the output column (PHP 4 >= 4.0.3, PHP 5 ovrimos_free_result (int $result_id) bool Frees the specified result_id (PHP 4 >= 4.0.3, PHP 5 ovrimos_longreadlen (int $result_id, int $length) bool Specifies how many bytes are to be retrieved from long datatypes (PHP 4 >= 4.0.3, PHP 5 ovrimos_num_fields (int $result_id) int Returns the number of columns (PHP 4 >= 4.0.3, PHP 5 ovrimos_num_rows (int $result_id) int Returns the number of rows affected by update operations (PHP 4 >= 4.0.3, PHP 5 ovrimos_prepare (int $connection_id, string $query) int Prepares an SQL statement (PHP 4 >= 4.0.3, PHP 5 ovrimos_result (int $result_id, mixed $field) string Retrieves the output column (PHP 4 >= 4.0.3, PHP 5 ovrimos_result_all (int $result_id[, string $format]) int Prints the whole result set as an HTML table (PHP 4 >= 4.0.3, PHP 5 ovrimos_rollback (int $connection_id) bool Rolls back the transaction (PHP 4 >= 4.0.3, PHP 5 pack (string $format[, mixed $args[, mixed $...]]) string Pack data into binary string (PHP 4, PHP 5) parse_ini_file (string $filename[, bool $process_sections = false[, int $scanner_mode = INI_SCANNER_NORMAL]]) array Parse a configuration file (PHP 4, PHP 5) parse_ini_string (string $ini[, bool $process_sections = false[, int $scanner_mode = INI_SCANNER_NORMAL]]) array Parse a configuration string (PHP 5 >= 5.3.0) parse_str (string $str[, array &$arr]) string Parses the string into variables (PHP 4, PHP 5) parse_url (string $url[, int $component = -1]) string Parse a URL and return its components (PHP 4, PHP 5) parsekit_compile_file (string $filename[, array &$errors[, int $options = PARSEKIT_QUIET]]) array Compile a string of PHP code and return the resulting op array (PECL parsekit >= 0.2.0) parsekit_compile_string (string $phpcode[, array &$errors[, int $options = PARSEKIT_QUIET]]) array Compile a string of PHP code and return the resulting op array (PECL parsekit >= 0.2.0) parsekit_func_arginfo (mixed $function) array Return information regarding function argument(s) (PECL parsekit >= 0.3.0) passthru (string $command[, int &$return_var]) string Execute an external program and display raw output (PHP 4, PHP 5) password_get_info (string $hash) array Returns information about the given hash (PHP 5 >= 5.5.0) password_hash (string $password, integer $algo[, array $options]) string Creates a password hash (PHP 5 >= 5.5.0) password_needs_rehash (string $hash, string $algo[, string $options]) boolean Checks if the given hash matches the given options (PHP 5 >= 5.5.0) password_verify (string $password, string $hash) boolean Verifies that a password matches a hash (PHP 5 >= 5.5.0) pathinfo (string $path[, int $options = PATHINFO_DIRNAME | PATHINFO_BASENAME | PATHINFO_EXTENSION | PATHINFO_FILENAME]) string Returns information about a file path (PHP 4 >= 4.0.3, PHP 5) pclose (resource $handle) int Closes process file pointer (PHP 4, PHP 5) pcntl_alarm (int $seconds) int Set an alarm clock for delivery of a signal (PHP 4 >= 4.3.0, PHP 5) pcntl_exec (string $path[, array $args[, array $envs]]) string Executes specified program in current process space (PHP 4 >= 4.2.0, PHP 5) pcntl_fork (void) int Forks the currently running process (PHP 4 >= 4.1.0, PHP 5) pcntl_getpriority ([ int $pid = getmypid() int Get the priority of any process (PHP 5) pcntl_setpriority (int $priority[, int $pid = getmypid() bool Change the priority of any process (PHP 5) pcntl_signal (int $signo, callable $handler[, bool $restart_syscalls = true]) bool Installs a signal handler (PHP 4 >= 4.1.0, PHP 5) pcntl_signal_dispatch (void) bool Calls signal handlers for pending signals (PHP 5 >= 5.3.0) pcntl_sigprocmask (int $how, array $set[, array &$oldset]) bool Sets and retrieves blocked signals (PHP 5 >= 5.3.0) pcntl_sigtimedwait (array $set[, array &$siginfo[, int $seconds = 0[, int $nanoseconds = 0]]]) int Waits for signals, with a timeout (PHP 5 >= 5.3.0) pcntl_sigwaitinfo (array $set[, array &$siginfo]) int Waits for signals (PHP 5 >= 5.3.0) pcntl_wait (int &$status[, int $options = 0]) int Waits on or returns the status of a forked child (PHP 5) pcntl_waitpid (int $pid, int &$status[, int $options = 0]) int Waits on or returns the status of a forked child (PHP 4 >= 4.1.0, PHP 5) pcntl_wexitstatus (int $status) int Returns the return code of a terminated child (PHP 4 >= 4.1.0, PHP 5) pcntl_wifexited (int $status) bool Checks if status code represents a normal exit (PHP 4 >= 4.1.0, PHP 5) pcntl_wifsignaled (int $status) bool Checks whether the status code represents a termination due to a signal (PHP 4 >= 4.1.0, PHP 5) pcntl_wifstopped (int $status) bool Checks whether the child process is currently stopped (PHP 4 >= 4.1.0, PHP 5) pcntl_wstopsig (int $status) int Returns the signal which caused the child to stop (PHP 4 >= 4.1.0, PHP 5) pcntl_wtermsig (int $status) int Returns the signal which caused the child to terminate (PHP 4 >= 4.1.0, PHP 5) pfsockopen (string $hostname[, int $port = -1[, int &$errno[, string &$errstr[, float $timeout = ini_get("default_socket_timeout") resource Open persistent Internet or Unix domain socket connection (PHP 4, PHP 5) pg_affected_rows (resource $result) int Returns number of affected records (tuples) (PHP 4 >= 4.2.0, PHP 5) pg_cancel_query (resource $connection) bool Cancel an asynchronous query (PHP 4 >= 4.2.0, PHP 5) pg_client_encoding ([ resource $connection]) string Gets the client encoding (PHP 4 >= 4.0.3, PHP 5) pg_close ([ resource $connection]) bool Closes a PostgreSQL connection (PHP 4, PHP 5) pg_connect (string $connection_string[, int $connect_type]) resource Open a PostgreSQL connection (PHP 4, PHP 5) pg_connection_busy (resource $connection) bool Get connection is busy or not (PHP 4 >= 4.2.0, PHP 5) pg_connection_reset (resource $connection) bool Reset connection (reconnect) (PHP 4 >= 4.2.0, PHP 5) pg_connection_status (resource $connection) int Get connection status (PHP 4 >= 4.2.0, PHP 5) pg_convert (resource $connection, string $table_name, array $assoc_array[, int $options = 0]) array Convert associative array values into suitable for SQL statement (PHP 4 >= 4.3.0, PHP 5) pg_copy_from (resource $connection, string $table_name, array $rows[, string $delimiter[, string $null_as]]) bool Insert records into a table from an array (PHP 4 >= 4.2.0, PHP 5) pg_copy_to (resource $connection, string $table_name[, string $delimiter[, string $null_as]]) array Copy a table to an array (PHP 4 >= 4.2.0, PHP 5) pg_dbname ([ resource $connection]) string Get the database name (PHP 4, PHP 5) pg_delete (resource $connection, string $table_name, array $assoc_array[, int $options = PGSQL_DML_EXEC]) resource Deletes records (PHP 4 >= 4.3.0, PHP 5) pg_end_copy ([ resource $connection]) bool Sync with PostgreSQL backend (PHP 4 >= 4.0.3, PHP 5) pg_escape_bytea ([ resource $connection], string $data) string Escape a string for insertion into a bytea field (PHP 4 >= 4.2.0, PHP 5) pg_escape_identifier ([ resource $connection], string $data) string Escape a identifier for insertion into a text field (PHP 5 >= 5.4.4) pg_escape_literal ([ resource $connection], string $data) string Escape a literal for insertion into a text field (PHP 5 >= 5.4.4) pg_escape_string ([ resource $connection], string $data) string Escape a string for query (PHP 4 >= 4.2.0, PHP 5) pg_execute ([ resource $connection], string $stmtname, array $params) resource Sends a request to execute a prepared statement with given parameters, and waits for the result. (PHP 5 >= 5.1.0) pg_fetch_all (resource $result) array Fetches all rows from a result as an array (PHP 4 >= 4.3.0, PHP 5) pg_fetch_all_columns (resource $result[, int $column = 0]) array Fetches all rows in a particular result column as an array (PHP 5 >= 5.1.0) pg_fetch_array (resource $result[, int $row[, int $result_type = PGSQL_BOTH]]) array Fetch a row as an array (PHP 4, PHP 5) pg_fetch_assoc (resource $result[, int $row]) array Fetch a row as an associative array (PHP 4 >= 4.3.0, PHP 5) pg_fetch_object (resource $result[, int $row[, int $result_type = PGSQL_ASSOC]]) object Fetch a row as an object (PHP 4, PHP 5) pg_fetch_result (resource $result, int $row, mixed $field) string Returns values from a result resource (PHP 4 >= 4.2.0, PHP 5) pg_fetch_row (resource $result[, int $row]) array Get a row as an enumerated array (PHP 4, PHP 5) pg_field_is_null (resource $result, int $row, mixed $field) int Test if a field is SQL (PHP 4 >= 4.2.0, PHP 5) pg_field_name (resource $result, int $field_number) string Returns the name of a field (PHP 4 >= 4.2.0, PHP 5) pg_field_num (resource $result, string $field_name) int Returns the field number of the named field (PHP 4 >= 4.2.0, PHP 5) pg_field_prtlen (resource $result, int $row_number, mixed $field_name_or_number) int Returns the printed length (PHP 4 >= 4.2.0, PHP 5) pg_field_size (resource $result, int $field_number) int Returns the internal storage size of the named field (PHP 4 >= 4.2.0, PHP 5) pg_field_table (resource $result, int $field_number[, bool $oid_only = false]) resource Returns the name or oid of the tables field (PHP 5 >= 5.2.0) pg_field_type (resource $result, int $field_number) string Returns the type name for the corresponding field number (PHP 4 >= 4.2.0, PHP 5) pg_field_type_oid (resource $result, int $field_number) int Returns the type ID (OID) for the corresponding field number (PHP 5 >= 5.1.0) pg_free_result (resource $result) bool Free result memory (PHP 4 >= 4.2.0, PHP 5) pg_get_notify (resource $connection[, int $result_type]) array Gets SQL NOTIFY message (PHP 4 >= 4.3.0, PHP 5) pg_get_pid (resource $connection) int Gets the backend's process ID (PHP 4 >= 4.3.0, PHP 5) pg_get_result ([ resource $connection]) resource Get asynchronous query result (PHP 4 >= 4.2.0, PHP 5) pg_host ([ resource $connection]) string Returns the host name associated with the connection (PHP 4, PHP 5) pg_insert (resource $connection, string $table_name, array $assoc_array[, int $options = PGSQL_DML_EXEC]) resource Insert array into table (PHP 4 >= 4.3.0, PHP 5) pg_last_error ([ resource $connection]) string Get the last error message string of a connection (PHP 4 >= 4.2.0, PHP 5) pg_last_notice (resource $connection) string Returns the last notice message from PostgreSQL server (PHP 4 >= 4.0.6, PHP 5) pg_last_oid (resource $result) string Returns the last row's OID (PHP 4 >= 4.2.0, PHP 5) pg_lo_close (resource $large_object) bool Close a large object (PHP 4 >= 4.2.0, PHP 5) pg_lo_create ([ resource $connection[, mixed $object_id]]) int Create a large object (PHP 4 >= 4.2.0, PHP 5) pg_lo_export ([ resource $connection], int $oid, string $pathname) bool Export a large object to file (PHP 4 >= 4.2.0, PHP 5) pg_lo_import ([ resource $connection], string $pathname[, mixed $object_id]) int Import a large object from file (PHP 4 >= 4.2.0, PHP 5) pg_lo_open (resource $connection, int $oid, string $mode) resource Open a large object (PHP 4 >= 4.2.0, PHP 5) pg_lo_read (resource $large_object[, int $len = 8192]) string Read a large object (PHP 4 >= 4.2.0, PHP 5) pg_lo_read_all (resource $large_object) int Reads an entire large object and send straight to browser (PHP 4 >= 4.2.0, PHP 5) pg_lo_seek (resource $large_object, int $offset[, int $whence = PGSQL_SEEK_CUR]) bool Seeks position within a large object (PHP 4 >= 4.2.0, PHP 5) pg_lo_tell (resource $large_object) int Returns current seek position a of large object (PHP 4 >= 4.2.0, PHP 5) pg_lo_unlink (resource $connection, int $oid) bool Delete a large object (PHP 4 >= 4.2.0, PHP 5) pg_lo_write (resource $large_object, string $data[, int $len]) int Write to a large object (PHP 4 >= 4.2.0, PHP 5) pg_meta_data (resource $connection, string $table_name) array Get meta data for table (PHP 4 >= 4.3.0, PHP 5) pg_num_fields (resource $result) int Returns the number of fields in a result (PHP 4 >= 4.2.0, PHP 5) pg_num_rows (resource $result) int Returns the number of rows in a result (PHP 4 >= 4.2.0, PHP 5) pg_options ([ resource $connection]) string Get the options associated with the connection (PHP 4, PHP 5) pg_parameter_status ([ resource $connection], string $param_name) string Looks up a current parameter setting of the server. (PHP 5) pg_pconnect (string $connection_string[, int $connect_type]) resource Open a persistent PostgreSQL connection (PHP 4, PHP 5) pg_ping ([ resource $connection]) bool Ping database connection (PHP 4 >= 4.3.0, PHP 5) pg_port ([ resource $connection]) int Return the port number associated with the connection (PHP 4, PHP 5) pg_prepare ([ resource $connection], string $stmtname, string $query) resource Submits a request to create a prepared statement with the given parameters, and waits for completion. (PHP 5 >= 5.1.0) pg_put_line ([ resource $connection], string $data) bool Send a NULL-terminated string to PostgreSQL backend (PHP 4 >= 4.0.3, PHP 5) pg_query ([ resource $connection], string $query) resource Execute a query (PHP 4 >= 4.2.0, PHP 5) pg_query_params ([ resource $connection], string $query, array $params) resource 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.0) pg_result_error (resource $result) string Get error message associated with result (PHP 4 >= 4.2.0, PHP 5) pg_result_error_field (resource $result, int $fieldcode) string Returns an individual field of an error report. (PHP 5 >= 5.1.0) pg_result_seek (resource $result, int $offset) bool Set internal row offset in result resource (PHP 4 >= 4.3.0, PHP 5) pg_result_status (resource $result[, int $type = PGSQL_STATUS_LONG]) resource Get status of query result (PHP 4 >= 4.2.0, PHP 5) pg_select (resource $connection, string $table_name, array $assoc_array[, int $options = PGSQL_DML_EXEC]) resource Select records (PHP 4 >= 4.3.0, PHP 5) pg_send_execute (resource $connection, string $stmtname, array $params) bool Sends a request to execute a prepared statement with given parameters, without waiting for the result(s). (PHP 5 >= 5.1.0) pg_send_prepare (resource $connection, string $stmtname, string $query) bool Sends a request to create a prepared statement with the given parameters, without waiting for completion. (PHP 5 >= 5.1.0) pg_send_query (resource $connection, string $query) bool Sends asynchronous query (PHP 4 >= 4.2.0, PHP 5) pg_send_query_params (resource $connection, string $query, array $params) bool Submits a command and separate parameters to the server without waiting for the result(s). (PHP 5 >= 5.1.0) pg_set_client_encoding ([ resource $connection], string $encoding) int Set the client encoding (PHP 4 >= 4.0.3, PHP 5) pg_set_error_verbosity ([ resource $connection], int $verbosity) int Determines the verbosity of messages returned by (PHP 5 >= 5.1.0) pg_trace (string $pathname[, string $mode = "w"[, resource $connection]]) bool Enable tracing a PostgreSQL connection (PHP 4 >= 4.0.1, PHP 5) pg_transaction_status (resource $connection) int Returns the current in-transaction status of the server. (PHP 5 >= 5.1.0) pg_tty ([ resource $connection]) string Return the TTY name associated with the connection (PHP 4, PHP 5) pg_unescape_bytea (string $data) string Unescape binary for bytea type (PHP 4 >= 4.3.0, PHP 5) pg_untrace ([ resource $connection]) bool Disable tracing of a PostgreSQL connection (PHP 4 >= 4.0.1, PHP 5) pg_update (resource $connection, string $table_name, array $data, array $condition[, int $options = PGSQL_DML_EXEC]) resource Update table (PHP 4 >= 4.3.0, PHP 5) pg_version ([ resource $connection]) array Returns an array with client, protocol and server version (when available) (PHP 5) php_check_syntax (string $filename[, string &$error_message]) bool Check the PHP syntax of (and execute) the specified file (PHP 5 php_ini_loaded_file (void) string Retrieve a path to the loaded php.ini file (PHP 5 >= 5.2.4) php_ini_scanned_files (void) string Return a list of .ini files parsed from the additional ini dir (PHP 4 >= 4.3.0, PHP 5) php_logo_guid (void) string Gets the logo guid (PHP 4, PHP 5 php_sapi_name (void) string Returns the type of interface between web server and PHP (PHP 4 >= 4.0.1, PHP 5) php_strip_whitespace (string $filename) string Return source with stripped comments and whitespace (PHP 5) php_uname ([ string $mode = "a"]) string Returns information about the operating system PHP is running on (PHP 4 >= 4.0.2, PHP 5) phpcredits ([ int $flag = CREDITS_ALL]) bool Prints out the credits for PHP (PHP 4, PHP 5) phpinfo ([ int $what = INFO_ALL]) bool Outputs information about PHP's configuration (PHP 4, PHP 5) phpversion ([ string $extension]) string Gets the current PHP version (PHP 4, PHP 5) pi (void) float Get value of pi (PHP 4, PHP 5) png2wbmp (string $pngname, string $wbmpname, int $dest_height, int $dest_width, int $threshold) bool Convert PNG image file to WBMP image file (PHP 4 >= 4.0.5, PHP 5) popen (string $command, string $mode) resource Opens process file pointer (PHP 4, PHP 5) posix_access (string $file[, int $mode = POSIX_F_OK]) bool Determine accessibility of a file (PHP 5 >= 5.1.0) posix_ctermid (void) string Get path name of controlling terminal (PHP 4, PHP 5) posix_get_last_error (void) int Retrieve the error number set by the last posix function that failed (PHP 4 >= 4.2.0, PHP 5) posix_getcwd (void) string Pathname of current directory (PHP 4, PHP 5) posix_getegid (void) int Return the effective group ID of the current process (PHP 4, PHP 5) posix_geteuid (void) int Return the effective user ID of the current process (PHP 4, PHP 5) posix_getgid (void) int Return the real group ID of the current process (PHP 4, PHP 5) posix_getgrgid (int $gid) array Return info about a group by group id (PHP 4, PHP 5) posix_getgrnam (string $name) array Return info about a group by name (PHP 4, PHP 5) posix_getgroups (void) array Return the group set of the current process (PHP 4, PHP 5) posix_getlogin (void) string Return login name (PHP 4, PHP 5) posix_getpgid (int $pid) int Get process group id for job control (PHP 4, PHP 5) posix_getpgrp (void) int Return the current process group identifier (PHP 4, PHP 5) posix_getpid (void) int Return the current process identifier (PHP 4, PHP 5) posix_getppid (void) int Return the parent process identifier (PHP 4, PHP 5) posix_getpwnam (string $username) array Return info about a user by username (PHP 4, PHP 5) posix_getpwuid (int $uid) array Return info about a user by user id (PHP 4, PHP 5) posix_getrlimit (void) array Return info about system resource limits (PHP 4, PHP 5) posix_getsid (int $pid) int Get the current sid of the process (PHP 4, PHP 5) posix_getuid (void) int Return the real user ID of the current process (PHP 4, PHP 5) posix_initgroups (string $name, int $base_group_id) bool Calculate the group access list (PHP 5 >= 5.2.0) posix_isatty (int $fd) bool Determine if a file descriptor is an interactive terminal (PHP 4, PHP 5) posix_kill (int $pid, int $sig) bool Send a signal to a process (PHP 4, PHP 5) posix_mkfifo (string $pathname, int $mode) bool Create a fifo special file (a named pipe) (PHP 4, PHP 5) posix_mknod (string $pathname, int $mode[, int $major = 0[, int $minor = 0]]) bool Create a special or ordinary file (POSIX.1) (PHP 5 >= 5.1.0) posix_setegid (int $gid) bool Set the effective GID of the current process (PHP 4 >= 4.0.2, PHP 5) posix_seteuid (int $uid) bool Set the effective UID of the current process (PHP 4 >= 4.0.2, PHP 5) posix_setgid (int $gid) bool Set the GID of the current process (PHP 4, PHP 5) posix_setpgid (int $pid, int $pgid) bool Set process group id for job control (PHP 4, PHP 5) posix_setsid (void) int Make the current process a session leader (PHP 4, PHP 5) posix_setuid (int $uid) bool Set the UID of the current process (PHP 4, PHP 5) posix_strerror (int $errno) string Retrieve the system error message associated with the given errno (PHP 4 >= 4.2.0, PHP 5) posix_times (void) array Get process times (PHP 4, PHP 5) posix_ttyname (int $fd) string Determine terminal device name (PHP 4, PHP 5) posix_uname (void) array Get system name (PHP 4, PHP 5) pow (number $base, number $exp) Exponential expression (PHP 4, PHP 5) preg_filter (mixed $pattern, mixed $replacement, mixed $subject[, int $limit = -1[, int &$count]]) int Perform a regular expression search and replace (PHP 5 >= 5.3.0) preg_grep (string $pattern, array $input[, int $flags = 0]) array Return array entries that match the pattern (PHP 4, PHP 5) preg_last_error (void) int Returns the error code of the last PCRE regex execution (PHP 5 >= 5.2.0) preg_match (string $pattern, string $subject[, array &$matches[, int $flags = 0[, int $offset = 0]]]) int Perform a regular expression match (PHP 4, PHP 5) preg_match_all (string $pattern, string $subject[, array &$matches[, int $flags = PREG_PATTERN_ORDER[, int $offset = 0]]]) int Perform a global regular expression match (PHP 4, PHP 5) preg_quote (string $str[, string $delimiter = NULL]) string Quote regular expression characters (PHP 4, PHP 5) preg_replace (mixed $pattern, mixed $replacement, mixed $subject[, int $limit = -1[, int &$count]]) int Perform a regular expression search and replace (PHP 4, PHP 5) preg_replace_callback (mixed $pattern, callable $callback, mixed $subject[, int $limit = -1[, int &$count]]) int Perform a regular expression search and replace using a callback (PHP 4 >= 4.0.5, PHP 5) preg_split (string $pattern, string $subject[, int $limit = -1[, int $flags = 0]]) array Split string by a regular expression (PHP 4, PHP 5) prev (array &$array) array Rewind the internal array pointer (PHP 4, PHP 5) print (string $arg) int Output a string (PHP 4, PHP 5) print_r (mixed $expression[, bool $return = false]) bool Prints human-readable information about a variable (PHP 4, PHP 5) printer_abort (resource $printer_handle) resource Deletes the printer's spool file (PECL printer SVN) printer_close (resource $printer_handle) resource Close an open printer connection (PECL printer SVN) printer_create_brush (int $style, string $color) resource Create a new brush (PECL printer SVN) printer_create_dc (resource $printer_handle) resource Create a new device context (PECL printer SVN) printer_create_font (string $face, int $height, int $width, int $font_weight, bool $italic, bool $underline, bool $strikeout, int $orientation) resource Create a new font (PECL printer SVN) printer_create_pen (int $style, int $width, string $color) resource Create a new pen (PECL printer SVN) printer_delete_brush (resource $brush_handle) resource Delete a brush (PECL printer SVN) printer_delete_dc (resource $printer_handle) bool Delete a device context (PECL printer SVN) printer_delete_font (resource $font_handle) resource Delete a font (PECL printer SVN) printer_delete_pen (resource $pen_handle) resource Delete a pen (PECL printer SVN) printer_draw_bmp (resource $printer_handle, string $filename, int $x, int $y[, int $width], int $height) bool Draw a bmp (PECL printer SVN) printer_draw_chord (resource $printer_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) resource Draw a chord (PECL printer SVN) printer_draw_elipse (resource $printer_handle, int $ul_x, int $ul_y, int $lr_x, int $lr_y) resource Draw an ellipse (PECL printer SVN) printer_draw_line (resource $printer_handle, int $from_x, int $from_y, int $to_x, int $to_y) resource Draw a line (PECL printer SVN) printer_draw_pie (resource $printer_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) resource Draw a pie (PECL printer SVN) printer_draw_rectangle (resource $printer_handle, int $ul_x, int $ul_y, int $lr_x, int $lr_y) resource Draw a rectangle (PECL printer SVN) printer_draw_roundrect (resource $printer_handle, int $ul_x, int $ul_y, int $lr_x, int $lr_y, int $width, int $height) resource Draw a rectangle with rounded corners (PECL printer SVN) printer_draw_text (resource $printer_handle, string $text, int $x, int $y) resource Draw text (PECL printer SVN) printer_end_doc (resource $printer_handle) bool Close document (PECL printer SVN) printer_end_page (resource $printer_handle) bool Close active page (PECL printer SVN) printer_get_option (resource $printer_handle, string $option) resource Retrieve printer configuration data (PECL printer SVN) printer_list (int $enumtype[, string $name[, int $level]]) array Return an array of printers attached to the server (PECL printer SVN) printer_logical_fontheight (resource $printer_handle, int $height) int Get logical font height (PECL printer SVN) printer_open ([ string $printername]) resource Opens a connection to a printer (PECL printer SVN) printer_select_brush (resource $printer_handle, resource $brush_handle) resource Select a brush (PECL printer SVN) printer_select_font (resource $printer_handle, resource $font_handle) resource Select a font (PECL printer SVN) printer_select_pen (resource $printer_handle, resource $pen_handle) resource Select a pen (PECL printer SVN) printer_set_option (resource $printer_handle, int $option, mixed $value) bool Configure the printer connection (PECL printer SVN) printer_start_doc (resource $printer_handle[, string $document]) bool Start a new document (PECL printer SVN) printer_start_page (resource $printer_handle) bool Start a new page (PECL printer SVN) printer_write (resource $printer_handle, string $content) bool Write data to the printer (PECL printer SVN) printf (string $format[, mixed $args[, mixed $...]]) int Output a formatted string (PHP 4, PHP 5) proc_close (resource $process) int Close a process opened by (PHP 4 >= 4.3.0, PHP 5) proc_get_status (resource $process) array Get information about a process opened by (PHP 5) proc_nice (int $increment) bool Change the priority of the current process (PHP 5) proc_open (string $cmd, array $descriptorspec, array &$pipes[, string $cwd[, array $env[, array $other_options]]]) resource Execute a command and open file pointers for input/output (PHP 4 >= 4.3.0, PHP 5) proc_terminate (resource $process[, int $signal = 15]) bool Kills a process opened by proc_open (PHP 5) property_exists (mixed $class, string $property) bool Checks if the object or class has a property (PHP 5 >= 5.1.0) ps_add_bookmark (resource $psdoc, string $text[, int $parent = 0[, int $open = 0]]) int Add bookmark to current page (PECL ps >= 1.1.0) ps_add_launchlink (resource $psdoc, float $llx, float $lly, float $urx, float $ury, string $filename) bool Adds link which launches file (PECL ps >= 1.1.0) ps_add_locallink (resource $psdoc, float $llx, float $lly, float $urx, float $ury, int $page, string $dest) bool Adds link to a page in the same document (PECL ps >= 1.1.0) ps_add_note (resource $psdoc, float $llx, float $lly, float $urx, float $ury, string $contents, string $title, string $icon, int $open) bool Adds note to current page (PECL ps >= 1.1.0) ps_add_pdflink (resource $psdoc, float $llx, float $lly, float $urx, float $ury, string $filename, int $page, string $dest) bool Adds link to a page in a second pdf document (PECL ps >= 1.1.0) ps_add_weblink (resource $psdoc, float $llx, float $lly, float $urx, float $ury, string $url) bool Adds link to a web location (PECL ps >= 1.1.0) ps_arc (resource $psdoc, float $x, float $y, float $radius, float $alpha, float $beta) bool Draws an arc counterclockwise (PECL ps >= 1.1.0) ps_arcn (resource $psdoc, float $x, float $y, float $radius, float $alpha, float $beta) bool Draws an arc clockwise (PECL ps >= 1.1.0) ps_begin_page (resource $psdoc, float $width, float $height) bool Start a new page (PECL ps >= 1.1.0) ps_begin_pattern (resource $psdoc, float $width, float $height, float $xstep, float $ystep, int $painttype) int Start a new pattern (PECL ps >= 1.2.0) ps_begin_template (resource $psdoc, float $width, float $height) int Start a new template (PECL ps >= 1.2.0) ps_circle (resource $psdoc, float $x, float $y, float $radius) bool Draws a circle (PECL ps >= 1.1.0) ps_clip (resource $psdoc) bool Clips drawing to current path (PECL ps >= 1.1.0) ps_close (resource $psdoc) bool Closes a PostScript document (PECL ps >= 1.1.0) ps_close_image (resource $psdoc, int $imageid) resource Closes image and frees memory (PECL ps >= 1.1.0) ps_closepath (resource $psdoc) bool Closes path (PECL ps >= 1.1.0) ps_closepath_stroke (resource $psdoc) bool Closes and strokes path (PECL ps >= 1.1.0) ps_continue_text (resource $psdoc, string $text) bool Continue text in next line (PECL ps >= 1.1.0) ps_curveto (resource $psdoc, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) bool Draws a curve (PECL ps >= 1.1.0) ps_delete (resource $psdoc) bool Deletes all resources of a PostScript document (PECL ps >= 1.1.0) ps_end_page (resource $psdoc) bool End a page (PECL ps >= 1.1.0) ps_end_pattern (resource $psdoc) bool End a pattern (PECL ps >= 1.2.0) ps_end_template (resource $psdoc) bool End a template (PECL ps >= 1.2.0) ps_fill (resource $psdoc) bool Fills the current path (PECL ps >= 1.1.0) ps_fill_stroke (resource $psdoc) bool Fills and strokes the current path (PECL ps >= 1.1.0) ps_findfont (resource $psdoc, string $fontname, string $encoding[, bool $embed = false]) int Loads a font (PECL ps >= 1.1.0) ps_get_buffer (resource $psdoc) string Fetches the full buffer containig the generated PS data (PECL ps >= 1.1.0) ps_get_parameter (resource $psdoc, string $name[, float $modifier]) string Gets certain parameters (PECL ps >= 1.1.0) ps_get_value (resource $psdoc, string $name[, float $modifier]) float Gets certain values (PECL ps >= 1.1.0) ps_hyphenate (resource $psdoc, string $text) array Hyphenates a word (PECL ps >= 1.1.1) ps_include_file (resource $psdoc, string $file) bool Reads an external file with raw PostScript code (PECL ps >= 1.3.4) ps_lineto (resource $psdoc, float $x, float $y) bool Draws a line (PECL ps >= 1.1.0) ps_makespotcolor (resource $psdoc, string $name[, int $reserved = 0]) int Create spot color (PECL ps >= 1.1.0) ps_moveto (resource $psdoc, float $x, float $y) bool Sets current point (PECL ps >= 1.1.0) ps_new (void) resource Creates a new PostScript document object (PECL ps >= 1.1.0) ps_open_file (resource $psdoc[, string $filename]) bool Opens a file for output (PECL ps >= 1.1.0) ps_open_image (resource $psdoc, string $type, string $source, string $data, int $lenght, int $width, int $height, int $components, int $bpc, string $params) int Reads an image for later placement (PECL ps >= 1.1.0) ps_open_image_file (resource $psdoc, string $type, string $filename[, string $stringparam[, int $intparam = 0]]) int Opens image from file (PECL ps >= 1.1.0) ps_open_memory_image (resource $psdoc, int $gd) int Takes an GD image and returns an image for placement in a PS document (PECL ps >= 1.1.0) ps_place_image (resource $psdoc, int $imageid, float $x, float $y, float $scale) bool Places image on the page (PECL ps >= 1.1.0) ps_rect (resource $psdoc, float $x, float $y, float $width, float $height) bool Draws a rectangle (PECL ps >= 1.1.0) ps_restore (resource $psdoc) bool Restore previously save context (PECL ps >= 1.1.0) ps_rotate (resource $psdoc, float $rot) bool Sets rotation factor (PECL ps >= 1.1.0) ps_save (resource $psdoc) bool Save current context (PECL ps >= 1.1.0) ps_scale (resource $psdoc, float $x, float $y) bool Sets scaling factor (PECL ps >= 1.1.0) ps_set_border_color (resource $psdoc, float $red, float $green, float $blue) bool Sets color of border for annotations (PECL ps >= 1.1.0) ps_set_border_dash (resource $psdoc, float $black, float $white) bool Sets length of dashes for border of annotations (PECL ps >= 1.1.0) ps_set_border_style (resource $psdoc, string $style, float $width) bool Sets border style of annotations (PECL ps >= 1.1.0) ps_set_info (resource $p, string $key, string $val) bool Sets information fields of document (PECL ps >= 1.1.0) ps_set_parameter (resource $psdoc, string $name, string $value) bool Sets certain parameters (PECL ps >= 1.1.0) ps_set_text_pos (resource $psdoc, float $x, float $y) bool Sets position for text output (PECL ps >= 1.1.0) ps_set_value (resource $psdoc, string $name, float $value) bool Sets certain values (PECL ps >= 1.1.0) ps_setcolor (resource $psdoc, string $type, string $colorspace, float $c1, float $c2, float $c3, float $c4) bool Sets current color (PECL ps >= 1.1.0) ps_setdash (resource $psdoc, float $on, float $off) bool Sets appearance of a dashed line (PECL ps >= 1.1.0) ps_setflat (resource $psdoc, float $value) bool Sets flatness (PECL ps >= 1.1.0) ps_setfont (resource $psdoc, int $fontid, float $size) bool Sets font to use for following output (PECL ps >= 1.1.0) ps_setgray (resource $psdoc, float $gray) bool Sets gray value (PECL ps >= 1.1.0) ps_setlinecap (resource $psdoc, int $type) bool Sets appearance of line ends (PECL ps >= 1.1.0) ps_setlinejoin (resource $psdoc, int $type) bool Sets how contected lines are joined (PECL ps >= 1.1.0) ps_setlinewidth (resource $psdoc, float $width) bool Sets width of a line (PECL ps >= 1.1.0) ps_setmiterlimit (resource $psdoc, float $value) bool Sets the miter limit (PECL ps >= 1.1.0) ps_setoverprintmode (resource $psdoc, int $mode) bool Sets overprint mode (PECL ps >= 1.3.0) ps_setpolydash (resource $psdoc, float $arr) bool Sets appearance of a dashed line (PECL ps >= 1.1.0) ps_shading (resource $psdoc, string $type, float $x0, float $y0, float $x1, float $y1, float $c1, float $c2, float $c3, float $c4, string $optlist) int Creates a shading for later use (PECL ps >= 1.3.0) ps_shading_pattern (resource $psdoc, int $shadingid, string $optlist) int Creates a pattern based on a shading (PECL ps >= 1.3.0) ps_shfill (resource $psdoc, int $shadingid) bool Fills an area with a shading (PECL ps >= 1.3.0) ps_show (resource $psdoc, string $text) bool Output text (PECL ps >= 1.1.0) ps_show2 (resource $psdoc, string $text, int $len) bool Output a text at current position (PECL ps >= 1.1.0) ps_show_boxed (resource $psdoc, string $text, float $left, float $bottom, float $width, float $height, string $hmode[, string $feature]) int Output text in a box (PECL ps >= 1.1.0) ps_show_xy (resource $psdoc, string $text, float $x, float $y) bool Output text at given position (PECL ps >= 1.1.0) ps_show_xy2 (resource $psdoc, string $text, int $len, float $xcoor, float $ycoor) bool Output text at position (PECL ps >= 1.1.0) ps_string_geometry (resource $psdoc, string $text[, int $fontid = 0[, float $size = 0.0]]) array Gets geometry of a string (PECL ps >= 1.2.0) ps_stringwidth (resource $psdoc, string $text[, int $fontid = 0[, float $size = 0.0]]) float Gets width of a string (PECL ps >= 1.1.0) ps_stroke (resource $psdoc) bool Draws the current path (PECL ps >= 1.1.0) ps_symbol (resource $psdoc, int $ord) bool Output a glyph (PECL ps >= 1.2.0) ps_symbol_name (resource $psdoc, int $ord[, int $fontid = 0]) string Gets name of a glyph (PECL ps >= 1.2.0) ps_symbol_width (resource $psdoc, int $ord[, int $fontid = 0[, float $size = 0.0]]) float Gets width of a glyph (PECL ps >= 1.2.0) ps_translate (resource $psdoc, float $x, float $y) bool Sets translation (PECL ps >= 1.1.0) pspell_add_to_personal (int $dictionary_link, string $word) bool Add the word to a personal wordlist (PHP 4 >= 4.0.2, PHP 5) pspell_add_to_session (int $dictionary_link, string $word) bool Add the word to the wordlist in the current session (PHP 4 >= 4.0.2, PHP 5) pspell_check (int $dictionary_link, string $word) bool Check a word (PHP 4 >= 4.0.2, PHP 5) pspell_clear_session (int $dictionary_link) bool Clear the current session (PHP 4 >= 4.0.2, PHP 5) pspell_config_create (string $language[, string $spelling[, string $jargon[, string $encoding]]]) int Create a config used to open a dictionary (PHP 4 >= 4.0.2, PHP 5) pspell_config_data_dir (int $conf, string $directory) bool location of language data files (PHP 5) pspell_config_dict_dir (int $conf, string $directory) bool Location of the main word list (PHP 5) pspell_config_ignore (int $dictionary_link, int $n) bool Ignore words less than N characters long (PHP 4 >= 4.0.2, PHP 5) pspell_config_mode (int $dictionary_link, int $mode) bool Change the mode number of suggestions returned (PHP 4 >= 4.0.2, PHP 5) pspell_config_personal (int $dictionary_link, string $file) bool Set a file that contains personal wordlist (PHP 4 >= 4.0.2, PHP 5) pspell_config_repl (int $dictionary_link, string $file) bool Set a file that contains replacement pairs (PHP 4 >= 4.0.2, PHP 5) pspell_config_runtogether (int $dictionary_link, bool $flag) bool Consider run-together words as valid compounds (PHP 4 >= 4.0.2, PHP 5) pspell_config_save_repl (int $dictionary_link, bool $flag) bool Determine whether to save a replacement pairs list along with the wordlist (PHP 4 >= 4.0.2, PHP 5) pspell_new (string $language[, string $spelling[, string $jargon[, string $encoding[, int $mode = 0]]]]) int Load a new dictionary (PHP 4 >= 4.0.2, PHP 5) pspell_new_config (int $config) int Load a new dictionary with settings based on a given config (PHP 4 >= 4.0.2, PHP 5) pspell_new_personal (string $personal, string $language[, string $spelling[, string $jargon[, string $encoding[, int $mode = 0]]]]) int Load a new dictionary with personal wordlist (PHP 4 >= 4.0.2, PHP 5) pspell_save_wordlist (int $dictionary_link) bool Save the personal wordlist to a file (PHP 4 >= 4.0.2, PHP 5) pspell_store_replacement (int $dictionary_link, string $misspelled, string $correct) bool Store a replacement pair for a word (PHP 4 >= 4.0.2, PHP 5) pspell_suggest (int $dictionary_link, string $word) array Suggest spellings of a word (PHP 4 >= 4.0.2, PHP 5) putenv (string $setting) bool Sets the value of an environment variable (PHP 4, PHP 5) px_close (resource $pxdoc) bool Closes a paradox database (PECL paradox >= 1.0.0) px_create_fp (resource $pxdoc, resource $file, array $fielddesc) bool Create a new paradox database (PECL paradox >= 1.0.0) px_date2string (resource $pxdoc, int $value, string $format) string Converts a date into a string. (PECL paradox >= 1.4.0) px_delete (resource $pxdoc) bool Deletes resource of paradox database (PECL paradox >= 1.0.0) px_delete_record (resource $pxdoc, int $num) bool Deletes record from paradox database (PECL paradox >= 1.4.0) px_get_field (resource $pxdoc, int $fieldno) array Returns the specification of a single field (PECL paradox >= 1.0.0) px_get_info (resource $pxdoc) array Return lots of information about a paradox file (PECL paradox >= 1.0.0) px_get_parameter (resource $pxdoc, string $name) string Gets a parameter (PECL paradox >= 1.1.0) px_get_record (resource $pxdoc, int $num[, int $mode = 0]) array Returns record of paradox database (PECL paradox >= 1.0.0) px_get_schema (resource $pxdoc[, int $mode = 0]) array Returns the database schema (PECL paradox >= 1.0.0) px_get_value (resource $pxdoc, string $name) float Gets a value (PECL paradox >= 1.1.0) px_insert_record (resource $pxdoc, array $data) int Inserts record into paradox database (PECL paradox >= 1.4.0) px_new (void) resource Create a new paradox object (PECL paradox >= 1.0.0) px_numfields (resource $pxdoc) int Returns number of fields in a database (PECL paradox >= 1.0.0) px_numrecords (resource $pxdoc) int Returns number of records in a database (PECL paradox >= 1.0.0) px_open_fp (resource $pxdoc, resource $file) bool Open paradox database (PECL paradox >= 1.0.0) px_put_record (resource $pxdoc, array $record[, int $recpos = -1]) bool Stores record into paradox database (PECL paradox >= 1.0.0) px_retrieve_record (resource $pxdoc, int $num[, int $mode = 0]) array Returns record of paradox database (PECL paradox >= 1.4.0) px_set_blob_file (resource $pxdoc, string $filename) bool Sets the file where blobs are read from (PECL paradox >= 1.3.0) px_set_parameter (resource $pxdoc, string $name, string $value) bool Sets a parameter (PECL paradox >= 1.1.0) px_set_tablename (resource $pxdoc, string $name) resource Sets the name of a table (deprecated) (PECL paradox >= 1.0.0) px_set_targetencoding (resource $pxdoc, string $encoding) bool Sets the encoding for character fields (deprecated) (PECL paradox >= 1.0.0) px_set_value (resource $pxdoc, string $name, float $value) bool Sets a value (PECL paradox >= 1.1.0) px_timestamp2string (resource $pxdoc, float $value, string $format) string Converts the timestamp into a string. (PECL paradox >= 1.4.0) px_update_record (resource $pxdoc, array $data, int $num) bool Updates record in paradox database (PECL paradox >= 1.4.0) qdom_error (void) string Returns the error string from the last QDOM operation or FALSE if no errors occurred (PHP 4 >= 4.0.5) qdom_tree (string $doc) string Creates a tree of an XML string (PHP 4 >= 4.0.4) quoted_printable_decode (string $str) string Convert a quoted-printable string to an 8 bit string (PHP 4, PHP 5) quoted_printable_encode (string $str) string Convert a 8 bit string to a quoted-printable string (PHP 5 >= 5.3.0) quotemeta (string $str) string Quote meta characters (PHP 4, PHP 5) rad2deg (float $number) float Converts the radian number to the equivalent number in degrees (PHP 4, PHP 5) radius_acct_open (void) resource Creates a Radius handle for accounting (PECL radius >= 1.1.0) radius_add_server (resource $radius_handle, string $hostname, int $port, string $secret, int $timeout, int $max_tries) bool Adds a server (PECL radius >= 1.1.0) radius_auth_open (void) resource Creates a Radius handle for authentication (PECL radius >= 1.1.0) radius_close (resource $radius_handle) bool Frees all ressources (PECL radius >= 1.1.0) radius_config (resource $radius_handle, string $file) bool Causes the library to read the given configuration file (PECL radius >= 1.1.0) radius_create_request (resource $radius_handle, int $type) bool Create accounting or authentication request (PECL radius >= 1.1.0) radius_cvt_addr (string $data) string Converts raw data to IP-Address (PECL radius >= 1.1.0) radius_cvt_int (string $data) int Converts raw data to integer (PECL radius >= 1.1.0) radius_cvt_string (string $data) string Converts raw data to string (PECL radius >= 1.1.0) radius_demangle (resource $radius_handle, string $mangled) string Demangles data (PECL radius >= 1.2.0) radius_demangle_mppe_key (resource $radius_handle, string $mangled) string Derives mppe-keys from mangled data (PECL radius >= 1.2.0) radius_get_attr (resource $radius_handle) resource Extracts an attribute (PECL radius >= 1.1.0) radius_get_vendor_attr (string $data) array Extracts a vendor specific attribute (PECL radius >= 1.1.0) radius_put_addr (resource $radius_handle, int $type, string $addr) bool Attaches an IP-Address attribute (PECL radius >= 1.1.0) radius_put_attr (resource $radius_handle, int $type, string $value) bool Attaches a binary attribute (PECL radius >= 1.1.0) radius_put_int (resource $radius_handle, int $type, int $value) bool Attaches an integer attribute (PECL radius >= 1.1.0) radius_put_string (resource $radius_handle, int $type, string $value) bool Attaches a string attribute (PECL radius >= 1.1.0) radius_put_vendor_addr (resource $radius_handle, int $vendor, int $type, string $addr) bool Attaches a vendor specific IP-Address attribute (PECL radius >= 1.1.0) radius_put_vendor_attr (resource $radius_handle, int $vendor, int $type, string $value) bool Attaches a vendor specific binary attribute (PECL radius >= 1.1.0) radius_put_vendor_int (resource $radius_handle, int $vendor, int $type, int $value) bool Attaches a vendor specific integer attribute (PECL radius >= 1.1.0) radius_put_vendor_string (resource $radius_handle, int $vendor, int $type, string $value) bool Attaches a vendor specific string attribute (PECL radius >= 1.1.0) radius_request_authenticator (resource $radius_handle) string Returns the request authenticator (PECL radius >= 1.1.0) radius_send_request (resource $radius_handle) int Sends the request and waites for a reply (PECL radius >= 1.1.0) radius_server_secret (resource $radius_handle) string Returns the shared secret (PECL radius >= 1.1.0) radius_strerror (resource $radius_handle) string Returns an error message (PECL radius >= 1.1.0) rand (void) int Generate a random integer (PHP 4, PHP 5) range (mixed $start, mixed $end[, number $step = 1]) array Create an array containing a range of elements (PHP 4, PHP 5) rar_wrapper_cache_stats (void) string Cache hits and misses for the URL wrapper (PECL rar >= 3.0.0) rawurldecode (string $str) string Decode URL-encoded strings (PHP 4, PHP 5) rawurlencode (string $str) string URL-encode according to RFC 3986 (PHP 4, PHP 5) readdir ([ resource $dir_handle]) string Read entry from directory handle (PHP 4, PHP 5) readfile (string $filename[, bool $use_include_path = false[, resource $context]]) int Outputs a file (PHP 4, PHP 5) readgzfile (string $filename[, int $use_include_path = 0]) int Output a gz-file (PHP 4, PHP 5) readline ([ string $prompt]) string Reads a line (PHP 4, PHP 5) readline_add_history (string $line) bool Adds a line to the history (PHP 4, PHP 5) readline_callback_handler_install (string $prompt, callable $callback) bool Initializes the readline callback interface and terminal, prints the prompt and returns immediately (PHP 5 >= 5.1.0) readline_callback_handler_remove (void) bool Removes a previously installed callback handler and restores terminal settings (PHP 5 >= 5.1.0) readline_callback_read_char (void) Reads a character and informs the readline callback interface when a line is received (PHP 5 >= 5.1.0) readline_clear_history (void) bool Clears the history (PHP 4, PHP 5) readline_completion_function (callable $function) bool Registers a completion function (PHP 4, PHP 5) readline_info ([ string $varname[, string $newvalue]]) string Gets/sets various internal readline variables (PHP 4, PHP 5) readline_list_history (void) array Lists the history (PHP 4, PHP 5) readline_on_new_line (void) Inform readline that the cursor has moved to a new line (PHP 5 >= 5.1.0) readline_read_history ([ string $filename]) bool Reads the history (PHP 4, PHP 5) readline_redisplay (void) Redraws the display (PHP 5 >= 5.1.0) readline_write_history ([ string $filename]) bool Writes the history (PHP 4, PHP 5) readlink (string $path) string Returns the target of a symbolic link (PHP 4, PHP 5) realpath (string $path) string Returns canonicalized absolute pathname (PHP 4, PHP 5) realpath_cache_get (void) array Get realpath cache entries (PHP 5 >= 5.3.2) realpath_cache_size (void) int Get realpath cache size (PHP 5 >= 5.3.2) recode_file (string $request, resource $input, resource $output) bool Recode from file to file according to recode request (PHP 4, PHP 5) recode_string (string $request, string $string) string Recode a string according to a recode request (PHP 4, PHP 5) register_shutdown_function (callable $callback[, mixed $parameter[, mixed $...]]) Register a function for execution on shutdown (PHP 4, PHP 5) register_tick_function (callable $function[, mixed $arg[, mixed $...]]) bool Register a function for execution on each tick (PHP 4 >= 4.0.3, PHP 5) rename (string $oldname, string $newname[, resource $context]) bool Renames a file or directory (PHP 4, PHP 5) rename_function (string $original_name, string $new_name) bool Renames orig_name to new_name in the global function table (PECL apd >= 0.2) reset (array &$array) array Set the internal pointer of an array to its first element (PHP 4, PHP 5) restore_error_handler (void) bool Restores the previous error handler function (PHP 4 >= 4.0.1, PHP 5) restore_exception_handler (void) bool Restores the previously defined exception handler function (PHP 5) restore_include_path (void) Restores the value of the include_path configuration option (PHP 4 >= 4.3.0, PHP 5) rewind (resource $handle) bool Rewind the position of a file pointer (PHP 4, PHP 5) rewinddir ([ resource $dir_handle]) resource Rewind directory handle (PHP 4, PHP 5) rmdir (string $dirname[, resource $context]) bool Removes directory (PHP 4, PHP 5) round (float $val[, int $precision = 0[, int $mode = PHP_ROUND_HALF_UP]]) float Rounds a float (PHP 4, PHP 5) rpm_close (resource $rpmr) bool Closes an RPM file (PECL rpmreader >= 0.1.0) rpm_get_tag (resource $rpmr, int $tagnum) resource Retrieves a header tag from an RPM file (PECL rpmreader >= 0.1.0) rpm_is_valid (string $filename) bool Tests a filename for validity as an RPM file (PECL rpmreader >= 0.1.0) rpm_open (string $filename) resource Opens an RPM file (PECL rpmreader >= 0.1.0) rpm_version (void) string Returns a string representing the current version of the rpmreader extension (PECL rpmreader >= 0.3.0) rrd_create (string $filename, array $options) bool Creates rrd database file (PECL rrd >= 0.9.0) rrd_error (void) string Gets latest error message. (PECL rrd >= 0.9.0) rrd_fetch (string $filename, array $options) array Fetch the data for graph as array. (PECL rrd >= 0.9.0) rrd_first (string $file[, int $raaindex = 0]) int Gets the timestamp of the first sample from rrd file. (PECL rrd >= 0.9.0) rrd_graph (string $filename, array $options) array Creates image from a data. (PECL rrd >= 0.9.0) rrd_info (string $filename) array Gets information about rrd file (PECL rrd >= 0.9.0) rrd_last (string $filename) int Gets unix timestamp of the last sample. (PECL rrd >= 0.9.0) rrd_lastupdate (string $filename) array Gets information about last updated data. (PECL rrd >= 0.9.0) rrd_restore (string $xml_file, string $rrd_file[, array $options]) bool Restores the RRD file from XML dump. (PECL rrd >= 0.9.0) rrd_tune (string $filename, array $options) bool Tunes some RRD database file header options. (PECL rrd >= 0.9.0) rrd_update (string $filename, array $options) bool Updates the RRD database. (PECL rrd >= 0.9.0) rrd_version (void) string Gets information about underlying rrdtool library (PECL rrd >= 1.0.0) rrd_xport (array $options) array Exports the information about RRD database. (PECL rrd >= 0.9.0) rsort (array &$array[, int $sort_flags = SORT_REGULAR]) bool Sort an array in reverse order (PHP 4, PHP 5) rtrim (string $str[, string $charlist]) string Strip whitespace (or other characters) from the end of a string (PHP 4, PHP 5) runkit_class_adopt (string $classname, string $parentname) bool Convert a base class to an inherited class, add ancestral methods when appropriate (PECL runkit >= 0.7.0) runkit_class_emancipate (string $classname) bool Convert an inherited class to a base class, removes any method whose scope is ancestral (PECL runkit >= 0.7.0) runkit_constant_add (string $constname, mixed $value) bool Similar to define(), but allows defining in class definitions as well (PECL runkit >= 0.7.0) runkit_constant_redefine (string $constname, mixed $newvalue) bool Redefine an already defined constant (PECL runkit >= 0.7.0) runkit_constant_remove (string $constname) bool Remove/Delete an already defined constant (PECL runkit >= 0.7.0) runkit_function_add (string $funcname, string $arglist, string $code) bool Add a new function, similar to (PECL runkit >= 0.7.0) runkit_function_copy (string $funcname, string $targetname) bool Copy a function to a new function name (PECL runkit >= 0.7.0) runkit_function_redefine (string $funcname, string $arglist, string $code) bool Replace a function definition with a new implementation (PECL runkit >= 0.7.0) runkit_function_remove (string $funcname) bool Remove a function definition (PECL runkit >= 0.7.0) runkit_function_rename (string $funcname, string $newname) bool Change a function's name (PECL runkit >= 0.7.0) runkit_import (string $filename[, int $flags = RUNKIT_IMPORT_CLASS_METHODS]) bool Process a PHP file importing function and class definitions, overwriting where appropriate (PECL runkit >= 0.7.0) runkit_lint (string $code) bool Check the PHP syntax of the specified php code (PECL runkit >= 0.7.0) runkit_lint_file (string $filename) bool Check the PHP syntax of the specified file (PECL runkit >= 0.7.0) runkit_method_add (string $classname, string $methodname, string $args, string $code[, int $flags = RUNKIT_ACC_PUBLIC]) bool Dynamically adds a new method to a given class (PECL runkit >= 0.7.0) runkit_method_copy (string $dClass, string $dMethod, string $sClass[, string $sMethod]) bool Copies a method from class to another (PECL runkit >= 0.7.0) runkit_method_redefine (string $classname, string $methodname, string $args, string $code[, int $flags = RUNKIT_ACC_PUBLIC]) bool Dynamically changes the code of the given method (PECL runkit >= 0.7.0) runkit_method_remove (string $classname, string $methodname) bool Dynamically removes the given method (PECL runkit >= 0.7.0) runkit_method_rename (string $classname, string $methodname, string $newname) bool Dynamically changes the name of the given method (PECL runkit >= 0.7.0) runkit_return_value_used (void) bool Determines if the current functions return value will be used (PECL runkit >= 0.8.0) runkit_sandbox_output_handler (object $sandbox[, mixed $callback]) object Specify a function to capture and/or process output from a runkit sandbox (PECL runkit >= 0.7.0) runkit_superglobals (void) array Return numerically indexed array of registered superglobals (PECL runkit >= 0.7.0) scandir (string $directory[, int $sorting_order = SCANDIR_SORT_ASCENDING[, resource $context]]) array List files and directories inside the specified path (PHP 5) sem_acquire (resource $sem_identifier) bool Acquire a semaphore (PHP 4, PHP 5) sem_get (int $key[, int $max_acquire = 1[, int $perm = 0666[, int $auto_release = 1]]]) resource Get a semaphore id (PHP 4, PHP 5) sem_release (resource $sem_identifier) bool Release a semaphore (PHP 4, PHP 5) sem_remove (resource $sem_identifier) bool Remove a semaphore (PHP 4 >= 4.1.0, PHP 5) serialize (mixed $value) string Generates a storable representation of a value (PHP 4, PHP 5) session_cache_expire ([ string $new_cache_expire]) int Return current cache expire (PHP 4 >= 4.2.0, PHP 5) session_cache_limiter ([ string $cache_limiter]) string Get and/or set the current cache limiter (PHP 4 >= 4.0.3, PHP 5) session_decode (string $data) bool Decodes session data from a session encoded string (PHP 4, PHP 5) session_destroy (void) bool Destroys all data registered to a session (PHP 4, PHP 5) session_encode (void) string Encodes the current session data as a session encoded string (PHP 4, PHP 5) session_get_cookie_params (void) array Get the session cookie parameters (PHP 4, PHP 5) session_id ([ string $id]) string Get and/or set the current session id (PHP 4, PHP 5) session_is_registered (string $name) bool Find out whether a global variable is registered in a session (PHP 4, PHP 5 session_module_name ([ string $module]) string Get and/or set the current session module (PHP 4, PHP 5) session_name ([ string $name]) string Get and/or set the current session name (PHP 4, PHP 5) session_pgsql_add_error (int $error_level[, string $error_message]) bool Increments error counts and sets last error message (PECL session_pgsql SVN) session_pgsql_get_error ([ bool $with_error_message = false]) array Returns number of errors and last error message (PECL session_pgsql SVN) session_pgsql_get_field (void) string Get custom field value (PECL session_pgsql SVN) session_pgsql_reset (void) bool Reset connection to session database servers (PECL session_pgsql SVN) session_pgsql_set_field (string $value) bool Set custom field value (PECL session_pgsql SVN) session_pgsql_status (void) array Get current save handler status (PECL session_pgsql SVN) session_regenerate_id ([ bool $delete_old_session = false]) bool Update the current session id with a newly generated one (PHP 4 >= 4.3.2, PHP 5) session_register (mixed $name[, mixed $...]) bool Register one or more global variables with the current session (PHP 4, PHP 5 session_register_shutdown (void) Session shutdown function (PHP >=5.4.0) session_save_path ([ string $path]) string Get and/or set the current session save path (PHP 4, PHP 5) session_set_cookie_params (int $lifetime[, string $path[, string $domain[, bool $secure = false[, bool $httponly = false]]]]) int Set the session cookie parameters (PHP 4, PHP 5) session_set_save_handler (callable $open, callable $close, callable $read, callable $write, callable $destroy, callable $gc) bool Sets user-level session storage functions (PHP 4, PHP 5) session_start (void) bool Start new or resume existing session (PHP 4, PHP 5) session_status (void) int Returns the current session status (PHP >=5.4.0) session_unregister (string $name) bool Unregister a global variable from the current session (PHP 4, PHP 5 session_unset (void) Free all session variables (PHP 4, PHP 5) session_write_close (void) Write session data and end session (PHP 4 >= 4.0.4, PHP 5) set_error_handler (callable $error_handler[, int $error_types = E_ALL | E_STRICT]) int Sets a user-defined error handler function (PHP 4 >= 4.0.1, PHP 5) set_exception_handler (callable $exception_handler) Sets a user-defined exception handler function (PHP 5) set_include_path (string $new_include_path) string Sets the include_path configuration option (PHP 4 >= 4.3.0, PHP 5) set_magic_quotes_runtime (bool $new_setting) bool Sets the current active configuration setting of magic_quotes_runtime (PHP 4, PHP 5 set_time_limit (int $seconds) int Limits the maximum execution time (PHP 4, PHP 5) setcookie (string $name[, string $value[, int $expire = 0[, string $path[, string $domain[, bool $secure = false[, bool $httponly = false]]]]]]) bool Send a cookie (PHP 4, PHP 5) setlocale (int $category, string $locale[, string $...]) string Set locale information (PHP 4, PHP 5) setproctitle (string $title) string Set the process title (PECL proctitle >= 0.1.0) setrawcookie (string $name[, string $value[, int $expire = 0[, string $path[, string $domain[, bool $secure = false[, bool $httponly = false]]]]]]) bool Send a cookie without urlencoding the cookie value (PHP 5) setthreadtitle (string $title) bool Set the thread title (PECL proctitle >= 0.1.2) settype (mixed &$var, string $type) bool Set the type of a variable (PHP 4, PHP 5) sha1 (string $str[, bool $raw_output = false]) string Calculate the sha1 hash of a string (PHP 4 >= 4.3.0, PHP 5) sha1_file (string $filename[, bool $raw_output = false]) string Calculate the sha1 hash of a file (PHP 4 >= 4.3.0, PHP 5) shell_exec (string $cmd) string Execute command via shell and return the complete output as a string (PHP 4, PHP 5) shm_attach (int $key[, int $memsize[, int $perm = 0666]]) resource Creates or open a shared memory segment (PHP 4, PHP 5) shm_detach (resource $shm_identifier) bool Disconnects from shared memory segment (PHP 4, PHP 5) shm_get_var (resource $shm_identifier, int $variable_key) resource Returns a variable from shared memory (PHP 4, PHP 5) shm_has_var (resource $shm_identifier, int $variable_key) bool Check whether a specific entry exists (PHP 5 >= 5.3.0) shm_put_var (resource $shm_identifier, int $variable_key, mixed $variable) bool Inserts or updates a variable in shared memory (PHP 4, PHP 5) shm_remove (resource $shm_identifier) bool Removes shared memory from Unix systems (PHP 4, PHP 5) shm_remove_var (resource $shm_identifier, int $variable_key) bool Removes a variable from shared memory (PHP 4, PHP 5) shmop_close (int $shmid) int Close shared memory block (PHP 4 >= 4.0.4, PHP 5) shmop_delete (int $shmid) bool Delete shared memory block (PHP 4 >= 4.0.4, PHP 5) shmop_open (int $key, string $flags, int $mode, int $size) int Create or open shared memory block (PHP 4 >= 4.0.4, PHP 5) shmop_read (int $shmid, int $start, int $count) string Read data from shared memory block (PHP 4 >= 4.0.4, PHP 5) shmop_size (int $shmid) int Get size of shared memory block (PHP 4 >= 4.0.4, PHP 5) shmop_write (int $shmid, string $data, int $offset) int Write data into shared memory block (PHP 4 >= 4.0.4, PHP 5) shuffle (array &$array) bool Shuffle an array (PHP 4, PHP 5) signeurlpaiement (string $clent, string $data) string Obtain the payment url (needs 2 arguments) (PECL spplus >= 1.0.0) similar_text (string $first, string $second[, float &$percent]) int Calculate the similarity between two strings (PHP 4, PHP 5) simplexml_import_dom (DOMNode $node[, string $class_name = "SimpleXMLElement"]) string Get a (PHP 5) simplexml_load_file (string $filename[, string $class_name = "SimpleXMLElement"[, int $options = 0[, string $ns = ""[, bool $is_prefix = false]]]]) string Interprets an XML file into an object (PHP 5) simplexml_load_string (string $data[, string $class_name = "SimpleXMLElement"[, int $options = 0[, string $ns = ""[, bool $is_prefix = false]]]]) string Interprets a string of XML into an object (PHP 5) sin (float $arg) float Sine (PHP 4, PHP 5) sinh (float $arg) float Hyperbolic sine (PHP 4 >= 4.1.0, PHP 5) sleep (int $seconds) int Delay execution (PHP 4, PHP 5) snmp2_get (string $host, string $community, string $object_id[, string $timeout = 1000000[, string $retries = 5]]) string Fetch an (PHP 5 >= 5.2.0) snmp2_getnext (string $host, string $community, string $object_id[, string $timeout = 1000000[, string $retries = 5]]) string Fetch the (PHP >= 5.2.0) snmp2_real_walk (string $host, string $community, string $object_id[, string $timeout = 1000000[, string $retries = 5]]) array Return all objects including their respective object ID within the specified one (PHP >= 5.2.0) snmp2_set (string $host, string $community, string $object_id, string $type, string $value[, string $timeout = 1000000[, string $retries = 5]]) bool Set the value of an (PHP >= 5.2.0) snmp2_walk (string $host, string $community, string $object_id[, string $timeout = 1000000[, string $retries = 5]]) array Fetch all the (PHP >= 5.2.0) snmp3_get (string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id[, string $timeout = 1000000[, string $retries = 5]]) string Fetch an (PHP 4, PHP 5) snmp3_getnext (string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id[, string $timeout = 1000000[, string $retries = 5]]) string Fetch the (PHP 5) snmp3_real_walk (string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id[, string $timeout = 1000000[, string $retries = 5]]) array Return all objects including their respective object ID within the specified one (PHP 4, PHP 5) snmp3_set (string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id, string $type, string $value[, int $timeout = 1000000[, int $retries = 5]]) bool Set the value of an SNMP object (PHP 4, PHP 5) snmp3_walk (string $host, string $sec_name, string $sec_level, string $auth_protocol, string $auth_passphrase, string $priv_protocol, string $priv_passphrase, string $object_id[, string $timeout = 1000000[, string $retries = 5]]) array Fetch all the (PHP 4, PHP 5) snmp_get_quick_print (void) bool Fetches the current value of the UCD library's quick_print setting (PHP 4, PHP 5) snmp_get_valueretrieval (void) int Return the method how the SNMP values will be returned (PHP 4 >= 4.3.3, PHP 5) snmp_read_mib (string $filename) bool Reads and parses a MIB file into the active MIB tree (PHP 5) snmp_set_enum_print (int $enum_print) bool Return all values that are enums with their enum value instead of the raw integer (PHP 4 >= 4.3.0, PHP 5) snmp_set_oid_numeric_print (int $oid_format) int Return all objects including their respective object id within the specified one (PHP 4 >= 4.3.0, PHP 5) snmp_set_oid_output_format (int $oid_format = SNMP_OID_OUTPUT_MODULE) bool Set the OID output format (PHP 5 >= 5.2.0) snmp_set_quick_print (bool $quick_print) bool Set the value of (PHP 4, PHP 5) snmp_set_valueretrieval (int $method = SNMP_VALUE_LIBRARY) bool Specify the method how the SNMP values will be returned (PHP 4 >= 4.3.3, PHP 5) snmpget (string $hostname, string $community, string $object_id[, int $timeout = 1000000[, int $retries = 5]]) string Fetch an (PHP 4, PHP 5) snmpgetnext (string $host, string $community, string $object_id[, int $timeout = 1000000[, int $retries = 5]]) string Fetch the (PHP 5) snmprealwalk (string $host, string $community, string $object_id[, int $timeout = 1000000[, int $retries = 5]]) array Return all objects including their respective object ID within the specified one (PHP 4, PHP 5) snmpset (string $host, string $community, string $object_id, string $type, mixed $value[, int $timeout = 1000000[, int $retries = 5]]) bool Set the value of an (PHP 4, PHP 5) snmpwalk (string $hostname, string $community, string $object_id[, int $timeout = 1000000[, int $retries = 5]]) array Fetch all the (PHP 4, PHP 5) snmpwalkoid (string $hostname, string $community, string $object_id[, int $timeout = 1000000[, int $retries = 5]]) array Query for a tree of information about a network entity (PHP 4, PHP 5) socket_accept (resource $socket) resource Accepts a connection on a socket (PHP 4 >= 4.1.0, PHP 5) socket_bind (resource $socket, string $address[, int $port = 0]) bool Binds a name to a socket (PHP 4 >= 4.1.0, PHP 5) socket_clear_error ([ resource $socket]) resource Clears the error on the socket or the last error code (PHP 4 >= 4.2.0, PHP 5) socket_close (resource $socket) resource Closes a socket resource (PHP 4 >= 4.1.0, PHP 5) socket_connect (resource $socket, string $address[, int $port = 0]) bool Initiates a connection on a socket (PHP 4 >= 4.1.0, PHP 5) socket_create (int $domain, int $type, int $protocol) resource Create a socket (endpoint for communication) (PHP 4 >= 4.1.0, PHP 5) socket_create_listen (int $port[, int $backlog = 128]) resource Opens a socket on port to accept connections (PHP 4 >= 4.1.0, PHP 5) socket_create_pair (int $domain, int $type, int $protocol, array &$fd) bool Creates a pair of indistinguishable sockets and stores them in an array (PHP 4 >= 4.1.0, PHP 5) socket_get_option (resource $socket, int $level, int $optname) resource Gets socket options for the socket (PHP 4 >= 4.3.0, PHP 5) socket_getpeername (resource $socket, string &$address[, int &$port]) bool 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) socket_getsockname (resource $socket, string &$addr[, int &$port]) bool 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) socket_import_stream (resource $stream) resource Import a stream (PHP 4 >= 5.4.0) socket_last_error ([ resource $socket]) int Returns the last error on the socket (PHP 4 >= 4.1.0, PHP 5) socket_listen (resource $socket[, int $backlog = 0]) bool Listens for a connection on a socket (PHP 4 >= 4.1.0, PHP 5) socket_read (resource $socket, int $length[, int $type = PHP_BINARY_READ]) string Reads a maximum of length bytes from a socket (PHP 4 >= 4.1.0, PHP 5) socket_recv (resource $socket, string &$buf, int $len, int $flags) int Receives data from a connected socket (PHP 4 >= 4.1.0, PHP 5) socket_recvfrom (resource $socket, string &$buf, int $len, int $flags, string &$name[, int &$port]) int Receives data from a socket whether or not it is connection-oriented (PHP 4 >= 4.1.0, PHP 5) socket_select (array &$read, array &$write, array &$except, int $tv_sec[, int $tv_usec = 0]) int Runs the select() system call on the given arrays of sockets with a specified timeout (PHP 4 >= 4.1.0, PHP 5) socket_send (resource $socket, string $buf, int $len, int $flags) int Sends data to a connected socket (PHP 4 >= 4.1.0, PHP 5) socket_sendto (resource $socket, string $buf, int $len, int $flags, string $addr[, int $port = 0]) int Sends a message to a socket, whether it is connected or not (PHP 4 >= 4.1.0, PHP 5) socket_set_block (resource $socket) bool Sets blocking mode on a socket resource (PHP 4 >= 4.2.0, PHP 5) socket_set_nonblock (resource $socket) bool Sets nonblocking mode for file descriptor fd (PHP 4 >= 4.1.0, PHP 5) socket_set_option (resource $socket, int $level, int $optname, mixed $optval) bool Sets socket options for the socket (PHP 4 >= 4.3.0, PHP 5) socket_shutdown (resource $socket[, int $how = 2]) bool Shuts down a socket for receiving, sending, or both (PHP 4 >= 4.1.0, PHP 5) socket_strerror (int $errno) string Return a string describing a socket error (PHP 4 >= 4.1.0, PHP 5) socket_write (resource $socket, string $buffer[, int $length = 0]) int Write to a socket (PHP 4 >= 4.1.0, PHP 5) solr_get_version (void) string Returns the current version of the Apache Solr extension (PECL solr >= 0.9.1) sort (array &$array[, int $sort_flags = SORT_REGULAR]) bool Sort an array (PHP 4, PHP 5) soundex (string $str) string Calculate the soundex key of a string (PHP 4, PHP 5) spl_autoload (string $class_name[, string $file_extensions = spl_autoload_extensions() string Default implementation for __autoload() (PHP 5 >= 5.1.2) spl_autoload_call (string $class_name) string Try all registered __autoload() function to load the requested class (PHP 5 >= 5.1.2) spl_autoload_extensions ([ string $file_extensions]) string Register and return default file extensions for spl_autoload (PHP 5 >= 5.1.2) spl_autoload_functions (void) array Return all registered __autoload() functions (PHP 5 >= 5.1.2) spl_autoload_register ([ callable $autoload_function[, bool $throw = true[, bool $prepend = false]]]) bool Register given function as __autoload() implementation (PHP 5 >= 5.1.2) spl_autoload_unregister (mixed $autoload_function) bool Unregister given function as __autoload() implementation (PHP 5 >= 5.1.2) spl_classes (void) array Return available SPL classes (PHP 5) spl_object_hash (object $obj) string Return hash id for given object (PHP 5 >= 5.2.0) split (string $pattern, string $string[, int $limit = -1]) array Split string into array by regular expression (PHP 4, PHP 5) spliti (string $pattern, string $string[, int $limit = -1]) array Split string into array by regular expression case insensitive (PHP 4 >= 4.0.1, PHP 5) sprintf (string $format[, mixed $args[, mixed $...]]) string Return a formatted string (PHP 4, PHP 5) sql_regcase (string $string) string Make regular expression for case insensitive match (PHP 4, PHP 5) sqlite_array_query (resource $dbhandle, string $query[, int $result_type = SQLITE_BOTH[, bool $decode_binary = true]]) array Execute a query against a given database and returns an array (PHP 5 sqlite_busy_timeout (resource $dbhandle, int $milliseconds) resource Set busy timeout duration, or disable busy handlers (PHP 5 sqlite_changes (resource $dbhandle) int Returns the number of rows that were changed by the most recent SQL statement (PHP 5 sqlite_close (resource $dbhandle) resource Closes an open SQLite database (PHP 5 sqlite_column (resource $result, mixed $index_or_name[, bool $decode_binary = true]) resource Fetches a column from the current row of a result set (PHP 5 sqlite_create_aggregate (resource $dbhandle, string $function_name, callable $step_func, callable $finalize_func[, int $num_args = -1]) resource Register an aggregating UDF for use in SQL statements (PHP 5 sqlite_create_function (resource $dbhandle, string $function_name, callable $callback[, int $num_args = -1]) resource Registers a "regular" User Defined Function for use in SQL statements (PHP 5 sqlite_current (resource $result[, int $result_type = SQLITE_BOTH[, bool $decode_binary = true]]) array Fetches the current row from a result set as an array (PHP 5 sqlite_error_string (int $error_code) string Returns the textual description of an error code (PHP 5 sqlite_escape_string (string $item) string Escapes a string for use as a query parameter (PHP 5 sqlite_exec (resource $dbhandle, string $query[, string &$error_msg]) bool Executes a result-less query against a given database (PHP 5 sqlite_factory (string $filename[, int $mode = 0666[, string &$error_message]]) string Opens an SQLite database and returns an SQLiteDatabase object (PHP 5 sqlite_fetch_all (resource $result[, int $result_type = SQLITE_BOTH[, bool $decode_binary = true]]) array Fetches all rows from a result set as an array of arrays (PHP 5 sqlite_fetch_array (resource $result[, int $result_type = SQLITE_BOTH[, bool $decode_binary = true]]) array Fetches the next row from a result set as an array (PHP 5 sqlite_fetch_column_types (string $table_name, resource $dbhandle[, int $result_type = SQLITE_ASSOC]) array Return an array of column types from a particular table (PHP 5 sqlite_fetch_object (resource $result[, string $class_name[, array $ctor_params[, bool $decode_binary = true]]]) object Fetches the next row from a result set as an object (PHP 5 sqlite_fetch_single (resource $result[, bool $decode_binary = true]) string Fetches the first column of a result set as a string (PHP 5 sqlite_field_name (resource $result, int $field_index) string Returns the name of a particular field (PHP 5 sqlite_has_more (resource $result) bool Finds whether or not more rows are available (PHP 5 sqlite_has_prev (resource $result) bool Returns whether or not a previous row is available (PHP 5 sqlite_key (void) int Returns the current row index (PHP 5 >= 5.1.0 and sqlite_last_error (resource $dbhandle) int Returns the error code of the last error for a database (PHP 5 sqlite_last_insert_rowid (resource $dbhandle) int Returns the rowid of the most recently inserted row (PHP 5 sqlite_libencoding (void) string Returns the encoding of the linked SQLite library (PHP 5 sqlite_libversion (void) string Returns the version of the linked SQLite library (PHP 5 sqlite_next (resource $result) bool Seek to the next row number (PHP 5 sqlite_num_fields (resource $result) int Returns the number of fields in a result set (PHP 5 sqlite_num_rows (resource $result) int Returns the number of rows in a buffered result set (PHP 5 sqlite_open (string $filename[, int $mode = 0666[, string &$error_message]]) resource Opens an SQLite database and create the database if it does not exist (PHP 5 sqlite_popen (string $filename[, int $mode = 0666[, string &$error_message]]) resource Opens a persistent handle to an SQLite database and create the database if it does not exist (PHP 5 sqlite_prev (resource $result) bool Seek to the previous row number of a result set (PHP 5 sqlite_query (resource $dbhandle, string $query[, int $result_type = SQLITE_BOTH[, string &$error_msg]]) resource Executes a query against a given database and returns a result handle (PHP 5 sqlite_rewind (resource $result) bool Seek to the first row number (PHP 5 sqlite_seek (resource $result, int $rownum) bool Seek to a particular row number of a buffered result set (PHP 5 sqlite_single_query (resource $db, string $query[, bool $first_row_only[, bool $decode_binary]]) array Executes a query and returns either an array for one single column or the value of the first row (PHP 5 sqlite_udf_decode_binary (string $data) string Decode binary data passed as parameters to an (PHP 5 sqlite_udf_encode_binary (string $data) string Encode binary data before returning it from an UDF (PHP 5 sqlite_unbuffered_query (resource $dbhandle, string $query[, int $result_type = SQLITE_BOTH[, string &$error_msg]]) resource Execute a query that does not prefetch and buffer all data (PHP 5 sqlite_valid (resource $result) bool Returns whether more rows are available (PHP 5 sqlsrv_begin_transaction (resource $conn) bool Begins a database transaction (No version information available, might only be in SVN) sqlsrv_cancel (resource $stmt) bool Cancels a statement (No version information available, might only be in SVN) sqlsrv_client_info (resource $conn) array Returns information about the client and specified connection (No version information available, might only be in SVN) sqlsrv_close (resource $conn) bool Closes an open connection and releases resourses associated with the connection (No version information available, might only be in SVN) sqlsrv_commit (resource $conn) bool Commits a transaction that was begun with (No version information available, might only be in SVN) sqlsrv_configure (string $setting, mixed $value) bool Changes the driver error handling and logging configurations (No version information available, might only be in SVN) sqlsrv_connect (string $serverName[, array $connectionInfo]) resource Opens a connection to a Microsoft SQL Server database (No version information available, might only be in SVN) sqlsrv_errors ([ int $errorsOrWarnings]) int Returns error and warning information about the last SQLSRV operation performed (No version information available, might only be in SVN) sqlsrv_execute (resource $stmt) bool Executes a statement prepared with (No version information available, might only be in SVN) sqlsrv_fetch (resource $stmt[, int $row[, int $offset]]) resource Makes the next row in a result set available for reading (No version information available, might only be in SVN) sqlsrv_fetch_array (resource $stmt[, int $fetchType[, int $row[, int $offset]]]) array Returns a row as an array (No version information available, might only be in SVN) sqlsrv_fetch_object (resource $stmt[, string $className[, array $ctorParams[, int $row[, int $offset]]]]) resource Retrieves the next row of data in a result set as an object (No version information available, might only be in SVN) sqlsrv_field_metadata (resource $stmt) resource Retrieves metadata for the fields of a statement prepared by (No version information available, might only be in SVN) sqlsrv_free_stmt (resource $stmt) bool Frees all resources for the specified statement (No version information available, might only be in SVN) sqlsrv_get_config (string $setting) string Returns the value of the specified configuration setting (No version information available, might only be in SVN) sqlsrv_get_field (resource $stmt, int $fieldIndex[, int $getAsType]) resource Gets field data from the currently selected row (No version information available, might only be in SVN) sqlsrv_has_rows (resource $stmt) bool Indicates whether the specified statement has rows (No version information available, might only be in SVN) sqlsrv_next_result (resource $stmt) resource Makes the next result of the specified statement active (No version information available, might only be in SVN) sqlsrv_num_fields (resource $stmt) resource Retrieves the number of fields (columns) on a statement (No version information available, might only be in SVN) sqlsrv_num_rows (resource $stmt) resource Retrieves the number of rows in a result set (No version information available, might only be in SVN) sqlsrv_prepare (resource $conn, string $sql[, array $params[, array $options]]) resource Prepares a query for execution (No version information available, might only be in SVN) sqlsrv_query (resource $conn, string $sql[, array $params[, array $options]]) resource Prepares and executes a query. (No version information available, might only be in SVN) sqlsrv_rollback (resource $conn) bool Rolls back a transaction that was begun with (No version information available, might only be in SVN) sqlsrv_rows_affected (resource $stmt) int Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query executed (No version information available, might only be in SVN) sqlsrv_send_stream_data (resource $stmt) bool Sends data from parameter streams to the server (No version information available, might only be in SVN) sqlsrv_server_info (resource $conn) array Returns information about the server (No version information available, might only be in SVN) sqrt (float $arg) float Square root (PHP 4, PHP 5) srand ([ int $seed]) int Seed the random number generator (PHP 4, PHP 5) sscanf (string $str, string $format[, mixed &$...]) string Parses input from a string according to a format (PHP 4 >= 4.0.1, PHP 5) ssdeep_fuzzy_compare (string $signature1, string $signature2) int Calculates the match score between two fuzzy hash signatures (PECL ssdeep >= 1.0.0) ssdeep_fuzzy_hash (string $to_hash) string Create a fuzzy hash from a string (PECL ssdeep >= 1.0.0) ssdeep_fuzzy_hash_filename (string $file_name) string Create a fuzzy hash from a file (PECL ssdeep >= 1.0.0) ssh2_auth_agent (resource $session, string $username) bool Authenticate over SSH using the ssh agent (PECL ssh2 >= 0.12) ssh2_auth_hostbased_file (resource $session, string $username, string $hostname, string $pubkeyfile, string $privkeyfile[, string $passphrase[, string $local_username]]) bool Authenticate using a public hostkey (PECL ssh2 >= 0.9.0) ssh2_auth_none (resource $session, string $username) resource Authenticate as "none" (PECL ssh2 >= 0.9.0) ssh2_auth_password (resource $session, string $username, string $password) bool Authenticate over SSH using a plain password (PECL ssh2 >= 0.9.0) ssh2_auth_pubkey_file (resource $session, string $username, string $pubkeyfile, string $privkeyfile[, string $passphrase]) bool Authenticate using a public key (PECL ssh2 >= 0.9.0) ssh2_connect (string $host[, int $port = 22[, array $methods[, array $callbacks]]]) resource Connect to an SSH server (PECL ssh2 >= 0.9.0) ssh2_exec (resource $session, string $command[, string $pty[, array $env[, int $width = 80[, int $height = 25[, int $width_height_type = SSH2_TERM_UNIT_CHARS]]]]]) resource Execute a command on a remote server (PECL ssh2 >= 0.9.0) ssh2_fetch_stream (resource $channel, int $streamid) resource Fetch an extended data stream (PECL ssh2 >= 0.9.0) ssh2_fingerprint (resource $session[, int $flags = SSH2_FINGERPRINT_MD5 | SSH2_FINGERPRINT_HEX]) string Retrieve fingerprint of remote server (PECL ssh2 >= 0.9.0) ssh2_methods_negotiated (resource $session) array Return list of negotiated methods (PECL ssh2 >= 0.9.0) ssh2_publickey_add (resource $pkey, string $algoname, string $blob[, bool $overwrite = false[, array $attributes]]) bool Add an authorized publickey (PECL ssh2 >= 0.10) ssh2_publickey_init (resource $session) resource Initialize Publickey subsystem (PECL ssh2 >= 0.10) ssh2_publickey_list (resource $pkey) array List currently authorized publickeys (PECL ssh2 >= 0.10) ssh2_publickey_remove (resource $pkey, string $algoname, string $blob) bool Remove an authorized publickey (PECL ssh2 >= 0.10) ssh2_scp_recv (resource $session, string $remote_file, string $local_file) bool Request a file via SCP (PECL ssh2 >= 0.9.0) ssh2_scp_send (resource $session, string $local_file, string $remote_file[, int $create_mode = 0644]) bool Send a file via SCP (PECL ssh2 >= 0.9.0) ssh2_sftp (resource $session) resource Initialize SFTP subsystem (PECL ssh2 >= 0.9.0) ssh2_sftp_chmod (resource $sftp, string $filename, int $mode) bool Changes file mode (PECL ssh2 >= 0.12) ssh2_sftp_lstat (resource $sftp, string $path) array Stat a symbolic link (PECL ssh2 >= 0.9.0) ssh2_sftp_mkdir (resource $sftp, string $dirname[, int $mode = 0777[, bool $recursive = false]]) bool Create a directory (PECL ssh2 >= 0.9.0) ssh2_sftp_readlink (resource $sftp, string $link) string Return the target of a symbolic link (PECL ssh2 >= 0.9.0) ssh2_sftp_realpath (resource $sftp, string $filename) string Resolve the realpath of a provided path string (PECL ssh2 >= 0.9.0) ssh2_sftp_rename (resource $sftp, string $from, string $to) bool Rename a remote file (PECL ssh2 >= 0.9.0) ssh2_sftp_rmdir (resource $sftp, string $dirname) bool Remove a directory (PECL ssh2 >= 0.9.0) ssh2_sftp_stat (resource $sftp, string $path) array Stat a file on a remote filesystem (PECL ssh2 >= 0.9.0) ssh2_sftp_symlink (resource $sftp, string $target, string $link) bool Create a symlink (PECL ssh2 >= 0.9.0) ssh2_sftp_unlink (resource $sftp, string $filename) bool Delete a file (PECL ssh2 >= 0.9.0) ssh2_shell (resource $session[, string $term_type = "vanilla"[, array $env[, int $width = 80[, int $height = 25[, int $width_height_type = SSH2_TERM_UNIT_CHARS]]]]]) resource Request an interactive shell (PECL ssh2 >= 0.9.0) ssh2_tunnel (resource $session, string $host, int $port) resource Open a tunnel through a remote server (PECL ssh2 >= 0.9.0) stat (string $filename) array Gives information about a file (PHP 4, PHP 5) stats_absolute_deviation (array $a) float Returns the absolute deviation of an array of values (PECL stats >= 1.0.0) stats_cdf_beta (float $par1, float $par2, float $par3, int $which) float CDF function for BETA Distribution. Calculates any one parameter of the beta distribution given values for the others. (PECL stats >= 1.0.0) stats_cdf_binomial (float $par1, float $par2, float $par3, int $which) float Calculates any one parameter of the binomial distribution given values for the others. (PECL stats >= 1.0.0) stats_cdf_cauchy (float $par1, float $par2, float $par3, int $which) float Not documented (PECL stats >= 1.0.0) stats_cdf_chisquare (float $par1, float $par2, int $which) float Calculates any one parameter of the chi-square distribution given values for the others. (PECL stats >= 1.0.0) stats_cdf_exponential (float $par1, float $par2, int $which) float Not documented (PECL stats >= 1.0.0) stats_cdf_f (float $par1, float $par2, float $par3, int $which) float Calculates any one parameter of the F distribution given values for the others. (PECL stats >= 1.0.0) stats_cdf_gamma (float $par1, float $par2, float $par3, int $which) float Calculates any one parameter of the gamma distribution given values for the others. (PECL stats >= 1.0.0) stats_cdf_laplace (float $par1, float $par2, float $par3, int $which) float Not documented (PECL stats >= 1.0.0) stats_cdf_logistic (float $par1, float $par2, float $par3, int $which) float Not documented (PECL stats >= 1.0.0) stats_cdf_negative_binomial (float $par1, float $par2, float $par3, int $which) float Calculates any one parameter of the negative binomial distribution given values for the others. (PECL stats >= 1.0.0) stats_cdf_noncentral_chisquare (float $par1, float $par2, float $par3, int $which) float Calculates any one parameter of the non-central chi-square distribution given values for the others. (PECL stats >= 1.0.0) stats_cdf_noncentral_f (float $par1, float $par2, float $par3, float $par4, int $which) float Calculates any one parameter of the Non-central F distribution given values for the others. (PECL stats >= 1.0.0) stats_cdf_poisson (float $par1, float $par2, int $which) float Calculates any one parameter of the Poisson distribution given values for the others. (PECL stats >= 1.0.0) stats_cdf_t (float $par1, float $par2, int $which) float Calculates any one parameter of the T distribution given values for the others. (PECL stats >= 1.0.0) stats_cdf_uniform (float $par1, float $par2, float $par3, int $which) float Not documented (PECL stats >= 1.0.0) stats_cdf_weibull (float $par1, float $par2, float $par3, int $which) float Not documented (PECL stats >= 1.0.0) stats_covariance (array $a, array $b) float Computes the covariance of two data sets (PECL stats >= 1.0.0) stats_den_uniform (float $x, float $a, float $b) float Not documented (PECL stats >= 1.0.0) stats_dens_beta (float $x, float $a, float $b) float Not documented (PECL stats >= 1.0.0) stats_dens_cauchy (float $x, float $ave, float $stdev) float Not documented (PECL stats >= 1.0.0) stats_dens_chisquare (float $x, float $dfr) float Not documented (PECL stats >= 1.0.0) stats_dens_exponential (float $x, float $scale) float Not documented (PECL stats >= 1.0.0) stats_dens_f (float $x, float $dfr1, float $dfr2) float (PECL stats >= 1.0.0) stats_dens_gamma (float $x, float $shape, float $scale) float Not documented (PECL stats >= 1.0.0) stats_dens_laplace (float $x, float $ave, float $stdev) float Not documented (PECL stats >= 1.0.0) stats_dens_logistic (float $x, float $ave, float $stdev) float Not documented (PECL stats >= 1.0.0) stats_dens_negative_binomial (float $x, float $n, float $pi) float Not documented (PECL stats >= 1.0.0) stats_dens_normal (float $x, float $ave, float $stdev) float Not documented (PECL stats >= 1.0.0) stats_dens_pmf_binomial (float $x, float $n, float $pi) float Not documented (PECL stats >= 1.0.0) stats_dens_pmf_hypergeometric (float $n1, float $n2, float $N1, float $N2) float (PECL stats >= 1.0.0) stats_dens_pmf_poisson (float $x, float $lb) float Not documented (PECL stats >= 1.0.0) stats_dens_t (float $x, float $dfr) float Not documented (PECL stats >= 1.0.0) stats_dens_weibull (float $x, float $a, float $b) float Not documented (PECL stats >= 1.0.0) stats_harmonic_mean (array $a) array Returns the harmonic mean of an array of values (PECL stats >= 1.0.0) stats_kurtosis (array $a) float Computes the kurtosis of the data in the array (PECL stats >= 1.0.0) stats_rand_gen_beta (float $a, float $b) float Generates beta random deviate (PECL stats >= 1.0.0) stats_rand_gen_chisquare (float $df) float Generates random deviate from the distribution of a chisquare with "df" degrees of freedom random variable. (PECL stats >= 1.0.0) stats_rand_gen_exponential (float $av) float Generates a single random deviate from an exponential distribution with mean "av" (PECL stats >= 1.0.0) stats_rand_gen_f (float $dfn, float $dfd) float Generates a random deviate (PECL stats >= 1.0.0) stats_rand_gen_funiform (float $low, float $high) float Generates uniform float between low (exclusive) and high (exclusive) (PECL stats >= 1.0.0) stats_rand_gen_gamma (float $a, float $r) float Generates random deviates from a gamma distribution (PECL stats >= 1.0.0) stats_rand_gen_ibinomial (int $n, float $pp) int 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 (PECL stats >= 1.0.0) stats_rand_gen_ibinomial_negative (int $n, float $p) int 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 (PECL stats >= 1.0.0) stats_rand_gen_int (void) int Generates random integer between 1 and 2147483562 (PECL stats >= 1.0.0) stats_rand_gen_ipoisson (float $mu) int Generates a single random deviate from a Poisson distribution with mean "mu" (mu >= 0.0). (PECL stats >= 1.0.0) stats_rand_gen_iuniform (int $low, int $high) int Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive) (PECL stats >= 1.0.0) stats_rand_gen_noncenral_chisquare (float $df, float $xnonc) float 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 (PECL stats >= 1.0.0) stats_rand_gen_noncentral_f (float $dfn, float $dfd, float $xnonc) float 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. (PECL stats >= 1.0.0) stats_rand_gen_noncentral_t (float $df, float $xnonc) float Generates a single random deviate from a noncentral T distribution (PECL stats >= 1.0.0) stats_rand_gen_normal (float $av, float $sd) float 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 stats >= 1.0.0) stats_rand_gen_t (float $df) float Generates a single random deviate from a T distribution (PECL stats >= 1.0.0) stats_rand_get_seeds (void) array Not documented (PECL stats >= 1.0.0) stats_rand_phrase_to_seeds (string $phrase) array generate two seeds for the RGN random number generator (PECL stats >= 1.0.0) stats_rand_ranf (void) float 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 stats >= 1.0.0) stats_rand_setall (int $iseed1, int $iseed2) int Not documented (PECL stats >= 1.0.0) stats_skew (array $a) float Computes the skewness of the data in the array (PECL stats >= 1.0.0) stats_standard_deviation (array $a[, bool $sample = false]) float Returns the standard deviation (PECL stats >= 1.0.0) stats_stat_binomial_coef (int $x, int $n) float Not documented (PECL stats >= 1.0.0) stats_stat_correlation (array $arr1, array $arr2) float Not documented (PECL stats >= 1.0.0) stats_stat_gennch (int $n) float Not documented (PECL stats >= 1.0.0) stats_stat_independent_t (array $arr1, array $arr2) float Not documented (PECL stats >= 1.0.0) stats_stat_innerproduct (array $arr1, array $arr2) float (PECL stats >= 1.0.0) stats_stat_noncentral_t (float $par1, float $par2, float $par3, int $which) float Calculates any one parameter of the noncentral t distribution give values for the others. (PECL stats >= 1.0.0) stats_stat_paired_t (array $arr1, array $arr2) float Not documented (PECL stats >= 1.0.0) stats_stat_percentile (float $df, float $xnonc) float Not documented (PECL stats >= 1.0.0) stats_stat_powersum (array $arr, float $power) float Not documented (PECL stats >= 1.0.0) stats_variance (array $a[, bool $sample = false]) float Returns the population variance (PECL stats >= 1.0.0) stomp_connect_error (void) string Returns a string description of the last connect error (PECL stomp >= 0.3.0) stomp_version (void) string Gets the current stomp extension version (PECL stomp >= 0.1.0) str_getcsv (string $input[, string $delimiter = ','[, string $enclosure = '"'[, string $escape = '\\']]]) array Parse a CSV string into an array (PHP 5 >= 5.3.0) str_ireplace (mixed $search, mixed $replace, mixed $subject[, int &$count]) int Case-insensitive version of (PHP 5) str_pad (string $input, int $pad_length[, string $pad_string = " "[, int $pad_type = STR_PAD_RIGHT]]) string Pad a string to a certain length with another string (PHP 4 >= 4.0.1, PHP 5) str_repeat (string $input, int $multiplier) string Repeat a string (PHP 4, PHP 5) str_replace (mixed $search, mixed $replace, mixed $subject[, int &$count]) int Replace all occurrences of the search string with the replacement string (PHP 4, PHP 5) str_rot13 (string $str) string Perform the rot13 transform on a string (PHP 4 >= 4.2.0, PHP 5) str_shuffle (string $str) string Randomly shuffles a string (PHP 4 >= 4.3.0, PHP 5) str_split (string $string[, int $split_length = 1]) array Convert a string to an array (PHP 5) str_word_count (string $string[, int $format = 0[, string $charlist]]) string Return information about words used in a string (PHP 4 >= 4.3.0, PHP 5) strcasecmp (string $str1, string $str2) int Binary safe case-insensitive string comparison (PHP 4, PHP 5) strcmp (string $str1, string $str2) int Binary safe string comparison (PHP 4, PHP 5) strcoll (string $str1, string $str2) int Locale based string comparison (PHP 4 >= 4.0.5, PHP 5) strcspn (string $str1, string $str2[, int $start[, int $length]]) int Find length of initial segment not matching mask (PHP 4, PHP 5) stream_bucket_append (resource $brigade, resource $bucket) resource Append bucket to brigade (PHP 5) stream_bucket_make_writeable (resource $brigade) object Return a bucket object from the brigade for operating on (PHP 5) stream_bucket_new (resource $stream, string $buffer) object Create a new bucket for use on the current stream (PHP 5) stream_bucket_prepend (resource $brigade, resource $bucket) resource Prepend bucket to brigade (PHP 5) stream_context_create ([ array $options[, array $params]]) resource Creates a stream context (PHP 4 >= 4.3.0, PHP 5) stream_context_get_default ([ array $options]) resource Retrieve the default stream context (PHP 5 >= 5.1.0) stream_context_get_options (resource $stream_or_context) array Retrieve options for a stream/wrapper/context (PHP 4 >= 4.3.0, PHP 5) stream_context_get_params (resource $stream_or_context) array Retrieves parameters from a context (PHP 5 >= 5.3.0) stream_context_set_default (array $options) resource Set the default stream context (PHP 5 >= 5.3.0) stream_context_set_option (resource $stream_or_context, string $wrapper, string $option, mixed $value) bool Sets an option for a stream/wrapper/context (PHP 4 >= 4.3.0, PHP 5) stream_context_set_params (resource $stream_or_context, array $params) bool Set parameters for a stream/wrapper/context (PHP 4 >= 4.3.0, PHP 5) stream_copy_to_stream (resource $source, resource $dest[, int $maxlength = -1[, int $offset = 0]]) int Copies data from one stream to another (PHP 5) stream_encoding (resource $stream[, string $encoding]) bool Set character set for stream encoding (No version information available, might only be in SVN) stream_filter_append (resource $stream, string $filtername[, int $read_write[, mixed $params]]) resource Attach a filter to a stream (PHP 4 >= 4.3.0, PHP 5) stream_filter_prepend (resource $stream, string $filtername[, int $read_write[, mixed $params]]) resource Attach a filter to a stream (PHP 4 >= 4.3.0, PHP 5) stream_filter_register (string $filtername, string $classname) bool Register a user defined stream filter (PHP 5) stream_filter_remove (resource $stream_filter) bool Remove a filter from a stream (PHP 5 >= 5.1.0) stream_get_contents (resource $handle[, int $maxlength = -1[, int $offset = -1]]) string Reads remainder of a stream into a string (PHP 5) stream_get_filters (void) array Retrieve list of registered filters (PHP 5) stream_get_line (resource $handle, int $length[, string $ending]) string Gets line from stream resource up to a given delimiter (PHP 5) stream_get_meta_data (resource $stream) array Retrieves header/meta data from streams/file pointers (PHP 4 >= 4.3.0, PHP 5) stream_get_transports (void) array Retrieve list of registered socket transports (PHP 5) stream_get_wrappers (void) array Retrieve list of registered streams (PHP 5) stream_is_local (mixed $stream_or_url) bool Checks if a stream is a local stream (PHP 5 >= 5.2.4) stream_notification_callback (int $notification_code, int $severity, string $message, int $message_code, int $bytes_transferred, int $bytes_max) int A callback function for the (PHP 5 >= 5.2.0) stream_resolve_include_path (string $filename) string Resolve filename against the include path (PHP 5 >= 5.3.2) stream_select (array &$read, array &$write, array &$except, int $tv_sec[, int $tv_usec = 0]) int 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) stream_set_blocking (resource $stream, int $mode) bool Set blocking/non-blocking mode on a stream (PHP 4 >= 4.3.0, PHP 5) stream_set_chunk_size (resource $fp, int $chunk_size) int Set the stream chunk size (PHP 5 >= 5.4.0) stream_set_read_buffer (resource $stream, int $buffer) int Set read file buffering on the given stream (PHP 5 >= 5.3.3) stream_set_timeout (resource $stream, int $seconds[, int $microseconds = 0]) bool Set timeout period on a stream (PHP 4 >= 4.3.0, PHP 5) stream_set_write_buffer (resource $stream, int $buffer) int Sets write file buffering on the given stream (PHP 4 >= 4.3.0, PHP 5) stream_socket_accept (resource $server_socket[, float $timeout = ini_get("default_socket_timeout") resource Accept a connection on a socket created by (PHP 5) stream_socket_client (string $remote_socket[, int &$errno[, string &$errstr[, float $timeout = ini_get("default_socket_timeout") resource Open Internet or Unix domain socket connection (PHP 5) stream_socket_enable_crypto (resource $stream, bool $enable[, int $crypto_type[, resource $session_stream]]) resource Turns encryption on/off on an already connected socket (PHP 5 >= 5.1.0) stream_socket_get_name (resource $handle, bool $want_peer) string Retrieve the name of the local or remote sockets (PHP 5) stream_socket_pair (int $domain, int $type, int $protocol) array Creates a pair of connected, indistinguishable socket streams (PHP 5 >= 5.1.0) stream_socket_recvfrom (resource $socket, int $length[, int $flags = 0[, string &$address]]) string Receives data from a socket, connected or not (PHP 5) stream_socket_sendto (resource $socket, string $data[, int $flags = 0[, string $address]]) int Sends a message to a socket, whether it is connected or not (PHP 5) stream_socket_server (string $local_socket[, int &$errno[, string &$errstr[, int $flags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN[, resource $context]]]]) resource Create an Internet or Unix domain server socket (PHP 5) stream_socket_shutdown (resource $stream, int $how) bool Shutdown a full-duplex connection (PHP 5 >= 5.2.1) stream_supports_lock (resource $stream) bool Tells whether the stream supports locking. (PHP 5 >= 5.3.0) stream_wrapper_register (string $protocol, string $classname[, int $flags = 0]) bool Register a URL wrapper implemented as a PHP class (PHP 4 >= 4.3.2, PHP 5) stream_wrapper_restore (string $protocol) bool Restores a previously unregistered built-in wrapper (PHP 5 >= 5.1.0) stream_wrapper_unregister (string $protocol) bool Unregister a URL wrapper (PHP 5 >= 5.1.0) strftime (string $format[, int $timestamp = time() string Format a local time/date according to locale settings (PHP 4, PHP 5) strip_tags (string $str[, string $allowable_tags]) string Strip HTML and PHP tags from a string (PHP 4, PHP 5) stripcslashes (string $str) string Un-quote string quoted with (PHP 4, PHP 5) stripos (string $haystack, string $needle[, int $offset = 0]) int Find the position of the first occurrence of a case-insensitive substring in a string (PHP 5) stripslashes (string $str) string Un-quotes a quoted string (PHP 4, PHP 5) stristr (string $haystack, mixed $needle[, bool $before_needle = false]) string Case-insensitive (PHP 4, PHP 5) strlen (string $string) int Get string length (PHP 4, PHP 5) strnatcasecmp (string $str1, string $str2) int Case insensitive string comparisons using a "natural order" algorithm (PHP 4, PHP 5) strnatcmp (string $str1, string $str2) int String comparisons using a "natural order" algorithm (PHP 4, PHP 5) strncasecmp (string $str1, string $str2, int $len) int Binary safe case-insensitive string comparison of the first n characters (PHP 4 >= 4.0.2, PHP 5) strncmp (string $str1, string $str2, int $len) int Binary safe string comparison of the first n characters (PHP 4, PHP 5) strpbrk (string $haystack, string $char_list) string Search a string for any of a set of characters (PHP 5) strpos (string $haystack, mixed $needle[, int $offset = 0]) int Find the position of the first occurrence of a substring in a string (PHP 4, PHP 5) strptime (string $date, string $format) array Parse a time/date generated with (PHP 5 >= 5.1.0) strrchr (string $haystack, mixed $needle) string Find the last occurrence of a character in a string (PHP 4, PHP 5) strrev (string $string) string Reverse a string (PHP 4, PHP 5) strripos (string $haystack, string $needle[, int $offset = 0]) int Find the position of the last occurrence of a case-insensitive substring in a string (PHP 5) strrpos (string $haystack, string $needle[, int $offset = 0]) int Find the position of the last occurrence of a substring in a string (PHP 4, PHP 5) strspn (string $subject, string $mask[, int $start[, int $length]]) int Finds the length of the initial segment of a string consisting entirely of characters contained within a given mask. (PHP 4, PHP 5) strstr (string $haystack, mixed $needle[, bool $before_needle = false]) string Find the first occurrence of a string (PHP 4, PHP 5) strtok (string $str, string $token) string Tokenize string (PHP 4, PHP 5) strtolower (string $str) string Make a string lowercase (PHP 4, PHP 5) strtotime (string $time[, int $now = time() int Parse about any English textual datetime description into a Unix timestamp (PHP 4, PHP 5) strtoupper (string $string) string Make a string uppercase (PHP 4, PHP 5) strtr (string $str, string $from, string $to) string Translate characters or replace substrings (PHP 4, PHP 5) strval (mixed $var) string Get string value of a variable (PHP 4, PHP 5) substr (string $string, int $start[, int $length]) string Return part of a string (PHP 4, PHP 5) substr_compare (string $main_str, string $str, int $offset[, int $length[, bool $case_insensitivity = false]]) int Binary safe comparison of two strings from an offset, up to length characters (PHP 5) substr_count (string $haystack, string $needle[, int $offset = 0[, int $length]]) int Count the number of substring occurrences (PHP 4, PHP 5) substr_replace (mixed $string, mixed $replacement, mixed $start[, mixed $length]) Replace text within a portion of a string (PHP 4, PHP 5) svn_add (string $path[, bool $recursive = true[, bool $force = false]]) bool Schedules the addition of an item in a working directory (PECL svn >= 0.1.0) svn_auth_get_parameter (string $key) string Retrieves authentication parameter (PECL svn >= 0.1.0) svn_auth_set_parameter (string $key, string $value) string Sets an authentication parameter (PECL svn >= 0.1.0) svn_blame (string $repository_url[, int $revision_no = SVN_REVISION_HEAD]) array Get the SVN blame for a file (PECL svn >= 0.3.0) svn_cat (string $repos_url[, int $revision_no]) string Returns the contents of a file in a repository (PECL svn >= 0.1.0) svn_checkout (string $repos, string $targetpath[, int $revision[, int $flags = 0]]) bool Checks out a working copy from the repository (PECL svn >= 0.1.0) svn_cleanup (string $workingdir) bool Recursively cleanup a working copy directory, finishing incomplete operations and removing locks (PECL svn >= 0.1.0) svn_client_version (void) string Returns the version of the SVN client libraries (PECL svn >= 0.1.0) svn_commit (string $log, array $targets[, bool $recursive = true]) array Sends changes from the local working copy to the repository (PECL svn >= 0.1.0) svn_delete (string $path[, bool $force = false]) bool Delete items from a working copy or repository. (PECL svn >= 0.4.0) svn_diff (string $path1, int $rev1, string $path2, int $rev2) array Recursively diffs two paths (PECL svn >= 0.1.0) svn_export (string $frompath, string $topath[, bool $working_copy = true[, int $revision_no = -1]]) bool Export the contents of a SVN directory (PECL svn >= 0.3.0) svn_fs_abort_txn (resource $txn) bool Abort a transaction, returns true if everything is okay, false otherwise (PECL svn >= 0.2.0) svn_fs_apply_text (resource $root, string $path) resource Creates and returns a stream that will be used to replace (PECL svn >= 0.2.0) svn_fs_begin_txn2 (resource $repos, int $rev) resource Create a new transaction (PECL svn >= 0.2.0) svn_fs_change_node_prop (resource $root, string $path, string $name, string $value) bool Return true if everything is ok, false otherwise (PECL svn >= 0.2.0) svn_fs_check_path (resource $fsroot, string $path) int Determines what kind of item lives at path in a given repository fsroot (PECL svn >= 0.1.0) svn_fs_contents_changed (resource $root1, string $path1, resource $root2, string $path2) bool Return true if content is different, false otherwise (PECL svn >= 0.2.0) svn_fs_copy (resource $from_root, string $from_path, resource $to_root, string $to_path) bool Copies a file or a directory, returns true if all is ok, false otherwise (PECL svn >= 0.2.0) svn_fs_delete (resource $root, string $path) bool Deletes a file or a directory, return true if all is ok, false otherwise (PECL svn >= 0.2.0) svn_fs_dir_entries (resource $fsroot, string $path) array Enumerates the directory entries under path; returns a hash of dir names to file type (PECL svn >= 0.1.0) svn_fs_file_contents (resource $fsroot, string $path) resource Returns a stream to access the contents of a file from a given version of the fs (PECL svn >= 0.1.0) svn_fs_file_length (resource $fsroot, string $path) int Returns the length of a file from a given version of the fs (PECL svn >= 0.1.0) svn_fs_is_dir (resource $root, string $path) bool Return true if the path points to a directory, false otherwise (PECL svn >= 0.2.0) svn_fs_is_file (resource $root, string $path) bool Return true if the path points to a file, false otherwise (PECL svn >= 0.2.0) svn_fs_make_dir (resource $root, string $path) bool Creates a new empty directory, returns true if all is ok, false otherwise (PECL svn >= 0.2.0) svn_fs_make_file (resource $root, string $path) bool Creates a new empty file, returns true if all is ok, false otherwise (PECL svn >= 0.2.0) svn_fs_node_created_rev (resource $fsroot, string $path) int Returns the revision in which path under fsroot was created (PECL svn >= 0.1.0) svn_fs_node_prop (resource $fsroot, string $path, string $propname) string Returns the value of a property for a node (PECL svn >= 0.1.0) svn_fs_props_changed (resource $root1, string $path1, resource $root2, string $path2) bool Return true if props are different, false otherwise (PECL svn >= 0.2.0) svn_fs_revision_prop (resource $fs, int $revnum, string $propname) string Fetches the value of a named property (PECL svn >= 0.1.0) svn_fs_revision_root (resource $fs, int $revnum) resource Get a handle on a specific version of the repository root (PECL svn >= 0.1.0) svn_fs_txn_root (resource $txn) resource Creates and returns a transaction root (PECL svn >= 0.2.0) svn_fs_youngest_rev (resource $fs) int Returns the number of the youngest revision in the filesystem (PECL svn >= 0.1.0) svn_import (string $path, string $url, bool $nonrecursive) bool Imports an unversioned path into a repository (PECL svn >= 0.2.0) svn_log (string $repos_url[, int $start_revision[, int $end_revision[, int $limit = 0[, int $flags = SVN_DISCOVER_CHANGED_PATHS | SVN_STOP_ON_COPY]]]]) array Returns the commit log messages of a repository URL (PECL svn >= 0.1.0) svn_ls (string $repos_url[, int $revision_no = SVN_REVISION_HEAD[, bool $recurse = false[, bool $peg = false]]]) array Returns list of directory contents in repository URL, optionally at revision number (PECL svn >= 0.1.0) svn_mkdir (string $path[, string $log_message]) bool Creates a directory in a working copy or repository (PECL svn >= 0.4.0) svn_repos_create (string $path[, array $config[, array $fsconfig]]) resource Create a new subversion repository at path (PECL svn >= 0.1.0) svn_repos_fs (resource $repos) resource Gets a handle on the filesystem for a repository (PECL svn >= 0.1.0) svn_repos_fs_begin_txn_for_commit (resource $repos, int $rev, string $author, string $log_msg) resource Create a new transaction (PECL svn >= 0.2.0) svn_repos_fs_commit_txn (resource $txn) int Commits a transaction and returns the new revision (PECL svn >= 0.2.0) svn_repos_hotcopy (string $repospath, string $destpath, bool $cleanlogs) bool Make a hot-copy of the repos at repospath; copy it to destpath (PECL svn >= 0.1.0) svn_repos_open (string $path) resource Open a shared lock on a repository. (PECL svn >= 0.1.0) svn_repos_recover (string $path) bool Run recovery procedures on the repository located at path. (PECL svn >= 0.1.0) svn_revert (string $path[, bool $recursive = false]) bool Revert changes to the working copy (PECL svn >= 0.3.0) svn_status (string $path[, int $flags = 0]) array Returns the status of working copy files and directories (PECL svn >= 0.1.0) svn_update (string $path[, int $revno = SVN_REVISION_HEAD[, bool $recurse = true]]) int Update working copy (PECL svn >= 0.1.0) swf_actiongeturl (string $url, string $target) string Get a URL from a Shockwave Flash movie (PHP 4) swf_actiongotoframe (int $framenumber) int Play a frame and then stop (PHP 4) swf_actiongotolabel (string $label) string Display a frame with the specified label (PHP 4) swf_actionnextframe (void) Go forward one frame (PHP 4) swf_actionplay (void) Start playing the flash movie from the current frame (PHP 4) swf_actionprevframe (void) Go backwards one frame (PHP 4) swf_actionsettarget (string $target) string Set the context for actions (PHP 4) swf_actionstop (void) Stop playing the flash movie at the current frame (PHP 4) swf_actiontogglequality (void) Toggle between low and high quality (PHP 4) swf_actionwaitforframe (int $framenumber, int $skipcount) int Skip actions if a frame has not been loaded (PHP 4) swf_addbuttonrecord (int $states, int $shapeid, int $depth) int Controls location, appearance and active area of the current button (PHP 4) swf_addcolor (float $r, float $g, float $b, float $a) float Set the global add color to the rgba value specified (PHP 4) swf_closefile ([ int $return_file]) int Close the current Shockwave Flash file (PHP 4) swf_definebitmap (int $objid, string $image_name) int Define a bitmap (PHP 4) swf_definefont (int $fontid, string $fontname) int Defines a font (PHP 4) swf_defineline (int $objid, float $x1, float $y1, float $x2, float $y2, float $width) int Define a line (PHP 4) swf_definepoly (int $objid, array $coords, int $npoints, float $width) int Define a polygon (PHP 4) swf_definerect (int $objid, float $x1, float $y1, float $x2, float $y2, float $width) int Define a rectangle (PHP 4) swf_definetext (int $objid, string $str, int $docenter) int Define a text string (PHP 4) swf_endbutton (void) End the definition of the current button (PHP 4) swf_enddoaction (void) End the current action (PHP 4) swf_endshape (void) Completes the definition of the current shape (PHP 4) swf_endsymbol (void) End the definition of a symbol (PHP 4) swf_fontsize (float $size) float Change the font size (PHP 4) swf_fontslant (float $slant) float Set the font slant (PHP 4) swf_fonttracking (float $tracking) float Set the current font tracking (PHP 4) swf_getbitmapinfo (int $bitmapid) array Get information about a bitmap (PHP 4) swf_getfontinfo (void) array Gets font information (PHP 4) swf_getframe (void) int Get the frame number of the current frame (PHP 4) swf_labelframe (string $name) string Label the current frame (PHP 4) swf_lookat (float $view_x, float $view_y, float $view_z, float $reference_x, float $reference_y, float $reference_z, float $twist) float Define a viewing transformation (PHP 4) swf_modifyobject (int $depth, int $how) int Modify an object (PHP 4) swf_mulcolor (float $r, float $g, float $b, float $a) float Sets the global multiply color to the rgba value specified (PHP 4) swf_nextid (void) int Returns the next free object id (PHP 4) swf_oncondition (int $transition) int Describe a transition used to trigger an action list (PHP 4) swf_openfile (string $filename, float $width, float $height, float $framerate, float $r, float $g, float $b) string Open a new Shockwave Flash file (PHP 4) swf_ortho (float $xmin, float $xmax, float $ymin, float $ymax, float $zmin, float $zmax) float Defines an orthographic mapping of user coordinates onto the current viewport (PHP 4 >= 4.0.1) swf_ortho2 (float $xmin, float $xmax, float $ymin, float $ymax) float Defines 2D orthographic mapping of user coordinates onto the current viewport (PHP 4) swf_perspective (float $fovy, float $aspect, float $near, float $far) float Define a perspective projection transformation (PHP 4) swf_placeobject (int $objid, int $depth) int Place an object onto the screen (PHP 4) swf_polarview (float $dist, float $azimuth, float $incidence, float $twist) float Define the viewer's position with polar coordinates (PHP 4) swf_popmatrix (void) Restore a previous transformation matrix (PHP 4) swf_posround (int $round) int Enables or Disables the rounding of the translation when objects are placed or moved (PHP 4) swf_pushmatrix (void) Push the current transformation matrix back onto the stack (PHP 4) swf_removeobject (int $depth) int Remove an object (PHP 4) swf_rotate (float $angle, string $axis) float Rotate the current transformation (PHP 4) swf_scale (float $x, float $y, float $z) float Scale the current transformation (PHP 4) swf_setfont (int $fontid) int Change the current font (PHP 4) swf_setframe (int $framenumber) int Switch to a specified frame (PHP 4) swf_shapearc (float $x, float $y, float $r, float $ang1, float $ang2) float Draw a circular arc (PHP 4) swf_shapecurveto (float $x1, float $y1, float $x2, float $y2) float Draw a quadratic bezier curve between two points (PHP 4) swf_shapecurveto3 (float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) float Draw a cubic bezier curve (PHP 4) swf_shapefillbitmapclip (int $bitmapid) int Set current fill mode to clipped bitmap (PHP 4) swf_shapefillbitmaptile (int $bitmapid) int Set current fill mode to tiled bitmap (PHP 4) swf_shapefilloff (void) Turns off filling (PHP 4) swf_shapefillsolid (float $r, float $g, float $b, float $a) float Set the current fill style to the specified color (PHP 4) swf_shapelinesolid (float $r, float $g, float $b, float $a, float $width) float Set the current line style (PHP 4) swf_shapelineto (float $x, float $y) float Draw a line (PHP 4) swf_shapemoveto (float $x, float $y) float Move the current position (PHP 4) swf_showframe (void) Display the current frame (PHP 4) swf_startbutton (int $objid, int $type) int Start the definition of a button (PHP 4) swf_startdoaction (void) Start a description of an action list for the current frame (PHP 4) swf_startshape (int $objid) int Start a complex shape (PHP 4) swf_startsymbol (int $objid) int Define a symbol (PHP 4) swf_textwidth (string $str) float Get the width of a string (PHP 4) swf_translate (float $x, float $y, float $z) float Translate the current transformations (PHP 4) swf_viewport (float $xmin, float $xmax, float $ymin, float $ymax) float Select an area for future drawing (PHP 4) sybase_affected_rows ([ resource $link_identifier]) int Gets number of affected rows in last query (PHP 4, PHP 5) sybase_close ([ resource $link_identifier]) bool Closes a Sybase connection (PHP 4, PHP 5) sybase_connect ([ string $servername[, string $username[, string $password[, string $charset[, string $appname[, bool $new = false]]]]]]) resource Opens a Sybase server connection (PHP 4, PHP 5) sybase_data_seek (resource $result_identifier, int $row_number) bool Moves internal row pointer (PHP 4, PHP 5) sybase_deadlock_retry_count (int $retry_count) int Sets the deadlock retry count (PHP 4 >= 4.3.0, PHP 5) sybase_fetch_array (resource $result) array Fetch row as array (PHP 4, PHP 5) sybase_fetch_assoc (resource $result) array Fetch a result row as an associative array (PHP 4 >= 4.3.0, PHP 5) sybase_fetch_field (resource $result[, int $field_offset = -1]) object Get field information from a result (PHP 4, PHP 5) sybase_fetch_object (resource $result[, mixed $object]) object Fetch a row as an object (PHP 4, PHP 5) sybase_fetch_row (resource $result) array Get a result row as an enumerated array (PHP 4, PHP 5) sybase_field_seek (resource $result, int $field_offset) bool Sets field offset (PHP 4, PHP 5) sybase_free_result (resource $result) bool Frees result memory (PHP 4, PHP 5) sybase_get_last_message (void) string Returns the last message from the server (PHP 4, PHP 5) sybase_min_client_severity (int $severity) int Sets minimum client severity (PHP 4, PHP 5) sybase_min_error_severity (int $severity) int Sets minimum error severity (PHP 4, PHP 5) sybase_min_message_severity (int $severity) int Sets minimum message severity (PHP 4, PHP 5) sybase_min_server_severity (int $severity) int Sets minimum server severity (PHP 4, PHP 5) sybase_num_fields (resource $result) int Gets the number of fields in a result set (PHP 4, PHP 5) sybase_num_rows (resource $result) int Get number of rows in a result set (PHP 4, PHP 5) sybase_pconnect ([ string $servername[, string $username[, string $password[, string $charset[, string $appname]]]]]) resource Open persistent Sybase connection (PHP 4, PHP 5) sybase_query (string $query[, resource $link_identifier]) string Sends a Sybase query (PHP 4, PHP 5) sybase_result (resource $result, int $row, mixed $field) string Get result data (PHP 4, PHP 5) sybase_select_db (string $database_name[, resource $link_identifier]) bool Selects a Sybase database (PHP 4, PHP 5) sybase_set_message_handler (callable $handler[, resource $link_identifier]) bool Sets the handler called when a server message is raised (PHP 4 >= 4.3.0, PHP 5) sybase_unbuffered_query (string $query, resource $link_identifier[, bool $store_result]) resource Send a Sybase query and do not block (PHP 4 >= 4.3.0, PHP 5) symlink (string $target, string $link) bool Creates a symbolic link (PHP 4, PHP 5) sys_get_temp_dir (void) string Returns directory path used for temporary files (PHP 5 >= 5.2.1) sys_getloadavg (void) array Gets system load average (PHP 5 >= 5.1.3) syslog (int $priority, string $message) bool Generate a system log message (PHP 4, PHP 5) system (string $command[, int &$return_var]) string Execute an external program and display the output (PHP 4, PHP 5) taint (string &$string[, string $...]) bool Taint a string (PECL taint >=0.1.0) tan (float $arg) float Tangent (PHP 4, PHP 5) tanh (float $arg) float Hyperbolic tangent (PHP 4 >= 4.1.0, PHP 5) tcpwrap_check (string $daemon, string $address[, string $user[, bool $nodns = false]]) bool Performs a tcpwrap check (PECL tcpwrap >= 0.1.0) tempnam (string $dir, string $prefix) string Create file with unique file name (PHP 4, PHP 5) textdomain (string $text_domain) string Sets the default domain (PHP 4, PHP 5) tidy_access_count (tidy $object) int Returns the Number of Tidy accessibility warnings encountered for specified document (PHP 5, PECL tidy >= 0.5.2) tidy_config_count (tidy $object) int Returns the Number of Tidy configuration errors encountered for specified document (PHP 5, PECL tidy >= 0.5.2) tidy_error_count (tidy $object) int Returns the Number of Tidy errors encountered for specified document (PHP 5, PECL tidy >= 0.5.2) tidy_get_output (tidy $object) string Return a string representing the parsed tidy markup (PHP 5, PECL tidy >= 0.5.2) tidy_load_config (string $filename, string $encoding) string Load an ASCII Tidy configuration file with the specified encoding (PECL tidy >= 0.5.2) tidy_reset_config (void) bool Restore Tidy configuration to default values (PECL tidy >= 0.7.0) tidy_save_config (string $filename) bool Save current settings to named file (PECL tidy >= 0.5.2) tidy_set_encoding (string $encoding) bool Set the input/output character encoding for parsing markup (PECL tidy >= 0.5.2) tidy_setopt (string $option, mixed $value) bool Updates the configuration settings for the specified tidy document (PECL tidy >= 0.5.2) tidy_warning_count (tidy $object) int Returns the Number of Tidy warnings encountered for specified document (PHP 5, PECL tidy >= 0.5.2) time (void) int Return current Unix timestamp (PHP 4, PHP 5) time_nanosleep (int $seconds, int $nanoseconds) int Delay for a number of seconds and nanoseconds (PHP 5) time_sleep_until (float $timestamp) bool Make the script sleep until the specified time (PHP 5 >= 5.1.0) timezone_name_from_abbr (string $abbr[, int $gmtOffset = -1[, int $isdst = -1]]) string Returns the timezone name from abbreviation (PHP 5 >= 5.1.3) timezone_version_get (void) string Gets the version of the timezonedb (PHP 5 >= 5.3.0) tmpfile (void) resource Creates a temporary file (PHP 4, PHP 5) token_get_all (string $source) array Split given source into PHP tokens (PHP 4 >= 4.2.0, PHP 5) token_name (int $token) string Get the symbolic name of a given PHP token (PHP 4 >= 4.2.0, PHP 5) touch (string $filename[, int $time = time() bool Sets access and modification time of file (PHP 4, PHP 5) trader_acos (array $real) array Vector Trigonometric ACos (PECL trader >= 0.2.0) trader_ad (array $high, array $low, array $close, array $volume) array Chaikin A/D Line (PECL trader >= 0.2.0) trader_add (array $real0, array $real1) array Vector Arithmetic Add (PECL trader >= 0.2.0) trader_adosc (array $high, array $low, array $close, array $volume[, integer $fastPeriod[, integer $slowPeriod]]) array Chaikin A/D Oscillator (PECL trader >= 0.2.0) trader_adx (array $high, array $low, array $close[, integer $timePeriod]) array Average Directional Movement Index (PECL trader >= 0.2.0) trader_adxr (array $high, array $low, array $close[, integer $timePeriod]) array Average Directional Movement Index Rating (PECL trader >= 0.2.0) trader_apo (array $real[, integer $fastPeriod[, integer $slowPeriod[, integer $mAType]]]) array Absolute Price Oscillator (PECL trader >= 0.2.0) trader_aroon (array $high, array $low[, integer $timePeriod]) array Aroon (PECL trader >= 0.2.0) trader_aroonosc (array $high, array $low[, integer $timePeriod]) array Aroon Oscillator (PECL trader >= 0.2.0) trader_asin (array $real) array Vector Trigonometric ASin (PECL trader >= 0.2.0) trader_atan (array $real) array Vector Trigonometric ATan (PECL trader >= 0.2.0) trader_atr (array $high, array $low, array $close[, integer $timePeriod]) array Average True Range (PECL trader >= 0.2.0) trader_avgprice (array $open, array $high, array $low, array $close) array Average Price (PECL trader >= 0.2.0) trader_bbands (array $real[, integer $timePeriod[, float $nbDevUp[, float $nbDevDn[, integer $mAType]]]]) array Bollinger Bands (PECL trader >= 0.2.0) trader_beta (array $real0, array $real1[, integer $timePeriod]) array Beta (PECL trader >= 0.2.0) trader_bop (array $open, array $high, array $low, array $close) array Balance Of Power (PECL trader >= 0.2.0) trader_cci (array $high, array $low, array $close[, integer $timePeriod]) array Commodity Channel Index (PECL trader >= 0.2.0) trader_cdl2crows (array $open, array $high, array $low, array $close) array Two Crows (PECL trader >= 0.2.0) trader_cdl3blackcrows (array $open, array $high, array $low, array $close) array Three Black Crows (PECL trader >= 0.2.0) trader_cdl3inside (array $open, array $high, array $low, array $close) array Three Inside Up/Down (PECL trader >= 0.2.0) trader_cdl3linestrike (array $open, array $high, array $low, array $close) array Three-Line Strike (PECL trader >= 0.2.0) trader_cdl3outside (array $open, array $high, array $low, array $close) array Three Outside Up/Down (PECL trader >= 0.2.0) trader_cdl3starsinsouth (array $open, array $high, array $low, array $close) array Three Stars In The South (PECL trader >= 0.2.0) trader_cdl3whitesoldiers (array $open, array $high, array $low, array $close) array Three Advancing White Soldiers (PECL trader >= 0.2.0) trader_cdlabandonedbaby (array $open, array $high, array $low, array $close[, float $penetration]) array Abandoned Baby (PECL trader >= 0.2.0) trader_cdladvanceblock (array $open, array $high, array $low, array $close) array Advance Block (PECL trader >= 0.2.0) trader_cdlbelthold (array $open, array $high, array $low, array $close) array Belt-hold (PECL trader >= 0.2.0) trader_cdlbreakaway (array $open, array $high, array $low, array $close) array Breakaway (PECL trader >= 0.2.0) trader_cdlclosingmarubozu (array $open, array $high, array $low, array $close) array Closing Marubozu (PECL trader >= 0.2.0) trader_cdlconcealbabyswall (array $open, array $high, array $low, array $close) array Concealing Baby Swallow (PECL trader >= 0.2.0) trader_cdlcounterattack (array $open, array $high, array $low, array $close) array Counterattack (PECL trader >= 0.2.0) trader_cdldarkcloudcover (array $open, array $high, array $low, array $close[, float $penetration]) array Dark Cloud Cover (PECL trader >= 0.2.0) trader_cdldoji (array $open, array $high, array $low, array $close) array Doji (PECL trader >= 0.2.0) trader_cdldojistar (array $open, array $high, array $low, array $close) array Doji Star (PECL trader >= 0.2.0) trader_cdldragonflydoji (array $open, array $high, array $low, array $close) array Dragonfly Doji (PECL trader >= 0.2.0) trader_cdlengulfing (array $open, array $high, array $low, array $close) array Engulfing Pattern (PECL trader >= 0.2.0) trader_cdleveningdojistar (array $open, array $high, array $low, array $close[, float $penetration]) array Evening Doji Star (PECL trader >= 0.2.0) trader_cdleveningstar (array $open, array $high, array $low, array $close[, float $penetration]) array Evening Star (PECL trader >= 0.2.0) trader_cdlgapsidesidewhite (array $open, array $high, array $low, array $close) array Up/Down-gap side-by-side white lines (PECL trader >= 0.2.0) trader_cdlgravestonedoji (array $open, array $high, array $low, array $close) array Gravestone Doji (PECL trader >= 0.2.0) trader_cdlhammer (array $open, array $high, array $low, array $close) array Hammer (PECL trader >= 0.2.0) trader_cdlhangingman (array $open, array $high, array $low, array $close) array Hanging Man (PECL trader >= 0.2.0) trader_cdlharami (array $open, array $high, array $low, array $close) array Harami Pattern (PECL trader >= 0.2.0) trader_cdlharamicross (array $open, array $high, array $low, array $close) array Harami Cross Pattern (PECL trader >= 0.2.0) trader_cdlhighwave (array $open, array $high, array $low, array $close) array High-Wave Candle (PECL trader >= 0.2.0) trader_cdlhikkake (array $open, array $high, array $low, array $close) array Hikkake Pattern (PECL trader >= 0.2.0) trader_cdlhikkakemod (array $open, array $high, array $low, array $close) array Modified Hikkake Pattern (PECL trader >= 0.2.0) trader_cdlhomingpigeon (array $open, array $high, array $low, array $close) array Homing Pigeon (PECL trader >= 0.2.0) trader_cdlidentical3crows (array $open, array $high, array $low, array $close) array Identical Three Crows (PECL trader >= 0.2.0) trader_cdlinneck (array $open, array $high, array $low, array $close) array In-Neck Pattern (PECL trader >= 0.2.0) trader_cdlinvertedhammer (array $open, array $high, array $low, array $close) array Inverted Hammer (PECL trader >= 0.2.0) trader_cdlkicking (array $open, array $high, array $low, array $close) array Kicking (PECL trader >= 0.2.0) trader_cdlkickingbylength (array $open, array $high, array $low, array $close) array Kicking - bull/bear determined by the longer marubozu (PECL trader >= 0.2.0) trader_cdlladderbottom (array $open, array $high, array $low, array $close) array Ladder Bottom (PECL trader >= 0.2.0) trader_cdllongleggeddoji (array $open, array $high, array $low, array $close) array Long Legged Doji (PECL trader >= 0.2.0) trader_cdllongline (array $open, array $high, array $low, array $close) array Long Line Candle (PECL trader >= 0.2.0) trader_cdlmarubozu (array $open, array $high, array $low, array $close) array Marubozu (PECL trader >= 0.2.0) trader_cdlmatchinglow (array $open, array $high, array $low, array $close) array Matching Low (PECL trader >= 0.2.0) trader_cdlmathold (array $open, array $high, array $low, array $close[, float $penetration]) array Mat Hold (PECL trader >= 0.2.0) trader_cdlmorningdojistar (array $open, array $high, array $low, array $close[, float $penetration]) array Morning Doji Star (PECL trader >= 0.2.0) trader_cdlmorningstar (array $open, array $high, array $low, array $close[, float $penetration]) array Morning Star (PECL trader >= 0.2.0) trader_cdlonneck (array $open, array $high, array $low, array $close) array On-Neck Pattern (PECL trader >= 0.2.0) trader_cdlpiercing (array $open, array $high, array $low, array $close) array Piercing Pattern (PECL trader >= 0.2.0) trader_cdlrickshawman (array $open, array $high, array $low, array $close) array Rickshaw Man (PECL trader >= 0.2.0) trader_cdlrisefall3methods (array $open, array $high, array $low, array $close) array Rising/Falling Three Methods (PECL trader >= 0.2.0) trader_cdlseparatinglines (array $open, array $high, array $low, array $close) array Separating Lines (PECL trader >= 0.2.0) trader_cdlshootingstar (array $open, array $high, array $low, array $close) array Shooting Star (PECL trader >= 0.2.0) trader_cdlshortline (array $open, array $high, array $low, array $close) array Short Line Candle (PECL trader >= 0.2.0) trader_cdlspinningtop (array $open, array $high, array $low, array $close) array Spinning Top (PECL trader >= 0.2.0) trader_cdlstalledpattern (array $open, array $high, array $low, array $close) array Stalled Pattern (PECL trader >= 0.2.0) trader_cdlsticksandwich (array $open, array $high, array $low, array $close) array Stick Sandwich (PECL trader >= 0.2.0) trader_cdltakuri (array $open, array $high, array $low, array $close) array Takuri (Dragonfly Doji with very long lower shadow) (PECL trader >= 0.2.0) trader_cdltasukigap (array $open, array $high, array $low, array $close) array Tasuki Gap (PECL trader >= 0.2.0) trader_cdlthrusting (array $open, array $high, array $low, array $close) array Thrusting Pattern (PECL trader >= 0.2.0) trader_cdltristar (array $open, array $high, array $low, array $close) array Tristar Pattern (PECL trader >= 0.2.0) trader_cdlunique3river (array $open, array $high, array $low, array $close) array Unique 3 River (PECL trader >= 0.2.0) trader_cdlupsidegap2crows (array $open, array $high, array $low, array $close) array Upside Gap Two Crows (PECL trader >= 0.2.0) trader_cdlxsidegap3methods (array $open, array $high, array $low, array $close) array Upside/Downside Gap Three Methods (PECL trader >= 0.2.0) trader_ceil (array $real) array Vector Ceil (PECL trader >= 0.2.0) trader_cmo (array $real[, integer $timePeriod]) array Chande Momentum Oscillator (PECL trader >= 0.2.0) trader_correl (array $real0, array $real1[, integer $timePeriod]) array Pearson's Correlation Coefficient (r) (PECL trader >= 0.2.0) trader_cos (array $real) array Vector Trigonometric Cos (PECL trader >= 0.2.0) trader_cosh (array $real) array Vector Trigonometric Cosh (PECL trader >= 0.2.0) trader_dema (array $real[, integer $timePeriod]) array Double Exponential Moving Average (PECL trader >= 0.2.0) trader_div (array $real0, array $real1) array Vector Arithmetic Div (PECL trader >= 0.2.0) trader_dx (array $high, array $low, array $close[, integer $timePeriod]) array Directional Movement Index (PECL trader >= 0.2.0) trader_ema (array $real[, integer $timePeriod]) array Exponential Moving Average (PECL trader >= 0.2.0) trader_errno (void) integer Get error code (PECL trader >= 0.3.0) trader_exp (array $real) array Vector Arithmetic Exp (PECL trader >= 0.2.0) trader_floor (array $real) array Vector Floor (PECL trader >= 0.2.0) trader_get_compat (void) integer Get compatibility mode (PECL trader >= 0.2.2) trader_get_unstable_period (integer $functionId) integer Get unstable period (PECL trader >= 0.2.2) trader_ht_dcperiod (array $real) array Hilbert Transform - Dominant Cycle Period (PECL trader >= 0.2.0) trader_ht_dcphase (array $real) array Hilbert Transform - Dominant Cycle Phase (PECL trader >= 0.2.0) trader_ht_phasor (array $real) array Hilbert Transform - Phasor Components (PECL trader >= 0.2.0) trader_ht_sine (array $real) array Hilbert Transform - SineWave (PECL trader >= 0.2.0) trader_ht_trendline (array $real) array Hilbert Transform - Instantaneous Trendline (PECL trader >= 0.2.0) trader_ht_trendmode (array $real) array Hilbert Transform - Trend vs Cycle Mode (PECL trader >= 0.2.0) trader_kama (array $real[, integer $timePeriod]) array Kaufman Adaptive Moving Average (PECL trader >= 0.2.0) trader_linearreg (array $real[, integer $timePeriod]) array Linear Regression (PECL trader >= 0.2.0) trader_linearreg_angle (array $real[, integer $timePeriod]) array Linear Regression Angle (PECL trader >= 0.2.0) trader_linearreg_intercept (array $real[, integer $timePeriod]) array Linear Regression Intercept (PECL trader >= 0.2.0) trader_linearreg_slope (array $real[, integer $timePeriod]) array Linear Regression Slope (PECL trader >= 0.2.0) trader_ln (array $real) array Vector Log Natural (PECL trader >= 0.2.0) trader_log10 (array $real) array Vector Log10 (PECL trader >= 0.2.0) trader_ma (array $real[, integer $timePeriod[, integer $mAType]]) array Moving average (PECL trader >= 0.2.0) trader_macd (array $real[, integer $fastPeriod[, integer $slowPeriod[, integer $signalPeriod]]]) array Moving Average Convergence/Divergence (PECL trader >= 0.2.0) trader_macdext (array $real[, integer $fastPeriod[, integer $fastMAType[, integer $slowPeriod[, integer $slowMAType[, integer $signalPeriod[, integer $signalMAType]]]]]]) array MACD with controllable MA type (PECL trader >= 0.2.0) trader_macdfix (array $real[, integer $signalPeriod]) array Moving Average Convergence/Divergence Fix 12/26 (PECL trader >= 0.2.0) trader_mama (array $real[, float $fastLimit[, float $slowLimit]]) array MESA Adaptive Moving Average (PECL trader >= 0.2.0) trader_mavp (array $real, array $periods[, integer $minPeriod[, integer $maxPeriod[, integer $mAType]]]) array Moving average with variable period (PECL trader >= 0.2.0) trader_max (array $real[, integer $timePeriod]) array Highest value over a specified period (PECL trader >= 0.2.0) trader_maxindex (array $real[, integer $timePeriod]) array Index of highest value over a specified period (PECL trader >= 0.2.0) trader_medprice (array $high, array $low) array Median Price (PECL trader >= 0.2.0) trader_mfi (array $high, array $low, array $close, array $volume[, integer $timePeriod]) array Money Flow Index (PECL trader >= 0.2.0) trader_midpoint (array $real[, integer $timePeriod]) array MidPoint over period (PECL trader >= 0.2.0) trader_midprice (array $high, array $low[, integer $timePeriod]) array Midpoint Price over period (PECL trader >= 0.2.0) trader_min (array $real[, integer $timePeriod]) array Lowest value over a specified period (PECL trader >= 0.2.0) trader_minindex (array $real[, integer $timePeriod]) array Index of lowest value over a specified period (PECL trader >= 0.2.0) trader_minmax (array $real[, integer $timePeriod]) array Lowest and highest values over a specified period (PECL trader >= 0.2.0) trader_minmaxindex (array $real[, integer $timePeriod]) array Indexes of lowest and highest values over a specified period (PECL trader >= 0.2.0) trader_minus_di (array $high, array $low, array $close[, integer $timePeriod]) array Minus Directional Indicator (PECL trader >= 0.2.0) trader_minus_dm (array $high, array $low[, integer $timePeriod]) array Minus Directional Movement (PECL trader >= 0.2.0) trader_mom (array $real[, integer $timePeriod]) array Momentum (PECL trader >= 0.2.0) trader_mult (array $real0, array $real1) array Vector Arithmetic Mult (PECL trader >= 0.2.0) trader_natr (array $high, array $low, array $close[, integer $timePeriod]) array Normalized Average True Range (PECL trader >= 0.2.0) trader_obv (array $real, array $volume) array On Balance Volume (PECL trader >= 0.2.0) trader_plus_di (array $high, array $low, array $close[, integer $timePeriod]) array Plus Directional Indicator (PECL trader >= 0.2.0) trader_plus_dm (array $high, array $low[, integer $timePeriod]) array Plus Directional Movement (PECL trader >= 0.2.0) trader_ppo (array $real[, integer $fastPeriod[, integer $slowPeriod[, integer $mAType]]]) array Percentage Price Oscillator (PECL trader >= 0.2.0) trader_roc (array $real[, integer $timePeriod]) array Rate of change : ((price/prevPrice)-1)*100 (PECL trader >= 0.2.0) trader_rocp (array $real[, integer $timePeriod]) array Rate of change Percentage: (price-prevPrice)/prevPrice (PECL trader >= 0.2.0) trader_rocr (array $real[, integer $timePeriod]) array Rate of change ratio: (price/prevPrice) (PECL trader >= 0.2.0) trader_rocr100 (array $real[, integer $timePeriod]) array Rate of change ratio 100 scale: (price/prevPrice)*100 (PECL trader >= 0.2.0) trader_rsi (array $real[, integer $timePeriod]) array Relative Strength Index (PECL trader >= 0.2.0) trader_sar (array $high, array $low[, float $acceleration[, float $maximum]]) array Parabolic SAR (PECL trader >= 0.2.0) trader_sarext (array $high, array $low[, float $startValue[, float $offsetOnReverse[, float $accelerationInitLong[, float $accelerationLong[, float $accelerationMaxLong[, float $accelerationInitShort[, float $accelerationShort[, float $accelerationMaxShort]]]]]]]]) array Parabolic SAR - Extended (PECL trader >= 0.2.0) trader_set_compat (integer $compatId) integer Set compatibility mode (PECL trader >= 0.2.2) trader_set_unstable_period (integer $functionId, integer $timePeriod) integer Set unstable period (PECL trader >= 0.2.2) trader_sin (array $real) array Vector Trigonometric Sin (PECL trader >= 0.2.0) trader_sinh (array $real) array Vector Trigonometric Sinh (PECL trader >= 0.2.0) trader_sma (array $real[, integer $timePeriod]) array Simple Moving Average (PECL trader >= 0.2.0) trader_sqrt (array $real) array Vector Square Root (PECL trader >= 0.2.0) trader_stddev (array $real[, integer $timePeriod[, float $nbDev]]) array Standard Deviation (PECL trader >= 0.2.0) trader_stoch (array $high, array $low, array $close[, integer $fastK_Period[, integer $slowK_Period[, integer $slowK_MAType[, integer $slowD_Period[, integer $slowD_MAType]]]]]) array Stochastic (PECL trader >= 0.2.0) trader_stochf (array $high, array $low, array $close[, integer $fastK_Period[, integer $fastD_Period[, integer $fastD_MAType]]]) array Stochastic Fast (PECL trader >= 0.2.0) trader_stochrsi (array $real[, integer $timePeriod[, integer $fastK_Period[, integer $fastD_Period[, integer $fastD_MAType]]]]) array Stochastic Relative Strength Index (PECL trader >= 0.2.0) trader_sub (array $real0, array $real1) array Vector Arithmetic Substraction (PECL trader >= 0.2.0) trader_sum (array $real[, integer $timePeriod]) array Summation (PECL trader >= 0.2.0) trader_t3 (array $real[, integer $timePeriod[, float $vFactor]]) array Triple Exponential Moving Average (T3) (PECL trader >= 0.2.0) trader_tan (array $real) array Vector Trigonometric Tan (PECL trader >= 0.2.0) trader_tanh (array $real) array Vector Trigonometric Tanh (PECL trader >= 0.2.0) trader_tema (array $real[, integer $timePeriod]) array Triple Exponential Moving Average (PECL trader >= 0.2.0) trader_trange (array $high, array $low, array $close) array True Range (PECL trader >= 0.2.0) trader_trima (array $real[, integer $timePeriod]) array Triangular Moving Average (PECL trader >= 0.2.0) trader_trix (array $real[, integer $timePeriod]) array 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA (PECL trader >= 0.2.0) trader_tsf (array $real[, integer $timePeriod]) array Time Series Forecast (PECL trader >= 0.2.0) trader_typprice (array $high, array $low, array $close) array Typical Price (PECL trader >= 0.2.0) trader_ultosc (array $high, array $low, array $close[, integer $timePeriod1[, integer $timePeriod2[, integer $timePeriod3]]]) array Ultimate Oscillator (PECL trader >= 0.2.0) trader_var (array $real[, integer $timePeriod[, float $nbDev]]) array Variance (PECL trader >= 0.2.0) trader_wclprice (array $high, array $low, array $close) array Weighted Close Price (PECL trader >= 0.2.0) trader_wma (array $real[, integer $timePeriod]) array Weighted Moving Average (PECL trader >= 0.2.0) trait_exists (string $traitname[, bool $autoload]) bool Checks if the trait exists (No version information available, might only be in SVN) trigger_error (string $error_msg[, int $error_type = E_USER_NOTICE]) bool Generates a user-level error/warning/notice message (PHP 4 >= 4.0.1, PHP 5) trim (string $str[, string $charlist]) string Strip whitespace (or other characters) from the beginning and end of a string (PHP 4, PHP 5) uasort (array &$array, callable $cmp_function) bool Sort an array with a user-defined comparison function and maintain index association (PHP 4, PHP 5) ucfirst (string $str) string Make a string's first character uppercase (PHP 4, PHP 5) ucwords (string $str) string Uppercase the first character of each word in a string (PHP 4, PHP 5) udm_add_search_limit (resource $agent, int $var, string $val) bool Add various search limits (PHP 4 >= 4.0.5, PHP 5 udm_alloc_agent (string $dbaddr[, string $dbmode]) resource Allocate mnoGoSearch session (PHP 4 >= 4.0.5, PHP 5 udm_alloc_agent_array (array $databases) resource Allocate mnoGoSearch session (PHP 4 >= 4.3.3, PHP 5 udm_api_version (void) int Get mnoGoSearch API version (PHP 4 >= 4.0.5, PHP 5 udm_cat_list (resource $agent, string $category) array Get all the categories on the same level with the current one (PHP 4 >= 4.0.6, PHP 5 udm_cat_path (resource $agent, string $category) array Get the path to the current category (PHP 4 >= 4.0.6, PHP 5 udm_check_charset (resource $agent, string $charset) bool Check if the given charset is known to mnogosearch (PHP 4 >= 4.2.0, PHP 5 udm_check_stored (resource $agent, int $link, string $doc_id) int Check connection to stored (PHP 4 >= 4.2.0) udm_clear_search_limits (resource $agent) bool Clear all mnoGoSearch search restrictions (PHP 4 >= 4.0.5, PHP 5 udm_close_stored (resource $agent, int $link) int Close connection to stored (PHP 4 >= 4.2.0) udm_crc32 (resource $agent, string $str) int Return CRC32 checksum of given string (PHP 4 >= 4.2.0, PHP 5 udm_errno (resource $agent) int Get mnoGoSearch error number (PHP 4 >= 4.0.5, PHP 5 udm_error (resource $agent) string Get mnoGoSearch error message (PHP 4 >= 4.0.5, PHP 5 udm_find (resource $agent, string $query) resource Perform search (PHP 4 >= 4.0.5, PHP 5 udm_free_agent (resource $agent) int Free mnoGoSearch session (PHP 4 >= 4.0.5, PHP 5 udm_free_ispell_data (int $agent) bool Free memory allocated for ispell data (PHP 4 >= 4.0.5, PHP 5 udm_free_res (resource $res) bool Free mnoGoSearch result (PHP 4 >= 4.0.5, PHP 5 udm_get_doc_count (resource $agent) int Get total number of documents in database (PHP 4 >= 4.0.5, PHP 5 udm_get_res_field (resource $res, int $row, int $field) string Fetch a result field (PHP 4 >= 4.0.5, PHP 5 udm_get_res_param (resource $res, int $param) string Get mnoGoSearch result parameters (PHP 4 >= 4.0.5, PHP 5 udm_hash32 (resource $agent, string $str) int Return Hash32 checksum of gived string (PHP 4 >= 4.3.3, PHP 5 udm_load_ispell_data (resource $agent, int $var, string $val1, string $val2, int $flag) bool Load ispell data (PHP 4 >= 4.0.5, PHP 5 udm_open_stored (resource $agent, string $storedaddr) int Open connection to stored (PHP 4 >= 4.2.0) udm_set_agent_param (resource $agent, int $var, string $val) bool Set mnoGoSearch agent session parameters (PHP 4 >= 4.0.5, PHP 5 uksort (array &$array, callable $cmp_function) bool Sort an array by keys using a user-defined comparison function (PHP 4, PHP 5) umask ([ int $mask]) int Changes the current umask (PHP 4, PHP 5) uniqid ([ string $prefix = ""[, bool $more_entropy = false]]) string Generate a unique ID (PHP 4, PHP 5) unixtojd ([ int $timestamp = time() int Convert Unix timestamp to Julian Day (PHP 4, PHP 5) unlink (string $filename[, resource $context]) bool Deletes a file (PHP 4, PHP 5) unpack (string $format, string $data) array Unpack data from binary string (PHP 4, PHP 5) unregister_tick_function (string $function_name) string De-register a function for execution on each tick (PHP 4 >= 4.0.3, PHP 5) unserialize (string $str) string Creates a PHP value from a stored representation (PHP 4, PHP 5) unset (mixed $var[, mixed $...]) Unset a given variable (PHP 4, PHP 5) untaint (string &$string[, string $...]) bool Untaint strings (PECL taint >=0.1.0) urldecode (string $str) string Decodes URL-encoded string (PHP 4, PHP 5) urlencode (string $str) string URL-encodes string (PHP 4, PHP 5) use_soap_error_handler ([ bool $handler = true]) bool Set whether to use the SOAP error handler (Unknown) usleep (int $micro_seconds) int Delay execution in microseconds (PHP 4, PHP 5) usort (array &$array, callable $cmp_function) bool Sort an array by values using a user-defined comparison function (PHP 4, PHP 5) utf8_decode (string $data) string Converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1 (PHP 4, PHP 5) utf8_encode (string $data) string Encodes an ISO-8859-1 string to UTF-8 (PHP 4, PHP 5) var_dump (mixed $expression[, mixed $...]) Dumps information about a variable (PHP 4, PHP 5) var_export (mixed $expression[, bool $return = false]) bool Outputs or returns a parsable string representation of a variable (PHP 4 >= 4.2.0, PHP 5) variant_abs (mixed $val) Returns the absolute value of a variant (PHP 5) variant_add (mixed $left, mixed $right) "Adds" two variant values together and returns the result (PHP 5) variant_and (mixed $left, mixed $right) Performs a bitwise AND operation between two variants (PHP 5) variant_cast (variant $variant, int $type) int Convert a variant into a new variant object of another type (PHP 5) variant_cat (mixed $left, mixed $right) concatenates two variant values together and returns the result (PHP 5) variant_cmp (mixed $left, mixed $right[, int $lcid[, int $flags]]) int Compares two variants (PHP 5) variant_date_from_timestamp (int $timestamp) int Returns a variant date representation of a Unix timestamp (PHP 5) variant_date_to_timestamp (variant $variant) int Converts a variant date/time value to Unix timestamp (PHP 5) variant_div (mixed $left, mixed $right) Returns the result from dividing two variants (PHP 5) variant_eqv (mixed $left, mixed $right) Performs a bitwise equivalence on two variants (PHP 5) variant_fix (mixed $variant) Returns the integer portion of a variant (PHP 5) variant_get_type (variant $variant) int Returns the type of a variant object (PHP 5) variant_idiv (mixed $left, mixed $right) Converts variants to integers and then returns the result from dividing them (PHP 5) variant_imp (mixed $left, mixed $right) Performs a bitwise implication on two variants (PHP 5) variant_int (mixed $variant) Returns the integer portion of a variant (PHP 5) variant_mod (mixed $left, mixed $right) Divides two variants and returns only the remainder (PHP 5) variant_mul (mixed $left, mixed $right) Multiplies the values of the two variants (PHP 5) variant_neg (mixed $variant) Performs logical negation on a variant (PHP 5) variant_not (mixed $variant) Performs bitwise not negation on a variant (PHP 5) variant_or (mixed $left, mixed $right) Performs a logical disjunction on two variants (PHP 5) variant_pow (mixed $left, mixed $right) Returns the result of performing the power function with two variants (PHP 5) variant_round (mixed $variant, int $decimals) int Rounds a variant to the specified number of decimal places (PHP 5) variant_set (variant $variant, mixed $value) Assigns a new value for a variant object (PHP 5) variant_set_type (variant $variant, int $type) int Convert a variant into another type "in-place" (PHP 5) variant_sub (mixed $left, mixed $right) Subtracts the value of the right variant from the left variant value (PHP 5) variant_xor (mixed $left, mixed $right) Performs a logical exclusion on two variants (PHP 5) version_compare (string $version1, string $version2[, string $operator]) string Compares two "PHP-standardized" version number strings (PHP 4 >= 4.1.0, PHP 5) vfprintf (resource $handle, string $format, array $args) int Write a formatted string to a stream (PHP 5) virtual (string $filename) bool Perform an Apache sub-request (PHP 4, PHP 5) vpopmail_add_alias_domain (string $domain, string $aliasdomain) bool Add an alias for a virtual domain (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) vpopmail_add_alias_domain_ex (string $olddomain, string $newdomain) bool Add alias to an existing virtual domain (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) vpopmail_add_domain (string $domain, string $dir, int $uid, int $gid) bool Add a new virtual domain (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) vpopmail_add_domain_ex (string $domain, string $passwd[, string $quota[, string $bounce[, bool $apop]]]) bool Add a new virtual domain (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) vpopmail_add_user (string $user, string $domain, string $password[, string $gecos[, bool $apop]]) bool Add a new user to the specified virtual domain (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) vpopmail_alias_add (string $user, string $domain, string $alias) bool Insert a virtual alias (PHP 4 >= 4.0.7, PECL vpopmail >= 0.2) vpopmail_alias_del (string $user, string $domain) bool Deletes all virtual aliases of a user (PHP 4 >= 4.0.7, PECL vpopmail >= 0.2) vpopmail_alias_del_domain (string $domain) bool Deletes all virtual aliases of a domain (PHP 4 >= 4.0.7, PECL vpopmail >= 0.2) vpopmail_alias_get (string $alias, string $domain) array Get all lines of an alias for a domain (PHP 4 >= 4.0.7, PECL vpopmail >= 0.2) vpopmail_alias_get_all (string $domain) array Get all lines of an alias for a domain (PHP 4 >= 4.0.7, PECL vpopmail >= 0.2) vpopmail_auth_user (string $user, string $domain, string $password[, string $apop]) bool Attempt to validate a username/domain/password (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) vpopmail_del_domain (string $domain) bool Delete a virtual domain (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) vpopmail_del_domain_ex (string $domain) bool Delete a virtual domain (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) vpopmail_del_user (string $user, string $domain) bool Delete a user from a virtual domain (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) vpopmail_error (void) string Get text message for last vpopmail error (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) vpopmail_passwd (string $user, string $domain, string $password[, bool $apop]) bool Change a virtual user's password (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) vpopmail_set_user_quota (string $user, string $domain, string $quota) bool Sets a virtual user's quota (PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) vprintf (string $format, array $args) int Output a formatted string (PHP 4 >= 4.1.0, PHP 5) vsprintf (string $format, array $args) string Return a formatted string (PHP 4 >= 4.1.0, PHP 5) w32api_deftype (string $typename, string $member1_type, string $member1_name[, string $...[, string $...]]) bool Defines a type for use with other w32api_functions (PHP 4 >= 4.2.0) w32api_init_dtype (string $typename, mixed $value[, mixed $...]) resource Creates an instance of the data type typename and fills it with the values passed (PHP 4 >= 4.2.0) w32api_invoke_function (string $funcname, mixed $argument[, mixed $...]) string Invokes function funcname with the arguments passed after the function name (PHP 4 >= 4.2.0) w32api_register_function (string $library, string $function_name, string $return_type) bool Registers function function_name from library with PHP (PHP 4 >= 4.2.0) w32api_set_call_method (int $method) int Sets the calling method used (PHP 4 >= 4.2.0) wddx_add_vars (resource $packet_id, mixed $var_name[, mixed $...]) bool Add variables to a WDDX packet with the specified ID (PHP 4, PHP 5) wddx_deserialize (string $packet) string Unserializes a WDDX packet (PHP 4, PHP 5) wddx_packet_end (resource $packet_id) string Ends a WDDX packet with the specified ID (PHP 4, PHP 5) wddx_packet_start ([ string $comment]) resource Starts a new WDDX packet with structure inside it (PHP 4, PHP 5) wddx_serialize_value (mixed $var[, string $comment]) string Serialize a single value into a WDDX packet (PHP 4, PHP 5) wddx_serialize_vars (mixed $var_name[, mixed $...]) string Serialize variables into a WDDX packet (PHP 4, PHP 5) win32_continue_service (string $servicename[, string $machine]) int Resumes a paused service (PECL win32service SVN) win32_create_service (array $details[, string $machine]) array Creates a new service entry in the SCM database (PECL win32service SVN) win32_delete_service (string $servicename[, string $machine]) string Deletes a service entry from the SCM database (PECL win32service SVN) win32_get_last_control_message (void) int Returns the last control message that was sent to this service (PECL win32service SVN) win32_pause_service (string $servicename[, string $machine]) int Pauses a service (PECL win32service SVN) win32_ps_list_procs (void) array List running processes (PECL win32ps >= 1.0.1) win32_ps_stat_mem (void) array Stat memory utilization (PECL win32ps >= 1.0.1) win32_ps_stat_proc ([ int $pid = 0]) array Stat process (PECL win32ps >= 1.0.1) win32_query_service_status (string $servicename[, string $machine]) string Queries the status of a service (PECL win32service SVN) win32_set_service_status (int $status[, int $checkpoint = 0]) bool Update the service status (PECL win32service SVN) win32_start_service (string $servicename[, string $machine]) int Starts a service (PECL win32service SVN) win32_start_service_ctrl_dispatcher (string $name) string Registers the script with the SCM, so that it can act as the service with the given name (PECL win32service SVN) win32_stop_service (string $servicename[, string $machine]) int Stops a service (PECL win32service SVN) wincache_fcache_fileinfo ([ bool $summaryonly = false]) array Retrieves information about files cached in the file cache (PECL wincache >= 1.0.0) wincache_fcache_meminfo (void) array Retrieves information about file cache memory usage (PECL wincache >= 1.0.0) wincache_lock (string $key[, bool $isglobal = false]) bool Acquires an exclusive lock on a given key (PECL wincache >= 1.1.0) wincache_ocache_fileinfo ([ bool $summaryonly = false]) array Retrieves information about files cached in the opcode cache (PECL wincache >= 1.0.0) wincache_ocache_meminfo (void) array Retrieves information about opcode cache memory usage (PECL wincache >= 1.0.0) wincache_refresh_if_changed ([ array $files]) bool Refreshes the cache entries for the cached files (PECL wincache >= 1.0.0) wincache_rplist_fileinfo ([ bool $summaryonly = false]) array Retrieves information about resolve file path cache (PECL wincache >= 1.0.0) wincache_rplist_meminfo (void) array Retrieves information about memory usage by the resolve file path cache (PECL wincache >= 1.0.0) wincache_scache_info ([ bool $summaryonly = false]) array Retrieves information about files cached in the session cache (PECL wincache >= 1.1.0) wincache_scache_meminfo (void) array Retrieves information about session cache memory usage (PECL wincache >= 1.1.0) wincache_ucache_add (string $key, mixed $value[, int $ttl = 0]) bool Adds a variable in user cache only if variable does not already exist in the cache (PECL wincache >= 1.1.0) wincache_ucache_cas (string $key, int $old_value, int $new_value) bool Compares the variable with old value and assigns new value to it (PECL wincache >= 1.1.0) wincache_ucache_clear (void) bool Deletes entire content of the user cache (PECL wincache >= 1.1.0) wincache_ucache_dec (string $key[, int $dec_by = 1[, bool &$success]]) string Decrements the value associated with the key (PECL wincache >= 1.1.0) wincache_ucache_delete (mixed $key) bool Deletes variables from the user cache (PECL wincache >= 1.1.0) wincache_ucache_exists (string $key) bool Checks if a variable exists in the user cache (PECL wincache >= 1.1.0) wincache_ucache_get (mixed $key[, bool &$success]) bool Gets a variable stored in the user cache (PECL wincache >= 1.1.0) wincache_ucache_inc (string $key[, int $inc_by = 1[, bool &$success]]) string Increments the value associated with the key (PECL wincache >= 1.1.0) wincache_ucache_info ([ bool $summaryonly = false[, string $key]]) array Retrieves information about data stored in the user cache (PECL wincache >= 1.1.0) wincache_ucache_meminfo (void) array Retrieves information about user cache memory usage (PECL wincache >= 1.1.0) wincache_ucache_set (mixed $key, mixed $value[, int $ttl = 0]) bool Adds a variable in user cache and overwrites a variable if it already exists in the cache (PECL wincache >= 1.1.0) wincache_unlock (string $key) bool Releases an exclusive lock on a given key (PECL wincache >= 1.1.0) wordwrap (string $str[, int $width = 75[, string $break = "\n"[, bool $cut = false]]]) string Wraps a string to a given number of characters (PHP 4 >= 4.0.2, PHP 5) xattr_get (string $filename, string $name[, int $flags = 0]) string Get an extended attribute (PECL xattr >= 0.9.0) xattr_list (string $filename[, int $flags = 0]) array Get a list of extended attributes (PECL xattr >= 0.9.0) xattr_remove (string $filename, string $name[, int $flags = 0]) bool Remove an extended attribute (PECL xattr >= 0.9.0) xattr_set (string $filename, string $name, string $value[, int $flags = 0]) bool Set an extended attribute (PECL xattr >= 0.9.0) xattr_supported (string $filename[, int $flags = 0]) bool Check if filesystem supports extended attributes (PECL xattr >= 1.0.0) xdiff_file_bdiff (string $old_file, string $new_file, string $dest) bool Make binary diff of two files (PECL xdiff >= 1.5.0) xdiff_file_bdiff_size (string $file) int Read a size of file created by applying a binary diff (PECL xdiff >= 1.5.0) xdiff_file_bpatch (string $file, string $patch, string $dest) bool Patch a file with a binary diff (PECL xdiff >= 1.5.0) xdiff_file_diff (string $old_file, string $new_file, string $dest[, int $context = 3[, bool $minimal = false]]) bool Make unified diff of two files (PECL xdiff >= 0.2.0) xdiff_file_merge3 (string $old_file, string $new_file1, string $new_file2, string $dest) string Merge 3 files into one (PECL xdiff >= 0.2.0) xdiff_file_patch (string $file, string $patch, string $dest[, int $flags = DIFF_PATCH_NORMAL]) string Patch a file with an unified diff (PECL xdiff >= 0.2.0) xdiff_file_rabdiff (string $old_file, string $new_file, string $dest) bool Make binary diff of two files using the Rabin's polynomial fingerprinting algorithm (PECL xdiff >= 1.5.0) xdiff_string_bdiff (string $old_data, string $new_data) string Make binary diff of two strings (PECL xdiff >= 1.5.0) xdiff_string_bdiff_size (string $patch) int Read a size of file created by applying a binary diff (PECL xdiff >= 1.5.0) xdiff_string_bpatch (string $str, string $patch) string Patch a string with a binary diff (PECL xdiff >= 1.5.0) xdiff_string_diff (string $old_data, string $new_data[, int $context = 3[, bool $minimal = false]]) string Make unified diff of two strings (PECL xdiff >= 0.2.0) xdiff_string_bdiff (string $old_data, string $new_data) string Make binary diff of two strings (PECL xdiff >= 1.5.0) xdiff_string_merge3 (string $old_data, string $new_data1, string $new_data2[, string &$error]) string Merge 3 strings into one (PECL xdiff >= 0.2.0) xdiff_string_patch (string $str, string $patch[, int $flags[, string &$error]]) string Patch a string with an unified diff (PECL xdiff >= 0.2.0) xdiff_string_rabdiff (string $old_data, string $new_data) string Make binary diff of two strings using the Rabin's polynomial fingerprinting algorithm (PECL xdiff >= 1.5.0) xhprof_disable (void) array Stops xhprof profiler (PECL xhprof >= 0.9.0) xhprof_enable ([ int $flags = 0[, array $options]]) int Start xhprof profiler (PECL xhprof >= 0.9.0) xhprof_sample_disable (void) array Stops xhprof sample profiler (PECL xhprof >= 0.9.0) xhprof_sample_enable (void) Description (PECL xhprof >= 0.9.0) xml_error_string (int $code) string Get XML parser error string (PHP 4, PHP 5) xml_get_current_byte_index (resource $parser) int Get current byte index for an XML parser (PHP 4, PHP 5) xml_get_current_column_number (resource $parser) int Get current column number for an XML parser (PHP 4, PHP 5) xml_get_current_line_number (resource $parser) int Get current line number for an XML parser (PHP 4, PHP 5) xml_get_error_code (resource $parser) int Get XML parser error code (PHP 4, PHP 5) xml_parse (resource $parser, string $data[, bool $is_final = false]) int Start parsing an XML document (PHP 4, PHP 5) xml_parse_into_struct (resource $parser, string $data, array &$values[, array &$index]) int Parse XML data into an array structure (PHP 4, PHP 5) xml_parser_create ([ string $encoding]) resource Create an XML parser (PHP 4, PHP 5) xml_parser_create_ns ([ string $encoding[, string $separator = ':']]) resource Create an XML parser with namespace support (PHP 4 >= 4.0.5, PHP 5) xml_parser_free (resource $parser) bool Free an XML parser (PHP 4, PHP 5) xml_parser_get_option (resource $parser, int $option) resource Get options from an XML parser (PHP 4, PHP 5) xml_parser_set_option (resource $parser, int $option, mixed $value) bool Set options in an XML parser (PHP 4, PHP 5) xml_set_character_data_handler (resource $parser, callable $handler) bool Set up character data handler (PHP 4, PHP 5) xml_set_default_handler (resource $parser, callable $handler) bool Set up default handler (PHP 4, PHP 5) xml_set_element_handler (resource $parser, callable $start_element_handler, callable $end_element_handler) bool Set up start and end element handlers (PHP 4, PHP 5) xml_set_end_namespace_decl_handler (resource $parser, callable $handler) bool Set up end namespace declaration handler (PHP 4 >= 4.0.5, PHP 5) xml_set_external_entity_ref_handler (resource $parser, callable $handler) bool Set up external entity reference handler (PHP 4, PHP 5) xml_set_notation_decl_handler (resource $parser, callable $handler) bool Set up notation declaration handler (PHP 4, PHP 5) xml_set_object (resource $parser, object &$object) bool Use XML Parser within an object (PHP 4, PHP 5) xml_set_processing_instruction_handler (resource $parser, callable $handler) bool Set up processing instruction (PI) handler (PHP 4, PHP 5) xml_set_start_namespace_decl_handler (resource $parser, callable $handler) bool Set up start namespace declaration handler (PHP 4 >= 4.0.5, PHP 5) xml_set_unparsed_entity_decl_handler (resource $parser, callable $handler) bool Set up unparsed entity declaration handler (PHP 4, PHP 5) xmlrpc_decode (string $xml[, string $encoding = "iso-8859-1"]) string Decodes XML into native PHP types (PHP 4 >= 4.1.0, PHP 5) xmlrpc_decode_request (string $xml, string &$method[, string $encoding]) string Decodes XML into native PHP types (PHP 4 >= 4.1.0, PHP 5) xmlrpc_encode (mixed $value) string Generates XML for a PHP value (PHP 4 >= 4.1.0, PHP 5) xmlrpc_encode_request (string $method, mixed $params[, array $output_options]) string Generates XML for a method request (PHP 4 >= 4.1.0, PHP 5) xmlrpc_get_type (mixed $value) string Gets xmlrpc type for a PHP value (PHP 4 >= 4.1.0, PHP 5) xmlrpc_is_fault (array $arg) bool Determines if an array value represents an XMLRPC fault (PHP 4 >= 4.3.0, PHP 5) xmlrpc_parse_method_descriptions (string $xml) array Decodes XML into a list of method descriptions (PHP 4 >= 4.1.0, PHP 5) xmlrpc_server_add_introspection_data (resource $server, array $desc) int Adds introspection documentation (PHP 4 >= 4.1.0, PHP 5) xmlrpc_server_call_method (resource $server, string $xml, mixed $user_data[, array $output_options]) string Parses XML requests and call methods (PHP 4 >= 4.1.0, PHP 5) xmlrpc_server_create (void) resource Creates an xmlrpc server (PHP 4 >= 4.1.0, PHP 5) xmlrpc_server_destroy (resource $server) int Destroys server resources (PHP 4 >= 4.1.0, PHP 5) xmlrpc_server_register_introspection_callback (resource $server, string $function) bool Register a PHP function to generate documentation (PHP 4 >= 4.1.0, PHP 5) xmlrpc_server_register_method (resource $server, string $method_name, string $function) bool Register a PHP function to resource method matching method_name (PHP 4 >= 4.1.0, PHP 5) xmlrpc_set_type (string &$value, string $type) bool Sets xmlrpc type, base64 or datetime, for a PHP string value (PHP 4 >= 4.1.0, PHP 5) xslt_backend_info (void) string Returns the information on the compilation settings of the backend (PHP 4 >= 4.3.0) xslt_backend_name (void) string Returns the name of the backend (PHP 4 >= 4.3.0) xslt_backend_version (void) string Returns the version number of Sablotron (PHP 4 >= 4.3.0) xslt_create (void) resource Create a new XSLT processor (PHP 4 >= 4.0.3) xslt_errno (resource $xh) int Returns an error number (PHP 4 >= 4.0.3) xslt_error (resource $xh) string Returns an error string (PHP 4 >= 4.0.3) xslt_free (resource $xh) resource Free XSLT processor (PHP 4 >= 4.0.3) xslt_getopt (resource $processor) int Get options on a given xsl processor (PHP 4 >= 4.3.0) xslt_process (resource $xh, string $xmlcontainer, string $xslcontainer[, string $resultcontainer[, array $arguments[, array $parameters]]]) resource Perform an (PHP 4 >= 4.0.3) xslt_set_base (resource $xh, string $uri) resource Set the base URI for all (PHP 4 >= 4.0.5) xslt_set_encoding (resource $xh, string $encoding) resource Set the encoding for the parsing of (PHP 4 >= 4.0.5) xslt_set_error_handler (resource $xh, mixed $handler) resource Set an error handler for a (PHP 4 >= 4.0.4) xslt_set_log (resource $xh[, mixed $log]) resource Set the log file to write log messages to (PHP 4 >= 4.0.6) xslt_set_object (resource $processor, object &$obj) bool Sets the object in which to resolve callback functions (PHP 4 >= 4.3.0) xslt_set_sax_handler (resource $xh, array $handlers) resource Set SAX handlers for a XSLT processor (PHP 4 >= 4.0.3) xslt_set_sax_handlers (resource $processor, array $handlers) resource Set the SAX handlers to be called when the XML document gets processed (PHP 4 >= 4.0.6) xslt_set_scheme_handler (resource $xh, array $handlers) resource Set Scheme handlers for a (PHP 4 >= 4.0.5) xslt_set_scheme_handlers (resource $xh, array $handlers) resource Set the scheme handlers for the (PHP 4 >= 4.0.6) xslt_setopt (resource $processor, int $newmask) resource Set options on a given XSLT processor (PHP 4 >= 4.3.0) yaml_emit (mixed $data[, int $encoding = YAML_ANY_ENCODING[, int $linebreak = YAML_ANY_BREAK[, array $callbacks]]]) string Returns the YAML representation of a value (PECL yaml >= 0.5.0) yaml_emit_file (string $filename, mixed $data[, int $encoding = YAML_ANY_ENCODING[, int $linebreak = YAML_ANY_BREAK[, array $callbacks]]]) bool Send the YAML representation of a value to a file (PECL yaml >= 0.5.0) yaml_parse (string $input[, int $pos = 0[, int &$ndocs[, array $callbacks]]]) string Parse a YAML stream (PECL yaml >= 0.4.0) yaml_parse_file (string $filename[, int $pos = 0[, int &$ndocs[, array $callbacks]]]) string Parse a YAML stream from a file (PECL yaml >= 0.4.0) yaml_parse_url (string $url[, int $pos = 0[, int &$ndocs[, array $callbacks]]]) string Parse a Yaml stream from a URL (PECL yaml >= 0.4.0) yaz_addinfo (resource $id) string Returns additional error information (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_ccl_conf (resource $id, array $config) resource Configure CCL parser (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_ccl_parse (resource $id, string $query, array &$result) bool Invoke CCL Parser (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_close (resource $id) bool Close YAZ connection (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_connect (string $zurl[, mixed $options]) string Prepares for a connection to a Z39.50 server (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_database (resource $id, string $databases) bool Specifies the databases within a session (PHP 4 >= 4.0.6, PECL yaz >= 0.9.0) yaz_element (resource $id, string $elementset) bool Specifies Element-Set Name for retrieval (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_errno (resource $id) int Returns error number (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_error (resource $id) string Returns error description (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_es (resource $id, string $type, array $args) resource Prepares for an Extended Service Request (PECL yaz >= 0.9.0) yaz_es_result (resource $id) array Inspects Extended Services Result (PHP 4 >= 4.2.0, PECL yaz >= 0.9.0) yaz_get_option (resource $id, string $name) string Returns value of option for connection (PECL yaz >= 0.9.0) yaz_hits (resource $id[, array &$searchresult]) int Returns number of hits for last search (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_itemorder (resource $id, array $args) resource Prepares for Z39.50 Item Order with an ILL-Request package (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_present (resource $id) bool Prepares for retrieval (Z39.50 present) (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_range (resource $id, int $start, int $number) resource Specifies a range of records to retrieve (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_record (resource $id, int $pos, string $type) string Returns a record (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_scan (resource $id, string $type, string $startterm[, array $flags]) resource Prepares for a scan (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_scan_result (resource $id[, array &$result]) array Returns Scan Response result (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_schema (resource $id, string $schema) resource Specifies schema for retrieval (PHP 4 >= 4.2.0, PECL yaz >= 0.9.0) yaz_search (resource $id, string $type, string $query) bool Prepares for a search (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_set_option (resource $id, string $name, string $value) resource Sets one or more options for connection (PECL yaz >= 0.9.0) yaz_sort (resource $id, string $criteria) resource Sets sorting criteria (PHP 4 >= 4.0.7, PECL yaz >= 0.9.0) yaz_syntax (resource $id, string $syntax) resource Specifies the preferred record syntax for retrieval (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yaz_wait ([ array &$options]) array Wait for Z39.50 requests to complete (PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) yp_all (string $domain, string $map, string $callback) string Traverse the map and call a function on each entry (PHP 4 >= 4.0.6, PHP 5 yp_cat (string $domain, string $map) array Return an array containing the entire map (PHP 4 >= 4.0.6, PHP 5 yp_err_string (int $errorcode) string Returns the error string associated with the given error code (PHP 4 >= 4.0.6, PHP 5 yp_errno (void) int Returns the error code of the previous operation (PHP 4 >= 4.0.6, PHP 5 yp_first (string $domain, string $map) array Returns the first key-value pair from the named map (PHP 4, PHP 5 yp_get_default_domain (void) string Fetches the machine's default NIS domain (PHP 4, PHP 5 yp_master (string $domain, string $map) string Returns the machine name of the master NIS server for a map (PHP 4, PHP 5 yp_match (string $domain, string $map, string $key) string Returns the matched line (PHP 4, PHP 5 yp_next (string $domain, string $map, string $key) array Returns the next key-value pair in the named map (PHP 4, PHP 5 yp_order (string $domain, string $map) int Returns the order number for a map (PHP 4, PHP 5 zend_logo_guid (void) string Gets the Zend guid (PHP 4, PHP 5 zend_thread_id (void) int Returns a unique identifier for the current thread (PHP 5) zend_version (void) string Gets the version of the current Zend engine (PHP 4, PHP 5) zip_close (resource $zip) resource Close a ZIP file archive (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0) zip_entry_close (resource $zip_entry) bool Close a directory entry (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0) zip_entry_compressedsize (resource $zip_entry) int Retrieve the compressed size of a directory entry (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0) zip_entry_compressionmethod (resource $zip_entry) string Retrieve the compression method of a directory entry (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0) zip_entry_filesize (resource $zip_entry) int Retrieve the actual file size of a directory entry (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0) zip_entry_name (resource $zip_entry) string Retrieve the name of a directory entry (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0) zip_entry_open (resource $zip, resource $zip_entry[, string $mode]) bool Open a directory entry for reading (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0) zip_entry_read (resource $zip_entry[, int $length]) string Read from an open directory entry (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0) zip_open (string $filename) resource Open a ZIP file archive (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0) zip_read (resource $zip) resource Read next entry in a ZIP file archive (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0) zlib_decode (string $data[, string $max_decoded_len]) string Uncompress any raw/gzip/zlib encoded data (PHP 5 >= 5.4.0) zlib_encode (string $data, string $encoding[, string $level = -1]) string Compress data with the specified encoding (PHP 5 >= 5.4.0) zlib_get_coding_type (void) string Returns the coding type used for output compression (PHP 4 >= 4.3.2, PHP 5) FrenchToJD (int $month, int $day, int $year) int Converts a date from the French Republican Calendar to a Julian Day Count (PHP 4, PHP 5) GearmanWorker::setId (string $id) bool Give the worker an identifier so it can be tracked when asking gearmand for the list of available workers. (No version information available, might only be in SVN) GregorianToJD (int $month, int $day, int $year) int Converts a Gregorian date to Julian Day Count (PHP 4, PHP 5) JDDayOfWeek (int $julianday[, int $mode = CAL_DOW_DAYNO]) int Returns the day of the week (PHP 4, PHP 5) JDMonthName (int $julianday, int $mode) string Returns a month name (PHP 4, PHP 5) JDToFrench (int $juliandaycount) string Converts a Julian Day Count to the French Republican Calendar (PHP 4, PHP 5) JDToGregorian (int $julianday) string Converts Julian Day Count to Gregorian date (PHP 4, PHP 5) JDToJulian (int $julianday) string Converts a Julian Day Count to a Julian Calendar Date (PHP 4, PHP 5) JewishToJD (int $month, int $day, int $year) int Converts a date in the Jewish Calendar to Julian Day Count (PHP 4, PHP 5) JulianToJD (int $month, int $day, int $year) int Converts a Julian Calendar date to Julian Day Count (PHP 4, PHP 5) PDF_activate_item (resource $pdfdoc, int $id) bool Activate structure element or other content item (PECL pdflib >= 2.0.0) PDF_add_annotation () Add annotation [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_add_bookmark () Add bookmark for current page [deprecated] (PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) PDF_add_launchlink (resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $filename) bool Add launch annotation for current page [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_add_locallink (resource $pdfdoc, float $lowerleftx, float $lowerlefty, float $upperrightx, float $upperrighty, int $page, string $dest) bool Add link annotation for current page [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_add_nameddest (resource $pdfdoc, string $name, string $optlist) bool Create named destination (PECL pdflib >= 2.0.0) PDF_add_note (resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $contents, string $title, string $icon, int $open) bool Set annotation for current page [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_add_outline () Add bookmark for current page [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_add_pdflink (resource $pdfdoc, float $bottom_left_x, float $bottom_left_y, float $up_right_x, float $up_right_y, string $filename, int $page, string $dest) bool Add file link annotation for current page [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_add_table_cell (resource $pdfdoc, int $table, int $column, int $row, string $text, string $optlist) int Add a cell to a new or existing table (PECL pdflib >= 2.1.0) PDF_add_textflow (resource $pdfdoc, int $textflow, string $text, string $optlist) int Create Textflow or add text to existing Textflow (PECL pdflib >= 2.1.0) PDF_add_thumbnail (resource $pdfdoc, int $image) bool Add thumbnail for current page (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_add_weblink (resource $pdfdoc, float $lowerleftx, float $lowerlefty, float $upperrightx, float $upperrighty, string $url) bool Add weblink for current page [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_arc (resource $p, float $x, float $y, float $r, float $alpha, float $beta) bool Draw a counterclockwise circular arc segment (PHP 4, PECL pdflib >= 1.0.0) PDF_arcn (resource $p, float $x, float $y, float $r, float $alpha, float $beta) bool Draw a clockwise circular arc segment (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_attach_file (resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $filename, string $description, string $author, string $mimetype, string $icon) bool Add file attachment for current page [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_begin_document (resource $pdfdoc, string $filename, string $optlist) int Create new PDF file (PECL pdflib >= 2.0.0) PDF_begin_font (resource $pdfdoc, string $filename, float $a, float $b, float $c, float $d, float $e, float $f, string $optlist) bool Start a Type 3 font definition (PECL pdflib >= 2.0.0) PDF_begin_glyph (resource $pdfdoc, string $glyphname, float $wx, float $llx, float $lly, float $urx, float $ury) bool Start glyph definition for Type 3 font (PECL pdflib >= 2.0.0) PDF_begin_item (resource $pdfdoc, string $tag, string $optlist) int Open structure element or other content item (PECL pdflib >= 2.0.0) PDF_begin_layer (resource $pdfdoc, int $layer) bool Start layer (PECL pdflib >= 2.0.0) PDF_begin_page (resource $pdfdoc, float $width, float $height) bool Start new page [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_begin_page_ext (resource $pdfdoc, float $width, float $height, string $optlist) bool Start new page (PECL pdflib >= 2.0.0) PDF_begin_pattern (resource $pdfdoc, float $width, float $height, float $xstep, float $ystep, int $painttype) int Start pattern definition (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_begin_template (resource $pdfdoc, float $width, float $height) int Start template definition [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_begin_template_ext (resource $pdfdoc, float $width, float $height, string $optlist) int Start template definition (PECL pdflib >= 2.1.0) PDF_circle (resource $pdfdoc, float $x, float $y, float $r) bool Draw a circle (PHP 4, PECL pdflib >= 1.0.0) PDF_clip (resource $p) bool Clip to current path (PHP 4, PECL pdflib >= 1.0.0) PDF_close (resource $p) bool Close pdf resource [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_close_image (resource $p, int $image) bool Close image (PHP 4, PECL pdflib >= 1.0.0) PDF_close_pdi (resource $p, int $doc) bool Close the input PDF document [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_close_pdi_page (resource $p, int $page) bool Close the page handle (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_closepath (resource $p) bool Close current path (PHP 4, PECL pdflib >= 1.0.0) PDF_closepath_fill_stroke (resource $p) bool Close, fill and stroke current path (PHP 4, PECL pdflib >= 1.0.0) PDF_closepath_stroke (resource $p) bool Close and stroke path (PHP 4, PECL pdflib >= 1.0.0) PDF_concat (resource $p, float $a, float $b, float $c, float $d, float $e, float $f) bool Concatenate a matrix to the CTM (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_continue_text (resource $p, string $text) bool Output text in next line (PHP 4, PECL pdflib >= 1.0.0) PDF_create_3dview (resource $pdfdoc, string $username, string $optlist) int Create 3D view (PECL pdflib >= 2.1.0) PDF_create_action (resource $pdfdoc, string $type, string $optlist) int Create action for objects or events (PECL pdflib >= 2.0.0) PDF_create_annotation (resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $type, string $optlist) bool Create rectangular annotation (PECL pdflib >= 2.0.0) PDF_create_bookmark (resource $pdfdoc, string $text, string $optlist) int Create bookmark (PECL pdflib >= 2.0.0) PDF_create_field (resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $name, string $type, string $optlist) bool Create form field (PECL pdflib >= 2.0.0) PDF_create_fieldgroup (resource $pdfdoc, string $name, string $optlist) bool Create form field group (PECL pdflib >= 2.0.0) PDF_create_gstate (resource $pdfdoc, string $optlist) int Create graphics state object (PECL pdflib >= 2.0.0) PDF_create_pvf (resource $pdfdoc, string $filename, string $data, string $optlist) bool Create PDFlib virtual file (PECL pdflib >= 2.0.0) PDF_create_textflow (resource $pdfdoc, string $text, string $optlist) int Create textflow object (PECL pdflib >= 2.0.0) PDF_curveto (resource $p, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) bool Draw Bezier curve (PHP 4, PECL pdflib >= 1.0.0) PDF_define_layer (resource $pdfdoc, string $name, string $optlist) int Create layer definition (PECL pdflib >= 2.0.0) PDF_delete (resource $pdfdoc) bool Delete PDFlib object (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_delete_pvf (resource $pdfdoc, string $filename) int Delete PDFlib virtual file (PECL pdflib >= 2.0.0) PDF_delete_table (resource $pdfdoc, int $table, string $optlist) bool Delete table object (PECL pdflib >= 2.1.0) PDF_delete_textflow (resource $pdfdoc, int $textflow) bool Delete textflow object (PECL pdflib >= 2.0.0) PDF_encoding_set_char (resource $pdfdoc, string $encoding, int $slot, string $glyphname, int $uv) bool Add glyph name and/or Unicode value (PECL pdflib >= 2.0.0) PDF_end_document (resource $pdfdoc, string $optlist) bool Close PDF file (PECL pdflib >= 2.0.0) PDF_end_font (resource $pdfdoc) bool Terminate Type 3 font definition (PECL pdflib >= 2.0.0) PDF_end_glyph (resource $pdfdoc) bool Terminate glyph definition for Type 3 font (PECL pdflib >= 2.0.0) PDF_end_item (resource $pdfdoc, int $id) bool Close structure element or other content item (PECL pdflib >= 2.0.0) PDF_end_layer (resource $pdfdoc) bool Deactivate all active layers (PECL pdflib >= 2.0.0) PDF_end_page (resource $p) bool Finish page (PHP 4, PECL pdflib >= 1.0.0) PDF_end_page_ext (resource $pdfdoc, string $optlist) bool Finish page (PECL pdflib >= 2.0.0) PDF_end_pattern (resource $p) bool Finish pattern (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_end_template (resource $p) bool Finish template (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_endpath (resource $p) bool End current path (PHP 4, PECL pdflib >= 1.0.0) PDF_fill (resource $p) bool Fill current path (PHP 4, PECL pdflib >= 1.0.0) PDF_fill_imageblock (resource $pdfdoc, int $page, string $blockname, int $image, string $optlist) int Fill image block with variable data (PECL pdflib >= 2.0.0) PDF_fill_pdfblock (resource $pdfdoc, int $page, string $blockname, int $contents, string $optlist) int Fill PDF block with variable data (PECL pdflib >= 2.0.0) PDF_fill_stroke (resource $p) bool Fill and stroke path (PHP 4, PECL pdflib >= 1.0.0) PDF_fill_textblock (resource $pdfdoc, int $page, string $blockname, string $text, string $optlist) int Fill text block with variable data (PECL pdflib >= 2.0.0) PDF_findfont (resource $p, string $fontname, string $encoding, int $embed) int Prepare font for later use [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_fit_image (resource $pdfdoc, int $image, float $x, float $y, string $optlist) bool Place image or template (PECL pdflib >= 2.0.0) PDF_fit_pdi_page (resource $pdfdoc, int $page, float $x, float $y, string $optlist) bool Place imported PDF page (PECL pdflib >= 2.0.0) PDF_fit_table (resource $pdfdoc, int $table, float $llx, float $lly, float $urx, float $ury, string $optlist) string Place table on page (PECL pdflib >= 2.1.0) PDF_fit_textflow (resource $pdfdoc, int $textflow, float $llx, float $lly, float $urx, float $ury, string $optlist) string Format textflow in rectangular area (PECL pdflib >= 2.0.0) PDF_fit_textline (resource $pdfdoc, string $text, float $x, float $y, string $optlist) bool Place single line of text (PECL pdflib >= 2.0.0) PDF_get_apiname (resource $pdfdoc) string Get name of unsuccessfull API function (PECL pdflib >= 2.0.0) PDF_get_buffer (resource $p) string Get PDF output buffer (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_get_errmsg (resource $pdfdoc) string Get error text (PECL pdflib >= 2.0.0) PDF_get_errnum (resource $pdfdoc) int Get error number (PECL pdflib >= 2.0.0) PDF_get_font () Get font [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_get_fontname () Get font name [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_get_fontsize () Font handling [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_get_image_height () Get image height [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_get_image_width () Get image width [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_get_majorversion (void) int Get major version number [deprecated] (PHP 4 >= 4.2.0, PECL pdflib >= 1.0.0) PDF_get_minorversion (void) int Get minor version number [deprecated] (PHP 4 >= 4.2.0, PECL pdflib >= 1.0.0) PDF_get_parameter (resource $p, string $key, float $modifier) string Get string parameter (PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) PDF_get_pdi_parameter (resource $p, string $key, int $doc, int $page, int $reserved) string Get PDI string parameter [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_get_pdi_value (resource $p, string $key, int $doc, int $page, int $reserved) float Get PDI numerical parameter [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_get_value (resource $p, string $key, float $modifier) float Get numerical parameter (PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) PDF_info_font (resource $pdfdoc, int $font, string $keyword, string $optlist) float Query detailed information about a loaded font (PECL pdflib >= 2.1.0) PDF_info_matchbox (resource $pdfdoc, string $boxname, int $num, string $keyword) float Query matchbox information (PECL pdflib >= 2.1.0) PDF_info_table (resource $pdfdoc, int $table, string $keyword) float Retrieve table information (PECL pdflib >= 2.1.0) PDF_info_textflow (resource $pdfdoc, int $textflow, string $keyword) float Query textflow state (PECL pdflib >= 2.0.0) PDF_info_textline (resource $pdfdoc, string $text, string $keyword, string $optlist) float Perform textline formatting and query metrics (PECL pdflib >= 2.1.0) PDF_initgraphics (resource $p) bool Reset graphic state (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_lineto (resource $p, float $x, float $y) bool Draw a line (PHP 4, PECL pdflib >= 1.0.0) PDF_load_3ddata (resource $pdfdoc, string $filename, string $optlist) int Load 3D model (PECL pdflib >= 2.1.0) PDF_load_font (resource $pdfdoc, string $fontname, string $encoding, string $optlist) int Search and prepare font (PECL pdflib >= 2.0.0) PDF_load_iccprofile (resource $pdfdoc, string $profilename, string $optlist) int Search and prepare ICC profile (PECL pdflib >= 2.0.0) PDF_load_image (resource $pdfdoc, string $imagetype, string $filename, string $optlist) int Open image file (PECL pdflib >= 2.0.0) PDF_makespotcolor (resource $p, string $spotname) int Make spot color (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_moveto (resource $p, float $x, float $y) bool Set current point (PHP 4, PECL pdflib >= 1.0.0) PDF_new (void) resource Create PDFlib object (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_open_ccitt (resource $pdfdoc, string $filename, int $width, int $height, int $BitReverse, int $k, int $Blackls1) int Open raw CCITT image [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_open_file (resource $p, string $filename) bool Create PDF file [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_open_gif () Open GIF image [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_open_image (resource $p, string $imagetype, string $source, string $data, int $length, int $width, int $height, int $components, int $bpc, string $params) int Use image data [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_open_image_file (resource $p, string $imagetype, string $filename, string $stringparam, int $intparam) int Read image from file [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_open_jpeg () Open JPEG image [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_open_memory_image (resource $p, resource $image) int Open image created with PHP's image functions [not supported] (PHP 4, PECL pdflib >= 1.0.0) PDF_open_pdi (resource $pdfdoc, string $filename, string $optlist, int $len) int Open PDF file [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_open_pdi_document (resource $p, string $filename, string $optlist) int Prepare a pdi document (PECL pdflib >= 2.1.0) PDF_open_pdi_page (resource $p, int $doc, int $pagenumber, string $optlist) int Prepare a page (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_open_tiff () Open TIFF image [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_pcos_get_number (resource $p, int $doc, string $path) float Get value of pCOS path with type number or boolean (PECL pdflib >= 2.1.0) PDF_pcos_get_stream (resource $p, int $doc, string $optlist, string $path) string Get contents of pCOS path with type stream, fstream, or string (PECL pdflib >= 2.1.0) PDF_pcos_get_string (resource $p, int $doc, string $path) string Get value of pCOS path with type name, string, or boolean (PECL pdflib >= 2.1.0) PDF_place_image (resource $pdfdoc, int $image, float $x, float $y, float $scale) bool Place image on the page [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_place_pdi_page (resource $pdfdoc, int $page, float $x, float $y, float $sx, float $sy) bool Place PDF page [deprecated] (PHP 4 >= 4.0.6, PECL pdflib >= 1.0.0) PDF_process_pdi (resource $pdfdoc, int $doc, int $page, string $optlist) int Process imported PDF document (PECL pdflib >= 2.0.0) PDF_rect (resource $p, float $x, float $y, float $width, float $height) bool Draw rectangle (PHP 4, PECL pdflib >= 1.0.0) PDF_restore (resource $p) bool Restore graphics state (PHP 4, PECL pdflib >= 1.0.0) PDF_resume_page (resource $pdfdoc, string $optlist) bool Resume page (PECL pdflib >= 2.0.0) PDF_rotate (resource $p, float $phi) bool Rotate coordinate system (PHP 4, PECL pdflib >= 1.0.0) PDF_save (resource $p) bool Save graphics state (PHP 4, PECL pdflib >= 1.0.0) PDF_scale (resource $p, float $sx, float $sy) bool Scale coordinate system (PHP 4, PECL pdflib >= 1.0.0) PDF_set_border_color (resource $p, float $red, float $green, float $blue) bool Set border color of annotations [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_set_border_dash (resource $pdfdoc, float $black, float $white) bool Set border dash style of annotations [deprecated] (PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) PDF_set_border_style (resource $pdfdoc, string $style, float $width) bool Set border style of annotations [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_set_char_spacing () Set character spacing [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_set_duration () Set duration between pages [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_set_gstate (resource $pdfdoc, int $gstate) bool Activate graphics state object (PECL pdflib >= 2.0.0) PDF_set_horiz_scaling () Set horizontal text scaling [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_set_info (resource $p, string $key, string $value) bool Fill document info field (PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) PDF_set_info_author () Fill the author document info field [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_set_info_creator () Fill the creator document info field [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_set_info_keywords () Fill the keywords document info field [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_set_info_subject () Fill the subject document info field [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_set_info_title () Fill the title document info field [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_set_layer_dependency (resource $pdfdoc, string $type, string $optlist) bool Define relationships among layers (PECL pdflib >= 2.0.0) PDF_set_leading () Set distance between text lines [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_set_parameter (resource $p, string $key, string $value) bool Set string parameter (PHP 4, PECL pdflib >= 1.0.0) PDF_set_text_matrix () Set text matrix [deprecated] (PHP 4 PDF_set_text_pos (resource $p, float $x, float $y) bool Set text position (PHP 4, PECL pdflib >= 1.0.0) PDF_set_text_rendering () Determine text rendering [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_set_text_rise () Set text rise [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_set_value (resource $p, string $key, float $value) bool Set numerical parameter (PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) PDF_set_word_spacing () Set spacing between words [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_setcolor (resource $p, string $fstype, string $colorspace, float $c1, float $c2, float $c3, float $c4) bool Set fill and stroke color (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_setdash (resource $pdfdoc, float $b, float $w) bool Set simple dash pattern (PHP 4, PECL pdflib >= 1.0.0) PDF_setdashpattern (resource $pdfdoc, string $optlist) bool Set dash pattern (PECL pdflib >= 2.0.0) PDF_setflat (resource $pdfdoc, float $flatness) bool Set flatness (PHP 4, PECL pdflib >= 1.0.0) PDF_setfont (resource $pdfdoc, int $font, float $fontsize) bool Set font (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_setgray (resource $p, float $g) bool Set color to gray [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_setgray_fill (resource $p, float $g) bool Set fill color to gray [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_setgray_stroke (resource $p, float $g) bool Set stroke color to gray [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_setlinecap (resource $p, int $linecap) bool Set linecap parameter (PHP 4, PECL pdflib >= 1.0.0) PDF_setlinejoin (resource $p, int $value) bool Set linejoin parameter (PHP 4, PECL pdflib >= 1.0.0) PDF_setlinewidth (resource $p, float $width) bool Set line width (PHP 4, PECL pdflib >= 1.0.0) PDF_setmatrix (resource $p, float $a, float $b, float $c, float $d, float $e, float $f) bool Set current transformation matrix (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_setmiterlimit (resource $pdfdoc, float $miter) bool Set miter limit (PHP 4, PECL pdflib >= 1.0.0) PDF_setpolydash () Set complicated dash pattern [deprecated] (PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) PDF_setrgbcolor (resource $p, float $red, float $green, float $blue) bool Set fill and stroke rgb color values [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_setrgbcolor_fill (resource $p, float $red, float $green, float $blue) bool Set fill rgb color values [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_setrgbcolor_stroke (resource $p, float $red, float $green, float $blue) bool Set stroke rgb color values [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_shading (resource $pdfdoc, string $shtype, float $x0, float $y0, float $x1, float $y1, float $c1, float $c2, float $c3, float $c4, string $optlist) int Define blend (PECL pdflib >= 2.0.0) PDF_shading_pattern (resource $pdfdoc, int $shading, string $optlist) int Define shading pattern (PECL pdflib >= 2.0.0) PDF_shfill (resource $pdfdoc, int $shading) bool Fill area with shading (PECL pdflib >= 2.0.0) PDF_show (resource $pdfdoc, string $text) bool Output text at current position (PHP 4, PECL pdflib >= 1.0.0) PDF_show_boxed (resource $p, string $text, float $left, float $top, float $width, float $height, string $mode, string $feature) int Output text in a box [deprecated] (PHP 4, PECL pdflib >= 1.0.0) PDF_show_xy (resource $p, string $text, float $x, float $y) bool Output text at given position (PHP 4, PECL pdflib >= 1.0.0) PDF_skew (resource $p, float $alpha, float $beta) bool Skew the coordinate system (PHP 4, PECL pdflib >= 1.0.0) PDF_stringwidth (resource $p, string $text, int $font, float $fontsize) float Return width of text (PHP 4, PECL pdflib >= 1.0.0) PDF_stroke (resource $p) bool Stroke path (PHP 4, PECL pdflib >= 1.0.0) PDF_suspend_page (resource $pdfdoc, string $optlist) bool Suspend page (PECL pdflib >= 2.0.0) PDF_translate (resource $p, float $tx, float $ty) bool Set origin of coordinate system (PHP 4, PECL pdflib >= 1.0.0) PDF_utf16_to_utf8 (resource $pdfdoc, string $utf16string) string Convert string from UTF-16 to UTF-8 (PECL pdflib >= 2.0.3) PDF_utf32_to_utf16 (resource $pdfdoc, string $utf32string, string $ordering) string Convert string from UTF-32 to UTF-16 (PECL pdflib >= Unknown future) PDF_utf8_to_utf16 (resource $pdfdoc, string $utf8string, string $ordering) string Convert string from UTF-8 to UTF-16 (PECL pdflib >= 2.0.3) XMLWriter::endAttribute (void) bool End attribute (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::endCData (void) bool End current CDATA (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::endComment (void) bool Create end comment (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0) XMLWriter::endDTD (void) bool End current DTD (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::endDTDAttlist (void) bool End current DTD AttList (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::endDTDElement (void) bool End current DTD element (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::endDTDEntity (void) bool End current DTD Entity (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::endDocument (void) bool End current document (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::endElement (void) bool End current element (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::endPI (void) bool End current PI (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::flush ([ bool $empty = true]) bool Flush current buffer (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0) XMLWriter::fullEndElement (void) bool End current element (PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4) XMLWriter::openMemory (void) bool Create new xmlwriter using memory for string output (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::openURI (string $uri) bool Create new xmlwriter using source uri for output (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::outputMemory ([ bool $flush = true]) string Returns current buffer (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::setIndent (bool $indent) bool Toggle indentation on/off (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::setIndentString (string $indentString) bool Set string used for indenting (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::startAttribute (string $name) bool Create start attribute (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::startAttributeNS (string $prefix, string $name, string $uri) bool Create start namespaced attribute (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::startCData (void) bool Create start CDATA tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::startComment (void) bool Create start comment (PHP 5 >= 5.1.2, PECL xmlwriter >= 1.0.0) XMLWriter::startDTD (string $qualifiedName[, string $publicId[, string $systemId]]) bool Create start DTD tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::startDTDAttlist (string $name) bool Create start DTD AttList (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::startDTDElement (string $qualifiedName) bool Create start DTD element (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::startDTDEntity (string $name, bool $isparam) bool Create start DTD Entity (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::startDocument ([ string $version = 1.0[, string $encoding = NULL[, string $standalone]]]) bool Create document tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::startElement (string $name) bool Create start element tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::startElementNS (string $prefix, string $name, string $uri) bool Create start namespaced element tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::startPI (string $target) bool Create start PI tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::text (string $content) bool Write text (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeAttribute (string $name, string $value) bool Write full attribute (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeAttributeNS (string $prefix, string $name, string $uri, string $content) bool Write full namespaced attribute (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeCData (string $content) bool Write full CDATA tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeComment (string $content) bool Write full comment tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeDTD (string $name[, string $publicId[, string $systemId[, string $subset]]]) bool Write full DTD tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeDTDAttlist (string $name, string $content) bool Write full DTD AttList tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeDTDElement (string $name, string $content) bool Write full DTD element tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeDTDEntity (string $name, string $content, bool $pe, string $pubid, string $sysid, string $ndataid) bool Write full DTD Entity tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeElement (string $name[, string $content]) bool Write full element tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeElementNS (string $prefix, string $name, string $uri[, string $content]) bool Write full namespaced element tag (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writePI (string $target, string $content) bool Writes a PI (PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0) XMLWriter::writeRaw (string $content) bool Write a raw XML text (PHP 5 >= 5.2.0, PECL xmlwriter >= 2.0.4) $AUTH_TYPE $DOCUMENT_ROOT $GATEWAY_INTERFACE $GLOBALS $HTTP_ACCEPT $HTTP_ACCEPT_CHARSET $HTTP_ACCEPT_ENCODING $HTTP_ACCEPT_LANGUAGE $HTTP_CONNECTION $HTTP_HOST $HTTP_REFERER $HTTP_USER_AGENT $PATH_TRANSLATED $PHP_AUTH_PW $PHP_AUTH_USER $PHP_SELF $QUERY_STRING $REMOTE_ADDR $REMOTE_HOST $REMOTE_PORT $REQUEST_METHOD $REQUEST_URI $SCRIPT_FILENAME $SCRIPT_NAME $SERVER_ADMIN $SERVER_NAME $SERVER_PORT $SERVER_PROTOCOL $SERVER_SIGNATURE $SERVER_SOFTWARE $_COOKIE $_ENV $_FILES $_GET $_POST $_REQUEST $_SERVER $_SESSION $argc $argv $php_errormsg DomAttribute->name (void) string Returns the name of attribute (PHP 4 >= 4.1.0) DomAttribute->set_value (string $content) bool Sets the value of an attribute (PHP 4 >= 4.1.0) DomAttribute->specified (void) bool Checks if attribute is specified (PHP 4 >= 4.1.0) DomAttribute->value (void) string Returns value of attribute (PHP 4 >= 4.1.0) DomDocument->add_root (string $name) string Adds a root node [deprecated] (PHP 4 >= 4.1.0) DomDocument->create_attribute (string $name, string $value) string Create new attribute (PHP 4 >= 4.1.0) DomDocument->create_cdata_section (string $content) string Create new cdata node (PHP 4 >= 4.1.0) DomDocument->create_comment (string $content) string Create new comment node (PHP 4 >= 4.1.0) DomDocument->create_element (string $name) string Create new element node (PHP 4 >= 4.1.0) DomDocument->create_element_ns (string $uri, string $name[, string $prefix]) string Create new element node with an associated namespace (PHP 4 >= 4.1.0) DomDocument->create_entity_reference (string $content) string Create an entity reference (PHP 4 >= 4.1.0) DomDocument->create_processing_instruction (string $content) string Creates new PI node (PHP 4 >= 4.1.0) DomDocument->create_text_node (string $content) string Create new text node (PHP 4 >= 4.1.0) DomDocument->doctype (void) domdocumenttype Returns the document type (PHP 4 >= 4.1.0) DomDocument->document_element (void) Returns root element node (PHP 4 >= 4.1.0) DomDocument->dump_file (string $filename[, bool $compressionmode[, bool $format]]) string Dumps the internal XML tree back into a file (PHP 4 >= 4.1.0) DomDocument->dump_mem ([ bool $format[, string $encoding]]) string Dumps the internal XML tree back into a string (PHP 4 >= 4.1.0) DomDocument->get_element_by_id (string $id) string Searches for an element with a certain id (PHP 4 >= 4.1.0) DomDocument->get_elements_by_tagname (string $name) array Returns array with nodes with given tagname in document or empty array, if not found (PHP 4 >= 4.1.0) DomDocument->html_dump_mem (void) string Dumps the internal XML tree back into a string as HTML (PHP 4 >= 4.1.0) DomDocument->xinclude (void) int Substitutes XIncludes in a DomDocument Object (PHP 5) DomDocumentType->entities (void) array Returns list of entities (PHP 4 >= 4.1.0) DomDocumentType->internal_subset (void) bool Returns internal subset (PHP 4 >= 4.1.0) DomDocumentType->name (void) string Returns name of document type (PHP 4 >= 4.1.0) DomDocumentType->notations (void) array Returns list of notations (PHP 4 >= 4.1.0) DomDocumentType->public_id (void) string Returns public id of document type (PHP 4 >= 4.1.0) DomDocumentType->system_id (void) string Returns the system id of document type (PHP 4 >= 4.1.0) DomElement->get_attribute (string $name) string Returns the value of the given attribute (PHP 4 >= 4.1.0) DomElement->get_attribute_node (string $name) DomAttribute Returns the node of the given attribute (PHP 4 >= 4.1.0) DomElement->get_elements_by_tagname (string $name) array Gets elements by tagname (PHP 4 >= 4.1.0) DomElement->has_attribute (string $name) bool Checks to see if an attribute exists in the current node (PHP 4 >= 4.1.0) DomElement->remove_attribute (string $name) bool Removes attribute (PHP 4 >= 4.1.0) DomElement->set_attribute (string $name, string $value) DomAttribute Sets the value of an attribute (PHP 4 >= 4.1.0) DomElement->set_attribute_node (DomNode $attr) DomNode Adds new attribute (PHP 4 >= 4.1.0) DomElement->tagname (void) string Returns the name of the current element (PHP 4 >= 4.1.0) DomNode->add_namespace (string $uri, string $prefix) bool Adds a namespace declaration to a node (PHP 4 >= 4.3.0) DomNode->append_child (DOMNode $newnode) DOMNode Adds a new child at the end of the children (PHP 4 >= 4.1.0) DomNode->append_sibling (domelement $newnode) Adds new sibling to a node (PHP 4 >= 4.2.0) DomNode->attributes (void) array Returns list of attributes (PHP 4 >= 4.1.0) DomNode->child_nodes (void) array Returns children of node (PHP 4 >= 4.1.0) DomNode->clone_node (void) Clones a node (PHP 4 >= 4.1.0) DomNode->dump_node (void) string Dumps a single node (PHP 4 >= 4.1.0) DomNode->first_child (void) Returns first child of node (PHP 4 >= 4.1.0) DomNode->get_content (void) string Gets content of node (PHP 4 >= 4.2.0) DomNode->has_attributes (void) bool Checks if node has attributes (PHP 4 >= 4.1.0) DomNode->has_child_nodes (void) bool Checks if node has children (PHP 4 >= 4.1.0) DomNode->insert_before (domelement $newnode, domelement $refnode) Inserts new node as child (PHP 4 >= 4.1.0) DomNode->is_blank_node (void) bool Checks if node is blank (PHP 4 >= 4.1.0) DomNode->last_child (void) Returns last child of node (PHP 4 >= 4.1.0) DomNode->next_sibling (void) Returns the next sibling of node (PHP 4 >= 4.1.0) DomNode->node_name (void) string Returns name of node (PHP 4 >= 4.1.0) DomNode->node_type (void) int Returns type of node (PHP 4 >= 4.1.0) DomNode->node_value (void) string Returns value of a node (PHP 4 >= 4.1.0) DomNode->owner_document (void) Returns the document this node belongs to (PHP 4 >= 4.1.0) DomNode->parent_node (void) Returns the parent of the node (PHP 4 >= 4.1.0) DomNode->prefix (void) string Returns name space prefix of node (PHP 4 >= 4.1.0) DomNode->previous_sibling (void) Returns the previous sibling of node (PHP 4 >= 4.1.0) DomNode->remove_child (domtext $oldchild) Removes child from list of children (PHP 4 >= 4.2.0) DomNode->replace_child (domelement $newnode, domelement $oldnode) Replaces a child (PHP 4 >= 4.2.0) DomNode->replace_node (domelement $newnode) Replaces node (PHP 4 >= 4.2.0) DomNode->set_content (string $content) bool Sets content of node (PHP 4 >= 4.1.0) DomNode->set_name (void) bool Sets name of node (PHP 4 >= 4.1.0) DomNode->set_namespace (string $uri[, string $prefix]) string Sets namespace of a node (PHP 4 >= 4.3.0) DomNode->unlink_node (void) Deletes node (PHP 4 >= 4.1.0) DomProcessingInstruction->data (void) string Returns the data of ProcessingInstruction node (PHP 4 >= 4.1.0) DomProcessingInstruction->target (void) string Returns the target of a ProcessingInstruction node (PHP 4 >= 4.1.0) DomXsltStylesheet->process (DomDocument $xml_doc[, array $xslt_params[, bool $is_xpath_param[, string $profile_filename]]]) DomDocument Applies the XSLT-Transformation on a DomDocument Object (PHP 4 >= 4.1.0) DomXsltStylesheet->result_dump_file (DomDocument $xmldoc, string $filename) string Dumps the result from a XSLT-Transformation into a file (PHP 4 >= 4.1.0) DomXsltStylesheet->result_dump_mem (DomDocument $xmldoc) string Dumps the result from a XSLT-Transformation back into a string (PHP 4 >= 4.1.0) HaruAnnotation::setBorderStyle (float $width, int $dash_on, int $dash_off) bool Set the border style of the annotation (PECL haru >= 0.0.1) HaruAnnotation::setHighlightMode (int $mode) bool Set the highlighting mode of the annotation (PECL haru >= 0.0.1) HaruAnnotation::setIcon (int $icon) bool Set the icon style of the annotation (PECL haru >= 0.0.1) HaruAnnotation::setOpened (bool $opened) bool Set the initial state of the annotation (PECL haru >= 0.0.1) HaruDestination::setFit (void) bool Set the appearance of the page to fit the window (PECL haru >= 0.0.1) HaruDestination::setFitB (void) bool Set the appearance of the page to fit the bounding box of the page within the window (PECL haru >= 0.0.1) HaruDestination::setFitBH (float $top) bool Set the appearance of the page to fit the width of the bounding box (PECL haru >= 0.0.1) HaruDestination::setFitBV (float $left) bool Set the appearance of the page to fit the height of the boudning box (PECL haru >= 0.0.1) HaruDestination::setFitH (float $top) bool Set the appearance of the page to fit the window width (PECL haru >= 0.0.1) HaruDestination::setFitR (float $left, float $bottom, float $right, float $top) bool Set the appearance of the page to fit the specified rectangle (PECL haru >= 0.0.1) HaruDestination::setFitV (float $left) bool Set the appearance of the page to fit the window height (PECL haru >= 0.0.1) HaruDestination::setXYZ (float $left, float $top, float $zoom) bool Set the appearance of the page (PECL haru >= 0.0.1) HaruDoc::__construct (void) Construct new (PECL haru >= 0.0.1) HaruDoc::addPage (void) object Add new page to the document (PECL haru >= 0.0.1) HaruDoc::addPageLabel (int $first_page, int $style, int $first_num[, string $prefix]) bool Set the numbering style for the specified range of pages (PECL haru >= 0.0.1) HaruDoc::createOutline (string $title[, object $parent_outline[, object $encoder]]) object Create a (PECL haru >= 0.0.1) HaruDoc::getCurrentEncoder (void) object Get (PECL haru >= 0.0.1) HaruDoc::getCurrentPage (void) object Return current page of the document (PECL haru >= 0.0.1) HaruDoc::getEncoder (string $encoding) object Get (PECL haru >= 0.0.1) HaruDoc::getFont (string $fontname[, string $encoding]) object Get (PECL haru >= 0.0.1) HaruDoc::getInfoAttr (int $type) string Get current value of the specified document attribute (PECL haru >= 0.0.1) HaruDoc::getPageLayout (void) int Get current page layout (PECL haru >= 0.0.1) HaruDoc::getPageMode (void) int Get current page mode (PECL haru >= 0.0.1) HaruDoc::getStreamSize (void) int Get the size of the temporary stream (PECL haru >= 0.0.1) HaruDoc::insertPage (object $page) object Insert new page just before the specified page (PECL haru >= 0.0.1) HaruDoc::loadJPEG (string $filename) object Load a JPEG image (PECL haru >= 0.0.1) HaruDoc::loadPNG (string $filename[, bool $deferred= false]) object Load PNG image and return (PECL haru >= 0.0.1) HaruDoc::loadRaw (string $filename, int $width, int $height, int $color_space) object Load a RAW image (PECL haru >= 0.0.1) HaruDoc::loadTTC (string $fontfile, int $index[, bool $embed= false]) string Load the font with the specified index from TTC file (PECL haru >= 0.0.1) HaruDoc::loadTTF (string $fontfile[, bool $embed= false]) string Load TTF font file (PECL haru >= 0.0.1) HaruDoc::loadType1 (string $afmfile[, string $pfmfile]) string Load Type1 font (PECL haru >= 0.0.1) HaruDoc::output (void) bool Write the document data to the output buffer (PECL haru >= 0.0.1) HaruDoc::readFromStream (int $bytes) string Read data from the temporary stream (PECL haru >= 0.0.1) HaruDoc::resetError (void) bool Reset error state of the document handle (PECL haru >= 0.0.1) HaruDoc::resetStream (void) bool Rewind the temporary stream (PECL haru >= 0.0.1) HaruDoc::save (string $file) bool Save the document into the specified file (PECL haru >= 0.0.1) HaruDoc::saveToStream (void) bool Save the document into a temporary stream (PECL haru >= 0.0.1) HaruDoc::setCompressionMode (int $mode) bool Set compression mode for the document (PECL haru >= 0.0.1) HaruDoc::setCurrentEncoder (string $encoding) bool Set the current encoder for the document (PECL haru >= 0.0.1) HaruDoc::setEncryptionMode (int $mode[, int $key_len= 5]) bool Set encryption mode for the document (PECL haru >= 0.0.1) HaruDoc::setInfoAttr (int $type, string $info) bool Set the info attribute of the document (PECL haru >= 0.0.1) HaruDoc::setInfoDateAttr (int $type, int $year, int $month, int $day, int $hour, int $min, int $sec, string $ind, int $off_hour, int $off_min) bool Set the datetime info attributes of the document (PECL haru >= 0.0.1) HaruDoc::setOpenAction (object $destination) bool Define which page is shown when the document is opened (PECL haru >= 0.0.1) HaruDoc::setPageLayout (int $layout) bool Set how pages should be displayed (PECL haru >= 0.0.1) HaruDoc::setPageMode (int $mode) bool Set how the document should be displayed (PECL haru >= 0.0.1) HaruDoc::setPagesConfiguration (int $page_per_pages) bool Set the number of pages per set of pages (PECL haru >= 0.0.1) HaruDoc::setPassword (string $owner_password, string $user_password) bool Set owner and user passwords for the document (PECL haru >= 0.0.1) HaruDoc::setPermission (int $permission) bool Set permissions for the document (PECL haru >= 0.0.1) HaruDoc::useCNSEncodings (void) bool Enable Chinese simplified encodings (PECL haru >= 0.0.1) HaruDoc::useCNSFonts (void) bool Enable builtin Chinese simplified fonts (PECL haru >= 0.0.1) HaruDoc::useCNTEncodings (void) bool Enable Chinese traditional encodings (PECL haru >= 0.0.1) HaruDoc::useCNTFonts (void) bool Enable builtin Chinese traditional fonts (PECL haru >= 0.0.1) HaruDoc::useJPEncodings (void) bool Enable Japanese encodings (PECL haru >= 0.0.1) HaruDoc::useJPFonts (void) bool Enable builtin Japanese fonts (PECL haru >= 0.0.1) HaruDoc::useKREncodings (void) bool Enable Korean encodings (PECL haru >= 0.0.1) HaruDoc::useKRFonts (void) bool Enable builtin Korean fonts (PECL haru >= 0.0.1) HaruEncoder::getByteType (string $text, int $index) int Get the type of the byte in the text (PECL haru >= 0.0.1) HaruEncoder::getType (void) int Get the type of the encoder (PECL haru >= 0.0.1) HaruEncoder::getUnicode (int $character) int Convert the specified character to unicode (PECL haru >= 0.0.1) HaruEncoder::getWritingMode (void) int Get the writing mode of the encoder (PECL haru >= 0.0.1) HaruFont::getAscent (void) int Get the vertical ascent of the font (PECL haru >= 0.0.1) HaruFont::getCapHeight (void) int Get the distance from the baseline of uppercase letters (PECL haru >= 0.0.1) HaruFont::getDescent (void) int Get the vertical descent of the font (PECL haru >= 0.0.1) HaruFont::getEncodingName (void) string Get the name of the encoding (PECL haru >= 0.0.1) HaruFont::getFontName (void) string Get the name of the font (PECL haru >= 0.0.1) HaruFont::getTextWidth (string $text) array Get the total width of the text, number of characters, number of words and number of spaces (PECL haru >= 0.0.1) HaruFont::getUnicodeWidth (int $character) int Get the width of the character in the font (PECL haru >= 0.0.1) HaruFont::getXHeight (void) int Get the distance from the baseline of lowercase letters (PECL haru >= 0.0.1) HaruFont::measureText (string $text, float $width, float $font_size, float $char_space, float $word_space[, bool $word_wrap= false]) int Calculate the number of characters which can be included within the specified width (PECL haru >= 0.0.1) HaruImage::getBitsPerComponent (void) int Get the number of bits used to describe each color component of the image (PECL haru >= 0.0.1) HaruImage::getColorSpace (void) string Get the name of the color space (PECL haru >= 0.0.1) HaruImage::getHeight (void) int Get the height of the image (PECL haru >= 0.0.1) HaruImage::getSize (void) array Get size of the image (PECL haru >= 0.0.1) HaruImage::getWidth (void) int Get the width of the image (PECL haru >= 0.0.1) HaruImage::setColorMask (int $rmin, int $rmax, int $gmin, int $gmax, int $bmin, int $bmax) bool Set the color mask of the image (PECL haru >= 0.0.1) HaruImage::setMaskImage (object $mask_image) bool Set the image mask (PECL haru >= 0.0.1) HaruOutline::setDestination (object $destination) bool Set the destination for the outline (PECL haru >= 0.0.1) HaruOutline::setOpened (bool $opened) bool Set the initial state of the outline (PECL haru >= 0.0.1) HaruPage::arc (float $x, float $y, float $ray, float $ang1, float $ang2) bool Append an arc to the current path (PECL haru >= 0.0.1) HaruPage::beginText (void) bool Begin a text object and set the current text position to (0,0) (PECL haru >= 0.0.1) HaruPage::circle (float $x, float $y, float $ray) bool Append a circle to the current path (PECL haru >= 0.0.1) HaruPage::closePath (void) bool Append a straight line from the current point to the start point of the path (PECL haru >= 0.0.1) HaruPage::concat (float $a, float $b, float $c, float $d, float $x, float $y) bool Concatenate current transformation matrix of the page and the specified matrix (PECL haru >= 0.0.1) HaruPage::createDestination (void) object Create new (PECL haru >= 0.0.1) HaruPage::createLinkAnnotation (array $rectangle, object $destination) object Create new (PECL haru >= 0.0.1) HaruPage::createTextAnnotation (array $rectangle, string $text[, object $encoder]) object Create new (PECL haru >= 0.0.1) HaruPage::createURLAnnotation (array $rectangle, string $url) object Create and return new (PECL haru >= 0.0.1) HaruPage::curveTo (float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) bool Append a Bezier curve to the current path (PECL haru >= 0.0.1) HaruPage::curveTo2 (float $x2, float $y2, float $x3, float $y3) bool Append a Bezier curve to the current path (PECL haru >= 0.0.1) HaruPage::curveTo3 (float $x1, float $y1, float $x3, float $y3) bool Append a Bezier curve to the current path (PECL haru >= 0.0.1) HaruPage::drawImage (object $image, float $x, float $y, float $width, float $height) bool Show image at the page (PECL haru >= 0.0.1) HaruPage::ellipse (float $x, float $y, float $xray, float $yray) bool Append an ellipse to the current path (PECL haru >= 0.0.1) HaruPage::endPath (void) bool End current path object without filling and painting operations (PECL haru >= 0.0.1) HaruPage::endText (void) bool End current text object (PECL haru >= 0.0.1) HaruPage::eoFillStroke ([ bool $close_path= false]) bool Fill current path using even-odd rule, then paint the path (PECL haru >= 0.0.1) HaruPage::eofill (void) bool Fill current path using even-odd rule (PECL haru >= 0.0.1) HaruPage::fill (void) bool Fill current path using nonzero winding number rule (PECL haru >= 0.0.1) HaruPage::fillStroke ([ bool $close_path= false]) bool Fill current path using nonzero winding number rule, then paint the path (PECL haru >= 0.0.1) HaruPage::getCMYKFill (void) array Get the current filling color (PECL haru >= 0.0.1) HaruPage::getCMYKStroke (void) array Get the current stroking color (PECL haru >= 0.0.1) HaruPage::getCharSpace (void) float Get the current value of character spacing (PECL haru >= 0.0.1) HaruPage::getCurrentFont (void) object Get the currently used font (PECL haru >= 0.0.1) HaruPage::getCurrentFontSize (void) float Get the current font size (PECL haru >= 0.0.1) HaruPage::getCurrentPos (void) array Get the current position for path painting (PECL haru >= 0.0.1) HaruPage::getCurrentTextPos (void) array Get the current position for text printing (PECL haru >= 0.0.1) HaruPage::getDash (void) array Get the current dash pattern (PECL haru >= 0.0.1) HaruPage::getFillingColorSpace (void) int Get the current filling color space (PECL haru >= 0.0.1) HaruPage::getFlatness (void) float Get the flatness of the page (PECL haru >= 0.0.1) HaruPage::getGMode (void) int Get the current graphics mode (PECL haru >= 0.0.1) HaruPage::getGrayFill (void) float Get the current filling color (PECL haru >= 0.0.1) HaruPage::getGrayStroke (void) float Get the current stroking color (PECL haru >= 0.0.1) HaruPage::getHeight (void) float Get the height of the page (PECL haru >= 0.0.1) HaruPage::getHorizontalScaling (void) float Get the current value of horizontal scaling (PECL haru >= 0.0.1) HaruPage::getLineCap (void) int Get the current line cap style (PECL haru >= 0.0.1) HaruPage::getLineJoin (void) int Get the current line join style (PECL haru >= 0.0.1) HaruPage::getLineWidth (void) float Get the current line width (PECL haru >= 0.0.1) HaruPage::getMiterLimit (void) float Get the value of miter limit (PECL haru >= 0.0.1) HaruPage::getRGBFill (void) array Get the current filling color (PECL haru >= 0.0.1) HaruPage::getRGBStroke (void) array Get the current stroking color (PECL haru >= 0.0.1) HaruPage::getStrokingColorSpace (void) int Get the current stroking color space (PECL haru >= 0.0.1) HaruPage::getTextLeading (void) float Get the current value of line spacing (PECL haru >= 0.0.1) HaruPage::getTextMatrix (void) array Get the current text transformation matrix of the page (PECL haru >= 0.0.1) HaruPage::getTextRenderingMode (void) int Get the current text rendering mode (PECL haru >= 0.0.1) HaruPage::getTextRise (void) float Get the current value of text rising (PECL haru >= 0.0.1) HaruPage::getTextWidth (string $text) float Get the width of the text using current fontsize, character spacing and word spacing (PECL haru >= 0.0.1) HaruPage::getTransMatrix (void) array Get the current transformation matrix of the page (PECL haru >= 0.0.1) HaruPage::getWidth (void) float Get the width of the page (PECL haru >= 0.0.1) HaruPage::getWordSpace (void) float Get the current value of word spacing (PECL haru >= 0.0.1) HaruPage::lineTo (float $x, float $y) bool Draw a line from the current point to the specified point (PECL haru >= 0.0.1) HaruPage::measureText (string $text, float $width[, bool $wordwrap= false]) int Calculate the number of characters which can be included within the specified width (PECL haru >= 0.0.1) HaruPage::moveTextPos (float $x, float $y[, bool $set_leading= false]) bool Move text position to the specified offset (PECL haru >= 0.0.1) HaruPage::moveTo (float $x, float $y) bool Set starting point for new drawing path (PECL haru >= 0.0.1) HaruPage::moveToNextLine (void) bool Move text position to the start of the next line (PECL haru >= 0.0.1) HaruPage::rectangle (float $x, float $y, float $width, float $height) bool Append a rectangle to the current path (PECL haru >= 0.0.1) HaruPage::setCMYKFill (float $c, float $m, float $y, float $k) bool Set filling color for the page (PECL haru >= 0.0.1) HaruPage::setCMYKStroke (float $c, float $m, float $y, float $k) bool Set stroking color for the page (PECL haru >= 0.0.1) HaruPage::setCharSpace (float $char_space) bool Set character spacing for the page (PECL haru >= 0.0.1) HaruPage::setDash (array $pattern, int $phase) bool Set the dash pattern for the page (PECL haru >= 0.0.1) HaruPage::setFlatness (float $flatness) bool Set flatness for the page (PECL haru >= 0.0.1) HaruPage::setFontAndSize (object $font, float $size) bool Set font and fontsize for the page (PECL haru >= 0.0.1) HaruPage::setGrayFill (float $value) bool Set filling color for the page (PECL haru >= 0.0.1) HaruPage::setGrayStroke (float $value) bool Sets stroking color for the page (PECL haru >= 0.0.1) HaruPage::setHeight (float $height) bool Set height of the page (PECL haru >= 0.0.1) HaruPage::setHorizontalScaling (float $scaling) bool Set horizontal scaling for the page (PECL haru >= 0.0.1) HaruPage::setLineCap (int $cap) bool Set the shape to be used at the ends of lines (PECL haru >= 0.0.1) HaruPage::setLineJoin (int $join) bool Set line join style for the page (PECL haru >= 0.0.1) HaruPage::setLineWidth (float $width) bool Set line width for the page (PECL haru >= 0.0.1) HaruPage::setMiterLimit (float $limit) bool Set the current value of the miter limit of the page (PECL haru >= 0.0.1) HaruPage::setRGBFill (float $r, float $g, float $b) bool Set filling color for the page (PECL haru >= 0.0.1) HaruPage::setRGBStroke (float $r, float $g, float $b) bool Set stroking color for the page (PECL haru >= 0.0.1) HaruPage::setRotate (int $angle) bool Set rotation angle of the page (PECL haru >= 0.0.1) HaruPage::setSize (int $size, int $direction) bool Set size and direction of the page (PECL haru >= 0.0.1) HaruPage::setSlideShow (int $type, float $disp_time, float $trans_time) bool Set transition style for the page (PECL haru >= 0.0.1) HaruPage::setTextLeading (float $text_leading) bool Set text leading (line spacing) for the page (PECL haru >= 0.0.1) HaruPage::setTextMatrix (float $a, float $b, float $c, float $d, float $x, float $y) bool Set the current text transformation matrix of the page (PECL haru >= 0.0.1) HaruPage::setTextRenderingMode (int $mode) bool Set text rendering mode for the page (PECL haru >= 0.0.1) HaruPage::setTextRise (float $rise) bool Set the current value of text rising (PECL haru >= 0.0.1) HaruPage::setWidth (float $width) bool Set width of the page (PECL haru >= 0.0.1) HaruPage::setWordSpace (float $word_space) bool Set word spacing for the page (PECL haru >= 0.0.1) HaruPage::showText (string $text) bool Print text at the current position of the page (PECL haru >= 0.0.1) HaruPage::showTextNextLine (string $text[, float $word_space[, float $char_space]]) bool Move the current position to the start of the next line and print the text (PECL haru >= 0.0.1) HaruPage::stroke ([ bool $close_path= false]) bool Paint current path (PECL haru >= 0.0.1) HaruPage::textOut (float $x, float $y, string $text) bool Print the text on the specified position (PECL haru >= 0.0.1) HaruPage::textRect (float $left, float $top, float $right, float $bottom, string $text[, int $align= HaruPage::TALIGN_LEFT]) bool Print the text inside the specified region (PECL haru >= 0.0.1) HttpDeflateStream::__construct ([ int $flags= 0]) int HttpDeflateStream class constructor (PECL pecl_http >= 0.21.0) HttpDeflateStream::factory ([ int $flags= 0[, string $class_name= "HttpDeflateStream"]]) int HttpDeflateStream class factory (PECL pecl_http >= 1.4.0) HttpDeflateStream::finish ([ string $data]) string Finalize deflate stream (PECL pecl_http >= 0.21.0) HttpDeflateStream::flush ([ string $data]) string Flush deflate stream (PECL pecl_http >= 0.21.0) HttpDeflateStream::update (string $data) string Update deflate stream (PECL pecl_http >= 0.21.0) HttpInflateStream::__construct ([ int $flags= 0]) int HttpInflateStream class constructor (PECL pecl_http >= 1.0.0) HttpInflateStream::factory ([ int $flags= 0[, string $class_name= "HttpInflateStream"]]) int HttpInflateStream class factory (PECL pecl_http >= 1.4.0) HttpInflateStream::finish ([ string $data]) string Finalize inflate stream (PECL pecl_http >= 0.21.0) HttpInflateStream::flush ([ string $data]) string Flush inflate stream (PECL pecl_http >= 0.21.0) HttpInflateStream::update (string $data) string Update inflate stream (PECL pecl_http >= 0.21.0) HttpMessage::__construct ([ string $message]) string HttpMessage constructor (PECL pecl_http >= 0.10.0) HttpMessage::addHeaders (array $headers[, bool $append= false]) array Add headers (PECL pecl_http >= 0.10.0) HttpMessage::detach (void) Detach HttpMessage (PECL pecl_http >= 0.22.0) HttpMessage::factory ([ string $raw_message[, string $class_name= "HttpMessage"]]) string Create HttpMessage from string (PECL pecl_http >= 1.4.0) HttpMessage::fromEnv (int $message_type[, string $class_name= "HttpMessage"]) int Create HttpMessage from environment (PECL pecl_http >= 1.5.0) HttpMessage::fromString ([ string $raw_message[, string $class_name= "HttpMessage"]]) string Create HttpMessage from string (PECL pecl_http 0.10.0-1.3.3) HttpMessage::getBody (void) string Get message body (PECL pecl_http >= 0.10.0) HttpMessage::getHeader (string $header) string Get header (PECL pecl_http >= 1.1.0) HttpMessage::getHeaders (void) array Get message headers (PECL pecl_http >= 0.10.0) HttpMessage::getHttpVersion (void) string Get HTTP version (PECL pecl_http >= 0.10.0) HttpMessage::getParentMessage (void) Get parent message (PECL pecl_http >= 0.10.0) HttpMessage::getRequestMethod (void) string Get request method (PECL pecl_http >= 0.10.0) HttpMessage::getRequestUrl (void) string Get request URL (PECL pecl_http >= 0.21.0) HttpMessage::getResponseCode (void) int Get response code (PECL pecl_http >= 0.10.0) HttpMessage::getResponseStatus (void) string Get response status (PECL pecl_http >= 0.23.0) HttpMessage::getType (void) int Get message type (PECL pecl_http >= 0.10.0) HttpMessage::guessContentType (string $magic_file[, int $magic_mode= MAGIC_MIME]) string Guess content type (PECL pecl_http >= 1.0.0) HttpMessage::prepend (HttpMessage $message[, bool $top= true]) bool Prepend message(s) (PECL pecl_http >= 0.22.0) HttpMessage::reverse (void) Reverse message chain (PECL pecl_http >= 0.23.0) HttpMessage::send (void) bool Send message (PECL pecl_http >= 0.10.0) HttpMessage::setBody (string $body) string Set message body (PECL pecl_http >= 0.14.0) HttpMessage::setHeaders (array $headers) array Set headers (PECL pecl_http >= 0.10.0) HttpMessage::setHttpVersion (string $version) bool Set HTTP version (PECL pecl_http >= 0.10.0) HttpMessage::setRequestMethod (string $method) bool Set request method (PECL pecl_http >= 0.10.0) HttpMessage::setRequestUrl (string $url) bool Set request URL (PECL pecl_http >= 0.21.0) HttpMessage::setResponseCode (int $code) bool Set response code (PECL pecl_http >= 0.10.0) HttpMessage::setResponseStatus (string $status) bool Set response status (PECL pecl_http >= 0.23.0) HttpMessage::setType (int $type) int Set message type (PECL pecl_http >= 0.10.0) HttpMessage::toMessageTypeObject (void) Create HTTP object regarding message type (PECL pecl_http >= 0.22.0) HttpMessage::toString ([ bool $include_parent= false]) string Get string representation (PECL pecl_http >= 0.10.0) HttpQueryString::__construct ([ bool $global= true[, mixed $add]]) bool HttpQueryString constructor (PECL pecl_http >= 0.22.0) HttpQueryString::get ([ string $key[, mixed $type= 0[, mixed $defval= NULL[, bool $delete= false]]]]) string Get (part of) query string (PECL pecl_http >= 0.22.0) HttpQueryString::mod (mixed $params) Modifiy query string copy (PECL pecl_http >= 1.1.0) HttpQueryString::set (mixed $params) string Set query string params (PECL pecl_http >= 0.22.0) HttpQueryString::singleton ([ bool $global= true]) bool HttpQueryString singleton (PECL pecl_http >= 0.25.0) HttpQueryString::toArray (void) array Get query string as array (PECL pecl_http >= 0.22.0) HttpQueryString::toString (void) string Get query string (PECL pecl_http >= 0.22.0) HttpQueryString::xlate (string $ie, string $oe) bool Change query strings charset (PECL pecl_http >= 0.25.0) HttpRequest::__construct ([ string $url[, int $request_method= HTTP_METH_GET[, array $options]]]) string HttpRequest constructor (PECL pecl_http >= 0.10.0) HttpRequest::addCookies (array $cookies) bool Add cookies (PECL pecl_http >= 0.10.0) HttpRequest::addHeaders (array $headers) bool Add headers (PECL pecl_http >= 0.10.0) HttpRequest::addPostFields (array $post_data) bool Add post fields (PECL pecl_http >= 0.10.0) HttpRequest::addPostFile (string $name, string $file[, string $content_type= "application/x-octetstream"]) bool Add post file (PECL pecl_http >= 0.10.0) HttpRequest::addPutData (string $put_data) bool Add put data (PECL pecl_http >= 0.25.0) HttpRequest::addQueryData (array $query_params) bool Add query data (PECL pecl_http >= 0.10.0) HttpRequest::addRawPostData (string $raw_post_data) bool Add raw post data (PECL pecl_http 0.14.0-1.4.1) HttpRequest::addSslOptions (array $options) bool Add ssl options (PECL pecl_http >= 0.12.0) HttpRequest::clearHistory (void) Clear history (PECL pecl_http >= 0.15.0) HttpRequest::enableCookies (void) bool Enable cookies (PECL pecl_http >= 1.0.0) HttpRequest::getContentType (void) string Get content type (PECL pecl_http >= 0.10.0) HttpRequest::getCookies (void) array Get cookies (PECL pecl_http >= 0.10.0) HttpRequest::getHeaders (void) array Get headers (PECL pecl_http >= 0.10.0) HttpRequest::getHistory (void) Get history (PECL pecl_http >= 0.15.0) HttpRequest::getMethod (void) int Get method (PECL pecl_http >= 0.10.0) HttpRequest::getOptions (void) array Get options (PECL pecl_http >= 0.10.0) HttpRequest::getPostFields (void) array Get post fields (PECL pecl_http >= 0.10.0) HttpRequest::getPostFiles (void) array Get post files (PECL pecl_http >= 0.10.0) HttpRequest::getPutData (void) string Get put data (PECL pecl_http >= 0.25.0) HttpRequest::getPutFile (void) string Get put file (PECL pecl_http >= 0.10.0) HttpRequest::getQueryData (void) string Get query data (PECL pecl_http >= 0.10.0) HttpRequest::getRawPostData (void) string Get raw post data (PECL pecl_http 0.14.0-1.4.1) HttpRequest::getRawRequestMessage (void) string Get raw request message (PECL pecl_http >= 0.21.0) HttpRequest::getRawResponseMessage (void) string Get raw response message (PECL pecl_http >= 0.21.0) HttpRequest::getRequestMessage (void) Get request message (PECL pecl_http >= 0.11.0) HttpRequest::getResponseBody (void) string Get response body (PECL pecl_http >= 0.10.0) HttpRequest::getResponseCode (void) int Get response code (PECL pecl_http >= 0.10.0) HttpRequest::getResponseCookies ([ int $flags[, array $allowed_extras]]) array Get response cookie(s) (PECL pecl_http >= 0.23.0) HttpRequest::getResponseData (void) array Get response data (PECL pecl_http >= 0.10.0) HttpRequest::getResponseHeader ([ string $name]) string Get response header(s) (PECL pecl_http >= 0.10.0) HttpRequest::getResponseInfo ([ string $name]) string Get response info (PECL pecl_http >= 0.10.0) HttpRequest::getResponseMessage (void) Get response message (PECL pecl_http >= 0.10.0) HttpRequest::getResponseStatus (void) string Get response status (PECL pecl_http >= 0.23.0) HttpRequest::getSslOptions (void) array Get ssl options (PECL pecl_http >= 0.10.0) HttpRequest::getUrl (void) string Get url (PECL pecl_http >= 0.10.0) HttpRequest::resetCookies ([ bool $session_only= false]) bool Reset cookies (PECL pecl_http >= 1.0.0) HttpRequest::send (void) Send request (PECL pecl_http >= 0.10.0) HttpRequest::setContentType (string $content_type) bool Set content type (PECL pecl_http >= 0.10.0) HttpRequest::setCookies ([ array $cookies]) bool Set cookies (PECL pecl_http >= 0.12.0) HttpRequest::setHeaders ([ array $headers]) bool Set headers (PECL pecl_http >= 0.12.0) HttpRequest::setMethod (int $request_method) bool Set method (PECL pecl_http >= 0.10.0) HttpRequest::setOptions ([ array $options]) bool Set options (PECL pecl_http >= 0.10.0) HttpRequest::setPostFields (array $post_data) bool Set post fields (PECL pecl_http >= 0.10.0) HttpRequest::setPostFiles (array $post_files) bool Set post files (PECL pecl_http >= 0.10.0) HttpRequest::setPutData ([ string $put_data]) bool Set put data (PECL pecl_http >= 0.25.0) HttpRequest::setPutFile ([ string $file]) bool Set put file (PECL pecl_http >= 0.10.0) HttpRequest::setQueryData (mixed $query_data) bool Set query data (PECL pecl_http >= 0.10.0) HttpRequest::setRawPostData ([ string $raw_post_data]) bool Set raw post data (PECL pecl_http 0.14.0-1.4.1) HttpRequest::setSslOptions ([ array $options]) bool Set ssl options (PECL pecl_http >= 0.10.0) HttpRequest::setUrl (string $url) bool Set URL (PECL pecl_http >= 0.10.0) HttpRequestPool::__construct ([ HttpRequest $request]) HttpRequestPool constructor (PECL pecl_http >= 0.10.0) HttpRequestPool::__destruct (void) HttpRequestPool destructor (PECL pecl_http >= 0.10.0) HttpRequestPool::attach (HttpRequest $request) bool Attach HttpRequest (PECL pecl_http >= 0.10.0) HttpRequestPool::detach (HttpRequest $request) bool Detach HttpRequest (PECL pecl_http >= 0.10.0) HttpRequestPool::getAttachedRequests (void) array Get attached requests (PECL pecl_http >= 0.16.0) HttpRequestPool::getFinishedRequests (void) array Get finished requests (PECL pecl_http >= 0.16.0) HttpRequestPool::reset (void) Reset request pool (PECL pecl_http >= 0.10.0) HttpRequestPool::send (void) bool Send all requests (PECL pecl_http >= 0.10.0) HttpRequestPool::socketPerform (void) bool Perform socket actions (PECL pecl_http >= 0.15.0) HttpRequestPool::socketSelect (void) bool Perform socket select (PECL pecl_http >= 0.10.0) HttpResponse::capture (void) Capture script output (PECL pecl_http >= 0.10.0) HttpResponse::getBufferSize (void) int Get buffer size (PECL pecl_http >= 0.10.0) HttpResponse::getCache (void) bool Get cache (PECL pecl_http >= 0.10.0) HttpResponse::getCacheControl (void) string Get cache control (PECL pecl_http >= 0.10.0) HttpResponse::getContentDisposition (void) string Get content disposition (PECL pecl_http >= 0.10.0) HttpResponse::getContentType (void) string Get content type (PECL pecl_http >= 0.10.0) HttpResponse::getData (void) string Get data (PECL pecl_http >= 0.10.0) HttpResponse::getETag (void) string Get ETag (PECL pecl_http >= 0.10.0) HttpResponse::getFile (void) string Get file (PECL pecl_http >= 0.10.0) HttpResponse::getGzip (void) bool Get gzip (PECL pecl_http >= 0.10.0) HttpResponse::getHeader ([ string $name]) string Get header (PECL pecl_http >= 0.12.0) HttpResponse::getLastModified (void) int Get last modified (PECL pecl_http >= 0.12.0) HttpResponse::getRequestBody (void) string Get request body (PECL pecl_http >= 0.10.0) HttpResponse::getRequestBodyStream (void) resource Get request body stream (PECL pecl_http >= 0.10.0) HttpResponse::getRequestHeaders (void) array Get request headers (PECL pecl_http >= 0.10.0) HttpResponse::getStream (void) resource Get Stream (PECL pecl_http >= 0.10.0) HttpResponse::getThrottleDelay (void) double Get throttle delay (PECL pecl_http >= 0.10.0) HttpResponse::guessContentType (string $magic_file[, int $magic_mode= MAGIC_MIME]) string Guess content type (PECL pecl_http >= 0.13.0) HttpResponse::redirect ([ string $url[, array $params[, bool $session= false[, int $status]]]]) string Redirect (PECL pecl_http >= 0.10.0) HttpResponse::send ([ bool $clean_ob= true]) bool Send response (PECL pecl_http >= 0.10.0) HttpResponse::setBufferSize (int $bytes) bool Set buffer size (PECL pecl_http >= 0.10.0) HttpResponse::setCache (bool $cache) bool Set cache (PECL pecl_http >= 0.10.0) HttpResponse::setCacheControl (string $control[, int $max_age= 0[, bool $must_revalidate= true]]) bool Set cache control (PECL pecl_http >= 0.10.0) HttpResponse::setContentDisposition (string $filename[, bool $inline= false]) bool Set content disposition (PECL pecl_http >= 0.10.0) HttpResponse::setContentType (string $content_type) bool Set content type (PECL pecl_http >= 0.10.0) HttpResponse::setData (mixed $data) bool Set data (PECL pecl_http >= 0.10.0) HttpResponse::setETag (string $etag) bool Set ETag (PECL pecl_http >= 0.10.0) HttpResponse::setFile (string $file) bool Set file (PECL pecl_http >= 0.10.0) HttpResponse::setGzip (bool $gzip) bool Set gzip (PECL pecl_http >= 0.10.0) HttpResponse::setHeader (string $name[, mixed $value[, bool $replace= true]]) bool Set header (PECL pecl_http >= 0.12.0) HttpResponse::setLastModified (int $timestamp) bool Set last modified (PECL pecl_http >= 0.12.0) HttpResponse::setStream (resource $stream) bool Set stream (PECL pecl_http >= 0.10.0) HttpResponse::setThrottleDelay (float $seconds) bool Set throttle delay (PECL pecl_http >= 0.10.0) HttpResponse::status (int $status) bool Send HTTP response status (PECL pecl_http >= 0.12.0) Imagick::__construct ([ mixed $files]) The Imagick constructor (PECL imagick 2.0.0) Imagick::adaptiveBlurImage (float $radius, float $sigma[, int $channel= Imagick::CHANNEL_ALL]) bool Adds adaptive blur filter to image (PECL imagick 2.0.0) Imagick::adaptiveResizeImage (int $columns, int $rows[, bool $fit= false]) bool Adaptively resize image with data dependent triangulation (PECL imagick 2.0.0) Imagick::adaptiveSharpenImage (float $radius, float $sigma[, int $channel= Imagick::CHANNEL_ALL]) bool Adaptively sharpen the image (PECL imagick 2.0.0) Imagick::adaptiveThresholdImage (int $width, int $height, int $offset) bool Selects a threshold for each pixel based on a range of intensity (PECL imagick 2.0.0) Imagick::addImage (Imagick $source) bool Adds new image to Imagick object image list (PECL imagick 2.0.0) Imagick::addNoiseImage (int $noise_type[, int $channel= Imagick::CHANNEL_ALL]) bool Adds random noise to the image (PECL imagick 2.0.0) Imagick::affineTransformImage (ImagickDraw $matrix) bool Transforms an image (PECL imagick 2.0.0) Imagick::annotateImage (ImagickDraw $draw_settings, float $x, float $y, float $angle, string $text) bool Annotates an image with text (PECL imagick 2.0.0) Imagick::appendImages (bool $stack) bool Append a set of images (PECL imagick 2.0.0) Imagick::averageImages (void) Average a set of images (PECL imagick 2.0.0) Imagick::blackThresholdImage (mixed $threshold) bool Forces all pixels below the threshold into black (PECL imagick 2.0.0) Imagick::blurImage (float $radius, float $sigma[, int $channel]) bool Adds blur filter to image (PECL imagick 2.0.0) Imagick::borderImage (mixed $bordercolor, int $width, int $height) bool Surrounds the image with a border (PECL imagick 2.0.0) Imagick::charcoalImage (float $radius, float $sigma) bool Simulates a charcoal drawing (PECL imagick 2.0.0) Imagick::chopImage (int $width, int $height, int $x, int $y) bool Removes a region of an image and trims (PECL imagick 2.0.0) Imagick::clear (void) bool Clears all resources associated to Imagick object (PECL imagick 2.0.0) Imagick::clipImage (void) bool Clips along the first path from the 8BIM profile (PECL imagick 2.0.0) Imagick::clipPathImage (string $pathname, bool $inside) bool Clips along the named paths from the 8BIM profile (PECL imagick 2.0.0) Imagick::clone (void) Makes an exact copy of the Imagick object (PECL imagick 2.0.0) Imagick::clutImage (Imagick $lookup_table[, float $channel= Imagick::CHANNEL_ALL]) bool Replaces colors in the image from a color lookup table (PECL imagick 2.0.0) Imagick::coalesceImages (void) Composites a set of images (PECL imagick 2.0.0) Imagick::colorFloodfillImage (mixed $fill, float $fuzz, mixed $bordercolor, int $x, int $y) bool Changes the color value of any pixel that matches target (PECL imagick 2.0.0) Imagick::colorizeImage (mixed $colorize, mixed $opacity) bool Blends the fill color with the image (PECL imagick 2.0.0) Imagick::combineImages (int $channelType) int Combines one or more images into a single image (PECL imagick 2.0.0) Imagick::commentImage (string $comment) bool Adds a comment to your image (PECL imagick 2.0.0) Imagick::compareImageChannels (Imagick $image, int $channelType, int $metricType) array Returns the difference in one or more images (PECL imagick 2.0.0) Imagick::compareImageLayers (int $method) int Returns the maximum bounding region between images (PECL imagick 2.0.0) Imagick::compareImages (Imagick $compare, int $metric) array Compares an image to a reconstructed image (PECL imagick 2.0.0) Imagick::compositeImage (Imagick $composite_object, int $composite, int $x, int $y[, int $channel= Imagick::CHANNEL_ALL]) bool Composite one image onto another (PECL imagick 2.0.0) Imagick::contrastImage (bool $sharpen) bool Change the contrast of the image (PECL imagick 2.0.0) Imagick::contrastStretchImage (float $black_point, float $white_point[, int $channel= Imagick::CHANNEL_ALL]) bool Enhances the contrast of a color image (PECL imagick 2.0.0) Imagick::convolveImage (array $kernel[, int $channel= Imagick::CHANNEL_ALL]) bool Applies a custom convolution kernel to the image (PECL imagick 2.0.0) Imagick::cropImage (int $width, int $height, int $x, int $y) bool Extracts a region of the image (PECL imagick 2.0.0) Imagick::cropThumbnailImage (int $width, int $height) bool Creates a crop thumbnail (PECL imagick 2.0.0) Imagick::current (void) Returns a reference to the current Imagick object (PECL imagick 2.0.0) Imagick::cycleColormapImage (int $displace) bool Displaces an image's colormap (PECL imagick 2.0.0) Imagick::deconstructImages (void) bool Returns certain pixel differences between images (PECL imagick 2.0.0) Imagick::despeckleImage (void) bool Reduces the speckle noise in an image (PECL imagick 2.0.0) Imagick::destroy (void) bool Destroys the Imagick object (PECL imagick 2.0.0) Imagick::displayImage (string $servername) bool Displays an image (PECL imagick 2.0.0) Imagick::displayImages (string $servername) bool Displays an image or image sequence (PECL imagick 2.0.0) Imagick::distortImage (int $method, array $arguments, bool $bestfit) bool Distorts an image using various distortion methods (PECL imagick 2.0.1) Imagick::drawImage (ImagickDraw $draw) bool Renders the ImagickDraw object on the current image (PECL imagick 2.0.0) Imagick::edgeImage (float $radius) bool Enhance edges within the image (PECL imagick 2.0.0) Imagick::embossImage (float $radius, float $sigma) bool Returns a grayscale image with a three-dimensional effect (PECL imagick 2.0.0) Imagick::enhanceImage (void) bool Improves the quality of a noisy image (PECL imagick 2.0.0) Imagick::equalizeImage (void) bool Equalizes the image histogram (PECL imagick 2.0.0) Imagick::evaluateImage (int $op, float $constant[, int $channel= Imagick::CHANNEL_ALL]) bool Applies an expression to an image (PECL imagick 2.0.0) Imagick::flattenImages (void) Merges a sequence of images (PECL imagick 2.0.0) Imagick::flipImage (void) bool Creates a vertical mirror image (PECL imagick 2.0.0) Imagick::flopImage (void) bool Creates a horizontal mirror image (PECL imagick 2.0.0) Imagick::frameImage (mixed $matte_color, int $width, int $height, int $inner_bevel, int $outer_bevel) bool Adds a simulated three-dimensional border (PECL imagick 2.0.0) Imagick::fxImage (string $expression[, int $channel= Imagick::CHANNEL_ALL]) string Evaluate expression for each pixel in the image (PECL imagick 2.0.0) Imagick::gammaImage (float $gamma[, int $channel= Imagick::CHANNEL_ALL]) bool Gamma-corrects an image (PECL imagick 2.0.0) Imagick::gaussianBlurImage (float $radius, float $sigma[, int $channel= Imagick::CHANNEL_ALL]) bool Blurs an image (PECL imagick 2.0.0) Imagick::getCompression (void) int Gets the object compression type (PECL imagick 2.0.0) Imagick::getCompressionQuality (void) int Gets the object compression quality (PECL imagick 2.0.0) Imagick::getCopyright (void) string Returns the ImageMagick API copyright as a string (PECL imagick 2.0.0) Imagick::getFilename (void) string The filename associated with an image sequence (PECL imagick 2.0.0) Imagick::getFormat (void) string Returns the format of the Imagick object (PECL imagick 2.0.0) Imagick::getHomeURL (void) string Returns the ImageMagick home URL (PECL imagick 2.0.0) Imagick::getImage (void) Returns a new Imagick object (PECL imagick 2.0.0) Imagick::getImageBackgroundColor (void) Returns the image background color (PECL imagick 2.0.0) Imagick::getImageBlob (void) string Returns the image sequence as a blob (PECL imagick 2.0.0) Imagick::getImageBluePrimary (float $x, float $y) array Returns the chromaticy blue primary point (PECL imagick 2.0.0) Imagick::getImageBorderColor (void) Returns the image border color (PECL imagick 2.0.0) Imagick::getImageChannelDepth (int $channelType) int Gets the depth for a particular image channel (PECL imagick 2.0.0) Imagick::getImageChannelDistortion (Imagick $reference, int $channel, int $metric) float Compares image channels of an image to a reconstructed image (PECL imagick 2.0.0) Imagick::getImageChannelExtrema (int $channel) array Gets the extrema for one or more image channels (PECL imagick 2.0.0) Imagick::getImageChannelMean (int $channel) array Gets the mean and standard deviation (PECL imagick 2.0.0) Imagick::getImageChannelStatistics (void) array Returns statistics for each channel in the image (PECL imagick 2.0.0) Imagick::getImageColormapColor (int $index) int Returns the color of the specified colormap index (PECL imagick 2.0.0) Imagick::getImageColors (void) int Gets the number of unique colors in the image (PECL imagick 2.0.0) Imagick::getImageColorspace (void) int Gets the image colorspace (PECL imagick 2.0.0) Imagick::getImageCompose (void) int Returns the composite operator associated with the image (PECL imagick 2.0.0) Imagick::getImageCompression (void) int Gets the current image's compression type (PECL imagick 2.2.2) Imagick::getImageCompressionQuality (void) int Gets the current image's compression quality (PECL imagick 2.2.2) Imagick::getImageDelay (void) int Gets the image delay (PECL imagick 2.0.0) Imagick::getImageDepth (void) int Gets the image depth (PECL imagick 0.9.1-0.9.9) Imagick::getImageDispose (void) int Gets the image disposal method (PECL imagick 2.0.0) Imagick::getImageDistortion (MagickWand $reference, int $metric) float Compares an image to a reconstructed image (PECL imagick 2.0.0) Imagick::getImageExtrema (void) array Gets the extrema for the image (PECL imagick 2.0.0) Imagick::getImageFilename (void) string Returns the filename of a particular image in a sequence (PECL imagick 2.0.0) Imagick::getImageFormat (void) string Returns the format of a particular image in a sequence (PECL imagick 2.0.0) Imagick::getImageGamma (void) float Gets the image gamma (PECL imagick 2.0.0) Imagick::getImageGeometry (void) array Gets the width and height as an associative array (PECL imagick 2.0.0) Imagick::getImageGreenPrimary (void) array Returns the chromaticy green primary point (PECL imagick 2.0.0) Imagick::getImageHeight (void) int Returns the image height (PECL imagick 2.0.0) Imagick::getImageHistogram (void) array Gets the image histogram (PECL imagick 2.0.0) Imagick::getImageIndex (void) int Gets the index of the current active image (PECL imagick 2.0.0) Imagick::getImageInterlaceScheme (void) int Gets the image interlace scheme (PECL imagick 2.0.0) Imagick::getImageInterpolateMethod (void) int Returns the interpolation method (PECL imagick 2.0.0) Imagick::getImageIterations (void) int Gets the image iterations (PECL imagick 2.0.0) Imagick::getImageLength (void) int Returns the image length in bytes (PECL imagick 2.0.0) Imagick::getImageMagickLicense (void) string Returns a string containing the ImageMagick license (PECL imagick 2.0.0) Imagick::getImageMatte (void) int Return if the image has a matte channel (PECL imagick 2.0.0) Imagick::getImageMatteColor (void) Returns the image matte color (PECL imagick 2.0.0) Imagick::getImageOrientation (void) int Gets the image orientation. (PECL imagick 2.0.0) Imagick::getImagePage (void) array Returns the page geometry (PECL imagick 2.0.0) Imagick::getImagePixelColor (int $x, int $y) int Returns the color of the specified pixel (PECL imagick 2.0.0) Imagick::getImageProfile (string $name) string Returns the named image profile (PECL imagick 2.0.0) Imagick::getImageProfiles ([ string $pattern= "*"[, bool $only_names= true]]) array Returns the image profiles (PECL imagick 2.0.0) Imagick::getImageProperties ([ string $pattern= "*"[, bool $only_names= true]]) array Returns the image properties (PECL imagick 2.0.0) Imagick::getImageProperty (string $name) string Returns the named image property (PECL imagick 2.0.0) Imagick::getImageRedPrimary (void) array Returns the chromaticity red primary point (PECL imagick 2.0.0) Imagick::getImageRegion (int $width, int $height, int $x, int $y) int Extracts a region of the image (PECL imagick 2.0.0) Imagick::getImageRenderingIntent (void) int Gets the image rendering intent (PECL imagick 2.0.0) Imagick::getImageResolution (void) array Gets the image X and Y resolution (PECL imagick 2.0.0) Imagick::getImageScene (void) int Gets the image scene (PECL imagick 2.0.0) Imagick::getImageSignature (void) string Generates an SHA-256 message digest (PECL imagick 2.0.0) Imagick::getImageSize (void) int Returns the image length in bytes (PECL imagick 2.0.0) Imagick::getImageTicksPerSecond (void) int Gets the image ticks-per-second (PECL imagick 2.0.0) Imagick::getImageTotalInkDensity (void) float Gets the image total ink density (PECL imagick 2.0.0) Imagick::getImageType (void) int Gets the potential image type (PECL imagick 0.9.10-0.9.9) Imagick::getImageUnits (void) int Gets the image units of resolution (PECL imagick 2.0.0) Imagick::getImageVirtualPixelMethod (void) int Returns the virtual pixel method (PECL imagick 2.0.0) Imagick::getImageWhitePoint (void) array Returns the chromaticity white point (PECL imagick 2.0.0) Imagick::getImageWidth (void) int Returns the image width (PECL imagick 2.0.0) Imagick::getImagesBlob (void) string Returns all image sequences as a blob (PECL imagick 2.0.0) Imagick::getInterlaceScheme (void) int Gets the object interlace scheme (PECL imagick 2.0.0) Imagick::getIteratorIndex (void) int Gets the index of the current active image (PECL imagick 2.0.0) Imagick::getNumberImages (void) int Returns the number of images in the object (PECL imagick 2.0.0) Imagick::getOption (string $key) string Returns a value associated with the specified key (PECL imagick 2.0.0) Imagick::getPackageName (void) string Returns the ImageMagick package name (PECL imagick 2.0.0) Imagick::getPage (void) array Returns the page geometry (PECL imagick 2.0.0) Imagick::getPixelIterator (void) Returns a MagickPixelIterator (PECL imagick 2.0.0) Imagick::getPixelRegionIterator (int $x, int $y, int $columns, int $rows) int Get an ImagickPixelIterator for an image section (PECL imagick 2.0.0) Imagick::getQuantumDepth (void) array Gets the quantum depth (PECL imagick 2.0.0) Imagick::getQuantumRange (void) array Returns the Imagick quantum range (PECL imagick 2.0.0) Imagick::getReleaseDate (void) string Returns the ImageMagick release date (PECL imagick 2.0.0) Imagick::getResource (int $type) int Returns the specified resource's memory usage (PECL imagick 2.0.0) Imagick::getResourceLimit (int $type) int Returns the specified resource limit (PECL imagick 2.0.0) Imagick::getSamplingFactors (void) array Gets the horizontal and vertical sampling factor (PECL imagick 2.0.0) Imagick::getSize (void) array Returns the size associated with the Imagick object (PECL imagick 2.0.0) Imagick::getSizeOffset (void) int Returns the size offset (PECL imagick 2.0.0) Imagick::getVersion (void) array Returns the ImageMagick API version (PECL imagick 2.0.0) Imagick::hasNextImage (void) bool Checks if the object has more images (PECL imagick 2.0.0) Imagick::hasPreviousImage (void) bool Checks if the object has a previous image (PECL imagick 2.0.0) Imagick::identifyImage ([ bool $appendRawOutput= false]) array Identifies an image and fetches attributes (PECL imagick 2.0.0) Imagick::implodeImage (float $radius) bool Creates a new image as a copy (PECL imagick 2.0.0) Imagick::labelImage (string $label) bool Adds a label to an image (PECL imagick 2.0.0) Imagick::levelImage (float $blackPoint, float $gamma, float $whitePoint[, int $channel= Imagick::CHANNEL_ALL]) bool Adjusts the levels of an image (PECL imagick 2.0.0) Imagick::linearStretchImage (float $blackPoint, float $whitePoint) bool Stretches with saturation the image intensity (PECL imagick 2.0.0) Imagick::magnifyImage (void) bool Scales an image proportionally 2x (PECL imagick 2.0.0) Imagick::mapImage (Imagick $map, bool $dither) bool Replaces the colors of an image with the closest color from a reference image. (PECL imagick 2.0.0) Imagick::matteFloodfillImage (float $alpha, float $fuzz, mixed $bordercolor, int $x, int $y) bool Changes the transparency value of a color (PECL imagick 2.0.0) Imagick::medianFilterImage (float $radius) bool Applies a digital filter (PECL imagick 2.0.0) Imagick::minifyImage (void) bool Scales an image proportionally to half its size (PECL imagick 2.0.0) Imagick::modulateImage (float $brightness, float $saturation, float $hue) bool Control the brightness, saturation, and hue (PECL imagick 2.0.0) Imagick::montageImage (ImagickDraw $draw, string $tile_geometry, string $thumbnail_geometry, int $mode, string $frame) string Creates a composite image (PECL imagick 2.0.0) Imagick::morphImages (int $number_frames) int Method morphs a set of images (PECL imagick 2.0.0) Imagick::mosaicImages (void) Forms a mosaic from images (PECL imagick 2.0.0) Imagick::motionBlurImage (float $radius, float $sigma, float $angle[, int $channel= Imagick::CHANNEL_DEFAULT]) bool Simulates motion blur (PECL imagick 2.0.0) Imagick::negateImage (bool $gray[, int $channel= Imagick::CHANNEL_ALL]) bool Negates the colors in the reference image (PECL imagick 2.0.0) Imagick::newImage (int $cols, int $rows, mixed $background[, string $format]) bool Creates a new image (PECL imagick 2.0.0) Imagick::newPseudoImage (int $columns, int $rows, string $pseudoString) bool Creates a new image (PECL imagick 2.0.0) Imagick::nextImage (void) bool Moves to the next image (PECL imagick 2.0.0) Imagick::normalizeImage ([ int $channel]) bool Enhances the contrast of a color image (PECL imagick 2.0.0) Imagick::oilPaintImage (float $radius) bool Simulates an oil painting (PECL imagick 2.0.0) Imagick::optimizeImageLayers (void) bool Removes repeated portions of images to optimize (PECL imagick 2.0.0) Imagick::orderedPosterizeImage (string $threshold_map[, int $channel= Imagick::CHANNEL_ALL]) bool Performs an ordered dither (PECL imagick 2.2.2) Imagick::paintFloodfillImage (mixed $fill, float $fuzz, mixed $bordercolor, int $x, int $y[, int $channel= Imagick::CHANNEL_ALL]) bool Changes the color value of any pixel that matches target (PECL imagick 2.1.0) Imagick::paintOpaqueImage (mixed $target, mixed $fill, float $fuzz[, int $channel= Imagick::CHANNEL_ALL]) bool Change any pixel that matches color (PECL imagick 2.0.0) Imagick::paintTransparentImage (mixed $target, float $alpha, float $fuzz) bool Changes any pixel that matches color with the color defined by fill (PECL imagick 2.0.0) Imagick::pingImage (string $filename) bool Fetch basic attributes about the image (PECL imagick 2.0.0) Imagick::pingImageBlob (string $image) bool Quickly fetch attributes (PECL imagick 2.0.0) Imagick::pingImageFile (resource $filehandle[, string $fileName]) bool Get basic image attributes in a lightweight manner (PECL imagick 2.0.0) Imagick::polaroidImage (ImagickDraw $properties, float $angle) bool Simulates a Polaroid picture (PECL imagick 2.0.0) Imagick::posterizeImage (int $levels, bool $dither) bool Reduces the image to a limited number of color level (PECL imagick 2.0.0) Imagick::previewImages (int $preview) bool Quickly pin-point appropriate parameters for image processing (PECL imagick 2.0.0) Imagick::previousImage (void) bool Move to the previous image in the object (PECL imagick 2.0.0) Imagick::profileImage (string $name, string $profile) bool Adds or removes a profile from an image (PECL imagick 2.0.0) Imagick::quantizeImage (int $numberColors, int $colorspace, int $treedepth, bool $dither, bool $measureError) bool Analyzes the colors within a reference image (PECL imagick 2.0.0) Imagick::quantizeImages (int $numberColors, int $colorspace, int $treedepth, bool $dither, bool $measureError) bool Analyzes the colors within a sequence of images (PECL imagick 2.0.0) Imagick::queryFontMetrics (ImagickDraw $properties, string $text[, bool $multiline]) array Returns an array representing the font metrics (PECL imagick 2.0.0) Imagick::queryFonts ([ string $pattern= "*"]) array Returns the configured fonts (PECL imagick 2.0.0) Imagick::queryFormats ([ string $pattern= "*"]) array Returns formats supported by Imagick (PECL imagick 2.0.0) Imagick::radialBlurImage (float $angle[, int $channel= Imagick::CHANNEL_ALL]) bool Radial blurs an image (PECL imagick 2.0.0) Imagick::raiseImage (int $width, int $height, int $x, int $y, bool $raise) bool Creates a simulated 3d button-like effect (PECL imagick 2.0.0) Imagick::randomThresholdImage (float $low, float $high[, int $channel= Imagick::CHANNEL_ALL]) bool Creates a high-contrast, two-color image (PECL imagick 2.0.0) Imagick::readImage (string $filename) bool Reads image from filename (PECL imagick 0.9.0-0.9.9) Imagick::readImageBlob (string $image[, string $filename]) bool Reads image from a binary string (PECL imagick 2.0.0) Imagick::readImageFile (resource $filehandle[, string $fileName]) bool Reads image from open filehandle (PECL imagick 2.0.0) Imagick::reduceNoiseImage (float $radius) bool Smooths the contours of an image (PECL imagick 2.0.0) Imagick::removeImage (void) bool Removes an image from the image list (PECL imagick 2.0.0) Imagick::removeImageProfile (string $name) string Removes the named image profile and returns it (PECL imagick 2.0.0) Imagick::render (void) bool Renders all preceding drawing commands (PECL imagick 2.0.0) Imagick::resampleImage (float $x_resolution, float $y_resolution, int $filter, float $blur) bool Resample image to desired resolution (PECL imagick 2.0.0) Imagick::resizeImage (int $columns, int $rows, int $filter, float $blur[, bool $fit= false]) bool Scales an image (PECL imagick 2.0.0) Imagick::rollImage (int $x, int $y) bool Offsets an image (PECL imagick 2.0.0) Imagick::rotateImage (mixed $background, float $degrees) bool Rotates an image (PECL imagick 2.0.0) Imagick::roundCorners (float $x_rounding, float $y_rounding[, float $stroke_width= 10[, float $displace= 5[, float $size_correction= -6]]]) bool Rounds image corners (PECL imagick 2.0.0) Imagick::sampleImage (int $columns, int $rows) bool Scales an image with pixel sampling (PECL imagick 2.0.0) Imagick::scaleImage (int $cols, int $rows[, bool $fit= false]) bool Scales the size of an image (PECL imagick 2.0.0) Imagick::separateImageChannel (int $channel) bool Separates a channel from the image (PECL imagick 2.0.0) Imagick::sepiaToneImage (float $threshold) bool Sepia tones an image (PECL imagick 2.0.0) Imagick::setBackgroundColor (mixed $background) bool Sets the object's default background color (PECL imagick 2.0.0) Imagick::setCompression (int $compression) bool Sets the object's default compression type (PECL imagick 2.0.0) Imagick::setCompressionQuality (int $quality) bool Sets the object's default compression quality (PECL imagick 0.9.10-0.9.9) Imagick::setFilename (string $filename) bool Sets the filename before you read or write the image (PECL imagick 2.0.0) Imagick::setFirstIterator (void) bool Sets the Imagick iterator to the first image (PECL imagick 2.0.0) Imagick::setFont (string $font) bool Sets the image bias for any method that convolves an image (PECL imagick 2.1.0) Imagick::setFormat (string $format) bool Sets the format of the Imagick object (PECL imagick 2.0.0) Imagick::setImage (Imagick $replace) bool Replaces image in the object (PECL imagick 2.0.0) Imagick::setImageBackgroundColor (mixed $background) bool Sets the image background color (PECL imagick 2.0.0) Imagick::setImageBias (float $bias) bool Sets the image bias for any method that convolves an image (PECL imagick 2.0.0) Imagick::setImageBluePrimary (float $x, float $y) bool Sets the image chromaticity blue primary point (PECL imagick 2.0.0) Imagick::setImageBorderColor (mixed $border) bool Sets the image border color (PECL imagick 2.0.0) Imagick::setImageChannelDepth (int $channel, int $depth) bool Sets the depth of a particular image channel (PECL imagick 2.0.0) Imagick::setImageColormapColor (int $index, ImagickPixel $color) bool Sets the color of the specified colormap index (PECL imagick 2.0.0) Imagick::setImageColorspace (int $colorspace) bool Sets the image colorspace (PECL imagick 2.0.0) Imagick::setImageCompose (int $compose) bool Sets the image composite operator (PECL imagick 2.0.0) Imagick::setImageCompression (int $compression) bool Sets the image compression (PECL imagick 2.0.0) Imagick::setImageCompressionQuality (int $quality) bool Sets the image compression quality (No version information available, might only be in CVS) Imagick::setImageDelay (int $delay) bool Sets the image delay (PECL imagick 2.0.0) Imagick::setImageDepth (int $depth) bool Sets the image depth (PECL imagick 2.0.0) Imagick::setImageDispose (int $dispose) bool Sets the image disposal method (PECL imagick 2.0.0) Imagick::setImageExtent (int $columns, int $rows) bool Sets the image size (PECL imagick 2.0.0) Imagick::setImageFilename (string $filename) bool Sets the filename of a particular image (PECL imagick 2.0.0) Imagick::setImageFormat (string $format) bool Sets the format of a particular image (PECL imagick 2.0.0) Imagick::setImageGamma (float $gamma) bool Sets the image gamma (PECL imagick 2.0.0) Imagick::setImageGreenPrimary (float $x, float $y) bool Sets the image chromaticity green primary point (PECL imagick 2.0.0) Imagick::setImageIndex (int $index) bool Set the iterator position (PECL imagick 2.0.0) Imagick::setImageInterlaceScheme (int $interlace_scheme) bool Sets the image compression (PECL imagick 2.0.0) Imagick::setImageInterpolateMethod (int $method) bool Sets the image interpolate pixel method (PECL imagick 2.0.0) Imagick::setImageIterations (int $iterations) bool Sets the image iterations (PECL imagick 2.0.0) Imagick::setImageMatte (bool $matte) bool Sets the image matte channel (PECL imagick 2.0.0) Imagick::setImageMatteColor (mixed $matte) bool Sets the image matte color (PECL imagick 2.0.0) Imagick::setImageOpacity (float $opacity) bool Sets the image opacity level (PECL imagick 2.0.0) Imagick::setImageOrientation (int $orientation) bool Sets the image orientation. (PECL imagick 2.0.0) Imagick::setImagePage (int $width, int $height, int $x, int $y) bool Sets the page geometry of the image (PECL imagick 2.0.0) Imagick::setImageProfile (string $name, string $profile) bool Adds a named profile to the Imagick object (PECL imagick 2.0.0) Imagick::setImageProperty (string $name, string $value) bool Sets an image property (PECL imagick 2.0.0) Imagick::setImageRedPrimary (float $x, float $y) bool Sets the image chromaticity red primary point (PECL imagick 2.0.0) Imagick::setImageRenderingIntent (int $rendering_intent) bool Sets the image rendering intent (PECL imagick 2.0.0) Imagick::setImageResolution (float $x_resolution, float $y_resolution) bool Sets the image resolution (PECL imagick 2.0.0) Imagick::setImageScene (int $scene) bool Sets the image scene (PECL imagick 2.0.0) Imagick::setImageTicksPerSecond (int $ticks_per-second) bool Sets the image ticks-per-second (PECL imagick 2.0.0) Imagick::setImageType (int $image_type) bool Sets the image type (PECL imagick 2.0.0) Imagick::setImageUnits (int $units) bool Sets the image units of resolution (PECL imagick 2.0.0) Imagick::setImageVirtualPixelMethod (int $method) bool Sets the image virtual pixel method (PECL imagick 2.0.0) Imagick::setImageWhitePoint (float $x, float $y) bool Sets the image chromaticity white point (PECL imagick 2.0.0) Imagick::setInterlaceScheme (int $interlace_scheme) bool Sets the image compression (PECL imagick 2.0.0) Imagick::setIteratorIndex (int $index) bool Set the iterator position (PECL imagick 2.0.0) Imagick::setLastIterator (void) bool Sets the Imagick iterator to the last image (PECL imagick 2.0.1) Imagick::setOption (string $key, string $value) bool Set an option (PECL imagick 2.0.0) Imagick::setPage (int $width, int $height, int $x, int $y) bool Sets the page geometry of the Imagick object (PECL imagick 2.0.0) Imagick::setResolution (float $x_resolution, float $y_resolution) bool Sets the image resolution (PECL imagick 2.0.0) Imagick::setResourceLimit (int $type, int $limit) bool Sets the limit for a particular resource in megabytes (PECL imagick 2.0.0) Imagick::setSamplingFactors (array $factors) bool Sets the image sampling factors (PECL imagick 2.0.0) Imagick::setSize (int $columns, int $rows) bool Sets the size of the Imagick object (PECL imagick 2.0.0) Imagick::setSizeOffset (int $columns, int $rows, int $offset) bool Sets the size and offset of the Imagick object (PECL imagick 2.0.0) Imagick::setType (int $image_type) bool Sets the image type attribute (PECL imagick 2.0.0) Imagick::shadeImage (bool $gray, float $azimuth, float $elevation) bool Creates a 3D effect (PECL imagick 2.0.0) Imagick::shadowImage (float $opacity, float $sigma, int $x, int $y) bool Simulates an image shadow (PECL imagick 2.0.0) Imagick::sharpenImage (float $radius, float $sigma[, int $channel= Imagick::CHANNEL_ALL]) bool Sharpens an image (PECL imagick 2.0.0) Imagick::shaveImage (int $columns, int $rows) bool Shaves pixels from the image edges (PECL imagick 2.0.0) Imagick::shearImage (mixed $background, float $x_shear, float $y_shear) bool Creating a parallelogram (PECL imagick 2.0.0) Imagick::sigmoidalContrastImage (bool $sharpen, float $alpha, float $beta[, int $channel= Imagick::CHANNEL_ALL]) bool Adjusts the contrast of an image (PECL imagick 2.0.0) Imagick::sketchImage (float $radius, float $sigma, float $angle) bool Simulates a pencil sketch (PECL imagick 2.0.0) Imagick::solarizeImage (int $threshold) bool Applies a solarizing effect to the image (PECL imagick 2.0.0) Imagick::spliceImage (int $width, int $height, int $x, int $y) bool Splices a solid color into the image (PECL imagick 2.0.0) Imagick::spreadImage (float $radius) bool Randomly displaces each pixel in a block (PECL imagick 2.0.0) Imagick::steganoImage (Imagick $watermark_wand, int $offset) int Hides a digital watermark within the image (PECL imagick 2.0.0) Imagick::stereoImage (Imagick $offset_wand) bool Composites two images (PECL imagick 2.0.0) Imagick::stripImage (void) bool Strips an image of all profiles and comments (PECL imagick 2.0.0) Imagick::swirlImage (float $degrees) bool Swirls the pixels about the center of the image (PECL imagick 2.0.0) Imagick::textureImage (Imagick $texture_wand) bool Repeatedly tiles the texture image (PECL imagick 2.0.0) Imagick::thresholdImage (float $threshold[, int $channel= Imagick::CHANNEL_ALL]) bool Changes the value of individual pixels based on a threshold (PECL imagick 2.0.0) Imagick::thumbnailImage (int $columns, int $rows[, bool $fit= false]) bool Changes the size of an image (PECL imagick 2.0.0) Imagick::tintImage (mixed $tint, mixed $opacity) bool Applies a color vector to each pixel in the image (PECL imagick 2.0.0) Imagick::transformImage (string $crop, string $geometry) string Convenience method for setting crop size and the image geometry (PECL imagick 2.0.0) Imagick::transposeImage (void) bool Creates a vertical mirror image (PECL imagick 2.0.0) Imagick::transverseImage (void) bool Creates a horizontal mirror image (PECL imagick 2.0.0) Imagick::trimImage (float $fuzz) bool Remove edges from the image (PECL imagick 2.0.0) Imagick::uniqueImageColors (void) bool Discards all but one of any pixel color (PECL imagick 2.0.0) Imagick::unsharpMaskImage (float $radius, float $sigma, float $amount, float $threshold[, int $channel= Imagick::CHANNEL_ALL]) bool Sharpens an image (PECL imagick 2.0.0) Imagick::valid (void) bool Checks if the current item is valid (PECL imagick 2.0.0) Imagick::vignetteImage (float $blackPoint, float $whitePoint, int $x, int $y) bool Adds vignette filter to the image (PECL imagick 2.0.0) Imagick::waveImage (float $amplitude, float $length) bool Applies wave filter to the image (PECL imagick 2.0.0) Imagick::whiteThresholdImage (mixed $threshold) bool Force all pixels above the threshold into white (PECL imagick 2.0.0) Imagick::writeImage ([ string $filename]) bool Writes an image to the specified filename (PECL imagick 0.9.0-0.9.9) Imagick::writeImages (string $filename, bool $adjoin) bool Writes an image or image sequence (PECL imagick 0.9.0-0.9.9) ImagickDraw::__construct (void) The ImagickDraw constructor (PECL imagick 2.0.0) ImagickDraw::affine (array $affine) bool Adjusts the current affine transformation matrix (PECL imagick 2.0.0) ImagickDraw::annotation (float $x, float $y, string $text) bool Draws text on the image (PECL imagick 2.0.0) ImagickDraw::arc (float $sx, float $sy, float $ex, float $ey, float $sd, float $ed) bool Draws an arc (PECL imagick 2.0.0) ImagickDraw::bezier (array $coordinates) bool Draws a bezier curve (PECL imagick 2.0.0) ImagickDraw::circle (float $ox, float $oy, float $px, float $py) bool Draws a circle (PECL imagick 2.0.0) ImagickDraw::clear (void) bool Clears the ImagickDraw (PECL imagick 2.0.0) ImagickDraw::clone (void) Makes an exact copy of the specified ImagickDraw object (PECL imagick 2.0.0) ImagickDraw::color (float $x, float $y, int $paintMethod) bool Draws color on image (PECL imagick 2.0.0) ImagickDraw::comment (string $comment) bool Adds a comment (PECL imagick 2.0.0) ImagickDraw::composite (int $compose, float $x, float $y, float $width, float $height, Imagick $compositeWand) bool Composites an image onto the current image (PECL imagick 2.0.0) ImagickDraw::destroy (void) bool Frees all associated resources (PECL imagick 2.0.0) ImagickDraw::ellipse (float $ox, float $oy, float $rx, float $ry, float $start, float $end) bool Draws an ellipse on the image (PECL imagick 2.0.0) ImagickDraw::getClipPath (void) string Obtains the current clipping path ID (PECL imagick 2.0.0) ImagickDraw::getClipRule (void) int Returns the current polygon fill rule (PECL imagick 2.0.0) ImagickDraw::getClipUnits (void) int Returns the interpretation of clip path units (PECL imagick 2.0.0) ImagickDraw::getFillColor (void) Returns the fill color (PECL imagick 2.0.0) ImagickDraw::getFillOpacity (void) float Returns the opacity used when drawing (PECL imagick 2.0.0) ImagickDraw::getFillRule (void) int Returns the fill rule (PECL imagick 2.0.0) ImagickDraw::getFont (void) string Returns the font (PECL imagick 2.0.0) ImagickDraw::getFontFamily (void) string Returns the font family (PECL imagick 2.0.0) ImagickDraw::getFontSize (void) float Returns the font pointsize (PECL imagick 2.0.0) ImagickDraw::getFontStyle (void) int Returns the font style (PECL imagick 2.0.0) ImagickDraw::getFontWeight (void) int Returns the font weight (PECL imagick 2.0.0) ImagickDraw::getGravity (void) int Returns the text placement gravity (PECL imagick 2.0.0) ImagickDraw::getStrokeAntialias (void) bool Returns the current stroke antialias setting (PECL imagick 2.0.0) ImagickDraw::getStrokeColor (ImagickPixel $stroke_color) Returns the color used for stroking object outlines (PECL imagick 2.0.0) ImagickDraw::getStrokeDashArray (void) array Returns an array representing the pattern of dashes and gaps used to stroke paths (PECL imagick 2.0.0) ImagickDraw::getStrokeDashOffset (void) float Returns the offset into the dash pattern to start the dash (PECL imagick 2.0.0) ImagickDraw::getStrokeLineCap (void) int Returns the shape to be used at the end of open subpaths when they are stroked (PECL imagick 2.0.0) ImagickDraw::getStrokeLineJoin (void) int Returns the shape to be used at the corners of paths when they are stroked (PECL imagick 2.0.0) ImagickDraw::getStrokeMiterLimit (void) int Returns the stroke miter limit (PECL imagick 2.0.0) ImagickDraw::getStrokeOpacity (void) float Returns the opacity of stroked object outlines (PECL imagick 2.0.0) ImagickDraw::getStrokeWidth (void) float Returns the width of the stroke used to draw object outlines (PECL imagick 2.0.0) ImagickDraw::getTextAlignment (void) int Returns the text alignment (PECL imagick 2.0.0) ImagickDraw::getTextAntialias (void) bool Returns the current text antialias setting (PECL imagick 2.0.0) ImagickDraw::getTextDecoration (void) int Returns the text decoration (PECL imagick 2.0.0) ImagickDraw::getTextEncoding (void) string Returns the code set used for text annotations (PECL imagick 2.0.0) ImagickDraw::getTextUnderColor (void) Returns the text under color (PECL imagick 2.0.0) ImagickDraw::getVectorGraphics (void) string Returns a string containing vector graphics (PECL imagick 2.0.0) ImagickDraw::line (float $sx, float $sy, float $ex, float $ey) bool Draws a line (PECL imagick 2.0.0) ImagickDraw::matte (float $x, float $y, int $paintMethod) bool Paints on the image's opacity channel (PECL imagick 2.0.0) ImagickDraw::pathClose (void) bool Adds a path element to the current path (PECL imagick 2.0.0) ImagickDraw::pathCurveToAbsolute (float $x1, float $y1, float $x2, float $y2, float $x, float $y) bool Draws a cubic Bezier curve (PECL imagick 2.0.0) ImagickDraw::pathCurveToQuadraticBezierAbsolute (float $x1, float $y1, float $x, float $y) bool Draws a quadratic Bezier curve (PECL imagick 2.0.0) ImagickDraw::pathCurveToQuadraticBezierRelative (float $x1, float $y1, float $x, float $y) bool Draws a quadratic Bezier curve (PECL imagick 2.0.0) ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute (float $x, float $y) bool Draws a quadratic Bezier curve (PECL imagick 2.0.0) ImagickDraw::pathCurveToQuadraticBezierSmoothRelative (float $x, float $y) bool Draws a quadratic Bezier curve (PECL imagick 2.0.0) ImagickDraw::pathCurveToRelative (float $x1, float $y1, float $x2, float $y2, float $x, float $y) bool Draws a cubic Bezier curve (PECL imagick 2.0.0) ImagickDraw::pathCurveToSmoothAbsolute (float $x2, float $y2, float $x, float $y) bool Draws a cubic Bezier curve (PECL imagick 2.0.0) ImagickDraw::pathCurveToSmoothRelative (float $x2, float $y2, float $x, float $y) bool Draws a cubic Bezier curve (PECL imagick 2.0.0) ImagickDraw::pathEllipticArcAbsolute (float $rx, float $ry, float $x_axis_rotation, bool $large_arc_flag, bool $sweep_flag, float $x, float $y) bool Draws an elliptical arc (PECL imagick 2.0.0) ImagickDraw::pathEllipticArcRelative (float $rx, float $ry, float $x_axis_rotation, bool $large_arc_flag, bool $sweep_flag, float $x, float $y) bool Draws an elliptical arc (PECL imagick 2.0.0) ImagickDraw::pathFinish (void) bool Terminates the current path (PECL imagick 2.0.0) ImagickDraw::pathLineToAbsolute (float $x, float $y) bool Draws a line path (PECL imagick 2.0.0) ImagickDraw::pathLineToHorizontalAbsolute (float $x) bool Draws a horizontal line path (PECL imagick 2.0.0) ImagickDraw::pathLineToHorizontalRelative (float $x) bool Draws a horizontal line (PECL imagick 2.0.0) ImagickDraw::pathLineToRelative (float $x, float $y) bool Draws a line path (PECL imagick 2.0.0) ImagickDraw::pathLineToVerticalAbsolute (float $y) bool Draws a vertical line (PECL imagick 2.0.0) ImagickDraw::pathLineToVerticalRelative (float $y) bool Draws a vertical line path (PECL imagick 2.0.0) ImagickDraw::pathMoveToAbsolute (float $x, float $y) bool Starts a new sub-path (PECL imagick 2.0.0) ImagickDraw::pathMoveToRelative (float $x, float $y) bool Starts a new sub-path (PECL imagick 2.0.0) ImagickDraw::pathStart (void) bool Declares the start of a path drawing list (PECL imagick 2.0.0) ImagickDraw::point (float $x, float $y) bool Draws a point (PECL imagick 2.0.0) ImagickDraw::polygon (array $coordinates) bool Draws a polygon (PECL imagick 2.0.0) ImagickDraw::polyline (array $coordinates) bool Draws a polyline (PECL imagick 2.0.0) ImagickDraw::pop (void) bool Destroys the current ImagickDraw in the stack, and returns to the previously pushed ImagickDraw (PECL imagick 2.0.0) ImagickDraw::popClipPath (void) bool Terminates a clip path definition (PECL imagick 2.0.0) ImagickDraw::popDefs (void) bool Terminates a definition list (PECL imagick 2.0.0) ImagickDraw::popPattern (void) bool Terminates a pattern definition (PECL imagick 2.0.0) ImagickDraw::push (void) bool Clones the current ImagickDraw and pushes it to the stack (PECL imagick 2.0.0) ImagickDraw::pushClipPath (string $clip_mask_id) bool Starts a clip path definition (PECL imagick 2.0.0) ImagickDraw::pushDefs (void) bool Indicates that following commands create named elements for early processing (PECL imagick 2.0.0) ImagickDraw::pushPattern (string $pattern_id, float $x, float $y, float $width, float $height) bool Indicates that subsequent commands up to a ImagickDraw::opPattern() command comprise the definition of a named pattern (PECL imagick 2.0.0) ImagickDraw::rectangle (float $x1, float $y1, float $x2, float $y2) bool Draws a rectangle (PECL imagick 2.0.0) ImagickDraw::render (void) bool Renders all preceding drawing commands onto the image (PECL imagick 2.0.0) ImagickDraw::rotate (float $degrees) bool Applies the specified rotation to the current coordinate space (PECL imagick 2.0.0) ImagickDraw::roundRectangle (float $x1, float $y1, float $x2, float $y2, float $rx, float $ry) bool Draws a rounded rectangle (PECL imagick 2.0.0) ImagickDraw::scale (float $x, float $y) bool Adjusts the scaling factor (PECL imagick 2.0.0) ImagickDraw::setClipPath (string $clip_mask) bool Associates a named clipping path with the image (PECL imagick 2.0.0) ImagickDraw::setClipRule (int $fill_rule) bool Set the polygon fill rule to be used by the clipping path (PECL imagick 2.0.0) ImagickDraw::setClipUnits (int $clip_units) bool Sets the interpretation of clip path units (PECL imagick 2.0.0) ImagickDraw::setFillAlpha (float $opacity) bool Sets the opacity to use when drawing using the fill color or fill texture (PECL imagick 2.0.0) ImagickDraw::setFillColor (ImagickPixel $fill_pixel) bool Sets the fill color to be used for drawing filled objects (PECL imagick 2.0.0) ImagickDraw::setFillOpacity (float $fillOpacity) bool Sets the opacity to use when drawing using the fill color or fill texture (PECL imagick 2.0.0) ImagickDraw::setFillPatternURL (string $fill_url) bool Sets the URL to use as a fill pattern for filling objects (PECL imagick 2.0.0) ImagickDraw::setFillRule (int $fill_rule) bool Sets the fill rule to use while drawing polygons (PECL imagick 2.0.0) ImagickDraw::setFont (string $font_name) bool Sets the fully-specified font to use when annotating with text (PECL imagick 2.0.0) ImagickDraw::setFontFamily (string $font_family) bool Sets the font family to use when annotating with text (PECL imagick 2.0.0) ImagickDraw::setFontSize (float $pointsize) bool Sets the font pointsize to use when annotating with text (PECL imagick 2.0.0) ImagickDraw::setFontStretch (int $fontStretch) bool Sets the font stretch to use when annotating with text (PECL imagick 2.0.0) ImagickDraw::setFontStyle (int $style) bool Sets the font style to use when annotating with text (PECL imagick 2.0.0) ImagickDraw::setFontWeight (int $font_weight) bool Sets the font weight (PECL imagick 2.0.0) ImagickDraw::setGravity (int $gravity) bool Sets the text placement gravity (PECL imagick 2.0.0) ImagickDraw::setStrokeAlpha (float $opacity) bool Specifies the opacity of stroked object outlines (PECL imagick 2.0.0) ImagickDraw::setStrokeAntialias (bool $stroke_antialias) bool Controls whether stroked outlines are antialiased (PECL imagick 2.0.0) ImagickDraw::setStrokeColor (ImagickPixel $stroke_pixel) bool Sets the color used for stroking object outlines (PECL imagick 2.0.0) ImagickDraw::setStrokeDashArray (array $dashArray) bool Specifies the pattern of dashes and gaps used to stroke paths (PECL imagick 2.0.0) ImagickDraw::setStrokeDashOffset (float $dash_offset) bool Specifies the offset into the dash pattern to start the dash (PECL imagick 2.0.0) ImagickDraw::setStrokeLineCap (int $linecap) bool Specifies the shape to be used at the end of open subpaths when they are stroked (PECL imagick 2.0.0) ImagickDraw::setStrokeLineJoin (int $linejoin) bool Specifies the shape to be used at the corners of paths when they are stroked (PECL imagick 2.0.0) ImagickDraw::setStrokeMiterLimit (int $miterlimit) bool Specifies the miter limit (PECL imagick 2.0.0) ImagickDraw::setStrokeOpacity (float $stroke_opacity) bool Specifies the opacity of stroked object outlines (PECL imagick 2.0.0) ImagickDraw::setStrokePatternURL (string $stroke_url) bool Sets the pattern used for stroking object outlines (PECL imagick 2.0.0) ImagickDraw::setStrokeWidth (float $stroke_width) bool Sets the width of the stroke used to draw object outlines (PECL imagick 2.0.0) ImagickDraw::setTextAlignment (int $alignment) bool Specifies a text alignment (PECL imagick 2.0.0) ImagickDraw::setTextAntialias (bool $antiAlias) bool Controls whether text is antialiased (PECL imagick 2.0.0) ImagickDraw::setTextDecoration (int $decoration) bool Specifies a decoration (PECL imagick 2.0.0) ImagickDraw::setTextEncoding (string $encoding) bool Specifies specifies the text code set (PECL imagick 2.0.0) ImagickDraw::setTextUnderColor (ImagickPixel $under_color) bool Specifies the color of a background rectangle (PECL imagick 2.0.0) ImagickDraw::setVectorGraphics (string $xml) bool Sets the vector graphics (PECL imagick 2.0.0) ImagickDraw::setViewbox (int $x1, int $y1, int $x2, int $y2) bool Sets the overall canvas size (PECL imagick 2.0.0) ImagickDraw::skewX (float $degrees) bool Skews the current coordinate system in the horizontal direction (PECL imagick 2.0.0) ImagickDraw::skewY (float $degrees) bool Skews the current coordinate system in the vertical direction (PECL imagick 2.0.0) ImagickDraw::translate (float $x, float $y) bool Applies a translation to the current coordinate system (PECL imagick 2.0.0) ImagickPixel::__construct ([ string $color]) string The ImagickPixel constructor (PECL imagick 2.0.0) ImagickPixel::clear (void) bool Clears resources associated with this object (PECL imagick 2.0.0) ImagickPixel::destroy (void) bool Deallocates resources associated with this object (PECL imagick 2.0.0) ImagickPixel::getColor ([ bool $normalized= false]) array Returns the color (PECL imagick 2.0.0) ImagickPixel::getColorAsString (void) string Returns the color as a string (PECL imagick 2.1.0) ImagickPixel::getColorCount (void) int Returns the color count associated with this color (PECL imagick 2.0.0) ImagickPixel::getColorValue (int $color) float Gets the normalized value of the provided color channel (PECL imagick 2.0.0) ImagickPixel::getHSL (void) array Returns the normalized HSL color of the ImagickPixel object (PECL imagick 2.0.0) ImagickPixel::isSimilar (ImagickPixel $color, float $fuzz) bool Check the distance between this color and another (PECL imagick 2.0.0) ImagickPixel::setColor (string $color) bool Sets the color (PECL imagick 2.0.0) ImagickPixel::setColorValue (int $color, float $value) bool Sets the normalized value of one of the channels (PECL imagick 2.0.0) ImagickPixel::setHSL (float $hue, float $saturation, float $luminosity) bool Sets the normalized HSL color (PECL imagick 2.0.0) ImagickPixelIterator::__construct (Imagick $wand) The ImagickPixelIterator constructor (PECL imagick 2.0.0) ImagickPixelIterator::clear (void) bool Clear resources associated with a PixelIterator (PECL imagick 2.0.0) ImagickPixelIterator::destroy (void) bool Deallocates resources associated with a PixelIterator (PECL imagick 2.0.0) ImagickPixelIterator::getCurrentIteratorRow (void) array Returns the current row of ImagickPixel objects (PECL imagick 2.0.0) ImagickPixelIterator::getIteratorRow (void) int Returns the current pixel iterator row (PECL imagick 2.0.0) ImagickPixelIterator::getNextIteratorRow (void) array Returns the next row of the pixel iterator (PECL imagick 2.0.0) ImagickPixelIterator::getPreviousIteratorRow (void) array Returns the previous row (PECL imagick 2.0.0) ImagickPixelIterator::newPixelIterator (Imagick $wand) bool Returns a new pixel iterator (PECL imagick 2.0.0) ImagickPixelIterator::newPixelRegionIterator (Imagick $wand, int $x, int $y, int $columns, int $rows) bool Returns a new pixel iterator (PECL imagick 2.0.0) ImagickPixelIterator::resetIterator (void) bool Resets the pixel iterator (PECL imagick 2.0.0) ImagickPixelIterator::setIteratorFirstRow (void) bool Sets the pixel iterator to the first pixel row (PECL imagick 2.0.0) ImagickPixelIterator::setIteratorLastRow (void) bool Sets the pixel iterator to the last pixel row (PECL imagick 2.0.0) ImagickPixelIterator::setIteratorRow (int $row) bool Set the pixel iterator row (PECL imagick 2.0.0) ImagickPixelIterator::syncIterator (void) bool Syncs the pixel iterator (PECL imagick 2.0.0) Memcache::add (string $key, mixed $var[, int $flag[, int $expire]]) bool Add an item to the server (PECL memcache >= 0.2.0) Memcache::addServer (string $host[, int $port[, bool $persistent[, int $weight[, int $timeout[, int $retry_interval[, bool $status[, callback $failure_callback[, int $timeoutms]]]]]]]]) bool Add a memcached server to connection pool (PECL memcache >= 2.0.0) Memcache::close (void) bool Close memcached server connection (PECL memcache >= 0.4.0) Memcache::connect (string $host[, int $port[, int $timeout]]) bool Open memcached server connection (PECL memcache >= 0.2.0) Memcache::decrement (string $key[, int $value]) int Decrement item's value (PECL memcache >= 0.2.0) Memcache::delete (string $key[, int $timeout]) bool Delete item from the server (PECL memcache >= 0.2.0) Memcache::flush (void) bool Flush all existing items at the server (PECL memcache >= 1.0.0) Memcache::get (string $key[, int &$flags]) string Retrieve item from the server (PECL memcache >= 0.2.0) Memcache::getExtendedStats ([ string $type[, int $slabid[, int $limit]]]) array Get statistics from all servers in pool (PECL memcache >= 2.0.0) Memcache::getServerStatus (string $host[, int $port]) int Returns server status (PECL memcache >= 2.1.0) Memcache::getStats ([ string $type[, int $slabid[, int $limit]]]) array Get statistics of the server (PECL memcache >= 0.2.0) Memcache::getVersion (void) string Return version of the server (PECL memcache >= 0.2.0) Memcache::increment (string $key[, int $value]) int Increment item's value (PECL memcache >= 0.2.0) Memcache::pconnect (string $host[, int $port[, int $timeout]]) bool Open memcached server persistent connection (PECL memcache >= 0.4.0) Memcache::replace (string $key, mixed $var[, int $flag[, int $expire]]) bool Replace value of the existing item (PECL memcache >= 0.2.0) Memcache::set (string $key, mixed $var[, int $flag[, int $expire]]) bool Store data at the server (PECL memcache >= 0.2.0) Memcache::setCompressThreshold (int $threshold[, float $min_savings]) bool Enable automatic compression of large values (PECL memcache >= 2.0.0) Memcache::setServerParams (string $host[, int $port[, int $timeout[, int $retry_interval[, bool $status[, callback $failure_callback]]]]]) bool Changes server parameters and status at runtime (PECL memcache >= 2.1.0) OCI-Collection->append (mixed $value) bool Appends element to the collection (PHP 5, PECL oci8 >= 1.1.0) OCI-Collection->assign (OCI-Collection $from) bool Assigns a value to the collection from another existing collection (PHP 5, PECL oci8 >= 1.1.0) OCI-Collection->assignElem (int $index, mixed $value) bool Assigns a value to the element of the collection (PHP 5, PECL oci8 >= 1.1.0) OCI-Collection->free (void) bool Frees the resources associated with the collection object (PHP 5, PECL oci8 >= 1.1.0) OCI-Collection->getElem (int $index) mixed Returns value of the element (PHP 5, PECL oci8 >= 1.1.0) OCI-Collection->max (void) int Returns the maximum number of elements in the collection (PHP 5, PECL oci8 >= 1.1.0) OCI-Collection->size (void) int Returns size of the collection (PHP 5, PECL oci8 >= 1.1.0) OCI-Collection->trim (int $num) bool Trims elements from the end of the collection (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->append (OCI-Lob $lob_from) bool Appends data from the large object to another large object (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->close (void) bool Closes LOB descriptor (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->eof (void) bool Tests for end-of-file on a large object's descriptor (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->erase ([ int $offset[, int $length]]) int Erases a specified portion of the internal LOB data (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->export (string $filename[, int $start[, int $length]]) bool Exports LOB's contents to a file (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->flush ([ int $flag]) bool Flushes/writes buffer of the LOB to the server (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->free (void) bool Frees resources associated with the LOB descriptor (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->getBuffering (void) bool Returns current state of buffering for the large object (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->import (string $filename) bool Imports file data to the LOB (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->load (void) string Returns large object's contents (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->read (int $length) string Reads part of the large object (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->rewind (void) bool Moves the internal pointer to the beginning of the large object (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->save (string $data[, int $offset]) bool Saves data to the large object (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->seek (int $offset[, int $whence]) bool Sets the internal pointer of the large object (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->setBuffering (bool $on_off) bool Changes current state of buffering for the large object (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->size (void) int Returns size of large object (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->tell (void) int Returns current position of internal pointer of large object (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->truncate ([ int $length]) bool Truncates large object (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->write (string $data[, int $length]) int Writes data to the large object (PHP 5, PECL oci8 >= 1.1.0) OCI-Lob->writeTemporary (string $data[, int $lob_type]) bool Writes temporary large object (PHP 5, PECL oci8 >= 1.1.0) PDO::pgsqlLOBCreate (void) string Creates a new large object (PHP 5 >= 5.1.2, PECL pdo_pgsql >= 1.0.2) PDO::pgsqlLOBOpen (string $oid[, string $mode= "rb"]) resource Opens an existing large object stream (PHP 5 >= 5.1.2, PECL pdo_pgsql >= 1.0.2) PDO::pgsqlLOBUnlink (string $oid) bool Deletes the large object (PHP 5 >= 5.1.2, PECL pdo_pgsql >= 1.0.2) PDO::sqliteCreateAggregate (string $function_name, callback $step_func, callback $finalize_func[, int $num_args]) bool Registers an aggregating User Defined Function for use in SQL statements (PHP 5 >= 5.1.0, PECL pdo_sqlite >= 1.0.0) PDO::sqliteCreateFunction (string $function_name, callback $callback[, int $num_args]) bool Registers a User Defined Function for use in SQL statements (PHP 5 >= 5.1.0, PECL pdo_sqlite >= 1.0.0) Rar::extract (string $dir[, string $filepath]) bool Extract entry from the archive (PECL rar >= 0.1) Rar::getAttr (void) int Get attributes of the entry (PECL rar >= 0.1) Rar::getCrc (void) int Get CRC of the entry (PECL rar >= 0.1) Rar::getFileTime (void) string Get entry last modification time (PECL rar >= 0.1) Rar::getHostOs (void) int Get entry host OS (PECL rar >= 0.1) Rar::getMethod (void) int Get pack method of the entry (PECL rar >= 0.1) Rar::getName (void) string Get name of the entry (PECL rar >= 0.1) Rar::getPackedSize (void) int Get packed size of the entry (PECL rar >= 0.1) Rar::getUnpackedSize (void) int Get unpacked size of the entry (PECL rar >= 0.1) Rar::getVersion (void) int Get version of the archiver used to add the entry (PECL rar >= 0.1) SAMConnection->__construct (void) Creates a new connection to a Messaging Server (PECL sam >= 0.1.0) SAMConnection->commit (void) bool Commits (completes) the current unit of work. (PECL sam >= 0.1.0) SAMConnection->connect (string $protocol[, array $properties]) bool Establishes a connection to a Messaging Server (PECL sam >= 0.1.0) SAMConnection->disconnect (void) bool Disconnects from a Messaging Server (PECL sam >= 0.1.0) SAMConnection->errno () int Contains the unique numeric error code of the last executed SAM operation. (PECL sam >= 0.1.0) SAMConnection->error () string Contains the text description of the last failed SAM operation. (PECL sam >= 0.1.0) SAMConnection->isConnected (void) bool Queries whether a connection is established to a Messaging Server (PECL sam >= 0.1.0) SAMConnection->peek (string $target[, array $properties]) SAMMessage Read a message from a queue without removing it from the queue. (PECL sam >= 0.1.0) SAMConnection->peekAll (string $target[, array $properties]) array Read one or more messages from a queue without removing it from the queue. (PECL sam >= 0.2.0) SAMConnection->receive (string $target[, array $properties]) SAMMessage Receive a message from a queue or subscription. (PECL sam >= 0.1.0) SAMConnection->remove (string $target[, array $properties]) SAMMessage Remove a message from a queue. (PECL sam >= 0.1.0) SAMConnection->rollback (void) bool Cancels (rolls back) an in-flight unit of work. (PECL sam >= 0.1.0) SAMConnection->send (string $target, SAMMessage $msg[, array $properties]) string Send a message to a queue or publish an item to a topic. (PECL sam >= 0.1.0) SAMConnection->subscribe (string $targetTopic) string Create a subscription to a specified topic. (PECL sam >= 0.1.0) SAMConnection->unsubscribe (string $subscriptionId[, string $targetTopic]) bool Cancel a subscription to a specified topic. (PECL sam >= 0.1.0) SAMConnection::setDebug (bool $switch) void Turn on or off additional debugging output. (PECL sam >= 1.1.0) SAMMessage->__construct ([ mixed $body]) Creates a new Message object (PECL sam >= 0.1.0) SAMMessage->body () string The body of the message. (PECL sam >= 0.1.0) SAMMessage->header () object The header properties of the message. (PECL sam >= 0.1.0) SCA::createDataObject (string $type_namespace_uri, string $type_name) string create an SDO (PECL SDO >= 0.5.0) SCA::getService (string $target[, string $binding[, array $config]]) string Obtain a proxy for a service (PECL SDO >= 0.5.0) SCA_LocalProxy::createDataObject (string $type_namespace_uri, string $type_name) string create an SDO (PECL SDO >= 0.5.0) SCA_SoapProxy::createDataObject (string $type_namespace_uri, string $type_name) string create an SDO (PECL SDO >= 0.5.0) SDO_DAS_ChangeSummary::beginLogging (void) Begin change logging (^) SDO_DAS_ChangeSummary::endLogging (void) End change logging (^) SDO_DAS_ChangeSummary::getChangeType (SDO_DataObject $dataObject) int Get the type of change made to an SDO_DataObject (^) SDO_DAS_ChangeSummary::getChangedDataObjects (void) Get the changed data objects from a change summary (^) SDO_DAS_ChangeSummary::getOldContainer (SDO_DataObject $data_object) Get the old container for a deleted SDO_DataObject (^) SDO_DAS_ChangeSummary::getOldValues (SDO_DataObject $data_object) Get the old values for a given changed SDO_DataObject (^) SDO_DAS_ChangeSummary::isLogging (void) bool Test to see whether change logging is switched on (^) SDO_DAS_DataFactory::addPropertyToType (string $parent_type_namespace_uri, string $parent_type_name, string $property_name, string $type_namespace_uri, string $type_name[, array $options]) string Adds a property to a type (^) SDO_DAS_DataFactory::addType (string $type_namespace_uri, string $type_name[, array $options]) string Add a new type to a model (^) SDO_DAS_DataFactory::getDataFactory (void) Get a data factory instance (^) SDO_DAS_DataObject::getChangeSummary (void) Get a data object's change summary (^) SDO_DAS_Relational::__construct (array $database_metadata[, string $application_root_type[, array $SDO_containment_references_metadata]]) array Creates an instance of a Relational Data Access Service (^) SDO_DAS_Relational::applyChanges (PDO $database_handle, SDODataObject $root_data_object) Applies the changes made to a data graph back to the database. (^) SDO_DAS_Relational::createRootDataObject (void) Returns the special root object in an otherwise empty data graph. Used when creating a data graph from scratch. (^) SDO_DAS_Relational::executePreparedQuery (PDO $database_handle, PDOStatement $prepared_statement, array $value_list[, array $column_specifier]) array Executes an SQL query passed as a prepared statement, with a list of values to substitute for placeholders, and return the results as a normalised data graph. (^) SDO_DAS_Relational::executeQuery (PDO $database_handle, string $SQL_statement[, array $column_specifier]) string Executes a given SQL query against a relational database and returns the results as a normalised data graph. (^) SDO_DAS_Setting::getListIndex (void) int Get the list index for a changed many-valued property (^) SDO_DAS_Setting::getPropertyIndex (void) int Get the property index for a changed property (^) SDO_DAS_Setting::getPropertyName (void) string Get the property name for a changed property (^) SDO_DAS_Setting::getValue (void) Get the old value for the changed property (^) SDO_DAS_Setting::isSet (void) bool Test whether a property was set prior to being modified (^) SDO_DAS_XML::addTypes (string $xsd_file) string To load a second or subsequent schema file to a SDO_DAS_XML object (^) SDO_DAS_XML::create ([ mixed $xsd_file[, string $key]]) string To create SDO_DAS_XML object for a given schema file (^) SDO_DAS_XML::createDataObject (string $namespace_uri, string $type_name) string Creates SDO_DataObject for a given namespace URI and type name (^) SDO_DAS_XML::createDocument ([ string $document_element_name]) string Creates an XML Document object from scratch, without the need to load a document from a file or string. (^) SDO_DAS_XML::loadFile (string $xml_file) string Returns SDO_DAS_XML_Document object for a given path to xml instance document (^) SDO_DAS_XML::loadString (string $xml_string) string Returns SDO_DAS_XML_Document for a given xml instance string (^) SDO_DAS_XML::saveFile (SDO_XMLDocument $xdoc, string $xml_file[, int $indent]) string Saves the SDO_DAS_XML_Document object to a file (^) SDO_DAS_XML::saveString (SDO_XMLDocument $xdoc[, int $indent]) string Saves the SDO_DAS_XML_Document object to a string (^) SDO_DAS_XML_Document::getRootDataObject (void) Returns the root SDO_DataObject (^) SDO_DAS_XML_Document::getRootElementName (void) string Returns root element's name (^) SDO_DAS_XML_Document::getRootElementURI (void) string Returns root element's URI string (^) SDO_DAS_XML_Document::setEncoding (string $encoding) string Sets the given string as encoding (^) SDO_DAS_XML_Document::setXMLDeclaration (bool $xmlDeclatation) bool Sets the xml declaration (^) SDO_DAS_XML_Document::setXMLVersion (string $xmlVersion) string Sets the given string as xml version (^) SDO_DataFactory::create (string $type_namespace_uri, string $type_name) string Create an SDO_DataObject (^) SDO_DataObject::clear (void) Clear an SDO_DataObject's properties (^) SDO_DataObject::createDataObject (mixed $identifier) Create a child SDO_DataObject (^) SDO_DataObject::getContainer (void) Get a data object's container (^) SDO_DataObject::getSequence (void) Get the sequence for a data object (^) SDO_DataObject::getTypeName (void) string Return the name of the type for a data object. (^) SDO_DataObject::getTypeNamespaceURI (void) string Return the namespace URI of the type for a data object. (^) SDO_Exception::getCause (void) Get the cause of the exception. (^) SDO_List::insert (mixed $value[, int $index]) int Insert into a list (^) SDO_Model_Property::getContainingType (void) Get the SDO_Model_Type which contains this property (^) SDO_Model_Property::getDefault (void) Get the default value for the property (^) SDO_Model_Property::getName (void) string Get the name of the SDO_Model_Property (^) SDO_Model_Property::getType (void) Get the SDO_Model_Type of the property (^) SDO_Model_Property::isContainment (void) bool Test to see if the property defines a containment relationship (^) SDO_Model_Property::isMany (void) bool Test to see if the property is many-valued (^) SDO_Model_ReflectionDataObject::__construct (SDO_DataObject $data_object) Construct an SDO_Model_ReflectionDataObject (^) SDO_Model_ReflectionDataObject::export (SDO_Model_ReflectionDataObject $rdo[, bool $return]) bool Get a string describing the SDO_DataObject. (^) SDO_Model_ReflectionDataObject::getContainmentProperty (void) Get the property which defines the containment relationship to the data object (^) SDO_Model_ReflectionDataObject::getInstanceProperties (void) array Get the instance properties of the SDO_DataObject (^) SDO_Model_ReflectionDataObject::getType (void) Get the SDO_Model_Type for the SDO_DataObject (^) SDO_Model_Type::getBaseType (void) Get the base type for this type (^) SDO_Model_Type::getName (void) string Get the name of the type (^) SDO_Model_Type::getNamespaceURI (void) string Get the namespace URI of the type (^) SDO_Model_Type::getProperties (void) array Get the SDO_Model_Property objects defined for the type (^) SDO_Model_Type::getProperty (mixed $identifier) Get an SDO_Model_Property of the type (^) SDO_Model_Type::isAbstractType (void) bool Test to see if this SDO_Model_Type is an abstract data type (^) SDO_Model_Type::isDataType (void) bool Test to see if this SDO_Model_Type is a primitive data type (^) SDO_Model_Type::isInstance (SDO_DataObject $data_object) bool Test for an SDO_DataObject being an instance of this SDO_Model_Type (^) SDO_Model_Type::isOpenType (void) bool Test to see if this type is an open type (^) SDO_Model_Type::isSequencedType (void) bool Test to see if this is a sequenced type (^) SDO_Sequence::getProperty (int $sequence_index) int Return the property for the specified sequence index. (^) SDO_Sequence::insert (mixed $value[, int $sequenceIndex[, mixed $propertyIdentifier]]) int Insert into a sequence (^) SDO_Sequence::move (int $toIndex, int $fromIndex) int Move an item to another sequence position (^) SWFAction->__construct (string $script) SWFAction Creates a new SWFAction (PHP 5 <= 5.3.0, PECL ming CVS) SWFBitmap->__construct (mixed $file[, mixed $alphafile]) SWFBitmap Loads Bitmap object (PHP 5 <= 5.3.0, PECL ming CVS) SWFBitmap->getHeight (void) float Returns the bitmap's height (PHP 4 >= 4.0.5) SWFBitmap->getWidth (void) float Returns the bitmap's width (PHP 4 >= 4.0.5) SWFButton->__construct (void) SWFButton Creates a new Button (PHP 5 <= 5.3.0, PECL ming CVS) SWFButton->addASound (SWFSound $sound, int $flags) SWFSoundInstance Associates a sound with a button transition (PHP 5 <= 5.3.0, PECL ming CVS) SWFButton->addAction (SWFAction $action, int $flags) void Adds an action (PHP 4 >= 4.0.5) SWFButton->addShape (SWFShape $shape, int $flags) void Adds a shape to a button (PHP 4 >= 4.0.5) SWFButton->setAction (SWFAction $action) void Sets the action (PHP 4 >= 4.0.5) SWFButton->setMenu (int $flag) void enable track as menu button behaviour (PHP 5 <= 5.3.0, PECL ming CVS) SWFDisplayItem->addAction (SWFAction $action, int $flags) void Adds this SWFAction to the given SWFSprite instance (PHP 4 >= 4.2.0) SWFDisplayItem->addColor (int $red, int $green, int $blue[, int $a]) void Adds the given color to this item's color transform (PHP 4 >= 4.0.5) SWFDisplayItem->endMask (void) void Another way of defining a MASK layer (PHP 5 <= 5.3.0, PECL ming CVS) SWFDisplayItem->getRot (void) float (PHP 5 <= 5.3.0, PECL ming CVS) SWFDisplayItem->getX (void) float (PHP 5 <= 5.3.0, PECL ming CVS) SWFDisplayItem->getXScale (void) float (PHP 5 <= 5.3.0, PECL ming CVS) SWFDisplayItem->getXSkew (void) float (PHP 5 <= 5.3.0, PECL ming CVS) SWFDisplayItem->getY (void) float (PHP 5 <= 5.3.0, PECL ming CVS) SWFDisplayItem->getYScale (void) float (PHP 5 <= 5.3.0, PECL ming CVS) SWFDisplayItem->getYSkew (void) float (PHP 5 <= 5.3.0, PECL ming CVS) SWFDisplayItem->move (float $dx, float $dy) void Moves object in relative coordinates (PHP 4 >= 4.0.5) SWFDisplayItem->moveTo (float $x, float $y) void Moves object in global coordinates (PHP 4 >= 4.0.5) SWFDisplayItem->multColor (float $red, float $green, float $blue[, float $a]) void Multiplies the item's color transform (PHP 4 >= 4.0.5) SWFDisplayItem->remove (void) void Removes the object from the movie (PHP 5 <= 5.3.0, PECL ming CVS) SWFDisplayItem->rotate (float $angle) void Rotates in relative coordinates (PHP 4 >= 4.0.5) SWFDisplayItem->rotateTo (float $angle) void Rotates the object in global coordinates (PHP 4 >= 4.0.5) SWFDisplayItem->scale (float $dx, float $dy) void Scales the object in relative coordinates (PHP 4 >= 4.0.5) SWFDisplayItem->scaleTo (float $x[, float $y]) void Scales the object in global coordinates (PHP 4 >= 4.0.5) SWFDisplayItem->setDepth (int $depth) void Sets z-order (PHP 4 >= 4.0.5) SWFDisplayItem->setMaskLevel (int $level) void Defines a MASK layer at level (PHP 5 <= 5.3.0, PECL ming CVS) SWFDisplayItem->setMatrix (float $a, float $b, float $c, float $d, float $x, float $y) void Sets the item's transform matrix (PHP 4 >= 4.0.5) SWFDisplayItem->setName (string $name) void Sets the object's name (PHP 4 >= 4.0.5) SWFDisplayItem->setRatio (float $ratio) void Sets the object's ratio (PHP 4 >= 4.0.5) SWFDisplayItem->skewX (float $ddegrees) void Sets the X-skew (PHP 4 >= 4.0.5) SWFDisplayItem->skewXTo (float $degrees) void Sets the X-skew (PHP 4 >= 4.0.5) SWFDisplayItem->skewY (float $ddegrees) void Sets the Y-skew (PHP 4 >= 4.0.5) SWFDisplayItem->skewYTo (float $degrees) void Sets the Y-skew (PHP 4 >= 4.0.5) SWFFill->moveTo (float $x, float $y) void Moves fill origin (PHP 4 >= 4.0.5) SWFFill->rotateTo (float $angle) void Sets fill's rotation (PHP 4 >= 4.0.5) SWFFill->scaleTo (float $x[, float $y]) void Sets fill's scale (PHP 4 >= 4.0.5) SWFFill->skewXTo (float $x) void Sets fill x-skew (PHP 4 >= 4.0.5) SWFFill->skewYTo (float $y) void Sets fill y-skew (PHP 4 >= 4.0.5) SWFFont->__construct (string $filename) SWFFont Loads a font definition (PHP 5 <= 5.3.0, PECL ming CVS) SWFFont->getAscent (void) float Returns the ascent of the font, or 0 if not available (PHP 4 >= 4.0.5) SWFFont->getDescent (void) float Returns the descent of the font, or 0 if not available (PHP 4 >= 4.0.5) SWFFont->getLeading (void) float Returns the leading of the font, or 0 if not available (PHP 4 >= 4.0.5) SWFFont->getShape (int $code) string Returns the glyph shape of a char as a text string (PHP 5 <= 5.3.0, PECL ming CVS) SWFFont->getUTF8Width (string $string) float Calculates the width of the given string in this font at full height (PHP 5 <= 5.3.0, PECL ming CVS) SWFFont->getWidth (string $string) float Returns the string's width (PHP 4 >= 4.0.5) SWFFontChar->addChars (string $char) void Adds characters to a font for exporting font (PHP 5 <= 5.3.0, PECL ming CVS) SWFFontChar->addUTF8Chars (string $char) void Adds characters to a font for exporting font (PHP 5 <= 5.3.0, PECL ming CVS) SWFGradient->__construct (void) SWFGradient Creates a gradient object (PHP 5 <= 5.3.0, PECL ming CVS) SWFGradient->addEntry (float $ratio, int $red, int $green, int $blue[, int $alpha= 255]) void Adds an entry to the gradient list (PHP 4 >= 4.3.0) SWFMorph->__construct (void) SWFMorph Creates a new SWFMorph object (PHP 5 <= 5.3.0, PECL ming CVS) SWFMorph->getShape1 (void) SWFShape Gets a handle to the starting shape (PHP 4 >= 4.0.5) SWFMorph->getShape2 (void) SWFShape Gets a handle to the ending shape (PHP 4 >= 4.0.5) SWFMovie->__construct ([ int $version]) SWFMovie Creates a new movie object, representing an SWF version 4 movie (PHP 5 <= 5.3.0, PECL ming CVS) SWFMovie->add (object $instance) mixed Adds any type of data to a movie (PHP 4 >= 4.3.3) SWFMovie->addExport (SWFCharacter $char, string $name) void (PHP 5 <= 5.3.0, PECL ming CVS) SWFMovie->addFont (SWFFont $font) mixed (PHP 5 <= 5.3.0, PECL ming CVS) SWFMovie->importChar (string $libswf, string $name) SWFSprite (PHP 5 <= 5.3.0, PECL ming CVS) SWFMovie->importFont (string $libswf, string $name) SWFFontChar (PHP 5 <= 5.3.0, PECL ming CVS) SWFMovie->labelFrame (string $label) void Labels a frame (PHP 4 >= 4.3.3) SWFMovie->nextFrame (void) void Moves to the next frame of the animation (PHP 4 >= 4.3.3) SWFMovie->output ([ int $compression]) int Dumps your lovingly prepared movie out (PHP 4 >= 4.3.3) SWFMovie->remove (object $instance) void Removes the object instance from the display list (PHP 5.2.1-5.3.0, PECL ming CVS) SWFMovie->save (string $filename[, int $compression]) int Saves the SWF movie in a file (PHP 4 >= 4.3.3) SWFMovie->saveToFile (resource $x[, int $compression]) int (PHP 4 >= 4.3.3) SWFMovie->setDimension (float $width, float $height) void Sets the movie's width and height (PHP 4 >= 4.3.3) SWFMovie->setFrames (int $number) void Sets the total number of frames in the animation (PHP 4 >= 4.3.3) SWFMovie->setRate (float $rate) void Sets the animation's frame rate (PHP 4 >= 4.3.3) SWFMovie->setbackground (int $red, int $green, int $blue) void Sets the background color (PHP 4 >= 4.3.3) SWFMovie->startSound (SWFSound $sound) SWFSoundInstance (PHP 5 <= 5.3.0, PECL ming CVS) SWFMovie->stopSound (SWFSound $sound) void (PHP 5 <= 5.3.0, PECL ming CVS) SWFMovie->streamMP3 (mixed $mp3file[, float $skip= 0]) int Streams a MP3 file (PHP 4 >= 4.3.3) SWFMovie->writeExports (void) void (PHP 5 <= 5.3.0, PECL ming CVS) SWFPrebuiltClip->__construct (mixed $file) SWFPrebuiltClip Returns a SWFPrebuiltClip object (PHP 5.0.5-5.3.0, PECL ming CVS) SWFShape->__construct (void) SWFShape Creates a new shape object (PHP 5 <= 5.3.0, PECL ming CVS) SWFShape->addFill (int $red, int $green, int $blue[, int $alpha= 255]) SWFFill Adds a solid fill to the shape (PHP 4 >= 4.0.5) SWFShape->drawArc (float $r, float $startAngle, float $endAngle) void Draws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured clockwise from 12 o'clock (PHP 4 >= 4.0.5) SWFShape->drawCircle (float $r) void Draws a circle of radius r centered at the current location, in a counter-clockwise fashion (PHP 4 >= 4.0.5) SWFShape->drawCubic (float $bx, float $by, float $cx, float $cy, float $dx, float $dy) int Draws a cubic bezier curve using the current position and the three given points as control points (PHP 4 >= 4.0.5) SWFShape->drawCubicTo (float $bx, float $by, float $cx, float $cy, float $dx, float $dy) int Draws a cubic bezier curve using the current position and the three given points as control points (PHP 5 <= 5.3.0, PECL ming CVS) SWFShape->drawCurve (float $controldx, float $controldy, float $anchordx, float $anchordy[, float $targetdx], float $targetdy) int Draws a curve (relative) (PHP 4 >= 4.0.5) SWFShape->drawCurveTo (float $controlx, float $controly, float $anchorx, float $anchory[, float $targetx], float $targety) int Draws a curve (PHP 4 >= 4.0.5) SWFShape->drawGlyph (SWFFont $font, string $character[, int $size]) void Draws the first character in the given string into the shape using the glyph definition from the given font (PHP 4 >= 4.0.5) SWFShape->drawLine (float $dx, float $dy) void Draws a line (relative) (PHP 4 >= 4.0.5) SWFShape->drawLineTo (float $x, float $y) void Draws a line (PHP 4 >= 4.0.5) SWFShape->movePen (float $dx, float $dy) void Moves the shape's pen (relative) (PHP 4 >= 4.0.5) SWFShape->movePenTo (float $x, float $y) void Moves the shape's pen (PHP 4 >= 4.0.5) SWFShape->setLeftFill (SWFGradient $fill) void Sets left rasterizing color (PHP 4 >= 4.0.5) SWFShape->setLine (SWFShape $shape) void Sets the shape's line style (PHP 4 >= 4.0.5) SWFShape->setRightFill (SWFGradient $fill) void Sets right rasterizing color (PHP 4 >= 4.0.5) SWFSound (string $filename[, int $flags= 0]) SWFSound Returns a new SWFSound object from given file (PHP 5 <= 5.3.0, PECL ming CVS) SWFSoundInstance->loopCount (int $point) void (PHP 5 <= 5.3.0, PECL ming CVS) SWFSoundInstance->loopInPoint (int $point) void (PHP 5 <= 5.3.0, PECL ming CVS) SWFSoundInstance->loopOutPoint (int $point) void (PHP 5 <= 5.3.0, PECL ming CVS) SWFSoundInstance->noMultiple (void) void (PHP 5 <= 5.3.0, PECL ming CVS) SWFSprite->__construct (void) SWFSprite Creates a movie clip (a sprite) (PHP 5 <= 5.3.0, PECL ming CVS) SWFSprite->add (object $object) void Adds an object to a sprite (PHP 4 >= 4.0.5) SWFSprite->labelFrame (string $label) void Labels frame (PHP 4 >= 4.3.3) SWFSprite->nextFrame (void) void Moves to the next frame of the animation (PHP 4 >= 4.0.5) SWFSprite->remove (object $object) void Removes an object to a sprite (PHP 4 >= 4.0.5) SWFSprite->setFrames (int $number) void Sets the total number of frames in the animation (PHP 4 >= 4.0.5) SWFSprite->startSound (SWFSound $sount) SWFSoundInstance (PHP 5 <= 5.3.0, PECL ming CVS) SWFSprite->stopSound (SWFSound $sount) void (PHP 5 <= 5.3.0, PECL ming CVS) SWFText->__construct (void) void Creates a new SWFText object (PHP 5 <= 5.3.0, PECL ming CVS) SWFText->addString (string $string) void Draws a string (PHP 4 >= 4.0.5) SWFText->addUTF8String (string $text) void Writes the given text into this SWFText object at the current pen position, using the current font, height, spacing, and color (PHP 5 <= 5.3.0, PECL ming CVS) SWFText->getAscent (void) float Returns the ascent of the current font at its current size, or 0 if not available (PHP 4 >= 4.0.5) SWFText->getDescent (void) float Returns the descent of the current font at its current size, or 0 if not available (PHP 4 >= 4.0.5) SWFText->getLeading (void) float Returns the leading of the current font at its current size, or 0 if not available (PHP 4 >= 4.0.5) SWFText->getUTF8Width (string $string) float calculates the width of the given string in this text objects current font and size (PHP 5 <= 5.3.0, PECL ming CVS) SWFText->getWidth (string $string) float Computes string's width (PHP 4 >= 4.0.5) SWFText->moveTo (float $x, float $y) void Moves the pen (PHP 4 >= 4.0.5) SWFText->setColor (int $red, int $green, int $blue[, int $a= 255]) void Sets the current text color (PHP 4 >= 4.0.5) SWFText->setFont (SWFFont $font) void Sets the current font (PHP 4 >= 4.0.5) SWFText->setHeight (float $height) void Sets the current font height (PHP 4 >= 4.0.5) SWFText->setSpacing (float $spacing) void Sets the current font spacing (PHP 4 >= 4.0.5) SWFTextField->__construct ([ int $flags]) SWFTextField Creates a text field object (PHP 5 <= 5.3.0, PECL ming CVS) SWFTextField->addChars (string $chars) void adds characters to a font that will be available within a textfield (PHP 5 <= 5.3.0, PECL ming CVS) SWFTextField->addString (string $string) void Concatenates the given string to the text field (PHP 4 >= 4.0.5) SWFTextField->align (int $alignement) void Sets the text field alignment (PHP 4 >= 4.0.5) SWFTextField->setBounds (float $width, float $height) void Sets the text field width and height (PHP 4 >= 4.0.5) SWFTextField->setColor (int $red, int $green, int $blue[, int $a= 255]) void Sets the color of the text field (PHP 4 >= 4.0.5) SWFTextField->setFont (SWFFont $font) void Sets the text field font (PHP 4 >= 4.2.0) SWFTextField->setHeight (float $height) void Sets the font height of this text field font (PHP 4 >= 4.0.5) SWFTextField->setIndentation (float $width) void Sets the indentation of the first line (PHP 4 >= 4.0.5) SWFTextField->setLeftMargin (float $width) void Sets the left margin width of the text field (PHP 4 >= 4.0.5) SWFTextField->setLineSpacing (float $height) void Sets the line spacing of the text field (PHP 4 >= 4.0.5) SWFTextField->setMargins (float $left, float $right) void Sets the margins width of the text field (PHP 4 >= 4.0.5) SWFTextField->setName (string $name) void Sets the variable name (PHP 4 >= 4.0.5) SWFTextField->setPadding (float $padding) void Sets the padding of this textfield (PHP 5 <= 5.3.0, PECL ming CVS) SWFTextField->setRightMargin (float $width) void Sets the right margin width of the text field (PHP 4 >= 4.0.5) SWFVideoStream->__construct ([ string $file]) SWFVideoStream Returns a SWFVideoStream object (PHP 5.0.5-5.3.0, PECL ming CVS) SWFVideoStream->getNumFrames (void) int Returns the number of frames in the video (PHP 5.0.5-5.3.0, PECL ming CVS) SWFVideoStream->setDimension (int $x, int $y) void Sets video dimension (PHP 5.0.5-5.3.0, PECL ming CVS) SimpleXMLElement::__construct (string $data[, int $options[, bool $data_is_url[, string $ns[, bool $is_prefix]]]]) string Creates a new SimpleXMLElement object (PHP 5 >= 5.0.1) SimpleXMLElement::addAttribute (string $name, string $value[, string $namespace]) void Adds an attribute to the SimpleXML element (PHP 5 >= 5.1.3) SimpleXMLElement::addChild (string $name[, string $value[, string $namespace]]) SimpleXMLElement Adds a child element to the XML node (PHP 5 >= 5.1.3) SimpleXMLElement::asXML ([ string $filename]) mixed Return a well-formed XML string based on SimpleXML element (PHP 5 >= 5.0.1) SimpleXMLElement::attributes ([ string $ns[, bool $is_prefix]]) SimpleXMLElement Identifies an element's attributes (PHP 5 >= 5.0.1) SimpleXMLElement::children ([ string $ns[, bool $is_prefix]]) SimpleXMLElement Finds children of given node (PHP 5 >= 5.0.1) SimpleXMLElement::getDocNamespaces ([ bool $recursive]) array Returns namespaces declared in document (PHP 5 >= 5.1.2) SimpleXMLElement::getName (void) string Gets the name of the XML element (PHP 5 >= 5.1.3) SimpleXMLElement::getNamespaces ([ bool $recursive]) array Returns namespaces used in document (PHP 5 >= 5.1.2) SimpleXMLElement::registerXPathNamespace (string $prefix, string $ns) bool Creates a prefix/ns context for the next XPath query (PHP 5 >= 5.2.0) SimpleXMLElement::xpath (string $path) array Runs XPath query on XML data (PHP 5 >= 5.2.0) Swish->getMetaList (string $index_name) array Get the list of meta entries for the index (PECL swish >= 0.1.0) Swish->getPropertyList (string $index_name) array Get the list of properties for the index (PECL swish >= 0.1.0) Swish->prepare ([ string $query]) object Prepare a search query (PECL swish >= 0.1.0) Swish->query (string $query) object Execute a query and return results object (PECL swish >= 0.1.0) Swish::__construct (string $index_names) string Construct a Swish object (PECL swish >= 0.1.0) SwishResult->getMetaList (void) array Get a list of meta entries (PECL swish >= 0.1.0) SwishResult->stem (string $word) array Stems the given word (PECL swish >= 0.1.0) SwishResults->getParsedWords (string $index_name) array Get an array of parsed words (PECL swish >= 0.1.0) SwishResults->getRemovedStopwords (string $index_name) array Get an array of stopwords removed from the query (PECL swish >= 0.1.0) SwishResults->nextResult (void) object Get the next search result (PECL swish >= 0.1.0) SwishResults->seekResult (int $position) int Set current seek pointer to the given position (PECL swish >= 0.1.0) SwishSearch->execute ([ string $query]) object Execute the search and get the results (PECL swish >= 0.1.0) SwishSearch->resetLimit (void) Reset the search limits (PECL swish >= 0.1.0) SwishSearch->setLimit (string $property, string $low, string $high) string Set the search limits (PECL swish >= 0.1.0) SwishSearch->setPhraseDelimiter (string $delimiter) string Set the phrase delimiter (PECL swish >= 0.1.0) SwishSearch->setSort (string $sort) string Set the sort order (PECL swish >= 0.1.0) SwishSearch->setStructure (int $structure) int Set the structure flag in the search object (PECL swish >= 0.1.0) ZipArchive::addEmptyDir (string $dirname) bool Add a new directory (PHP 5 >= 5.2.0, PECL zip >= 1.8.0) ZipArchive::addFile (string $filename[, string $localname]) bool Adds a file to a ZIP archive from the given path (PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::addFromString (string $localname, string $contents) bool Add a file to a ZIP archive using its contents (PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::close (void) bool Close the active archive (opened or newly created) (PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::deleteIndex (int $index) bool delete an entry in the archive using its index (PHP 5 >= 5.2.0, PECL zip >= 1.5.0) ZipArchive::deleteName (string $name) bool delete an entry in the archive using its name (PHP 5 >= 5.2.0, PECL zip >= 1.5.0) ZipArchive::extractTo (string $destination[, mixed $entries]) bool Extract the archive contents (PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::getArchiveComment (void) string Returns the Zip archive comment (PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::getCommentIndex (int $index[, int $flags]) string Returns the comment of an entry using the entry index (PHP 5 >= 5.2.0, PECL zip >= 1.4.0) ZipArchive::getCommentName (string $name[, int $flags]) string Returns the comment of an entry using the entry name (PHP 5 >= 5.2.0, PECL zip >= 1.4.0) ZipArchive::getFromIndex (int $index[, int $flags]) int Returns the entry contents using its index. (PHP 5 >= 5.2.0, PECL zip >= 1.3.0) ZipArchive::getFromName (string $name[, int $flags]) string Returns the entry contents using its name. (PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::getNameIndex (int $index) string Returns the name of an entry using its index (PHP 5 >= 5.2.0, PECL zip >= 1.5.0) ZipArchive::getStream (string $name) resource Get a file handler to the entry defined by its name (read only). (PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::locateName (string $name[, int $flags]) string Returns the index of the entry in the archive (PHP 5 >= 5.2.0, PECL zip >= 1.5.0) ZipArchive::open (string $filename[, int $flags]) string Open a ZIP file archive (PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::renameIndex (int $index, string $newname) bool Renames an entry defined by its index (PHP 5 >= 5.2.0, PECL zip >= 1.5.0) ZipArchive::renameName (string $name, string $newname) bool Renames an entry defined by its name (PHP 5 >= 5.2.0, PECL zip >= 1.5.0) ZipArchive::setArchiveComment (string $comment) string Set the comment of a ZIP archive (PHP 5 >= 5.2.0, PECL zip >= 1.4.0) ZipArchive::setCommentIndex (int $index, string $comment) int Set the comment of an entry defined by its index (PHP 5 >= 5.2.0, PECL zip >= 1.4.0) ZipArchive::setCommentName (string $name, string $comment) string Set the comment of an entry defined by its name (PHP 5 >= 5.2.0, PECL zip >= 1.4.0) ZipArchive::statIndex (int $index[, int $flags]) int Get the details of an entry defined by its index. (PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::statName (name $name[, int $flags]) int Get the details of an entry defined by its name. (PHP 5 >= 5.2.0, PECL zip >= 1.5.0) ZipArchive::unchangeAll (void) Undo all changes done in the archive. (PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::unchangeArchive (void) Revert all global changes done in the archive. (PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::unchangeIndex (int $index) int Revert all changes done to an entry at the given index. (PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::unchangeName (string $name) string Revert all changes done to an entry with the given name. (PHP 5 >= 5.2.0, PECL zip >= 1.5.0) ascii2ebcdic (string $ascii_str) int Translate string from ASCII to EBCDIC (PHP 3) date_create ([ string $time= "now"[, DateTimeZone $timezone= NULL]]) string Returns new DateTime object (PHP 5 >= 5.2.0) domxml_new_doc (string $version) string Creates new empty XML document (PHP 4 >= 4.2.0) domxml_open_file (string $filename[, int $mode[, array &$error]]) string Creates a DOM object from an XML file (PHP 4 >= 4.2.0) domxml_open_mem (string $str[, int $mode[, array &$error]]) string Creates a DOM object of an XML document (PHP 4 >= 4.2.0) domxml_version (void) string Gets the XML library version (PHP 4 >= 4.1.0) domxml_xmltree (string $str) string Creates a tree of PHP objects from an XML document (PHP 4 >= 4.2.0) domxml_xslt_stylesheet (string $xsl_buf) string Creates a DomXsltStylesheet object from an XSL document in a string (PHP 4 >= 4.2.0) domxml_xslt_stylesheet_doc (DomDocument $xsl_doc) Creates a DomXsltStylesheet Object from a DomDocument Object (PHP 4 >= 4.2.0) domxml_xslt_stylesheet_file (string $xsl_file) string Creates a DomXsltStylesheet Object from an XSL document in a file (PHP 4 >= 4.2.0) domxml_xslt_version (void) int Gets the XSLT library version (PHP 4 >= 4.2.0) ebcdic2ascii (string $ebcdic_str) int Translate string from EBCDIC to ASCII (PHP 3) hw_api->checkin (array $parameter) bool Checks in an object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->checkout (array $parameter) bool Checks out an object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->children (array $parameter) array Returns children of an object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->content (array $parameter) HW_API_Content Returns content of an object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->copy (array $parameter) hw_api_content Copies physically (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->dbstat (array $parameter) hw_api_object Returns statistics about database server (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->dcstat (array $parameter) hw_api_object Returns statistics about document cache server (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->dstanchors (array $parameter) array Returns a list of all destination anchors (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->dstofsrcanchor (array $parameter) hw_api_object Returns destination of a source anchor (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->find (array $parameter) array Search for objects (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->ftstat (array $parameter) hw_api_object Returns statistics about fulltext server (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->hwstat (array $parameter) hw_api_object Returns statistics about Hyperwave server (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->identify (array $parameter) bool Log into Hyperwave Server (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->info (array $parameter) array Returns information about server configuration (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->insert (array $parameter) hw_api_object Inserts a new object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->insertanchor (array $parameter) hw_api_object Inserts a new object of type anchor (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->insertcollection (array $parameter) hw_api_object Inserts a new object of type collection (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->insertdocument (array $parameter) hw_api_object Inserts a new object of type document (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->link (array $parameter) bool Creates a link to an object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->lock (array $parameter) bool Locks an object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->move (array $parameter) bool Moves object between collections (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->object (array $parameter) hw_api_object Retrieve attribute information (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->objectbyanchor (array $parameter) hw_api_object Returns the object an anchor belongs to (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->parents (array $parameter) array Returns parents of an object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->remove (array $parameter) bool Delete an object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->replace (array $parameter) hw_api_object Replaces an object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->setcommittedversion (array $parameter) hw_api_object Commits version other than last version (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->srcanchors (array $parameter) array Returns a list of all source anchors (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->srcsofdst (array $parameter) array Returns source of a destination object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->unlock (array $parameter) bool Unlocks a locked object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->user (array $parameter) hw_api_object Returns the own user object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api->userlist (array $parameter) array Returns a list of all logged in users (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_attribute ([ string $name[, string $value]]) string Creates instance of class hw_api_attribute (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_attribute->key (void) string Returns key of the attribute (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_attribute->langdepvalue (string $language) string Returns value for a given language (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_attribute->value (void) string Returns value of the attribute (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_attribute->values (void) array Returns all values of the attribute (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_content (string $content, string $mimetype) string Create new instance of class hw_api_content (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_content->mimetype (void) string Returns mimetype (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_content->read (string $buffer, int $len) string Read content (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_error->count (void) int Returns number of reasons (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_error->reason (void) HW_API_Reason Returns reason of error (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_object (array $parameter) array Creates a new instance of class hw_api_object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_object->assign (array $parameter) bool Clones object (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_object->attreditable (array $parameter) bool Checks whether an attribute is editable (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_object->count (array $parameter) int Returns number of attributes (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_object->insert (HW_API_Attribute $attribute) bool Inserts new attribute (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_object->remove (string $name) bool Removes attribute (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_object->title (array $parameter) string Returns the title attribute (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_object->value (string $name) string Returns value of attribute (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_reason->description (void) string Returns description of reason (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) hw_api_reason->type (void) HW_API_Reason Returns type of reason (PHP 4, PHP 5 < 5.2.0, PECL hwapi CVS) imagefttext (resource $image, float $size, float $angle, int $x, int $y, int $color, string $fontfile, string $text[, array $extrainfo]) array Write text to the image using fonts using FreeType 2 (PHP 4 >= 4.0.7, PHP 5) is_binary (mixed $var) bool Finds whether a variable is a native binary string (PHP 6 >= 6.0.0) is_buffer (mixed $var) bool Finds whether a variable is a native unicode or binary string (PHP 6 >= 6.0.0) is_unicode (mixed $var) bool Finds whether a variable is a unicode string (PHP 6 >= 6.0.0) locale_get_default (void) string Get the default Locale (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) locale_set_default (string $name) bool Set the default Locale (PHP 5 >= 5.3.0, PECL intl >= 1.0.0) mysql_change_user (string $user, string $password[, string $database[, resource $link_identifier]]) int Change logged in user of the active connection (PHP 3 <= 3.0.13) mysqli_disable_reads_from_master (mysqli $link) bool Disable reads from master (PHP 5) mysqli_report (int $flags) bool Enables or disables internal report functions (PHP 5) mysqli_rpl_query_type (mysqli $link, string $query) int Returns RPL query type (PHP 5) mysqli_send_query (mysqli $link, string $query) bool Send the query and return (PHP 5) overload (string $class_name) string Enable property and method call overloading for a class (PHP 4 >= 4.3.0) rar_close (resource $rar_file) bool Close Rar archive and free all resources (PECL rar >= 0.1) rar_entry_get (resource $rar_file, string $entry_name) resource Get entry object from the Rar archive (PECL rar >= 0.1) rar_list (resource $rar_file) array Get entries list from the Rar archive (PECL rar >= 0.1) rar_open (string $filename[, string $password]) resource Open Rar archive (PECL rar >= 0.1) tidy::diagnose (tidy $object) bool Run configured diagnostics on parsed and repaired markup (PHP 5, PECL tidy >= 0.5.2) tidy_get_error_buffer (tidy $object) string Return warnings and errors which occurred parsing the specified document (PHP 5, PECL tidy >= 0.5.2) timezone_open (string $timezone) string Returns new DateTimeZone object (PHP 5 >= 5.1.0) unicode_decode (string $input, string $encoding[, int $errmode]) string Convert a binary string into a Unicode string (PHP 6 >= 6.0.0) unicode_encode (unicode $input, string $encoding[, int $errmode]) string Convert a unicode string in any encoding (PHP 6 >= 6.0.0) unicode_get_error_mode (int $direction) int Get the error mode for strings conversions (PHP 6 >= 6.0.0) unicode_get_subst_char (void) Get the substitution character for string conversion errors (PHP 6 >= 6.0.0) unicode_set_error_mode (int $direction, int $mode) bool Set the error mode for strings conversions (PHP 6 >= 6.0.0) unicode_set_subst_char (unicode $character) bool Set the substitution character for string conversion errors (PHP 6 >= 6.0.0) wddx_unserialize (string $packet) string Unserializes a WDDX packet (PHP 4, PHP 5) xpath_eval (string $xpath_expression[, domnode $contextnode]) XPathObject Evaluates the XPath Location Path in the given string (PHP 4) xpath_eval_expression (string $expression[, domnode $contextnode]) XPathObject Evaluates the XPath Location Path in the given string (PHP 4) xpath_new_context (domdocument $dom_document) Creates new xpath context (PHP 4) xpath_register_ns (XPathContext $xpath_context, string $prefix, string $uri) bool Register the given namespace in the passed XPath context (PHP 4 >= 4.2.0) xpath_register_ns_auto (XPathContext $xpath_context[, object $context_node]) bool Register the given namespace in the passed XPath context (PHP 4 >= 4.3.0) xptr_eval (string $eval_str[, domnode $contextnode]) int Evaluate the XPtr Location Path in the given string (PHP 4) xptr_new_context (void) Create new XPath Context (PHP 4)