What's New in PHP 5.4
by Michael Stowe
- 5,729 views
A quick overview of some of the changes and new features in PHP 5.4 including binary notation, short-hand arrays, dereferencing arrays, traits, class instantiation chaining, session_status, ...
A quick overview of some of the changes and new features in PHP 5.4 including binary notation, short-hand arrays, dereferencing arrays, traits, class instantiation chaining, session_status, sessionHandler, session file upload tracking, and the new built in web server.
Accessibility
Categories
Upload Details
Uploaded via SlideShare as Adobe PDF
Usage Rights
© All Rights Reserved
Statistics
- Likes
- 5
- Downloads
- 109
- Comments
- 3
- Embed Views
- Views on SlideShare
- 5,531
- Total Views
- 5,729
- break and continue are statements and not functions, so disregard the parenthesis following them.
- http_response_codes should be http_response_code (singular)
- And zend.multibyte support is actually 'off' by default 1 year ago