PHP » GoLang |
login |
register |
about
|
GoLang maxdb_stmt_store_result
request it (388)
GoLang replacement for PHP's maxdb_stmt_store_result
[edit | history]
maxdb_stmt_store_resultmaxdb_stmt::store_result(PECL maxdb >= 1.0) maxdb_stmt_store_result -- maxdb_stmt::store_result — Transfers a result set from a prepared statement DescriptionProcedural style
bool maxdb_stmt_store_result
( resource
$stmt
)Object oriented style
object maxdb_stmt::store_result
( void
)
maxdb_stmt_store_result() has no functionally effect and should not be used for retrieving data from MaxDB server. Return Values
Returns ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: Number of rows: 25. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|