PHP file_put_contents()

Jmnote (토론 | 기여)님의 2017년 8월 5일 (토) 01:45 판

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 }}