Home
last modified time | relevance | path

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

/plugin/sqlraw/
H A Dtest2.php65 $colPos = 0;
69 parseCell($cell,$mdTable,$rowPos,$colPos);
71 $colPos++;
76 parseCell($cell,$mdTable,$rowPos,$colPos);
78 $colPos++;
106 function parseCell(&$cell,&$mdTable,&$rowPos,&$colPos) { argument
111 while (isset($mdTable[$rowPos][$colPos])) {
112 $colPos++;
115 $mdTable[$rowPos][$colPos] = $cell->plaintext;
128 $colPos++;
[all …]