• Skip to primary navigation
  • Skip to content
  • Skip to footer
공대여자 github page

      공대여자

      Web Dev

      • HERE!
      • Website
      • GitHub
      • Instagram

      php cli 모드에서 출력시 항상 바로 출력하기

      less than 1 minute read

      ob_implicit_flush(1); // 바로 출력하도록 설정(출력 버퍼가 동작 안한다) ob_end_clean(); //출력 버퍼를 비운다.(이걸 안하면 이전 출력 버퍼가 데이터를 버퍼처리 하고있다.)

      순서 틀리면 안됨.


      🔗original-link

      Updated: July 25, 2014

      Share on

      Twitter Facebook LinkedIn
      Previous Next

      You May Also Enjoy

      less than 1 minute read

      less than 1 minute read

      less than 1 minute read

      less than 1 minute read

      • Feed
      © 2025 공대여자 github page. Powered by Jekyll & Minimal Mistakes.