PEAR Handbuch | ||
---|---|---|
Zurück | Nach vorne |
With execute() the generic query of prepare is assigned with the given data array. The values of the array inserted into the query in the same order like the array order. See "Execute"-section for further information.
Parameter
$stmt - query handle from prepare()
$data - numeric array containing the data to insert into the query
Returns
resource - a new DB_Result or a DB_Error when fail
Zurück | Zum Anfang | Nach vorne |
DB::autoPrepare() | Nach oben | DB::executeMultiple() |