function.cpp 153 B

12345678910
  1. //
  2. // Created by Carl.Guo on 2025/4/17.
  3. //
  4. #include "function.h"
  5. Php::Value ProgFunc::__get(const Php::Value &name)
  6. {
  7. return Php::Base::__get(name);
  8. }