tce_import_users.php

tce_import_users.php source file reference

Package: com\tecnick\tcexam\admin

Tags

  • file: Import users from an XML file or TSV (Tab delimited text file).
  • author: Nicola Asuni
  • since: 2006-03-17

Functions

F_import_tsv_users()

File: tce_import_users.php line 602

F_import_tsv_users(mixed $tsvfile) : bool

The format of TSV is the same obtained by exporting data from Users Selection Form.

Parameters

  • $tsvfile : mixed: (string) TSV (tab delimited text) file name

Return values

bool —

TRUE in case of success, FALSE otherwise