TYPO3 CMS  TYPO3_6-2
adodb-datadict.inc.php File Reference

Go to the source code of this file.

Classes

class  ADODB_DataDict
 

Functions

 Lens_ParseTest ()
 
if(!function_exists('ctype_alnum')) Lens_ParseArgs ($args, $endstmtchar=',', $tokenchars='_.-')
 

Function Documentation

◆ Lens_ParseArgs()

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.

Referenced by ADODB_DataDict\_GenFields(), ADODB_DataDict\ChangeTableSQL(), and Lens_ParseTest().

◆ Lens_ParseTest()

Lens_ParseTest ( )

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

References Lens_ParseArgs().