File: wp-includes/functions.php
-
functionnumber_format_i18n()
Converts float number to format based on the locale.
-
function_http_build_query()
From php.net (modified by Mark Jaquith to behave like the native PHP5 function).
-
Filters the number formatted based on the locale.
-
functionsize_format()
Converts a number of bytes to the largest unit the bytes will fit into.
-
functionget_weekstartend()
Gets the week start and end from the datetime or date string from MySQL.
-
functionmaybe_unserialize()
Unserializes data only if it was serialized.
-
functionis_serialized()
Checks value to find if it was serialized.
-
functionis_serialized_string()
Checks whether serialized data is of string type.
-
functionmaybe_serialize()
Serializes data, if needed.
-
functionxmlrpc_getposttitle()
Retrieves post title from XML-RPC XML.
-
functionxmlrpc_getpostcategory()
Retrieves the post category or categories from XML-RPC XML.
-
functionxmlrpc_removepostdata()
XML-RPC XML content without title and category elements.
-
functionwp_extract_urls()
Uses RegEx to extract URLs from arbitrary content.
-
functiondo_enclose()
Checks content for video and audio links to add as enclosures.
-
functioncurrent_time()
Retrieves the current time based on specified type.
-
functionmysql2date()
Converts given MySQL date string into a different format.
-
functionget_dirsize()
Gets the size of a directory.
-
functionrecurse_dirsize()
Gets the size of a directory recursively.