fmihel/php-lib

php,lib,library

v5.2.2 2024-05-02 07:21 UTC

README

composer require fmihel/php-lib

1. Str - 字符串操作
2. Common - 通用
3. Dir - 文件和目录操作
3. Events - 创建事件集合
4. Arr - 数组操作
5. Type - 类型操作
6. Url - URL操作

Str

use fmihel\lib\Str;

属性

Common

use fmihel\lib\Common;

属性

Dir

use fmihel\lib\Dir;

属性

Events

use fmihel\lib\Events;

属性

Arr

use fmihel\lib\Arr;

属性

Type

use fmihel\lib\Type;

属性

Url

use fmihel\lib\Url;

属性