Posts: 2,536
Location: Western Maryland
|
0beron, you are right in that PHP is strictly interpretive and that the overhead of calling a function is minimal. So in comparison to a compiled module, the increased efficiency of function utilization is minimal. However, from a development, cognitive and maintenance standpoint, the value of functions and PHP objects are inestimable in that it provides developers the basis for constructing our own application frameworks.
__________________
—Kyrnt
|