jawira / the-lost-functions
便捷函数集合。
v1.7.0
2024-03-12 20:44 UTC
Requires
- php: ^8
Requires (Dev)
README
PHP的便捷函数集合。
函数
- array_find() - 使用回调函数搜索元素。
- get_short_class() - 获取对象的短名称。
- str_bytes() - 获取字符串的字节长度。
- temp_file(): - 创建临时文件。
- throw_unless() - 如果断言为假,则抛出异常。
- year() - 返回当前年份。
- year_range() - 从起始年份到当前年份的范围。
如何安装
composer require jawira/the-lost-functions
贡献
如果你喜欢这个项目,⭐ 在GitLab上给它加星。
许可证
此库根据MIT许可证授权。