/ Published in: PHP
Expand |
Embed | Plain Text
// name: evValidFloat // version: v0.1 // description: chequea que sea un float function evValidFloat( $val ) { else return false; }
You need to login to post a comment.
sveggiani on 01/05/09
1 person have marked this snippet as a favorite
// name: evValidFloat // version: v0.1 // description: chequea que sea un float function evValidFloat( $val ) { else return false; }
You need to login to post a comment.