当前位置:Gxlcms > PHP教程 > 有谁知道psr中的r指什么

有谁知道psr中的r指什么

时间:2021-07-01 10:21:17 帮助过:3人阅读

最近在看一篇文章
http://segmentfault.com/a/1190000002521577

p应该指 php
s应该指 standard
r呢

回复内容:

最近在看一篇文章
http://segmentfault.com/a/1190000002521577

p应该指 php
s应该指 standard
r呢

R应该是Recommendation. PSR全称是PHP Standard Recommendation.(LZ正解)

To propose a PHP Standard Recommendation (PSR):
* fork this repo, create a branch, checkout that branch, add the PSR in proposed/, push the branch to Github, and send a pull request; or,
* create a ticket to start a discussion on Github; or,
* start a conversation on the mailing list.

来源:https://github.com/php-fig/fig-standards#proposing-a-standard-recommen...

p.s. PSR-x是已经提议过的,并且接受过的,因此不是Proposing....

Proposing a Standards Recommendation

应该这样是说:PHP 的 PSR
其中PSR是Proposing a Standards Recommendation(提出标准建议)的缩写
P不是PHP

人气教程排行