射手座X/beluga.io

SagittariusX Beluga IO 库。

0.1.1 2016-08-20 09:12 UTC

This package is not auto-updated.

Last update: 2024-09-23 07:29:09 UTC


README

SagittariusX Beluga IO 库。

composer require sagittariusx/beluga.io

或在您的 composer.json 中包含它

{
   "require": {
      "php": ">=7.0",
      "sagittariusx/beluga.io": "^0.1.1"
   }
}

该库声明了3个主要类

  • Beluga\IO\Path 一些静态路径帮助方法
  • Beluga\IO\File 文件处理类
  • Beluga\IO\Folder 一些静态文件夹/目录帮助方法

以及帮助类

  • Beluga\IO\MimeTypeTool

最后但同样重要的是以下错误/异常

  • Beluga\IO\IOError
  • Beluga\IO\FileAccessError
  • Beluga\IO\FileAllreadyExistsError
  • Beluga\IO\FileFormatError
  • Beluga\IO\FileNotFoundError
  • Beluga\IO\FolderAccessError
  • Beluga\IO\FolderNotFoundError