| 1 | <?php |
||
| 11 | class Siren implements IsoCodeInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * SIREN validator. |
||
| 15 | * |
||
| 16 | * @param string $insee |
||
| 17 | * @param int $length |
||
| 18 | * |
||
| 19 | * @author ronan.guilloux |
||
| 20 | * |
||
| 21 | * @link http://fr.wikipedia.org/wiki/SIREN |
||
| 22 | * |
||
| 23 | * @return bool |
||
| 24 | */ |
||
| 25 | public static function validate($insee, $length = 9) |
||
| 56 | } |
||
| 57 |