No edit summary |
m (refresh SMW properties) |
||
Line 7: | Line 7: | ||
|example=<nowiki> none</nowiki> | |example=<nowiki> none</nowiki> | ||
}} | }} | ||
<noinclude> | <noinclude> | ||
[[Category:Database Functions]]</noinclude> | [[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