PHP Static Properties.
In PHP, Static properties declared with static keyword and can be called directly - without creating an instance of a class.
In PHP, Static properties declared with static keyword and can be called directly - without creating an instance of a class.