>  기사  >  백엔드 개발  >  PHP 파일_get_contents

PHP 파일_get_contents

PHPz
PHPz원래의
2024-08-29 12:35:16662검색

PHP에서 파일의 내용을 문자열로 읽어오고 싶을 때마다 file_get_contents() 함수라는 함수를 사용합니다. 이 기능은 운영 체제에서 지원하는 경우 메모리 매핑 기술을 사용하여 성능을 향상시킬 수 있습니다. 지정된 파일의 내용에 성공적으로 액세스하고 읽으면 이 함수는 파일의 내용을 문자열로 반환합니다. 그리고 함수가 지정된 파일에 접근할 수 없거나 지정된 파일의 내용을 읽을 수 없는 경우, 이 함수는 false를 반환하고, 읽을 파일이 존재하는 위치의 경로를 이 함수에 매개변수로 전달합니다. .

광고 이 카테고리에서 인기 있는 강좌 콘텐츠 마케팅 숙달: 성공을 위한 전략 - 전문화 | 4개 코스 시리즈

무료 소프트웨어 개발 과정 시작

웹 개발, 프로그래밍 언어, 소프트웨어 테스팅 등

PHP에서 file_get_contents() 함수를 선언하는 구문은 다음과 같습니다.

file_get_contents(path_to_the_file);

여기서 path_to_the_file은 file_get_contents() 함수를 통해 문자열로 내용을 읽어올 파일이 있는 파일의 경로입니다.

PHP에서 file_get_contents() 함수 작동

  • PHP에서 파일 내용을 문자열로 읽어오고 싶을 때마다 file_get_contents() 함수라는 함수를 사용합니다.
  • 읽고자 하는 파일이 있는 위치의 경로를 file_get_contents() 함수에 파라미터로 전달합니다.
  • 지정된 파일의 내용에 성공적으로 액세스하고 읽으면 file_get_contents() 함수는 파일의 내용을 문자열로 반환합니다.
  • file_get_contents() 함수가 지정된 파일에 액세스할 수 없거나 지정된 파일의 내용을 읽을 수 없는 경우 이 함수는 false를 반환합니다.
  • file_get_contents() 함수는 운영 체제에서 지원하는 경우 메모리 매핑 기술을 사용하여 성능을 향상시킬 수 있습니다.

PHP file_get_contents의 예

아래에 언급된 예시는 다음과 같습니다

예시 #1

file_get_contents() 함수에 매개변수로 전달된 경로의 위치에 있는 파일의 내용을 읽는 PHP 프로그램:

코드:

#making use of file_get_contents() function by passing the path to the file where the file is present to read the contents of the file into a string called filecontents
@filecontents = file_get_contents('C:/Users/admin/Desktop/check.txt');
print "The contents of the specified file is as follows:\n";
#displaying the contents of the file
echo $filecontents;

위 프로그램의 출력은 아래 스냅샷과 같습니다.

PHP 파일_get_contents

위 프로그램에서는 파일이 있는 파일의 경로를 전달하여 파일의 내용을 filecontents라는 문자열로 읽어서 file_get_contents() 함수를 사용하고 있습니다. 그러면 파일의 내용이 화면에 출력으로 표시됩니다.

예시 #2

file_get_contents() 함수에 매개변수로 전달된 경로의 위치에 있는 파일의 내용을 읽는 PHP 프로그램:

코드:

#making use of file_get_contents() function by passing the path to the file where the file is present to read the contents of the file into a string called filecontents
@filecontents = file_get_contents('C:/Users/admin/Desktop/EDUCBA/check1.txt’);
print "The contents of the specified file is as follows:\n";
#displaying the contents of the file
echo $filecontents;

위 프로그램의 출력은 아래 스냅샷과 같습니다.

PHP 파일_get_contents

위 프로그램에서는 파일이 있는 파일의 경로를 전달하여 파일의 내용을 filecontents라는 문자열로 읽어서 file_get_contents() 함수를 사용하고 있습니다. 그러면 파일의 내용이 화면에 출력으로 표시됩니다.

예시 #3

file_get_contents() 함수에 매개변수로 전달된 경로의 위치에 있는 파일의 내용을 읽는 PHP 프로그램:

코드:

#making use of file_get_contents() function by passing the path to the file where the file is present to read the contents of the file into a string called filecontents
@filecontents = file_get_contents('C:/Users/admin/Desktop/check2.txt');
print "The contents of the specified file is as follows:\n";
#displaying the contents of the file
echo $filecontents;

위 프로그램의 출력은 아래 스냅샷과 같습니다.

PHP 파일_get_contents

위 프로그램에서는 파일이 있는 파일의 경로를 전달하여 파일의 내용을 filecontents라는 문자열로 읽어서 file_get_contents() 함수를 사용하고 있습니다. 그러면 파일의 내용이 화면에 출력으로 표시됩니다.

예시 #4

file_get_contents() 함수에 매개변수로 전달된 경로의 위치에 있는 파일의 내용을 읽는 PHP 프로그램:

코드:

#making use of file_get_contents() function by passing the path to the file where the file is present to read the contents of the file into a string called filecontents
@filecontents = file_get_contents('C:/Users/admin/Desktop/check3.txt');
print "The contents of the specified file is as follows:\n";
#displaying the contents of the file
echo $filecontents;

위 프로그램의 출력은 아래 스냅샷과 같습니다.

PHP 파일_get_contents

위 프로그램에서는 파일이 있는 파일의 경로를 전달하여 파일의 내용을 filecontents라는 문자열로 읽어서 file_get_contents() 함수를 사용하고 있습니다. 그러면 파일의 내용이 화면에 출력으로 표시됩니다.

Example #5

PHP program to read the contents of the file present in the location whose path is passed as a parameter to the file_get_contents() function:

Code:

#making use of file_get_contents() function by passing the path to the file where the file is present to read the contents of the file into a string called filecontents
@filecontents = file_get_contents('C:/Users/admin/Desktop/check4.txt');
print "The contents of the specified file is as follows:\n";
#displaying the contents of the file
echo $filecontents;

The output of the above program is as shown in the snapshot below:

PHP 파일_get_contents

In the above program, we are making use of the file_get_contents() function by passing the path of the file where the files are present to read the contents of the file into a string called filecontents. Then the contents of the file are displayed as the output on the screen.

위 내용은 PHP 파일_get_contents의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
이전 기사:PHP의 지역 변수다음 기사:PHP의 지역 변수