不行。
引自手册:
Property overloading only works in
object context. These magic methods
will not be triggered in static
context. Therefore these methods
should not be declared static. As of
PHP 5.3.0, a warning is issued if one
of the magic overloading methods is
declared static.