(PHP 5 CVS only)
mysqli_param_count(no version information, might be only in CVS)
stmt->param_count -- Returns the number of parameter for the given statementProcedural style:
int mysqli_param_count ( object stmt)Object oriented style (property):
class stmt {mysqli_param_count() returns the number of parameter markers present in the prepared statement.
Poprzedni | Spis treści | Następny |
mysqli_options | Początek rozdziału | mysqli_ping |