함수 unset

Jmnote (토론 | 기여)님의 2014년 7월 24일 (목) 12:33 판


1 PHP

$a = 1;
unset($a);

2 Python

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