PHP » GoLang |
login |
register |
about
|
eio_symlink(PECL eio >= 0.0.1dev) eio_symlink — Create 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
<?php The above example will output something similar to: bool(true) string(16) "/tmp/symlink.dat" See Also
|
more
Recently updated
more
Most requested
|