Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
Mathematics
5.7K+ articles
PHP-keyword
2 posts
Recent Articles
PHP | var keyword
Last Updated: 26 May 2021
The var keyword in PHP is used to declare a property or variable of class which is public by default. The var keyword is same as public when declaring variables or propert...
read more
Web Technologies
Picked
PHP
PHP Programs
PHP-keyword
Final keyword in PHP
Last Updated: 11 December 2018
Final keyword in PHP is used in different context. The final keyword is used only for methods and classes.Final methods: When a method is declared as final then overriding...
read more
Technical Scripter
Web Technologies
PHP
PHP-OOP
PHP-keyword
✕