News Feed
Jobs Feed
Sections




News Archive
Slawek Lukasiewicz's Blog:
New Features in PHP 5.4 - JSON Extension & header_register_callback
March 05, 2012 @ 10:16:20

In the first two posts of his "features new to PHP 5.4" series Slawek Lukasiewicz has posted about two things that weren't mentioned very often in most of the 5.4 hit lists - improvements to the JSON extension and the header_register_callback method.

About the JSON extension improvements:

By default, when we pass object to json_encode function, it will return JSON representation of object public properties. [...] PHP 5.4 introduces JsonSerializable interface with JsonSerialize abstract method. After implementing this method we can independently set values used in JSON representation.

Related to the header_register_callback addition

After looking at new functions introduced in PHP 5.4 we can found one called header_register_callback. Using it, we can register callback which will be called before sending output.

The stable version of PHP 5.4 has officially been released, so get out there and grab it and start using these new features now!

0 comments voice your opinion now!
improvement release feature json extension headerregistercallback callback


blog comments powered by Disqus

Similar Posts

PHP.net: PHP 5.4.11 and PHP 5.3.21 released!

Community News: Wordpress 2.6 Released

JSLabs Blog: Wordpress 2.1 to be released on Monday

Superdit.com: Google Web Seach With ExtJS Grid and PHP

Pierre-Alain Joye's Blog: how to do not work around filter (don't be lazy :)


Community Events











Don't see your event here?
Let us know!


composer conference code tool introduction interview database object example development language functional community podcast opinion series release testing zendframework2 framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework