预定义常量
下列常量由此扩展定义,且仅在此扩展编译入 PHP 或在运行时动态载入时可用。
-
CLASSKIT_ACC_PRIVATE
(int)
-
将方法标记为 private
-
CLASSKIT_ACC_PROTECTED
(int)
-
将方法标记为 protected
-
CLASSKIT_ACC_PUBLIC
(int)
-
将方法标记为 public
add a note
User Contributed Notes
预定义常量 - [
0 notes]
There are no user contributed notes for this page.