Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.2K+ articles
Misc
8.8K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
PHP-array
190+ articles
PHP-Intl
91 posts
Recent Articles
Popular Articles
PHP | IntlCalendar getLeastMaximum() Function
Last Updated: 25 September 2019
The IntlCalendar::getLeastMaximum() function is an inbuilt function in PHP which is used to get the smallest local maximum for a field. The value should be smaller or equa...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP | IntlCalendar toDateTime() Function
Last Updated: 29 March 2023
The IntlCalendar::toDateTime() function is an inbuilt function in PHP which is used to convert an IntlCalendar object into a DateTime object. The DateTime object represent...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP | IntlCalendar setFirstDayOfWeek() Function
Last Updated: 25 September 2019
The IntlCalendar::setFirstDayOfWeek() function is an inbuilt function in PHP which is used to set the day on which the week is to be started. This function affects the beh...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP | IntlCalendar set() Function
Last Updated: 25 September 2019
The IntlCalendar::set() function is an inbuilt function in PHP which is used to set the time field or several common fields at once. The range of field value depends on th...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP | IntlCalendar roll() Function
Last Updated: 05 May 2021
The IntlCalendar::roll() function is an inbuilt function in PHP which is used to add value to field without carrying into more significant fields. The difference between I...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP | IntlCalendar isWeekend() Function
Last Updated: 25 September 2019
The IntlCalendar::isWeekend() function is an inbuilt function in PHP which is used to check whether a given date/time is in the weekend or not.Syntax: Object oriented s...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP | IntlCalendar isSet() Function
Last Updated: 25 September 2019
The IntlCalendar::isSet() function is an inbuilt function in PHP which is used to check whether a given field is set or not. This function is opposite to IntlCalendar::cle...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP | IntlCalendar isEquivalentTo() Function
Last Updated: 25 September 2019
The IntlCalendar::isEquivalentTo() function is an inbuilt function in PHP which is used to check whether the given calendar is equal but for a different time.Syntax: Ob...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP | IntlCalendar inDaylightTime() Function
Last Updated: 25 September 2019
The IntlCalendar::inDaylightTime() function is an inbuilt function in PHP which is used to check whether the object time is in Daylight Savings Time or not.Syntax: Obje...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP | IntlDateFormatter getCalendar() Function
Last Updated: 27 January 2022
The IntlDateFormatter::getCalendar() function is an inbuilt function in PHP which is used to return the calendar type used for the IntlDateFormatter object.Syntax:Object o...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP | IntlDateFormatter formatObject() Function
Last Updated: 24 April 2023
The IntlDateFormatter::formatObject() function is an inbuilt function in PHP which is used to formats an IntlDateFormatter object. This function allows to format the IntlC...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP | IntlDateFormatter format() Function
Last Updated: 10 October 2019
The IntlDateFormatter::format() function is an inbuilt function in PHP which is used to format the date/time value as a string.Syntax: Object oriented style:string Intl...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP | IntlDateFormatter getDateType() Function
Last Updated: 10 October 2019
The IntlDateFormatter::getDateType() function is an inbuilt function in PHP which is used to get the datetype used for the IntlDateFormatter object.Syntax: Object orien...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP | IntlDateFormatter getErrorCode() Function,
Last Updated: 10 October 2019
The IntlDateFormatter::getErrorCode() function is an inbuilt function in PHP which is used to return the error code from last operation.Syntax: Object-oriented style:in...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
PHP intl Functions Complete Reference
Last Updated: 12 March 2021
The Complete list of PHP intl Functions are listed below:CollatorPHP collator_asort() FunctionPHP collator_compare() FunctionPHP Collator __construct() FunctionPHP Collato...
read more
Web Technologies
PHP
PHP-function
PHP-Intl
1
2
3
4
5
6
7
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !