Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php1037 $fd = fopen('php://output', 'w');
1038 fputcsv($fd, $column_headings);
1041 fputcsv($fd, $line);
1043 fclose($fd);
1077 $fd = fopen($_FILES['import']['tmp_name'], 'r');
1078 if ($fd) {
1079 while ($csv = fgets($fd)) {
1212 $fd = fopen('php://output', 'w');
1214 fwrite($fd, $fail['orig']);
1216 fclose($fd);
[all...]