CommonDBTM::checkSpecificValues PHP 메소드

checkSpecificValues() 공개 메소드

Add more check for values
public checkSpecificValues ( $datatype, &$value ) : true
$datatype datatype of the value
리턴 true if value is ok, false if not
    function checkSpecificValues($datatype, &$value)
    {
        return true;
    }
CommonDBTM