함수 unlink()

1 Node.js[ | ]

2 Python[ | ]

3 PHP[ | ]

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

4 같이 보기[ | ]

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