PHP – Exception getMessage() Method
The PHP getMessage() method returns a description of the error or behaviour that caused the exception to be thrown.
The PHP getMessage() method returns a description of the error or behaviour that caused the exception to be thrown.
The PHP getPrevious() method returns the previous exception when an exception is triggered by a previous exception. Otherwise it returns null.
The PHP getTrace() method returns a stack trace (information about the functions that are running at a given moment) in the form of an array.
The PHP getTraceAsString() method returns a stack trace (information about the functions that are running at a given moment) in the form of an string.
The PHP extract() function uses array keys as variable names and values as variable values to import variables into the local symbol table from an array.
The PHP ezmlm_hash() function calculates the hash value needed when keeping EZMLM mailing lists in a MySQL database.
The PHP fclose() function closes an open file pointer that was opened by fopen() or fsockopen().
The PHP feof() function checks if the “end-of-file” (EOF) has been reached for an open file.
The PHP fgetcsv() function parses a line from an open file, checking for CSV fields.
The PHP file() reads a file into an array which contains a line from the file, with the newline character still attached.
The PHP file_exists() function checks whether a file or directory exists.
The PHP fileatime() function returns the last access time of the specified file.