"PHP file put contents()"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
16번째 줄: 16번째 줄:
* [[함수 file_put_contents()]]
* [[함수 file_put_contents()]]


==참고 자료==
==참고==
* http://php.net/manual/en/function.file-put-contents.php
* http://php.net/manual/en/function.file-put-contents.php


[[분류: PHP 파일시스템 함수]]
[[분류: PHP 파일시스템 함수]]

2017년 6월 27일 (화) 12:25 판

1 개요

PHP file_put_contents()
int file_put_contents ( string $filename , mixed $data [, int $flags = 0 [, resource $context ]] )
file_put_contents("test.txt", "John Smith");

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}