|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<!-- EN-Revision: 130701dd4e64351d38da565ab3043a8f795698f8 Maintainer: leonardolara Status: ready --><!-- CREDITS: fabioluciano, leonardolara --> |
| 2 | +<!-- EN-Revision: 6bbb5b9685d27ac9df744702e06525047a163d4b Maintainer: leonardolara Status: ready --><!-- CREDITS: fabioluciano, leonardolara --> |
3 | 3 | <reference xml:id="class.datetimeinterface" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"> |
4 | 4 |
|
5 | 5 | <title>A interface DateTimeInterface</title> |
|
158 | 158 | <term><constant>DATE_ATOM</constant></term> |
159 | 159 | <listitem> |
160 | 160 | <simpara> |
161 | | - Atom (exemplo: 2005-08-15T15:52:01+00:00) |
| 161 | + Atômico (exemplo: 2005-08-15T15:52:01+00:00); compatível com ISO-8601, RFC 3399 e esquema XML |
162 | 162 | </simpara> |
163 | 163 | </listitem> |
164 | 164 | </varlistentry> |
|
184 | 184 | <term><constant>DATE_ISO8601</constant></term> |
185 | 185 | <listitem> |
186 | 186 | <simpara> |
187 | | - ISO-8601 (exemplo: 2005-08-15T15:52:01+0000) |
| 187 | + Tipo ISO-8601 (exemplo: 2005-08-15T15:52:01+0000) |
188 | 188 | </simpara> |
189 | 189 | <note> |
190 | 190 | <simpara> |
|
279 | 279 | <term><constant>DATE_RFC7231</constant></term> |
280 | 280 | <listitem> |
281 | 281 | <simpara> |
282 | | - RFC 7231 (desde PHP 7.0.19 e 7.1.5) (exemplo: Sat, 30 Apr 2016 17:52:13 GMT) |
| 282 | + RFC 7231 (desde o PHP 7.0.19 e 7.1.5) (exemplo: Sat, 30 Apr 2016 17:52:13 GMT) |
283 | 283 | </simpara> |
284 | 284 | </listitem> |
285 | 285 | </varlistentry> |
|
353 | 353 | </section> |
354 | 354 | <!-- }}} --> |
355 | 355 |
|
356 | | - <section role="changelog" xml:id="datetimeinterface.changelog"><!-- {{{ --> |
357 | | - &reftitle.changelog; |
358 | | - <para> |
359 | | - <informaltable> |
360 | | - <tgroup cols="2"> |
361 | | - <thead> |
362 | | - <row> |
363 | | - <entry>&Version;</entry> |
364 | | - <entry>&Description;</entry> |
365 | | - </row> |
366 | | - </thead> |
367 | | - <tbody> |
368 | | - <row> |
369 | | - <entry>8.4.0</entry> |
370 | | - <entry>As constantes de classe agora são tipadas.</entry> |
371 | | - </row> |
372 | | - <row> |
373 | | - <entry>8.2.0</entry> |
374 | | - <entry> |
375 | | - A constante <constant linkend="datetimeinterface.constants.iso8601-expanded">DateTimeInterface::ISO8601_EXPANDED</constant> |
376 | | - foi adicionada. |
377 | | - </entry> |
378 | | - </row> |
379 | | - <row> |
380 | | - <entry>7.2.0</entry> |
381 | | - <entry> |
382 | | - As constantes da classe <classname>DateTime</classname> agora são definidas |
383 | | - na classe <interfacename>DateTimeInterface</interfacename>. |
384 | | - </entry> |
385 | | - </row> |
386 | | - </tbody> |
387 | | - </tgroup> |
388 | | - </informaltable> |
389 | | - </para> |
390 | | - </section><!-- }}} --> |
| 356 | + <section role="changelog" xml:id="datetimeinterface.changelog"><!-- {{{ --> |
| 357 | + &reftitle.changelog; |
| 358 | + <para> |
| 359 | + <informaltable> |
| 360 | + <tgroup cols="2"> |
| 361 | + <thead> |
| 362 | + <row> |
| 363 | + <entry>&Version;</entry> |
| 364 | + <entry>&Description;</entry> |
| 365 | + </row> |
| 366 | + </thead> |
| 367 | + <tbody> |
| 368 | + <row> |
| 369 | + <entry>8.4.0</entry> |
| 370 | + <entry>As constantes de classe agora são tipadas.</entry> |
| 371 | + </row> |
| 372 | + <row> |
| 373 | + <entry>8.2.0</entry> |
| 374 | + <entry> |
| 375 | + A constante <constant linkend="datetimeinterface.constants.iso8601-expanded">DateTimeInterface::ISO8601_EXPANDED</constant> |
| 376 | + foi adicionada. |
| 377 | + </entry> |
| 378 | + </row> |
| 379 | + <row> |
| 380 | + <entry>7.2.0</entry> |
| 381 | + <entry> |
| 382 | + As constantes da classe <classname>DateTime</classname> agora são definidas |
| 383 | + na classe <interfacename>DateTimeInterface</interfacename>. |
| 384 | + </entry> |
| 385 | + </row> |
| 386 | + </tbody> |
| 387 | + </tgroup> |
| 388 | + </informaltable> |
| 389 | + </para> |
| 390 | + </section><!-- }}} --> |
391 | 391 |
|
392 | 392 | </partintro> |
393 | 393 |
|
|
0 commit comments