|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Data Structures | |
| class | ADODB_DataDict |
Functions | |
| Lens_ParseTest () | |
| if(!function_exists('ctype_alnum')) | Lens_ParseArgs ($args, $endstmtchar=',', $tokenchars='_.-') |
| if (!function_exists('ctype_alnum')) 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 |
Definition at line 54 of file adodb-datadict.inc.php.

| Lens_ParseTest | ( | ) |