PHP – sqrt() Function
The PHP sqrt() function returns the square root of a number.
The PHP stat() function returns information about a file. The informational array may contain the number index, the name index, or both.
The PHP static keyword is used to declare properties and methods of a class as static (can be used without creating an instance of the class).
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 switch keyword is used to create a switch conditional, which choose a block of code to run based on the value of an expression.
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 throw keyword is used to throw exceptions to change the program flow if an unexpected situation arises, such as invalid data.
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.
The PHP timezone_identifiers_list() returns an indexed array containing all timezone identifiers.