사이트 내 전체검색
PHP
file('test.txt',FILE_IGNORE_NEW_LINES) file 함수끝에 \n 를 안붙이게 하는 옵션이 추가
로빈아빠
https://cmd.kr/php/841 URL이 복사되었습니다.

본문

$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_PATHSearch for the file in the include_path.FILE_IGNORE_NEW_LINESDo not add newline at the end of each array elementFILE_SKIP_EMPTY_LINESSkip empty lines


댓글목록

등록된 댓글이 없습니다.

PHP
871 (3/18P)

Search

Copyright © Cmd 명령어 3.22.250.138