if it is possible then is it a good practice to include a function inside another function..?? how can we assure about its maintenability and its performance.
can we define a php function within a php function..??
Collapse
X
-
Tags: None
-
Please see anonymous functions / closures and, if you're on something older than PHP5.3, see create_function ().
Comment