Tag:php
All the articles with the tag "php".
In php why `declare(strict_types=1)` use?
Posted on:August 1, 2023 at 03:57 PMIn PHP, the declaration `declare(strict_types=1);` is used to enforce strict typing in a file or...
Use Trait in php
Posted on:August 3, 2022 at 12:00 PMIn PHP, the `trait` keyword is used to define reusable sets of methods that can be used...