maxdb_stmt_param_countstmt->param_count(No version information available, might be only in CVS) stmt->param_count — Returns the number of parameter for the given statement ОписаниеProcedural style:
int maxdb_stmt_param_count
( resource $stmt
)
Object oriented style (property): stmt
int$param_count;
maxdb_stmt_param_count() returns the number of parameter markers present in the prepared statement. Возвращаемые значенияreturns an integer representing the number of parameters. ПримерыПример #1 Object oriented style
<?phpПример #2 Procedural style
<?phpРезультатом выполнения данного примера будет что-то подобное:
|
|
|
| © 2009 Тест скорости интернета | Boont.Ru |