black-label/php-helpers

php数组辅助函数的扩展。

dev-master 2017-11-27 18:12 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:25:41 UTC


README

php辅助函数的扩展。

安装

composer require black-label\php-helpers

基本用法

<?php

//Example using array_pull
$output = \BlackLabel\array_pull($input,$keys);