Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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.
 
PREVIOUS NEXT
Tagged: #difference #require #php
ADD COMMENT
Topic
Name
4+5 =