Jyxo\Input\Upload::error PHP Méthode

error() public méthode

Returns upload error type.
public error ( ) : integer
Résultat integer
    public function error() : int
    {
        return isset($_FILES[$this->index]) ? $_FILES[$this->index]['error'] : null;
    }