현재 위치: > 함수 카테고리 모음> fflush

fflush

버퍼링 된 컨텐츠를 파일로 내 보냅니다
이름:fflush
분류:파일 시스템
사용 언어:php
한 줄 설명:열린 파일에 컨텐츠를 출력합니다.

 <span class="token php language-php"><span class="token delimiter important"><? php</span>
file <span class="token operator">=</span> <span class="token function">fopen</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"test.txt"</span> <span class="token punctuation">,</span> <span class="token string double-quoted-string">"r+"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>

<span class="token comment">// 일부 코드</span>

<span class="token function">ffflush</span> <span class="token punctuation">(</span> <span class="token variable">$ 파일</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>
유사한 함수
  • 파일이 http post를 통해 업로드되어 있는지 확인하십시오 is_uploaded_file

    is_uploaded_file

    파일이httppost를통해업로드되어있
  • 경로에서 파일 이름 부분을 반환합니다 basename

    basename

    경로에서파일이름부분을반환합니다
  • 구성 파일을 구문 분석하십시오 parse_ini_file

    parse_ini_file

    구성파일을구문분석하십시오
  • 전체 파일을 배열로 읽으십시오 file

    file

    전체파일을배열로읽으십시오
  • 문서에 대한 정보를 제공합니다 stat

    stat

    문서에대한정보를제공합니다
  • 파일 유형을 가져옵니다 filetype

    filetype

    파일유형을가져옵니다
  • 파일 소유자를 얻으십시오 fileowner

    fileowner

    파일소유자를얻으십시오
  • 파일 포인터의 위치 fseek

    fseek

    파일포인터의위치