intval()
intval (変数, 基数);
$a ="1234PHP入門" $b = intval($a); print $b;
PageTop / Home / PHP入門 / リファレンス目次