06-11-2009, 10:00 AM
|
#3 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
If the file has been included successfully, and there is no return statement in the included file, $content will be an integer 1. If the file returned something, then $content will be that value. If the file could not be included for whatever reason, then $content would be a boolean FALSE and an E_WARNING would be issued.
|
|
|
|