Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5199609
Hits Heute: 306
max. Hits (10.07.07): 6964
User Online: 29
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

Visual C++ 6. IT-Studienausgabe
Visual C++ 6. IT-Studienausgabe

Manuals > PEAR > DB_Common::executeMultiple()

DB_Common::executeMultiple()

DB_Common::executeMultiple() -- repeated execution of a prepared SQL statment

Description

executeMultiple() joins the prepared SQL statment from prepare() with the given data and does the SQL query for every "row" in the $data array.

Parameter

resource $stmt

query handle from prepare()

array array $data

a numeric array containing the data to insert into the query

Return value

mixed - a new DB_Result/ DB_OK or a DB_Error, if fail

Note

This function can not be called statically.

Warning

If an error occurs during execution, the function will be stopped. Possible remaining data will be unprocessed.

See Introduction - Execute for general using and an example.


Copyright 1998 - 2009 by I.S.U.M.