欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

$this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length 什么意思?

程序员文章站 2022-04-05 22:56:24
...
对psr0 psr4不太了解
这是composer里面的一句,
$this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length

请问这句有什么作用

回复内容:

对psr0 psr4不太了解
这是composer里面的一句,

$this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length

请问这句有什么作用