1) What is the difference between static function and normal function
, . - , - .
: $item = Item::getDetail(15);
: $item = getDetail(15);
(., , FuzzyTree .)
2) ( )
Static , ( ). . , , , , /, , .
Java, , Math. , , . , , ,
Math.pow(d1, d2);
PHP ,
MyClass::pow(d1,d2);
Java:
3) . ?
. , , , . , , . , , .
.