HH\Lib\Str\to_int
Requires the Hack Standard Library to be installed.
Facebook Engineer?
This function is available as Str\to_int()
in Facebook's www repository.
Returns the given string as an integer, or null if the string isn't numeric
namespace HH\Lib\Str;
function to_int(
string $string,
): ?int;
Parameters
string $string
Returns
?int