serendipity_hq / php_array_writer
6.0.1
2024-02-24 16:44 UTC
Requires
- php: ^8.1
- symfony/property-access: ^5.4|^6.4|^7.0
- thecodingmachine/safe: ^2.0
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.4
- phpstan/phpstan: 1.10.59
- phpstan/phpstan-phpunit: 1.3.15
- rector/rector: 1.0.1
- roave/security-advisories: dev-master
- serendipity_hq/rector-config: ^1.0
- thecodingmachine/phpstan-safe-rule: 1.2.0
README
Serendipity HQ 数组写入器
一个用于读写数组的类。
当前状态
你喜欢这个库吗?
留下 ★
或者运行
composer global require symfony/thanks && composer thanks
来感谢你在当前项目中使用的所有库,包括这个!
可用方法
getValue()
getValueAndForget()
getValueByPartialKey()
isNode()
isReadable()
isRoot()
isWritable()
keyExistsNested()
add()
cp()
cpSafe()
edit()
merge()
mv()
mvSafe()
mvUp()
rm()
wrap()
pathize()
unpathize()
forceArray()
有关每个方法的详细信息,请参阅代码中的注释:它们非常易于阅读,请相信我!
使用 Composer 安装 Serendipity HQ 数组写入器
$ composer require serendipity_hq/component-array-writer
此库遵循 http://semver.org/ 版本控制约定。
你喜欢这个库吗?
留下 ★
或者运行
composer global require symfony/thanks && composer thanks
来感谢你在当前项目中使用的所有库,包括这个!