|
eio_linkCreate a hardlink for file Beschreibung
resource eio_link
( string
$path
, string $new_path
[, int $pri = EIO_PRI_DEFAULT
[, callable $callback = NULL
[, mixed $data = NULL
]]] )
eio_link creates a hardlink
Parameter-Liste
Rückgabewerte
BeispieleBeispiel #1 eio_link example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: bool(true) bool(true) string(%d) "%ssymlink.dat" Siehe auch
|