PHP Velho Oeste 2024

maxdb_send_query

maxdb::send_query

(PECL maxdb >= 1.0)

maxdb_send_query -- maxdb::send_querySend the query and return

Description

Procedural style

maxdb_send_query ( resource $link , string $query ) : bool

Object oriented style

maxdb::send_query ( string $query ) : bool
Warning

This function is currently not documented; only its argument list is available.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top