Loading, please wait...

Showing articles with Constant. Show all articles
In this article, you will learn: What are constants? How to declare the constants? Types of constants
23/01/2022 PHP, 990 Views
How to print the method name with the associated class name using magic constant __METHOD__ in PHP | PHP programs
21/01/2022 PHP, 1019 Views
How to print the class name using magic constant __CLASS__ in PHP | PHP programs
21/01/2022 PHP, 1127 Views
How to print the function name using magic constant __FUNCTION__ in PHP | PHP programs
21/01/2022 PHP, 1037 Views
How to print the line number using __LINE__ magic constant in PHP | PHP programs
21/01/2022 PHP, 975 Views
How to check a constant is defined or not in PHP | PHP programs
20/01/2022 PHP, 1240 Views
How to check a constant is defined or not in PHP | PHP programs
20/01/2022 PHP, 921 Views
How to create a case in-sensitive constant using define() function in PHP | PHP programs
20/01/2022 PHP, 1197 Views
How to create a constant using define() function in PHP | PHP programs