- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
5 months 2 weeks ago#3445by Elias What is static class and method in PHP?
- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
5 months 2 weeks ago#3446by Elias 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
- Index
- PHP
- What is static class and method in PHP?
Time to create page: 0.083 seconds