PHP – libxml_get_last_error() Function
The PHP libxml_get_last_error() function gets the last error from the libxml error buffer.
The PHP libxml_get_last_error() function gets the last error from the libxml error buffer.
The PHP libxml_set_external_entity_loader() function changes the default external entity loader.
The PHP libxml_set_streams_context() function sets the streams context for the next libxml document load or write.
The PHP libxml_use_internal_errors() function disables the standard libxml errors and enables user error handling.
The PHP linkinfo() function returns information about a hard link, and is used to verify if a link really exists.
The PHP list() function is used to assign values to a list of variables in one operation.
The PHP log() function returns the natural logarithm of a number, or the logarithm of number to base.
The PHP log1p() function returns log(1+number), computed in a way that is accurate even when the value of number is close to zero.
The PHP long2ip() function converts a long integer address into a string in IPv4 format.
The PHP max() function returns the highest value in an array, or the highest value of several specified values.
The PHP microtime() function returns the current Unix timestamp with microseconds.
The PHP min() function returns the lowest value in an array, or the lowest value of several specified values.
The PHP mt_getrandmax() function returns the largest possible value that can be returned by mt_rand().