- apd_continue - Restarts the interpreter
- array_udiff - Computes the difference of arrays by using a callback function for data comparison
- apd_dump_function_table - Outputs the current function table
- arrayobject_offsetunset - Unsets the value at the specified $index
- apc_cache_info - Retrieves cached information (and meta-data) from APC's data store
- apd_set_session_trace - Starts the session debugging
- aspell_check - Check a word [deprecated]
- assert - Checks if assertion is FALSE
- addcslashes - Quote string with slashes in a C style
- apc_clear_cache - Clears the APC cache
- aggregate_info - Returns an associative array of the methods and properties fromeach class that has been aggregated to the object
- array_map - Applies the callback to the elements of the given arrays
- array_walk_recursive - Apply a user function recursively to every member of an array
- apc_sma_info - Retrieves APC's Shared Memory Allocation information
- array_multisort - Sort multiple or multi-dimensional arrays
- arrayiterator_valid - Check whether array contains more entries
- array_unique - Removes duplicate values from an array
- array_slice - Extract a slice of the array
- assert_options - Set/get the various assert flags
- array_unshift - Prepend one or more elements to the beginning of an array
- arrayiterator_seek - Seek to position
- asort - Sort an array and maintain index association
- array_merge - Merge one or more arrays
- apd_callstack - Returns the current call stack as an array
- abs - Absolute value
- atan - Arc tangent
- array_chunk - Split an array into chunks
- array_search - Searches the array for a given value and returns thecorresponding key if successful
- apache_response_headers - Fetch all HTTP response headers
- aggregate_properties - Dynamic aggregation ofclass properties to an object
- array_flip - Exchanges all keys with their associated values in an array
- apd_clunk - Throw a warning and a callstack
- apache_note - Get and set apache request notes
- array_diff_ukey - Computes the difference of arrays using a callback function on the keys for comparison
- array_values - Return all the values of an array
- array_rand - Pick one or more random entries out of an array
- apache_get_version - Fetch Apache version
- arrayiterator_key - Return current array key
- array_key_exists - Checks if the given key or index exists in the array
- arrayobject_construct - Construct a new array object
- arrayiterator_next - Move to next entry
- apd_set_pprof_trace - Starts the session debugging
- array_merge_recursive - Merge two or more arrays recursively
- addslashes - Quote string with slashes
- array_filter - Filters elements of an array using a callback function
- aggregation_info - Alias of aggregate_info()
- array_change_key_case - Returns an array with all string keys lowercased or uppercased
- aggregate_properties_by_list - Selective dynamic class properties aggregation to an object
- apache_request_headers - Fetch all HTTP request headers
- acos - Arc cosine
- aggregate - Dynamic class and object aggregation of methods and properties
- array_sum - Calculate the sum of values in an array
- apd_echo - Echo to the debugging socket
- arrayobject_offsetget - Returns the value at the specified $index
- arrayiterator_current - Return current array entry
- apd_croak - Throw an error, a callstack and then exit
- aspell_new - Load a new dictionary [deprecated]
- array_diff - Computes the difference of arrays
- array_combine - Creates an array by using one array for keys and another for its values
- arrayobject_append - Appends the value
- aggregate_properties_by_regexp - Selective class properties aggregation to an object using a regularexpression
- array_push - Push one or more elements onto the end of array
- arrayiterator_rewind - Rewind array back to the start
- array_product - Calculate the product of values in an array
- array_diff_assoc - Computes the difference of arrays with additional index check
- apd_set_session - Changes or sets the current debugging level
- ascii2ebcdic - Translate string from ASCII to EBCDIC
- apache_reset_timeout - Reset the Apache write timer
- arrayobject_getiterator - Create a new iterator from an ArrayObject instance
- array_intersect_assoc - Computes the intersection of arrays with additional index check
- array_count_values - Counts all the values of an array
- apache_lookup_uri - Perform a partial request for the specified URI and return all info about it
- array_udiff_uassoc - Computes the difference of arrays with additional index check, compares data and indexes by a callback function
- array_reduce - Iteratively reduce the array to a single value using a callbackfunction
- apd_breakpoint - Stops the interpreter and waits on a CR from the socket
- apc_load_constants - Loads a set of constants from the cache
- aspell_check_raw - Check a word without changing its case or trying to trim it [deprecated]
- apd_get_active_symbols - Get an array of the current variables names in the local scope
- array_splice - Remove a portion of the array and replace it with somethingelse
- array_udiff_assoc - Computes the difference of arrays with additional index check, compares data by a callback function
- array_intersect_ukey - Computes the intersection of arrays using a callback function on the keys for comparison
- apd_dump_persistent_resources - Return all persistent resources as an array
- asin - Arc sine
- apache_get_modules - Get a list of loaded Apache modules
- arrayobject_offsetset - Sets the value at the specified $index to $newval
- aggregate_methods - Dynamic class and object aggregation of methods
- arrayobject_count - Return the number of elements in the Iterator
- apache_getenv - Get an Apache subprocess_env variable
- array_diff_uassoc - Computes the difference of arrays with additional index checkwhich is performed by a user supplied callback function
- acosh - Inverse hyperbolic cosine
- apc_fetch - Fetch a stored variable from the cache
- arrayobject_offsetexists - Returns whether the requested $index exists
- array_fill - Fill an array with values
- aspell_suggest - Suggest spellings of a word [deprecated]
- array_uintersect - Computes the intersection of arrays, compares data by a callback function
- array_intersect_uassoc - Computes the intersection of arrays with additional index check, compares indexes by a callback function
- apache_setenv - Set an Apache subprocess_env variable
- array_keys - Return all the keys of an array
- atanh - Inverse hyperbolic tangent
- apc_define_constants - Defines a set of constants for later retrieval and mass-definition
- apc_delete - Removes a stored variable from the cache
- asinh - Inverse hyperbolic sine
- array_uintersect_assoc - Computes the intersection of arrays with additional index check, compares data by a callback function
- apd_dump_regular_resources - Return all current regular resources as an array
- array - Create an array
- array_shift - Shift an element off the beginning of array
- array_walk - Apply a user function to every member of an array
- aggregate_methods_by_regexp - Selective class methods aggregation to an object using a regularexpression
- array_intersect - Computes the intersection of arrays
- array_pad - Pad array to the specified length with a value
- apache_child_terminate - Terminate apache process after this request
- apc_store - Cache a variable in the data store
- apd_set_socket_session_trace - Starts the remote session debugging
- atan2 - Arc tangent of two variables
- array_diff_key - Computes the difference of arrays using keys for comparison
- array_uintersect_uassoc - Computes the intersection of arrays with additional index check, compares data and indexes by a callback functions
- array_reverse - Return an array with elements in reverse order
- array_pop - Pop the element off the end of array
- arsort - Sort an array in reverse order and maintain index association
- array_intersect_key - Computes the intersection of arrays using keys for comparison
- aggregate_methods_by_list - Selective dynamic class methods aggregation to an object
Programowanie w jezyku PHP 5.0
PHP programming
Kodowanie w języku PHP
