| Nazwa funkcji |
Opis |
Wersja PHP |
|
Terminate apache process after this request |
(PHP 4 >= 4.0.5, PHP 5) |
|
Get a list of loaded Apache modules |
(PHP 4 >= 4.3.2, PHP 5) |
|
Fetch Apache version |
(PHP 4 >= 4.3.2, PHP 5) |
|
Get an Apache subprocess_env variable |
(PHP 4 >= 4.3.0, PHP 5) |
|
Perform a partial request for the specified URI and return all info about it |
(PHP 3 >= 3.0.4, PHP 4, PHP 5) |
|
Get and set apache request notes |
(PHP 3 >= 3.0.2, PHP 4, PHP 5) |
|
Fetch all HTTP request headers |
(PHP 4 >= 4.3.0, PHP 5) |
|
Reset the Apache write timer |
(no version information, might be only in CVS) |
|
Fetch all HTTP response headers |
(PHP 4 >= 4.3.0, PHP 5) |
|
Set an Apache subprocess_env variable |
(PHP 4 >= 4.2.0, PHP 5) |
|
Translate string from ASCII to EBCDIC |
(PHP 3 >= 3.0.17) |
|
Retrieves cached information (and meta-data) from APC's data store |
(PECL) |
|
Clears the APC cache |
(PECL) |
|
Defines a set of constants for later retrieval and mass-definition |
(PECL) |
|
Removes a stored variable from the cache |
(PECL) |
|
Fetch a stored variable from the cache |
(PECL) |
|
Loads a set of constants from the cache |
(PECL) |
|
Retrieves APC's Shared Memory Allocation information |
(PECL) |
|
Cache a variable in the data store |
(PECL) |
|
Stops the interpreter and waits on a CR from the socket |
(PECL) |
|
Returns the current call stack as an array |
(no version information, might be only in CVS) |
|
Throw a warning and a callstack |
(no version information, might be only in CVS) |
|
Restarts the interpreter |
(PECL) |
|
Throw an error, a callstack and then exit |
(no version information, might be only in CVS) |
|
Outputs the current function table |
(no version information, might be only in CVS) |
|
Return all persistent resources as an array |
(no version information, might be only in CVS) |
|
Return all current regular resources as an array |
(no version information, might be only in CVS) |
|
Echo to the debugging socket |
(PECL) |
|
Get an array of the current variables names in the local scope |
(no version information, might be only in CVS) |
|
Starts the session debugging |
(PECL) |
|
Starts the session debugging |
(no version information, might be only in CVS) |
|
Changes or sets the current debugging level |
(no version information, might be only in CVS) |
|
Starts the remote session debugging |
(no version information, might be only in CVS) |
|
Returns an array with all string keys lowercased or uppercased |
(PHP 4 >= 4.2.0, PHP 5) |
|
Split an array into chunks |
(PHP 4 >= 4.2.0, PHP 5) |
|
Creates an array by using one array for keys and another for its values |
(PHP 5) |
|
Counts all the values of an array |
(PHP 4, PHP 5) |
|
Computes the difference of arrays with additional index check |
(PHP 4 >= 4.3.0, PHP 5) |
|
Computes the difference of arrays using keys for comparison |
(PHP 5 >= 5.1.0RC1) |
|
Computes the difference of arrays with additional index check which is performed by a user supplied callback function |
(PHP 5) |
|
Computes the difference of arrays using a callback function on the keys for comparison |
(PHP 5 >= 5.1.0RC1) |
|
Computes the difference of arrays |
(PHP 4 >= 4.0.1, PHP 5) |
|
Fill an array with values |
(PHP 4 >= 4.2.0, PHP 5) |
|
Filters elements of an array using a callback function |
(PHP 4 >= 4.0.6, PHP 5) |
|
Exchanges all keys with their associated values in an array |
(PHP 4, PHP 5) |
|
Computes the intersection of arrays with additional index check |
(PHP 4 >= 4.3.0, PHP 5) |
|
Computes the intersection of arrays using keys for comparison |
(PHP 5 >= 5.1.0RC1) |
|
Computes the intersection of arrays with additional index check, compares indexes by a callback function |
(PHP 5) |
|
Computes the intersection of arrays using a callback function on the keys for comparison |
(PHP 5 >= 5.1.0RC1) |
|
Computes the intersection of arrays |
(PHP 4 >= 4.0.1, PHP 5) |
|
Checks if the given key or index exists in the array |
(PHP 4 >= 4.1.0, PHP 5) |
|
Return all the keys of an array |
(PHP 4, PHP 5) |
|
Applies the callback to the elements of the given arrays |
(PHP 4 >= 4.0.6, PHP 5) |
|
Merge two or more arrays recursively |
(PHP 4 >= 4.0.1, PHP 5) |
|
Merge one or more arrays |
(PHP 4, PHP 5) |
|
Sort multiple or multi-dimensional arrays |
(PHP 4, PHP 5) |
|
Pad array to the specified length with a value |
(PHP 4, PHP 5) |
|
Pop the element off the end of array |
(PHP 4, PHP 5) |
|
Calculate the product of values in an array |
(PHP 5 >= 5.1.0RC1) |
|
Push one or more elements onto the end of array |
(PHP 4, PHP 5) |
|
Pick one or more random entries out of an array |
(PHP 4, PHP 5) |
|
Iteratively reduce the array to a single value using a callback function |
(PHP 4 >= 4.0.5, PHP 5) |
|
Return an array with elements in reverse order |
(PHP 4, PHP 5) |
|
Searches the array for a given value and returns the corresponding key if successful |
(PHP 4 >= 4.0.5, PHP 5) |
|
Shift an element off the beginning of array |
(PHP 4, PHP 5) |
|
Extract a slice of the array |
(PHP 4, PHP 5) |
|
Remove a portion of the array and replace it with something else |
(PHP 4, PHP 5) |
|
Calculate the sum of values in an array |
(PHP 4 >= 4.0.4, PHP 5) |
|
Computes the difference of arrays with additional index check, compares data by a callback function |
(PHP 5) |
|
Computes the difference of arrays with additional index check, compares data and indexes by a callback function |
(PHP 5) |
|
Computes the difference of arrays by using a callback function for data comparison |
(PHP 5) |
|
Computes the intersection of arrays with additional index check, compares data by a callback function |
(PHP 5) |
|
Computes the intersection of arrays with additional index check, compares data and indexes by a callback functions |
(PHP 5) |
|
Computes the intersection of arrays, compares data by a callback function |
(PHP 5) |
|
Removes duplicate values from an array |
(PHP 4 >= 4.0.1, PHP 5) |
|
Prepend one or more elements to the beginning of an array |
(PHP 4, PHP 5) |
|
Return all the values of an array |
(PHP 4, PHP 5) |
|
Apply a user function recursively to every member of an array |
(PHP 5) |
|
Apply a user function to every member of an array |
(PHP 3 >= 3.0.3, PHP 4, PHP 5) |
|
Create an array |
(PHP 3, PHP 4, PHP 5) |
|
Sort an array in reverse order and maintain index association |
(PHP 3, PHP 4, PHP 5) |
|
Sort an array and maintain index association |
(PHP 3, PHP 4, PHP 5) |
|
Check a word without changing its case or trying to trim it [deprecated] |
(PHP 3 >= 3.0.7, PHP 4 <= 4.2.3) |
|
Check a word [deprecated] |
(PHP 3 >= 3.0.7, PHP 4 <= 4.2.3) |
|
Load a new dictionary [deprecated] |
(PHP 3 >= 3.0.7, PHP 4 <= 4.2.3) |
|
Suggest spellings of a word [deprecated] |
(PHP 3 >= 3.0.7, PHP 4 <= 4.2.3) |
|
Absolute value |
(PHP 3, PHP 4, PHP 5) |
|
Arc cosine |
(PHP 3, PHP 4, PHP 5) |
|
Inverse hyperbolic cosine |
(PHP 4 >= 4.1.0, PHP 5) |
|
Arc sine |
(PHP 3, PHP 4, PHP 5) |
|
Inverse hyperbolic sine |
(PHP 4 >= 4.1.0, PHP 5) |
|
Arc tangent of two variables |
(PHP 3 >= 3.0.5, PHP 4, PHP 5) |
|
Arc tangent |
(PHP 3, PHP 4, PHP 5) |
|
Inverse hyperbolic tangent |
(PHP 4 >= 4.1.0, PHP 5) |
|
Returns an associative array of the methods and properties from each class that has been aggregated to the object |
(no version information, might be only in CVS) |
|
Selective dynamic class methods aggregation to an object |
(PHP 4 >= 4.2.0) |
|
Selective class methods aggregation to an object using a regular expression |
(PHP 4 >= 4.2.0) |
|
Dynamic class and object aggregation of methods |
(PHP 4 >= 4.2.0) |
|
Selective dynamic class properties aggregation to an object |
(PHP 4 >= 4.2.0) |
|
Selective class properties aggregation to an object using a regular expression |
(PHP 4 >= 4.2.0) |
|
Dynamic aggregation of class properties to an object |
(PHP 4 >= 4.2.0) |
|
Dynamic class and object aggregation of methods and properties |
(PHP 4 >= 4.2.0) |
|
Alias of aggregate_info() |
(PHP 4 >= 4.2.0) |
|
Set/get the various assert flags |
(PHP 4, PHP 5) |
|
Checks if assertion is FALSE |
(PHP 4, PHP 5) |
|
Return current array entry |
(no version information, might be only in CVS) |
|
Return current array key |
(no version information, might be only in CVS) |
|
Move to next entry |
(no version information, might be only in CVS) |
|
Rewind array back to the start |
(no version information, might be only in CVS) |
|
Seek to position |
(no version information, might be only in CVS) |
|
Check whether array contains more entries |
(no version information, might be only in CVS) |
|
Appends the value |
(no version information, might be only in CVS) |
|
Construct a new array object |
(no version information, might be only in CVS) |
|
Return the number of elements in the Iterator |
(no version information, might be only in CVS) |
|
Create a new iterator from an ArrayObject instance |
(no version information, might be only in CVS) |
|
Returns whether the requested $index exists |
(no version information, might be only in CVS) |
|
Returns the value at the specified $index |
(no version information, might be only in CVS) |
|
Sets the value at the specified $index to $newval |
(no version information, might be only in CVS) |
|
Unsets the value at the specified $index |
(no version information, might be only in CVS) |
|
Quote string with slashes in a C style |
(PHP 4, PHP 5) |
|
Quote string with slashes |
(PHP 3, PHP 4, PHP 5) |