jeudi 5 février 2015

which if condition fast from the below Two?

1)



<?php if(getCode() != 'us') {

} ?>


2)



<?php $test = ->getCode();
if($test != 'us') {

} ?>


From the 2 condition which once Works faster and why?


Aucun commentaire:

Enregistrer un commentaire