STATIC
This keyword is used when:
-
Declaring static variables in a class.
-
Declaring static methods in a class.
-
Announcing classes that have the "automatic instanciation" feature.
Since 3.17
-
Declaring a local static variable inside a function.
Check the following links for more detail.
See also
]