Hi,
PHP newbie here...
I've been using static class functions as a means of grouping certain
functions together (e.g. class::function () ). Anybody know if this
carries a performance overhead beoynd the simple function outside a
class?
Thanks,
Rune
PHP newbie here...
I've been using static class functions as a means of grouping certain
functions together (e.g. class::function () ). Anybody know if this
carries a performance overhead beoynd the simple function outside a
class?
Thanks,
Rune
Comment