mirror of
https://github.com/php/doc-fr.git
synced 2026-03-29 18:42:07 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@158684 c90b9560-bf6c-de11-be94-00142212c4b1
57 lines
2.0 KiB
XML
57 lines
2.0 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.7 $ -->
|
|
<!-- EN-Revision: 1.6 Maintainer: yannick Status: ready -->
|
|
<refentry id="function.pg-convert">
|
|
<refnamediv>
|
|
<refname>pg_convert</refname>
|
|
<refpurpose>Convertit un tableau associatif en une commande PostGreSQL</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<methodsynopsis>
|
|
<type>array</type><methodname>pg_convert</methodname>
|
|
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
|
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
|
|
<methodparam><type>array</type><parameter>assoc_array</parameter></methodparam>
|
|
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
<function>pg_convert</function> vérifie et convertit le tableau
|
|
associatif <literal>assoc_array</literal> en une requête SQL valide.
|
|
Pour que <function>pg_convert</function> fonctionne, il faut que la table
|
|
<literal>table_name</literal> existe, et contienne au moins autant de colonnes
|
|
que le tableau <parameter>assoc_array</parameter> a d'éléments. Les noms des
|
|
champs de <parameter>table_name</parameter> doit correspondre aux index
|
|
du tableau <literal>assoc_array</literal>. <function>pg_convert</function>
|
|
retourne un tableau avec les valeurs converties, en cas de succès, et sinon,
|
|
&false;.
|
|
</para>
|
|
&warn.experimental.func;
|
|
<para>
|
|
Voir aussi
|
|
<function>pg_meta_data</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
|
|
-->
|