file('test.txt',FILE_IGNORE_NEW_LINES) file 함수끝에 \n 를 안붙이게 하는 옵션이 추가
로빈아빠
본문
$arr=@file('1.txt',FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
php 5.0부터 추가.
FILE_IGNORE_NEW_LINES 는 줄끝에 뉴라인(엔터)를 않넣기..
FILE_SKIP_EMPTY_LINES 는 빈줄 무시..^^
사용가능 옵션
FILE_USE_INCLUDE_PATH
Search for the file in the include_path.FILE_IGNORE_NEW_LINES
Do not add newline at the end of each array elementFILE_SKIP_EMPTY_LINES
Skip empty lines관련링크
댓글목록
등록된 댓글이 없습니다.