Функция pg_execute()
resource pg_execute ( resource connection, string stmtname, array params )
resource pg_execute ( string stmtname, array params )
Sends a request to execute a prepared statement with given parameters, and
waits for the result.
pg_execute() is like ,
but the command to be executed is
specified by naming a previously-prepared statement, instead of giving a
query string. This feature allows commands that will be used repeatedly to
...
Рубрики: Без рубрики |
Комментариев нет »