|
(no version information, might be only in CVS)
PDO::query -- Executes an SQL statement, returning a result set as a PDOStatement objectOstrzeż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. |
PDO::query() prepares and executes an SQL statement in a single function call, returning the result set (if any) returned by the statement as a PDOStatement object.
For a SELECT statement that you need to issue multiple times, prepare a PDOStatement object with PDO::prepare() and issue the statement with PDOStatement::execute().
Poprzedni | Spis treści | Następny |
PDO::prepare | Początek rozdziału | PDO::quote |
Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:35