Modules/MTA-MySQL/mysql num rows: Difference between revisions
Jump to navigation
Jump to search
m (New page: __NOTOC__ {{ModuleFunction|MTA-MySQL}} Returns the number of rows in the given query result. ==Syntax== <syntaxhighlight lang="lua"> int mysql_num_rows ( MySQLResult result ) </syntaxhighlight> ===Required argumen...) |
mNo edit summary |
||
Line 1: | Line 1: | ||
<pageclass class="#AA7592" subcaption="MTA-MySQL Module"></pageclass> | |||
__NOTOC__ | __NOTOC__ | ||
{{ModuleFunction|MTA-MySQL}} | {{ModuleFunction|MTA-MySQL}} |
Latest revision as of 18:06, 5 January 2011
This function is provided by the external module MTA-MySQL. You must install this module to use this function. | |
Returns the number of rows in the given query result.
Syntax
int mysql_num_rows ( MySQLResult result )
Required arguments
- result: A valid MySQL result
Returns
The number of rows in the given query result.