Changes between Initial Version and Version 1 of Ticket #16974, comment 7
- Timestamp:
- 03/26/2011 06:33:39 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16974, comment 7
initial v1 1 1 Yeah, it seems {{{intval()}}} is equivalent to using {{{(int)}}}, so nevermind. 2 2 3 You should be using is_integer(), not is_numeric(), since[http://www.php.net/manual/en/function.is-numeric.php is_numeric()] will also match floats and other representations.3 Note that [http://www.php.net/manual/en/function.is-numeric.php is_numeric()] will also match floats and other representations.