便利なPHP開発ツール集
リリース: 2016-06-23 13:35:22
Belt は便利な PHP 開発ツールです。
ベルトの主な機能:
-
60+便利な機能
-
完全にテスト済み
-
明確なコードと完全なドキュメント
ベルトが付属:
-
ブール型 isDate(混合 $value)
-
boolean isNumber(mixed $value)
-
boolean isString(mixed $value)
-
boolean isFunction(mixed $value)
- boolean isEmpty (mixed $value)
- ブール値 isEqual(混合 $left、混合 $right)
- boolean isBoolean(mixed $value)
- boolean isObject(mixed $value)
- boolean isArray(mixed $value)
- boolean横断可能(混合 $ value)
- boolean isNull(mixed $value)
- boolean has(mixed $object, string $key)
- 配列キー(混合$object)
- 配列値( $オブジェクト)
- array メソッド(mixed $object)
- mixed copy(mixed $value)
- mixed extend(mixed $source,mixed $destination)
- mixed apply(mixed $object,閉鎖 $閉鎖)
-
(混合$オブジェクト、配列|ミックス$デフォルト) (混合 $value)
-
void 回(整数 $number, Closure $closure) -
混合キャッシュ(Closure $closure) -
混合ラップ(Closure $closure, Closure $wrapper) -
mixed compose(array $closures, array $arguments = array()) -
void Once(Closure $closure) -
mixed after(integer $number, Closureclosure $number) -
mixed |array first(配列 $elements, integer $amount = 1) -
arrayInitial(array $elements, integer $amount = 1) -
arrayrest(array $elements, integer $index = 1) - Array Last | (配列 $ 要素, 整数 $ 量 = 1)
Aarray パック (配列 $ 要素) ay 範囲 (整数 $ To, 整数 $from = 0, 整数 $step = 1) -
配列差分(配列 $one) , array $another) -
array unique(array $elements, Closure $iterator = null) -
array without (array $elements, array $ignore) -
array zip(array $one, array $別)-
inintegerインデックス(配列$要素、混合$ elements)
void each(array $collection, Closure $iterator) -
array map(array $collection, Closure $iterator) -
array toArray(mixed $value) -
integer|null size(array|Countable) $value) -
array shuffle(array $collection) -
boolean any(array $collection, Closure $iterator ) -
boolean all(array $collection, Closure $iterator) -
配列拒否(array $collection, Closure $iterator) -
array pluck(array $collection, string $key) -
boolean contains(array $collection,mixed $value) -
array invoke(array $collection , string $function) -
mixedreduce(array $collection, Closure $iterator,mixed $initial = 0) -
array sortBy(array $collection, Closure $iterator) -
array groupBy(array $ collection, Closure $iterator) -
mixed max(array $collection) -
mixed min(array $collection) -
簡単な例: -
use Belt\Belt;Belt::max([1, 2, 3]) // => 3Belt::flatten([1, [2, [3]]]) // => [1, 2, 3]Belt::last([1, 2, 3], 2) // => [2, 3]
ログイン後にコピー
- プロジェクトホームページ:
http://www .open-open.com/lib/view/home/1430832041179
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
著者別の最新記事
-
2024-10-22 09:46:29
-
2024-10-13 13:53:41
-
2024-10-12 12:15:51
-
2024-10-11 22:47:31
-
2024-10-11 19:36:51
-
2024-10-11 15:50:41
-
2024-10-11 15:07:41
-
2024-10-11 14:21:21
-
2024-10-11 12:59:11
-
2024-10-11 12:17:31