PHP – ip2long() Function
The PHP ip2long() function converts an IPv4 address into a long integer.
The PHP is_dir() function checks whether the specified filename is a directory.
The PHP is_executable() function checks whether the specified filename is executable.
The PHP is_file() function checks whether the specified filename is a regular file.
The PHP is_finite() function checks whether a value is finite or not, and returns true (1) if the value is a finite number, or false/nothing if not.
The PHP is_infinite() function checks whether a value is infinite or not, and returns true (1) if the value is an infinite number, or false/nothing if not.
The PHP is_link() function checks whether the specified filename is a symbolic link.
The PHP is_nan() function checks whether a value is ‘not a number’, and returns true (1) if the value is ‘not a number’ or false/nothing if it is a number.
The PHP is_readable() function checks whether the specified filename is readable.
The PHP is_uploaded_file() function checks whether the specified file is uploaded via HTTP POST.
The PHP is_writable() function checks whether the specified filename is writable.
The PHP jdtofrench() function converts a Julian Day Count to a French Republican date (used by the French for twelve years from 1793).
The PHP jdtogregorian() function converts a Julian Day Count to a Gregorian date.
The PHP jdtojewish() function converts a Julian Day Count to a Jewish date.
The PHP jdtojulian() function converts a Julian Day Count to a Julian date.
The PHP jdtounix() function converts the Julian Day Count to a Unix timestamp.
The PHP jewishtojd() function converts a date from the Jewish Calendar to a Julian Day Count.
The PHP json_decode() function is used to decode or convert a JSON object to a PHP object.