0 stand for?
I know what PSR-0 is, and how, why, where to use it.
I've googled for this and looked around stackoverflow related posts, but could not find anything. Even on its official page there's no such definition.
So, the question is, what does PSR-0 exactly stand for ?
PSR代表PHP标准建议,如http://www.php-fig.org/faqs/#what-does-psr-stand-for和http://www.php-fig.org/psr/中所述。
PSR is a specification for defining a coding standard for PHP. Currently there are six accepted recommendations:
each addressing a specific aspect of coding.
PSR, a PHP Specification Request, is an attempt to standardise the way people use PHP in the hope that different sets of code libraries will work together. http://petermoulding.com/php/psr
链接地址: http://www.djcxy.com/p/10092.html上一篇: GET ['name'])“是什么意思?
下一篇: 0代表什么?