PHP » PYTHON |
login |
register |
about
|
import os os.symlink(target, link) symlink(PHP 4, PHP 5) symlink — Creates a symbolic link Description
bool symlink
( string $target
, string $link
)
symlink() creates a symbolic link to the existing target with the specified name link . Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Changelog
Examples
Example #1 Create a symbolic link
<?php
Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|