<?php var_dump(is_numeric("")); var_dump(is_numeric("1234")); var_dump(is_numeric(1234));
You have javascript disabled. You will not be able to edit any code.