|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilCSVUtil:Static Public Member Functions | |
| static & | processCSVRow (array &$row, bool $quoteAll=false, string $separator=";", bool $outUTF8=false, bool $compatibleWithMSExcel=true) |
| Convertes an array for CSV usage. More... | |
Definition at line 18 of file class.ilCSVUtil.php.
|
static |
Convertes an array for CSV usage.
Processes an array as a CSV row and converts the array values to correct CSV values. The "converted" array is returned
| array | $row | The array containing the values for a CSV row |
| bool | $quoteAll | Indicates to quote every value (=TRUE) or only values containing quotes and separators (=FALSE, default) |
| string | $separator | The value separator in the CSV row (used for quoting) (; = default) |
Definition at line 32 of file class.ilCSVUtil.php.
Referenced by ilObjAssessmentFolderGUI\exportLogObject().
Here is the caller graph for this function: