[PHP] question concerning php parsing

2002-08-13 Thread Randy Johnson
if i have functions.php with 10 functions in it and include the file in my main php file and call 1 of the 10 functions in my program does the whole functions.php have to be parsed or does it just include the function that is needed. I am just curious as I plan to use the phpa on my scripts

Re: [PHP] question concerning php parsing

2002-08-13 Thread Analysis Solutions
On Tue, Aug 13, 2002 at 09:22:47AM -0400, Randy Johnson wrote: if i have functions.php with 10 functions in it and include the file in my main php file and call 1 of the 10 functions in my program does the whole functions.php have to be parsed or does it just include the function that is