Tuesday, 14 October 2014

How to check value & its variable type in php?

$i=10; $j="10"; if($i===$j){ ..... } Here we have to check value & its variable type in php

No comments:

Post a Comment