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

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenCubridCubrid Funktionencubrid_lock_read

Ein Service von Reinhard Neidl - Webprogrammierung.

Cubrid Funktionen

<<cubrid_lob_size

cubrid_lock_write>>

cubrid_lock_read

(PECL CUBRID >= 8.3.0)

cubrid_lock_readIs used to put read lock

Beschreibung

int cubrid_lock_read ( resource $conn_identifier , string $oid )

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

Parameter-Liste

conn_identifier

Connection identifier.

oid

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

Rückgabewerte

TRUE, when process is successful.

FALSE, when process is unsuccessful.

Beispiele

Beispiel #1 cubrid_lock_read() example

<?php
$lock_oid 
cubrid_get ($con$oid"next_id");
$res cubrid_lock_read ($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",...)