Classes | |
| class | ADODB_DataDict |
Fonctions | |
| Lens_ParseTest () | |
| Lens_ParseArgs ($args, $endstmtchar=',', $tokenchars='_.-') | |
| Lens_ParseArgs | ( | $ | args, | |
| $ | endstmtchar = ',', |
|||
| $ | tokenchars = '_.-' | |||
| ) |
Parse arguments, treat "text" (text) and 'text' as quotation marks. To escape, use "" or '' or ))
Will read in "abc def" sans quotes, as: abc def Same with 'abc def'. However if `abc def`, then will read in as `abc def`
| endstmtchar | Character that indicates end of statement | |
| tokenchars | Include the following characters in tokens apart from A-Z and 0-9 |
| Lens_ParseTest | ( | ) |
1.5.3