PHP code example of jiqing9006 / valid

1. Go to this page and download the library: Download jiqing9006/valid library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jiqing9006 / valid example snippets



/**
 * 测试案例
 */
namespace Jq;
,
    'name' => '_len,12'
];
if ($err = Valid::is_valid($validators,$_POST)) {
    echo $err;
}