Releases: kocoten1992/phputils
Releases · kocoten1992/phputils
v1.8.0
feat: encode util add gzipFile method
v1.7.0
feat: add encode util - base64 url
v1.6.0
feat: add cli util - kill process tree
v1.5.0
add curl esc: ]
, {
,
, -
, !
, ^
, #
, ~
, .
, ,
, \x0A
, \xFF
v1.4.0
bash esc char add: ]
, #
, ~
, .
, ,
v1.3.0
add three more characters: {
, \x0A
, \xFF
(ref https://www.php.net/manual/en/function.escapeshellcmd.php)
v1.2.0
public multiStrpos of StrUtil
v1.1.0
add StrUtil::replaceOnceIndex
change str to mbstring
v1.0.0
feat: add strutil, curlcharescape, bashcharescape