php http 管道

发布于 2024-09-04 15:57:38 字数 205 浏览 5 评论 0原文

我试图在使用 php 处理 http 请求时获取 beginRequest 和 endRequest 上的时间戳。我知道如何在 asp.net 上执行此操作(使用 httpModules 以及函数 beginRequest 和 endRequest)。 有谁知道这个选项在 php 上是否可用并指导我如何做? (我不是在寻找解决方案,只是寻找一些指导或良好的参考,因为我找不到任何......)

I'm trying to get timestamp on beginRequest and on endRequest when processing an http request using php. I know how to do it on asp.net (using httpModules and the finction beginRequest and endRequest).
Does anyone know if this option is available on php and guide me how to do it?
(I'm not looking for a solution, just some guiding or good reference because i couldn't find any...)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

゛清羽墨安 2024-09-11 15:57:38

$_SERVER['REQUEST_TIME'] 具有请求的 Unix 时间戳。如果您想要精确的时间,请使用 microtime

$_SERVER['REQUEST_TIME'] has the Unix timestamp of the request. If you want precise times, use microtime

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文