Validate_IT
[ class tree: Validate_IT ] [ index: Validate_IT ] [ all elements ]

Source for file fiscalcode.php

Documentation is available at fiscalcode.php

  1. <?php
  2. require_once 'Validate/IT.php';
  3.  
  4. if (Validate_IT::fiscalCode('xxx xxx 00x00 x000x')) {
  5.     echo 'Valid fiscal code.';
  6. else {
  7.     echo 'NOT valid fiscal code.';
  8. }
  9. ?>

Documentation generated on Mon, 11 Mar 2019 15:16:49 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.