Javascript debugger
Website design
↑
PHP Language Reference 2
Main
- 8. Functions
-
- User-defined
functions
- Function
arguments
-
-
Making arguments be passed by
reference
-
Default argument values
-
Variable-length argument
lists
- Returning
values
- Variable
functions
- Internal (built-in)
functions
- 9. Classes and Objects (PHP
4)
-
- class
- extends
- Constructors
- Scope
Resolution Operator (::)
- parent
- Serializing
objects - objects in sessions
- The magic
functions __sleep and __wakeup
- References inside the
constructor
- Comparing
objects
- 10. Classes and Objects (PHP
5)
-
- Introduction
- The
Basics
-
-
class
-
new
-
extends
- Autoloading
Objects
- Constructors and
Destructors
-
-
Constructor
-
Destructor
- Visibility
-
-
Members Visibility
-
Method Visibility
- Scope
Resolution Operator (::)
- Static
Keyword
- Class
Constants
- Class
Abstraction
- Object
Interfaces
-
-
implements
-
Examples
- Overloading
-
-
Member overloading
-
Method overloading
- Object
Iteration
- Patterns
-
-
Factory
-
Singleton
- Magic
Methods
-
-
__sleep and __wakeup
-
__toString
-
__set_state
- Final
Keyword
- Object
cloning
- Comparing
objects
- Reflection
-
-
Table of Contents
-
Introduction
-
Reflector
-
ReflectionException
-
ReflectionFunction
-
ReflectionParameter
-
ReflectionClass
-
ReflectionObject
-
ReflectionMethod
-
ReflectionProperty
-
ReflectionExtension
-
Extending the reflection
classes
- Type
Hinting
- Late
Static Bindings
-
-
Limitations of self::
-
Late Static Bindings' usage
-
Edge cases
- 11. Exceptions
-
-
Extending Exceptions
- 12. References
Explained
-
-
What References Are
- What References
Do
- What References
Are Not
- Passing by
Reference
- Returning
References
- Unsetting
References
- Spotting
References
-
-
global References
-
$this
Javascript debugger
Website design
→