/ Published in: PHP
Read docblock.
Expand |
Embed | Plain Text
/** * Form validation for numeric values (CI did not support a comma as the decimal separator) * @param string $str * @return boolean */ public function _is_numeric($str) { }
You need to login to post a comment.
