• 函数及作用
  1. spl_autoload_register ([ callable $autoload_function [, bool $throw = true [, bool $prepend = false ]]] ) : bool
  2. property_exists ( mixed $class , string $property ) : bool
  3. get_declared_classes ( void ) : array
  4. class_alias ( string $original , string $alias [, bool $autoload = TRUE ] ) : bool
  5. strpos ( string $haystack , mixed $needle [, int $offset = 0 ] ) : int
  • 属性设置

tp5源码分析

相关文章: