[PHP] about processing time of function INCLUDE

2002-11-19 Thread Bryan
Is it will increase the processing time when too many include process in a
program?



Bryan





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] about processing time of function INCLUDE

2002-11-19 Thread Bryan
Is it will increase the processing time when too many include process in a
program?



Bryan




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] about processing time of function INCLUDE

2002-11-19 Thread John W. Holmes
 Is it will increase the processing time when too many include
process in
 a
 program?

Well, each include() takes up time, so yes. It depends on what you're
including, though, as to how big of an impact it has on your program.

---John Holmes...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php