PHP – gmdate() Function
The PHP gmdate() function formats a GMT/UTC date and time, and returns the formatted date string.
The PHP gmdate() function formats a GMT/UTC date and time, and returns the formatted date string.
The PHP gmstrftime() function formats a GMT/UTC time and/or date according to locale settings.
The PHP gregoriantojd() function converts a date from the Gregorian Calendar to a Julian Day Count.
The PHP header() function sends a raw HTTP header to a client, and must be called before any actual output is sent.
The PHP header_register_callback() function calls a header function to be executed after all PHP headers are sent, and before any other output is sent.
The PHP header_remove() function removes an HTTP header previously set with the header() function.
The PHP headers_list() function returns a list of response headers to be sent to the browser.
The PHP headers_sent() function checks if/where headers have been sent.
The PHP hexdec() function converts a hexadecimal number to a decimal number.
The PHP highlight_file() function outputs a file with the PHP syntax highlighted. The syntax is highlighted by using HTML tags.
The PHP highlight_string() function outputs a string with the PHP syntax highlighted. The syntax is highlighted by using HTML tags.
The PHP http_response_code() function sets or returns the HTTP response status code.
The PHP hypot() function calculates the hypotenuse of a right-angle triangle.
The PHP ignore_user_abort() function sets whether a user should abort a script execution when they disconnect.
The PHP inet_ntop() function converts a 32bit IPv4 or 128bit IPv6 address into a readable format.