PHP: Static and non Static functions and Objects

前端 未结 5 1999
借酒劲吻你
借酒劲吻你 2020-11-27 18:58

What\'s the difference between these object callings?

Non Static:

$var = new Object;
$var->function();

5条回答
提交回复
热议问题