php str to num code example Example 1: php str to int intval("15"); Example 2: Convert a String to a Number in PHP phpCopysettype($variableName, "typeName");