From: Daniel Kolbo on
Hello,

Does PHP 'reinclude' static methods with each new instantiation of a
class that has static methods?

That is, if i have 100 objects is the static method sitting in memory 1
time or 100 times?

Thanks,
dK
`