WordPress File wp-includes/functions.php

wp_date()

Retrieves the date, in localized format.

wp_debug_backtrace_summary()

Returns a comma-separated string or array of functions that have been called to get to the current point in code.

wp_die()

Kills WordPress execution and displays HTML page with an error message.

wp_filesize()

Wrapper for PHP filesize with filters and casting the result as an integer.