PHP Classes

File: bin/check-cs

Recommend this page to a friend!
  Classes of Matous Nemec   PHP IP Address Validation   bin/check-cs   Download  
File: bin/check-cs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP IP Address Validation
Validate and normalize IPv4 and IPv6 addresses
Author: By
Last change:
Date: 3 years ago
Size: 228 bytes
 

Contents

Class file image Download
#!/usr/bin/env php <?php passthru(escapeshellarg(__DIR__ . '/../vendor/bin/phpcs') . ' ' . escapeshellarg('--standard=' . __DIR__ . '/../ruleset.xml') . ' --extensions=php,phpt --encoding=utf-8 --tab-width=4 -sp src tests');