mirror of
https://github.com/php/doc-es.git
synced 2026-04-23 07:08:17 +02:00
96d8829aac
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@334774 c90b9560-bf6c-de11-be94-00142212c4b1
64 lines
1.7 KiB
XML
64 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 14af302c9c0e561fa6f9cdd956268758ba9a89c5 Maintainer: seros Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<refentry xml:id="pdo-4d.constants">
|
|
<refnamediv>
|
|
<refname>Constantes para PDO_4D</refname>
|
|
<refpurpose>Constantes para PDO_4D</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.constants;
|
|
&pdo.driver-constants;
|
|
<variablelist>
|
|
<varlistentry xml:id="pdo.constants.fourd-attr-charset">
|
|
<term>
|
|
<constant>PDO::FOURD_ATTR_CHARSET</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Cambiar el conjunto de caracteres en el que 4D devuelve datos.
|
|
(El predeterminado es UTF-8).
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="pdo.constants.fourd-attr-preferred-image-types">
|
|
<term>
|
|
<constant>PDO::FOURD_ATTR_PREFERRED_IMAGE_TYPES</constant>
|
|
(<type>integer</type>)
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
El formato solicitado para la imagen, cuando se selecciona una fila
|
|
con una columna de tipo PICTURE. Podría ser cualquier tipo admitido por 4D.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</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:"~/.phpdoc/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
|
|
-->
|