![]() |
|
(no version information, might be only in CVS)
PDOStatement::execute -- Executes a prepared statementAvvertimento |
Questa funzione è SPERIMENTALE. Ovvero, il comportamento di questa funzione, il nome di questa funzione, in definitiva tutto ciò che è documentato qui può cambiare nei futuri rilasci del PHP senza preavviso. Siete avvisati, l'uso di questa funzione è a vostro rischio. |
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
Esempio 2. Execute a prepared statement with an array of insert values
|
Esempio 3. Execute a prepared statement with question mark placeholders
|
Hosting by: hurra.com
Generated: 2007-01-26 17:56:31