Answers for "difference between use and require in php"

PHP
0

difference between use and require in php

Use require when the file is required by the application. 
Use include when the file is not required and application should continue when file is not found.
Posted by: Guest on March-28-2022

Code answers related to "difference between use and require in php"

Browse Popular Code Answers by Language