< Validation: Put Types Into Arrays   (Previous) Table of Contents (Next)   Validation: Performing the Check >

Validation: Resulting Arrays

$DataTypes

    [Alpha10] => /^[\w-]{1,10}$/
    [Int2] => /^\d{1,2}$/
    [Int3Neg] => /^-\d{1,2}|\d{1,3}$/

$DataFields

    [NFLDSTAT] => Array
        (
            [PRECORD] => Array
                (
                    [P_CODE] => Alpha10
                    [P_PUNTYDS] => Int3Neg
                )
        )
    [NFLBOXSCORE] => Array
        (
            [LINESCORE] => Array
                (
                    [LINESCORE:QTR4] => Int2
                    [LINESCORE:TEAMCODE] => Alpha10
                )
        )