update : 2015.11.03
php.shukuma.com검색:
|
rename(PHP 4, PHP 5, PHP 7) rename — Renames a file or directory 설명
bool rename
( string
$oldname
, string $newname
[, resource $context
] )
Attempts to rename 인수
반환값
성공 시 변경점
예제
Example #1 Example with rename()
<?php 참고
|