PHP » GoLang |
login |
register |
about
|
eio_rename(PECL eio >= 0.0.1dev) eio_rename — Change the name or location of a file Description
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. Parameters
Return Values
eio_rename() returns request resource on success or ExamplesExample #1 eio_rename() example
<?php The above example will output something similar to: eio_rename_ok |
more
Recently updated
more
Most requested
more
Last requests
|