메소드 | 설명 | |
---|---|---|
includeFile ( string $file ) : mixed | Include a file with as little context as possible | |
requireFile ( string $file ) : mixed | Require a file with as little context as possible |
public static includeFile ( string $file ) : mixed | ||
$file | string | File to include |
리턴 | mixed |
public static requireFile ( string $file ) : mixed | ||
$file | string | File to require |
리턴 | mixed |