Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.4, Sun Nov 30 23:48:25 2008 UTC | revision 1.5, Mon Dec 1 00:00:19 2008 UTC | |
|---|---|---|
| # | Line 4 | Line 4 |
| 4 | /** | /** |
| 5 | * Verifies that $phonenumber is a valid eight-digit Costa Rican phone number | * Verifies that $phonenumber is a valid eight-digit Costa Rican phone number |
| 6 | * | * |
| 7 | * @param string $phonenumber | * @param string $phonenumber |
| 8 | * @return boolean Returns boolean FALSE if the phone number is not valid. | * @return boolean Returns boolean FALSE if the phone number is not valid. |
| 9 | */ | */ |
| 10 | function valid_cr_phone_number($phonenumber) { | function valid_cr_phone_number($phonenumber) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |