downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

maxdb_report> <maxdb_real_escape_string
Last updated: Fri, 14 Aug 2009

view this page in

maxdb_real_query

maxdb->real_query

(PECL maxdb >= 1.0)

maxdb_real_query -- maxdb->real_queryExécute une requête SQL

Description

Style procédural :

bool maxdb_real_query ( resource $link , string $query )

Style orienté objet (méthode) :

maxdb
bool real_query ( string $query )

maxdb_real_query() est identique au niveau fonctionnalité que la fonction maxdb_query().

Note: Pour déterminer si une requête donnée doit retourner un jeu de résultats ou non, référez-vous à la fonction maxdb_field_count().

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.

Voir aussi



add a note add a note User Contributed Notes
maxdb_real_query
There are no user contributed notes for this page.

maxdb_report> <maxdb_real_escape_string
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites