PHP – sinh() Function
The PHP sinh() function returns the hyperbolic sine of a number, which is equal to (exp(number) – exp(-number))/2).
The PHP sinh() function returns the hyperbolic sine of a number, which is equal to (exp(number) – exp(-number))/2).
The PHP sleep() function delays execution of the current script for a specified number of seconds.
The PHP stat() function returns information about a file. The informational array may contain the number index, the name index, or both.
The PHP strftime() function formats a local time and/or date according to locale settings.
The PHP strtotime() function parses an English textual datetime into a Unix timestamp (the number of seconds since January 1 1970 00:00:00 GMT).
The PHP symlink() function creates a symbolic link from the existing target with the specified name link.
The PHP sys_getloadavg() function returns the system load average as an array (three numbers) that are the average load over the last 1, 5 and 15 minutes.
The PHP tanh() function returns the hyperbolic tangent of a number, which is equal to sinh(x)/cosh(x).
The PHP tempnam() function creates a temporary file with a unique name in the specified directory.
The PHP time() function returns the current time in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).
The PHP time_nanosleep() function delays execution of the current script for a specified number of seconds and nanoseconds.
The PHP time_sleep_until() function is used to make a script sleep until the specified time.
The PHP timezone_abbreviations_list() returns an associative array containing dst, offset, and the timezone name.