|
(no version information, might be only in CVS)
PDOStatement::execute -- Executes a prepared statementOstrzeżenie |
Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko. |
Execute the prepared statement. If the prepared statement included parameter markers, you must either:
call PDOStatement::bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated parameter markers
or pass an array of input-only parameter values
Przykład 2. Execute a prepared statement with an array of insert values
|
Przykład 3. Execute a prepared statement with question mark placeholders
|
Poprzedni | Spis treści | Następny |
PDOStatement::errorInfo | Początek rozdziału | PDOStatement::fetch |
Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:35