[ create a new paste ] login | about

Link: http://codepad.org/sroEAGCO    [ raw code | output | fork ]

PHP, pasted on Sep 25:
1
2
3
4
<?php
 $string ='2';
$integer =(int)$string;
echo $integer ;


Output:
1
2


Create a new paste based on this one


Comments: