Skip to content

Releases: packaged/helpers

glob_recursive

31 Jul 19:01
Compare
Choose a tag to compare

/**

  • Match all files within a directory to a pattern recursive
    *
  • @param $baseDir
  • @param $pattern
  • @param int $flags
    *
  • @return array
    */

str_contains and contains_any string methods

31 Jul 10:46
Compare
Choose a tag to compare
0.4.0

str_contains and contains_any string methods

nformat

31 Jul 10:05
Compare
Choose a tag to compare

/**

  • Number format integers only, any other string will be returned as is
    *
  • @param mixed $number The number being formatted.
  • @param int $decimals [optional] Sets the number of decimal points.
  • @param string $decPoint [optional]
  • @param string $thousandsSep [optional]
    *
  • @return string A formatted version of number.
    */

string_from support

28 Jul 17:30
Compare
Choose a tag to compare

string_from allows you to get the remaining part of a string after the instance of a needle.

e.g.
$string = 'x\y\z\a\b\c';
echo string_from($string,'z'); // output: \a\b\c

Quiet Check fix

27 Jul 12:30
Compare
Choose a tag to compare
v0.1.1

improve commands to correctly squelch windows output

Array Helper

25 Jul 16:53
Compare
Choose a tag to compare
v0.1.0

ArrayHelper support, and improved string > array in value as

Quiet check command exists on windows

21 Jul 10:33
Compare
Choose a tag to compare
Run where silently in windows

Closes #1

Excerpt update

18 Jul 17:42
Compare
Choose a tag to compare
v0.0.6

Stop excepts from cutting off too early

Command Searching

14 Jul 16:30
Compare
Choose a tag to compare
v0.0.5

Command finder

App Engine / PHP BWS Detection

14 Jul 09:58
Compare
Choose a tag to compare
v0.0.4

Fixed typo in method name