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

잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
1번째 줄: 1번째 줄:
{{DISPLAYTITLE:PHP file_put_contents()}}
==개요==
==개요==
;PHP file_put_contents()
;PHP file_put_contents()

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