Tag
PHP
2 posts tagged PHP.
Articles
Software 27 Jan 2020
Partial string search in an array using PHP
There's no built-in PHP function to find every array element that contains a substring. Here's the small helper I wrote for it — and the two one-liners that replace it on modern PHP.
Read more → Software 1 Feb 2016
Laravel bail: stop validation on the first failure
A single validation rule kept firing every check on a field and throwing a database error along the way. The fix was a one-word rule called bail — one I ended up contributing to Laravel itself.
Read more →Other tags
Learn how we can help you build better.
Questions about a plugin, a licence, or an expert advisor — ask and get a straight answer from the team that wrote the code.