在 PHP 中包含文件时注释会产生影响吗?

发布于 2024-12-09 20:46:05 字数 279 浏览 0 评论 0原文

可能的重复:
评论解释代码和性能

当您使用 include( 在 PHP 中包含文件时) 或任何其他函数,其性能是否受包含文件的注释量影响?

(我并不是说我要牺牲易读性)

Possible Duplicate:
Commenting interpreted code and performance

When you include a file in PHP with include() or any other function, its perfomance is affected by the amount of comments of the included file?

(I am not saying I am going to sacrifice legibility)

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

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

发布评论

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

评论(1

愚人国度 2024-12-16 20:46:05

不,解析文件所需的时间节省是无法衡量的(太小),根本不值得考虑。可以说,这绝对不是性能瓶颈。

No, the savings of time required to parse the file is not even measurable (too small) and not worth slightest consideration. It's definitely not the bottleneck of performance, so to say.

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