Home
last modified time | relevance | path

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

/plugin/sqlraw/
H A Dsyntax.php468 $csv_data .= $this->_strputcsv($row, $colCount-1);
534 $csv_data .= $this->_strputcsv($mycells[$row_index], $numCols-1);
648 function _strputcsv($fields = array(), $numheadings, $delimiter = ',', $enclosure = '"') { function in syntax_plugin_sqlraw