Home
last modified time | relevance | path

Searched refs:csv (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php1015 * Export a list of users in csv format using the current filter criteria
1031 header('Content-type: text/csv;charset=utf-8');
1032 header('Content-Disposition: attachment; filename="wikiusers.csv"');
1036 // output the csv
1052 * Import a file of users in csv format
1054 * csv file should have 4 columns, user_id, full name, email, groups (comma separated)
1079 while ($csv = fgets($fd)) {
1080 if (!Clean::isUtf8($csv)) {
1081 $csv = utf8_encode($csv);
[all...]