PHP
[PHP]파일에 내용을 기록하는 fwrite()
무늬만
2018. 3. 28. 23:29
php fwrite()함수 fwrite("파일이름","내용");
파일안에 내용을 저장할때 fwrite()를사용한다