Sunday, February 7, 2010

PHP: Parsing string to integer

(int)$var
(int) the way to convert a string to integer
$var the sample variable

No comments:

Post a Comment