previousHTTP (Previous) (Next) HTTP::headnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTTP::Date

HTTP::Date – formate une date

Synopsis

require_once 'HTTP.php';

string HTTP::date ( entier time )

Description

Converti un timestamp UNIX en une ligne d'en-tête conforme à la RFC Cette fonctionne respecte la directive du php.ini "y2k_compliance".

Parameter

  • integer $time - un timestamp UNIX

Return value

string - une ligne d'en-tête conforme à la RFC des dates.

Note

This function can be called statically.

previousHTTP (Previous) (Next) HTTP::headnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.