PHP – filectime() Function
The PHP filectime() function returns the last time a file was changed (regular changes or changes to permissions, owner, group or other metadata).
The PHP filectime() function returns the last time a file was changed (regular changes or changes to permissions, owner, group or other metadata).
The PHP filemtime() function returns the last time the file content was modified.
The PHP fileowner() function returns the user ID (owner) of the specified file.
The PHP filter_has_var() function checks whether a variable of a specified input type exists.
The PHP filter_id() function returns filter ID of a specified filter name.
The PHP filter_input() function gets an external variable from insecure sources (e.g., user input) and optionally filters it to validate variables.
The PHP filter_input_array() function gets external variables (e.g. from form input) and optionally filters them.
The PHP filter_list() function returns a list of all the supported filter names.
The PHP filter_var() function filters a variable with the specified filter.
The PHP filter_var_array() function gets multiple variables and optionally filters them.
The PHP floor() function rounds a number DOWN to the nearest integer, if necessary, and returns the result.
The PHP fnmatch() function checks if a string or filename matches the given shell wildcard pattern.