dbplus_getlock (4.1.0 - 4.2.3 only) dbplus_getlock -- Get a write lock on a tuple Descriptionint dbplus_getlock ( resource relation, string tname) | Warnung | Diese Funktion ist
EXPERIMENTELL. Das Verhalten, der Funktionsname und alles
Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne
Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf
eigenes Risiko. |
dbplus_getlock() will request a write lock on
the specified tuple. It will return zero on
success or a non-zero error code, especially DBPLUS_ERR_WLOCKED,
on failure.
See also dbplus_freelock(),
dbplus_freerlocks(), and
dbplus_freealllocks().
|