PHP Classes

File: helper/checkKpp.php

Recommend this page to a friend!
  Classes of Alexey Starikov   PHP Helper Class   helper/checkKpp.php   Download  
File: helper/checkKpp.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Helper Class
Call helper functions that are loaded dynamically
Author: By
Last change:
Date: 5 years ago
Size: 115 bytes
 

Contents

Class file image Download
<?php
/**
 *checkKpp
 */
return function($kpp){
    return
preg_match('/^[0-9]{4}[0-9A-Z]{2}[0-9]{3}$/',$kpp);
}
?>