Full ELMS Learning Network documentation
public function ParserCSV::timeoutReached
cis7 ParserCSV.inc | public ParserCSV::timeoutReached() |
cle7 ParserCSV.inc | public ParserCSV::timeoutReached() |
elmsmedia7 ParserCSV.inc | public ParserCSV::timeoutReached() |
icor7 ParserCSV.inc | public ParserCSV::timeoutReached() |
meedjum_blog7 ParserCSV.inc | public ParserCSV::timeoutReached() |
mooc7 ParserCSV.inc | public ParserCSV::timeoutReached() |
After calling the parse() method, determine if the timeout (set by the setTimeout() method) has been reached.
Deprecated
Use lastLinePos() instead to determine whether a file has finished parsing.
File
- sites/
all/ modules/ ulmus/ feeds/ libraries/ ParserCSV.inc, line 137 - Contains CSV Parser.
Class
- ParserCSV
- Functionality to parse CSV files into a two dimensional array.
Code
public function timeoutReached() {
return $this->timeoutReached;
}