update : 2015.11.03
php.shukuma.com검색:
|
rmdir(PHP 4, PHP 5, PHP 7) rmdir — Removes directory 설명
bool rmdir
( string
$dirname
[, resource $context
] )
Attempts to remove the directory named by 인수
반환값
성공 시 변경점
예제
Example #1 rmdir() example
<?php 주의
|