(Created page with "{{smcfunc |function=db_sybase |usage=$smcFunc['db_sybase'] |description=Tells SMF whether the database uses sybase (PostgreSQL and SQlite) or not (MySQL). '''Shall not be called ...") |
m (refresh SMW properties) |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
|example=<nowiki> none</nowiki> | |example=<nowiki> none</nowiki> | ||
}} | }} | ||
<noinclude> | <noinclude> | ||
[[Category:Database Functions | [[Category:Database Functions]]</noinclude> | ||
Latest revision as of 16:42, 11 October 2012
Usage:
$smcFunc['db_sybase']
Description: Tells SMF whether the database uses sybase (PostgreSQL and SQlite) or not (MySQL). Shall not be called as a function, but used a boolean.
Parameters:
None.
Return: True if the database uses sybase, false otherwise.
Example:
none