php convert a string to int code example Example 1: php string to int intval($string); Example 2: convert to int php $myintvariable = intval($myvariable);