PHP Doku:: Is used to put write lock - function.cubrid-lock-write.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenCubridCubrid Funktionencubrid_lock_write

Ein Service von Reinhard Neidl - Webprogrammierung.

Cubrid Funktionen

<<cubrid_lock_read

cubrid_move_cursor>>

cubrid_lock_write

(PECL CUBRID >= 8.3.0)

cubrid_lock_writeIs used to put write lock

Beschreibung

int cubrid_lock_write ( resource $conn_identifier , string $oid )

The cubrid_lock_write() function is used to put write lock on the instance pointed by the given oid.

Parameter-Liste

conn_identifier

Connection identifier.

oid

Oid of the instance that you want to put write lock on.

Rückgabewerte

TRUE, when process is successful.

FALSE, when process is unsuccessful.

Beispiele

Beispiel #1 cubrid_lock_write() example

<?php
$lock_oid 
cubrid_get ($con$oid"next_id");
$res cubrid_lock_write ($con$lock_oid);
?>

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)