15 Cool Things About PHP That Most People Overlook
Peter Goodman writes about 15 things that PHP developers ignore. Here is the list:
1. Reflection API
2. Ticks
3. list(), extract(), and compact()
4. PHP5 SPL
5. __autoload()
6. Type Hinting
7. Abstract Classes and Iterfaces
8. “static” keyword
9. === and !==
10. Variable Assignment from within Conditional Statements
11. PHP’s Magic Functions
12. __halt_compiler(): Halt the Compiler!
13. Variable Composition
14. Chaining Method Calls
15. preg_split
Here is the post.
Categories: PHP