Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
fbsql_set_transaction

fbsql_set_transaction

(PHP 4 >= 4.2.0, PHP 5)

fbsql_set_transaction -- Set the transaction locking and isolation

Description

void fbsql_set_transaction ( resource link_identifier, int locking, int isolation )

Warning

This function is currently not documented; only the argument list is available.

Parameters

link_identifier

A 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

Return Values

No value is returned.