>  Q&A  >  본문

魔术方法是什么?

有点不太明白 可以给解释一下吗?

phpcn_u224phpcn_u2242868일 전1502

모든 응답(2)나는 대답할 것이다

  • 数据分析师

    数据分析师2017-09-30 23:50:39

    매직메소드란? -PHP 중국어 사이트 Q&A - 매직 메소드란 무엇인가요? -PHP 중국어 홈페이지 Q&A

    꼭 보고 배워보세요.

    회신하다
    0
  • 阿神

    阿神2017-01-04 15:46:28

    __construct(), __destruct(), __call(), __callStatic(), __get(), __set(), __isset(),__unset(), __sleep(), __wakeup(), __toString(), __invoke(), __set_state(),__clone() 和 __debugInfo() 等方法在 PHP 中被称为"魔术方法

    魔术方法是PHP面向对象中特有的特性。它们在特定的情况下被触发,都是以双下划线开头,利用模式方法可以轻松实现PHP面向对象中重载

    회신하다
    0
  • 취소회신하다