All Posts tagged : "php 5.4"

Post image for Predefined Interfaces in PHP

Predefined Interfaces in PHP

You might have seen my earlier article related to Magic Constants in PHP. Those are constants already declared by the core PHP which we can not declare in our code. So same as these constants we have set of Interface also which are already declared by the PHP. If you are not sure what is [...]

Post image for Poll of the Month : March 2012

Poll of the Month : March 2012

As we all know that PHP team has released the PHP 5.4 on March 1 2012. PHP 5.4 comes with lots of bug fixes and number of new features. Here you can find the list of all features added in PHP 5.4. As in linked article we can see that we have numbers of new [...]

Post image for Array Dereferencing in PHP

Array Dereferencing in PHP

Array Dereferencing is really very good feature added in PHP 5.4. With this you can directly access an array object directly of a method a functions. Now we can say that no more temporary variables in php now. This is becasue earlier we must have to take array in one variable then we can make [...]

Post image for Short Hand Array in PHP

Short Hand Array in PHP

In previous article, you can find this features as a newly added feature in PHP 5.4. We can say that, this is not much big improvement for developers but this features has made PHP in paraller with other languages. But still we can say that array(1,2,3) also a much easier to create an array. In [...]

Post image for New Features in PHP 5.4

New Features in PHP 5.4

On 1st of March 2012 PHP team has revealed the most awaited PHP 5.4. PHP 5.4 come up with number of new good featured and over 100 security bug fixes over older version. Here I am writing this article to list out the things which are not supported/removed from PHP 5.4 and things which are [...]