Разделы
Veselov CV | vvShop © 2008 – 2022
Контакты
email:
skype:
Вернуться
» » » funct - php библиотека объединяет в себе наиболее частые блоки кода

funct - php библиотека объединяет в себе наиболее частые блоки кода


Пример использования notEmpty($value)
Funct\notEmpty('fooBar'); // => true
Funct\notEmpty(''); // => false

Список функций на текущий момент: arrayKeyNotExists, false, firstValue, firstValueNotEmpty, notEmpty, notInArray, notNull, null, tempFile, true, compact, countBy, every, findWhere, first, firstN, flatten, flattenAll, forEvery, get, groupBy, initial, intersection, invoke, last, lastIndexOf, lastN, maxValue, merge, minValue, pairs, partition, pluck, reject, rest, reverse, some, sortBy, tail, union, unzip, where, without, zip, between, camelize, chompLeft, chompRight, classify, collapseWhitespace, contains, countOccurrences, dasherize, endsWith, includes, isAlpha, isAlphaNumeric, isLower, isNumeric, isUpper, latinize, left, len, length, lines, lowerCaseFirst, pad, padLeft, padRight, repeat, reverse, right, slugify, startsWith, strip, stripPunctuation, times, titleize, toSentenceSerial, truncate, underscore, upperCaseFirst, ifCondition, ifIsset, ifNotEmpty, toArray.

Минимальные требования PHP >= 5.5
https://github.com/phpfunct/funct
Оставить комментарий
Вверх