|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<!-- EN-Revision: 976425d4f6eec32448be3cc22ec063015921b753 Maintainer: marcosmarcolin Status: ready --><!-- CREDITS: marcosmarcolin,leonardolara --> |
3 | | - |
4 | | -<refentry xml:id="function.phpdbg-color" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> |
| 2 | +<!-- EN-Revision: 06f14554e7e5d9a47de0eff61578759fea2e23d9 Maintainer: marcosmarcolin Status: ready --> |
| 3 | +<!-- CREDITS: marcosmarcolin,leonardolara --> |
| 4 | +<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.phpdbg-color"> |
5 | 5 | <refnamediv> |
6 | 6 | <refname>phpdbg_color</refname> |
7 | 7 | <refpurpose>Define a cor de certos elementos</refpurpose> |
|
14 | 14 | <methodparam><type>int</type><parameter>element</parameter></methodparam> |
15 | 15 | <methodparam><type>string</type><parameter>color</parameter></methodparam> |
16 | 16 | </methodsynopsis> |
17 | | - <para> |
| 17 | + <simpara> |
18 | 18 | Define a cor informada no parâmetro <parameter>color</parameter> para o elemento do parâmetro <parameter>element</parameter>. |
19 | | - </para> |
| 19 | + </simpara> |
20 | 20 | </refsect1> |
21 | 21 |
|
22 | 22 | <refsect1 role="parameters"> |
|
25 | 25 | <varlistentry> |
26 | 26 | <term><parameter>element</parameter></term> |
27 | 27 | <listitem> |
28 | | - <para> |
| 28 | + <simpara> |
29 | 29 | Uma das constantes <constant>PHPDBG_COLOR_<replaceable>*</replaceable></constant>. |
30 | | - </para> |
| 30 | + </simpara> |
31 | 31 | </listitem> |
32 | 32 | </varlistentry> |
33 | 33 | <varlistentry> |
34 | 34 | <term><parameter>color</parameter></term> |
35 | 35 | <listitem> |
36 | | - <para> |
| 36 | + <simpara> |
37 | 37 | Uma string com o nome da cor. Um dos valores <literal>white</literal> (branca), <literal>red</literal> (vermelha), |
38 | 38 | <literal>green</literal> (verde), <literal>yellow</literal> (amarela), <literal>blue</literal> (azul), |
39 | 39 | <literal>purple</literal> (roxa), <literal>cyan</literal> (ciano) ou <literal>black</literal> (preta), |
40 | 40 | opcionalmente com um traço <literal>-bold</literal> (negrito) ou <literal>-underline</literal> (sublinhado), |
41 | 41 | por exemplo, <literal>white-bold</literal> ou <literal>green-underline</literal>. |
42 | | - </para> |
| 42 | + </simpara> |
43 | 43 | </listitem> |
44 | 44 | </varlistentry> |
45 | 45 | </variablelist> |
46 | 46 | </refsect1> |
47 | 47 |
|
48 | 48 | <refsect1 role="returnvalues"> |
49 | 49 | &reftitle.returnvalues; |
50 | | - <para> |
| 50 | + <simpara> |
51 | 51 | &return.void; |
52 | | - </para> |
| 52 | + </simpara> |
53 | 53 | </refsect1> |
54 | 54 |
|
55 | 55 | <refsect1 role="seealso"> |
|
60 | 60 | </refsect1> |
61 | 61 |
|
62 | 62 | </refentry> |
63 | | - |
64 | 63 | <!-- Keep this comment at the end of the file |
65 | 64 | Local variables: |
66 | 65 | mode: sgml |
|
0 commit comments