PHP » PYTHON |
login |
register |
about
|
import os os.readlink(path) readlink(PHP 4, PHP 5) readlink — Returns the target of a symbolic link Description
string readlink
( string $path
)
readlink() does the same as the readlink C function. Parameters
Changelog
Return ValuesReturns the contents of the symbolic link path or FALSE on error. Examples
Example #1 readlink() example
<?php
See Also
|
more
Recently updated
more
Most requested
|