|
|
fbsql_set_transaction (PHP 4 >= 4.2.0, PHP 5) fbsql_set_transaction -- Set the transaction locking and isolation Описаниеvoid fbsql_set_transaction ( resource link_identifier, int locking, int isolation ) | Внимание | К настоящему
времени эта функция еще не была документирована; для ознакомления
доступен только список аргументов. |
Список параметров
link_identifierA FrontBase link identifier
returned by fbsql_connect() or
fbsql_pconnect(). If optional and not specified,
the function will try to find an open link to the FrontBase server and if no
such link is found it will try to create one as if
fbsql_connect() was called with no arguments locking
isolation
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
add a note
User Contributed Notes
fbsql_set_transaction
There are no user contributed notes for this page.
|