Files
doc-fr/reference/dbplus/functions/dbplus-getlock.xml
T
Mehdi Achour b9587b3d4c sync with en
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@153724 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-15 14:50:45 +00:00

52 lines
1.6 KiB
XML
Executable File

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- EN-Revision: 1.2 Maintainer: didou Status: ready -->
<refentry id="function.dbplus-getlock">
<refnamediv>
<refname>dbplus_getlock</refname>
<refpurpose>Pose un verrou sur une ligne</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>dbplus_getlock</methodname>
<methodparam><type>resource</type><parameter>relation</parameter></methodparam>
<methodparam><type>string</type><parameter>tname</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
<function>dbplus_getlock</function> tente de poser un verrou en écriture
sur la ligne <parameter>tuple</parameter>. Cette fonction retournera
zéro en cas de succès, ou bien un code d'erreur (spécifiquement
<constant>DBPLUS_ERR_WLOCKED</constant>) en cas d'erreur.
</para>
<para>
Voir aussi
<function>dbplus_freelock</function>,
<function>dbplus_freerlocks</function> et
<function>dbplus_freealllocks</function>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->