PHP之PSR

时间:2023-03-09 04:18:41
PHP之PSR

PHP的PSR (PSR 称为PHP Standard Recommendations)

PSR参考网址:http://www.php-fig.org/psr

在PHP中,有5个编码标准分类:

①、PSR-0 : Autoloading Standard , which goal is to make the use of Namespaces easier,

in order to convert a namespace into a file path.

②、PSR-1:Basic Coding Standard , basically, standards