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

Source for file phonenumber.php

Documentation is available at phonenumber.php

  1. <?php
  2. require_once 'Validate/IT.php';
  3.  
  4. if (Validate_IT::phoneNumberPrefix('+39 02/00000000')) {
  5.     echo 'Valid phone number.';
  6. else {
  7.     echo 'NOT valid phone number.';
  8. }
  9. ?>

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