|
eio_renameChange the name or location of a file. Beschreibung
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. Parameter-Liste
Rückgabewerte
eio_rename returns request resource on success or BeispieleBeispiel #1 eio_rename example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: eio_rename_ok |