static variables « Language Basics « PHP






1.A static variable remembering its last value
2.Using the static Statement to Remember the Value of a Variable Between Function Calls
3.Using the static modifier to change a member or method so it is accessible without instantiating the class
4.static variables
5.Working with Static Variables in Functions