type casting in php

Solutions on MaxInterview for type casting in php by the best coders in the world

showing results for - "type casting in php"
Dorothy
17 Sep 2017
1$x = 2.5;
2$y = (int) $x; // cast $x to integer