@file() : 괄호 안에 있는 파일 전부를 읽어 오는 함수
array file ( string $filename
[, int $flags
= 0 [, resource $context
]] )
예
$fck=@file("tmp/.number");
file("읽어 올 파일")
'함수들' 카테고리의 다른 글
getenv()함수 (0) | 2018.01.10 |
---|---|
alert()함수 (0) | 2018.01.08 |
fwrite함수 (0) | 2018.01.04 |
fopen함수 (0) | 2018.01.04 |
ereg, eregi함수 (0) | 2018.01.02 |