有谁知道psr 中的r指什么

阅读 4.1k
3 个回答

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

推荐问题