Releases: packaged/helpers
Releases · packaged/helpers
glob_recursive
str_contains and contains_any string methods
0.4.0 str_contains and contains_any string methods
nformat
/**
- 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
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
v0.1.1 improve commands to correctly squelch windows output
Array Helper
v0.1.0 ArrayHelper support, and improved string > array in value as
Quiet check command exists on windows
Run where silently in windows Closes #1
Excerpt update
v0.0.6 Stop excepts from cutting off too early
Command Searching
v0.0.5 Command finder
App Engine / PHP BWS Detection
v0.0.4 Fixed typo in method name