Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/adodb/adodb-datadict.inc.php File Reference

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='_.-')

Function Documentation

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`

Parameters:
endstmtcharCharacter that indicates end of statement
tokencharsInclude the following characters in tokens apart from A-Z and 0-9
Returns:
2 dimensional array containing parsed tokens.

Definition at line 54 of file adodb-datadict.inc.php.

Here is the caller graph for this function:

Definition at line 23 of file adodb-datadict.inc.php.

Here is the call graph for this function:

 All Data Structures Namespaces Files Functions Variables Enumerations