utilphp icon indicating copy to clipboard operation
utilphp copied to clipboard

util.php is a collection of useful functions and snippets that you need or could use every day, designed to avoid conflicts with existing projects

Results 10 utilphp issues
Sort by recently updated
recently updated
newest added

We should use **brandonwamboldt.github.io** instead. Because subdomains of **github.com** are **deprecated for GitHub Pages**. They are not redirecting to github.io after April 15, 2021. Official announcement here: [https://github.blog/changelog/2021-01-29-github-pages-will-stop-redirecting-pages-sites-from-github-com-after-april-15-2021/](https://github.blog/changelog/2021-01-29-github-pages-will-stop-redirecting-pages-sites-from-github-com-after-april-15-2021/)

Similar to http://digitalbush.com/projects/masked-input-plugin)

We discovered this issue, because a webhoster kept deleting the `util.php` from out webspace. ``` The file you uploaded, util.php.txt, contains a virus so the upload was canceled: YARA.WebShell_Generic_PHP_5.UNOFFICIAL FOUND...

Hello, In line 852 in the function "add_query_arg" you wrote : `} elseif (!is_null($uri)) { $uri = $uri;` For me the `$uri = $uri;` is absurd ? You can erase...

var_dump cannot work correctly in CLI mode,it needs to output plain text instead of html in shell

Maybe this library should support versions of PHP that are still receiving security updates? The reason I say this, is because the web is about moving forward and not living...

Code Quality

I am wandering whether it would be good to use multi-byte string functions by default or have a wrapper for both e.g. strlen and mb_strlen?

The function had a redundant return statement and was using the incorrect headers

OK, I propose you change the scope level of all of util's public properties to `private`. There is very little good reason for the end-dev to ever use them, and...

Code Quality