php_fs:SamsonPHP 文件系统模块

时间:2021-06-29 16:57:58
【文件属性】:
文件名称:php_fs:SamsonPHP 文件系统模块
文件大小:16KB
文件格式:ZIP
更新时间:2021-06-29 16:57:58
PHP #SamsonPHP 文件服务 该模块提供了独立于正在使用的确切文件系统的文件系统的抽象级别。 ##配置 主要目标是配置$fileServiceClassName服务参数。 这通常使用 默认情况下, $fileServiceClassName设置为samson\fs\LocalFileService - 它使用由实现的标准本地文件系统服务。 此参数必须设置为文件服务类名称,例如 - 本地文件服务 - samson\fs\LocalFileService ,不应使用模块/服务标识符或其他任何内容,也应避免使用第一个命名空间分隔符\ : \samson\fs\LocalFileService - 不正确 samson\fs\LocalFileService - 正确 当服务初始化时,它会检查配置的文件服务类是否存在,否则会发出致命错误信号。 例如,这使您能够将 Web 应用程序文件系统
【文件预览】:
php_fs-master
----composer.json(701B)
----.travis.yml(365B)
----phpunit.xml(962B)
----.scrutinizer.yml(367B)
----phpunit.php(228B)
----readme.md(4KB)
----tests()
--------TestEntityConfig.php(205B)
--------TestFileServiceConfig.php(227B)
--------MainTest.php(7KB)
----src()
--------LocalFileService.php(4KB)
--------AbstractFileService.php(6KB)
--------FileService.php(6KB)
--------IFileSystem.php(3KB)
----license.md(10KB)
----.gitignore(121B)

网友评论