|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilCSVReader:Public Member Functions | |
| setSeparator (string $a_sep) | |
| setDelimiter (string $a_del) | |
| setLength (int $a_length) | |
| open (string $path_to_file) | |
| close () | |
| getCsvAsArray () | |
Private Member Functions | |
| parse () | |
| unquote (string $a_str) | |
Private Attributes | |
| $file_resource | |
| string | $line_ends |
| array | $data = [] |
| string | $separator = ';' |
| string | $delimiter = '""' |
| int | $length = 1024 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilCSVReader.php.
| ilCSVReader::close | ( | ) |
Definition at line 70 of file class.ilCSVReader.php.
| ilCSVReader::getCsvAsArray | ( | ) |
Definition at line 75 of file class.ilCSVReader.php.
References $data, and parse().
Here is the call graph for this function:| ilCSVReader::open | ( | string | $path_to_file | ) |
Definition at line 60 of file class.ilCSVReader.php.
References ilUtil\stripSlashes().
Here is the call graph for this function:
|
private |
Definition at line 31 of file class.ilCSVReader.php.
References unquote().
Referenced by getCsvAsArray().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCSVReader::setDelimiter | ( | string | $a_del | ) |
Definition at line 50 of file class.ilCSVReader.php.
| ilCSVReader::setLength | ( | int | $a_length | ) |
Definition at line 55 of file class.ilCSVReader.php.
| ilCSVReader::setSeparator | ( | string | $a_sep | ) |
Definition at line 45 of file class.ilCSVReader.php.
|
private |
Definition at line 82 of file class.ilCSVReader.php.
Referenced by parse().
Here is the caller graph for this function:
|
private |
Definition at line 26 of file class.ilCSVReader.php.
Referenced by getCsvAsArray().
|
private |
Definition at line 28 of file class.ilCSVReader.php.
|
private |
Definition at line 24 of file class.ilCSVReader.php.
|
private |
Definition at line 29 of file class.ilCSVReader.php.
|
private |
Definition at line 25 of file class.ilCSVReader.php.
|
private |
Definition at line 27 of file class.ilCSVReader.php.