|
eio_symlinkCreate a symbolic link Description
resource eio_symlink(
string $path ,string $new_path ,int $pri = EIO_PRI_DEFAULT,callable $callback = NULL,mixed $data = NULL)
eio_symlink creates a symbolic link
Parameters
Return Values
eio_symlink returns request resource on success, or ExamplesExample #1 eio_symlink example
The above example will output something similar to: bool(true) string(16) "/tmp/symlink.dat" See Also
|