update : 2015.11.03
php.shukuma.com검색:
|
eio_rename(PECL eio >= 0.0.1dev) eio_rename — Change the name or location of a file. 설명
resource eio_rename
( string
$path
, string $new_path
[, int $pri = EIO_PRI_DEFAULT
[, callable $callback = NULL
[, mixed $data = NULL
]]] )eio_rename() renames or moves a file to new location. 인수
반환값
eio_rename() returns request resource on success or 예제Example #1 eio_rename() example
<?php 위 예제의 출력 예시: eio_rename_ok |