X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_functions.c;h=cdddb81143d9ba91bb68227da1ac58674a510f2d;hb=c64365b84429b86b4af55b283de3758af38d9369;hp=d9acab978d3e21568fac7179f2fe5a48282436c2;hpb=4fcbd8e8ae31611c5197ff2369673b5939fc2b80;p=m6w6%2Fext-http diff --git a/http_functions.c b/http_functions.c index d9acab9..cdddb81 100644 --- a/http_functions.c +++ b/http_functions.c @@ -41,8 +41,8 @@ * Compose a valid HTTP date regarding RFC 822/1123 * looking like: "Wed, 22 Dec 2004 11:34:47 GMT" * - * Takes an optional unix timestamp as parameter. - * + * Accepts an optional unix timestamp as parameter. + * * Returns the HTTP date as string. */ PHP_FUNCTION(http_date)