Zend Frameworks application.ini 中的注释语法是什么?

发布于 2024-11-06 21:19:57 字数 96 浏览 1 评论 0原文

我想评论我的 Zend application.ini 文件中的一些行。

可以评论行吗?语法是什么?

我根本找不到答案。

I'd like to comment some lines in my Zend application.ini file.

Is it possible to comment lines? What is the syntax?

I simply could not find an answer.

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

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

发布评论

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

评论(5

那些过往 2024-11-13 21:19:57

这是一种通用的 ini 格式,注释行以 ; 开头

; this is a comment
foo = bar

It's a general ini format that comment lines begin with ;

; this is a comment
foo = bar
梦言归人 2024-11-13 21:19:57

以分号开始该行。

; This is a comment
[section]
key=value

start the line with a semi-colon.

; This is a comment
[section]
key=value
心安伴我暖 2024-11-13 21:19:57

PHP ini 文件中的注释(我相信 Zend 使用了它)以 ; 开头。

Comments in PHP ini files (which I believe Zend makes use of) start with a ;

旧人哭 2024-11-13 21:19:57

行开头的分号 (;) 表示 ini 文件中的注释。

Semicolons (;) at the beginning of the line indicate a comment in ini file.

剑心龙吟 2024-11-13 21:19:57

;(分号)在任何 .ini 文件中..

;(semicolon) in any .ini file..

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