PHP – jdmonthname() Function
The PHP jdmonthname() function returns a month name.
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.
The PHP json_encode() function is used to encode a value to JSON format.
The PHP json_last_error() function returns the last error occurred.
The PHP juliantojd() function converts a date from the Julian Calendar to a Julian Day Count.
The PHP key() function returns the element key from the current internal pointer position and FALSE if there is an error.
The PHP krsort() function sorts an associative array in descending order, according to the key.
The PHP ksort() function sorts an associative array in ascending order, according to the key.
The PHP lcg_value() function returns a pseudo random number in a range between 0 and 1.
The PHP lchgrp() function changes the group ownership of a symbolic link (a link in the filesystem).
The PHP lchown() function changes the user ownership of a symbolic link (a link in the filesystem).
The PHP libxml_clear_errors() function clears the libxml error buffer.
The PHP libxml_disable_entity_loader() function enables the ability to load external entities.
The PHP libxml_get_errors() function gets the errors from the the libxml error buffer.