TYPO3 CMS
TYPO3_6-2
|
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='_.-') |
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.
Referenced by ADODB_DataDict\_GenFields(), ADODB_DataDict\ChangeTableSQL(), and Lens_ParseTest().
Lens_ParseTest | ( | ) |
Definition at line 23 of file adodb-datadict.inc.php.
References Lens_ParseArgs().