함수 unlink()

Jmnote (토론 | 기여)님의 2018년 7월 3일 (화) 11:23 판 (→‎PHP)

1 Node.js

2 Python

3 PHP

if( !unlink('path/file.txt') ) {
  echo "failed\n";
}
else {
  echo "success\n";
}

4 같이 보기

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