From WP wp-includes/functions.php
Missing functions are indicated in comments
Converts value to nonnegative integer.
Retrieve a modified URL query string.
You can rebuild the URL and append a new query variable to the URL query by using this function. You can also retrieve the full URL with query data.
Adding a single key & value or an associative array. Setting a key value to emptystring removes the key. Omitting oldquery_or_uri uses the $_SERVER value.
Does the specified module exist in the apache config?
Kill BackPress execution and display HTML message with error message.
This function calls the die() PHP function. The difference is that a message in HTML will be displayed to the user. It is recommended to use this function only when the execution should not continue any further. It is not recommended to call this function very often and normally you should try to handle as many errors as possible silently.
BackPress only below
Acts the same as core PHP setcookie() but its arguments are run through the backpress_set_cookie filter.
If the filter returns false, setcookie() isn't called.
Build URL query based on an associative and, or indexed array.
This is a convenient function for easily building url queries. It sets the separator to '&' and uses _http_build_query() function.
Set the headers for caching for 10 days with JavaScript content type.
Retrieve the current time based on specified type.
The 'mysql' type will return the time in the format for MySQL DATETIME field. The 'timestamp' type will return the current timestamp.
If $gmt is set to either '1' or 'true', then both types will use GMT time. if $gmt is false, the output is adjusted with the GMT offset in the WordPress option.
Whether to force SSL used for the Administration Panels.
Whether SSL login should be forced.
Retrieve the description for the HTTP status.
Is the server running earlier than 1.5.0 version of lighttpd
Check value to find if it was serialized.
If $data is not an string, then returned value will always be false. Serialized data is always a string.
Check whether serialized data is of string type.
Determine if SSL is used.
Serialize data, if needed.
Unserialize value only if it was serialized.
Sets the headers to prevent caching for the different browsers.
Different browsers support different nocache headers, so several headers must be sent so that all of them get the point that no caching should occur.
Removes an item or list from the query string.
Set HTTP status header.
File validates against allowed set of defined rules.
A return value of '1' means that the $file contains either '..' or './'. A return value of '2' means that the $file contains ':' after the first character. A return value of '3' means that the file is not in the allowed files list.
Copy an object.
Returns a cloned copy of an object.
Gets the header information to prevent caching.
The several different headers cover the different ways cache prevention is handled by different browsers
Retrieve original referer that was posted, if it exists.
Retrieve referer from '_wp_http_referer', HTTP referer, or current page respectively.
Retrieve or display original referer hidden field for forms.
The input name is '_wp_original_http_referer' and will be either the same value of wp_referer_field(), if that was posted already or it will be the current page, if it doesn't exist.
Merge user defined arguments into defaults array.
This function is used throughout WordPress to allow for both string or array to be merged into another array.
Retrieve or display referer hidden field for forms.
The referer link is the current Request URI from the server super global. The input name is '_wp_http_referer', in case you wanted to check manually.
HTTP request for URI to retrieve content.
Gives a nicely formatted list of timezone strings // temporary! Not in final
gmt_offset modification for smart timezone handling
Overrides the gmt_offset option if we have a timezone_string available
Check for PHP timezone support
Strip close comment and close php tags from file headers used by WP See http://core.trac.wordpress.org/ticket/8497
Documentation generated on Fri, 18 May 2012 01:33:57 +0100 by phpDocumentor 1.4.3