Articles about "PHP"

Discover a neat new addition to PHP 8.3 that will help express your intent: the Override attribute.
Published on Nov 23, 2023 • Audio available

Discover how array_values() in PHP can help you re-do what has been undone.
Published on Nov 11, 2023

See how PHP allows you to filter unwanted values in arrays in a simple and concise way.
Published on Nov 11, 2023

Let me walk you through some of the most useful functions in PHP that will enable you to sort any kind of array.
Published on Nov 9, 2023

Learn the ins and outs of PHP's explode() function for splitting strings into arrays.
Published on Nov 8, 2023

PHP's array_map() is an extremely useful function that will help you write better code. Let me demystify it for you.
Published on Nov 4, 2023

PHP 9.0 is still far in the future. We don't know a lot, but we have a few breaking changes planned for it.
Published on Nov 3, 2023

Discover the location of your php.ini file using two simple methods: the phpinfo() function or the command line.
Published on Nov 2, 2023

Discover how to reveal all PHP errors in your script or globally via php.ini for effective debugging, but remember to adjust before going live.
Published on Oct 7, 2023
Avoid bad surprises and leverage Docker and Composer to lock your PHP extensions to a stable version.
Shared on Oct 4, 2023 • masteringlaravel.io
Bypass PHP's final keyword restriction with Unfinalize, a tool that safely removes final from classes and methods in third-party packages.
Published on Oct 3, 2023

Convert PHP arrays to JSON with `json_encode()`. Ideal for data exchange, storing data, and API communication.
Published on Sep 16, 2023

Enjoy a faster workflow to build your front-end dependencies in your PHP projects, thanks to the package management abilities of Bun.
Published on Sep 10, 2023

Discover how to simplify your PHP code with the null coalescing and null coalescing assignment operators.
Modified on Sep 19, 2023

Discover how to fetch the current URL path in PHP thanks to an useful superglobal variable.
Modified on Oct 1, 2023

Discover how to use PHP code to effortlessly redirect your website's visitors to a different page. Explore the magic of HTTP.
Modified on Sep 19, 2023

Discover how to check your version of PHP using phpinfo(), your terminal, Laravel's welcome page, or a Laravel Artisan command.
Published on Sep 2, 2023

PHP 8.4 is expected to drop on November 21, 2024. Let's review the known new features and changes.
Modified on Nov 3, 2023
Matthias Noback explores why refactoring isn't as risky as believed, even without tests. Discover how careful programming can lower risks.
Shared on Aug 11, 2023 • matthiasnoback.nl
Check out FlappyPHPant, a fun Flappy Bird clone using PHP. It's a great way to learn complex programming concepts through gaming.
Shared on Aug 10, 2023 • github.com