|
PHP5中文手册
maxdb_real_querymaxdb->real_query(PECL maxdb:1.0-7.6.00.38) maxdb->real_query — Execute an SQL query 说明Procedural style
bool maxdb_real_query
( resource $link
, string $query
)
Object oriented style (method): maxdb
bool
real_query
( string $query
)
The maxdb_real_query() is functionally identical with the maxdb_query().
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |