PHP – asort() Function
The PHP asort() function sorts an associative array in ascending order, according to the value.
The PHP asort() function sorts an associative array in ascending order, according to the value.
The PHP atan() function returns the arc tangent of arg as a numeric value between -Pi/2 and Pi/2 radians.
The PHP atan2() function returns the arc tangent of y/x, in radians, where x and y are the coordinates of a point (x,y).
The PHP base_convert() function converts a number from one number base to another.
The PHP break keyword is used to break out of for loops, foreach loops, while loops, do… while loops, and switch conditions.
The PHP cal_days_in_month() function returns the number of days in a month for a specified year and calendar.
The PHP cal_from_jd() function converts a Julian Day Count into a date of a specified calendar.
The PHP cal_info() function returns information about a specified calendar, or all calendars If the calendar parameter is omitted.
The PHP cal_to_jd() function converts a date in a specified calendar to Julian Day Count.
The PHP callable keyword is used to force a function argument to be a reference to a function.
The PHP case keyword is used to jump to a line of code when an expression has a specific value in a switch conditional.
The PHP catch keyword is used to handle exceptions that are thrown by the code in a preceding try block.
The PHP ceil() function rounds a number up to the nearest integer if necessary.
The PHP checkdate() function is used to check if a Gregorian date is valid.
The PHP checkdnsrr() function checks DNS records for type corresponding to host, and can be used to check our DNS record to verify a domain’s existence.