PHP » GoLang |
login |
register |
about
|
GoLang maxdb_stmt_param_count
request it (340)
GoLang replacement for PHP's maxdb_stmt_param_count
[edit | history]
maxdb_stmt_param_countmaxdb_stmt::param_count(PECL maxdb >= 1.0) maxdb_stmt_param_count -- maxdb_stmt::param_count — Returns the number of parameter for the given statement DescriptionProcedural style
int maxdb_stmt_param_count
( resource
$stmt
)Object oriented style int $maxdb_stmt->param_count;
maxdb_stmt_param_count() returns the number of parameter markers present in the prepared statement. Return Valuesreturns an integer representing the number of parameters. ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: Statement has 2 markers. |
more
Recently updated
more
Most requested
more
Last requests
|