maxdb_send_query

maxdb::send_query

(PECL maxdb >= 1.0)

maxdb_send_query -- maxdb::send_querySend the query and return

Beskrivelse

Procedural style

bool maxdb_send_query ( resource $link , string $query )

Object oriented style

bool maxdb::send_query ( string $query )
Advarsel

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