News

Hiding URL Parameters With a PHP Redirect. When you execute a PHP script from another PHP script and pass data using URL parameters, those parameters are visible on the address bar. A user can see ...
PHP 8.0 adds support for several functions- and methods-related features, including enhanced callables, named function arguments, and Fibers, interruptible functions adding support for multitasking.
In this article we explore improvements to functions in PHP 7, including the new array define(), returning a value from generator functions, generator delegation, and more.