Less More -
Posts: 4306
-
Thank you received: 0
-
-
-
Less More -
Posts: 4306
-
Thank you received: 0
-
-
-
2 months 3 weeks ago #3446 by Elias Katsaniotis,MSc
What is static class and method in PHP?Definition and Usage
The static keyword is used to declare properties and methods of a class as static. Static properties and methods can be used without creating an instance of the class. The static keyword is also used to declare variables in a function which keep their value after the function has ended.
- Q&A Forum
- Index
- PHP
- What is static class and method in PHP?
Time to create page: 0.095 seconds