Query: readlink
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
READLINK(3) 1 READLINK(3) readlink - Returns the target of a symbolic linkSYNOPSISstring readlink (string $path)DESCRIPTIONreadlink(3) does the same as the readlink C function.PARAMETERSo $path - The symbolic link path.CHANGELOG+--------+---------------------------------------------------+ |Version | | | | | | | Description | | | | +--------+---------------------------------------------------+ | 5.3.0 | | | | | | | This function is now available on Windows plat- | | | forms (Vista, Server 2008 or greater). | | | | +--------+---------------------------------------------------+RETURN VALUESReturns the contents of the symbolic link path or FALSE on error.EXAMPLESExample #1 readlink(3) example <?php // output e.g. /boot/vmlinux-2.4.20-xfs echo readlink('/vmlinuz'); ?>SEE ALSOis_link(3), symlink(3), linkinfo(3). PHP Documentation Group READLINK(3)
| Related Man Pages |
|---|
| readlink(2) - netbsd |
| readlink(2) - osx |
| readlinkat(2) - freebsd |
| symlink(3) - php |
| readlink(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Symbolic Links - BASH Script |
| how to extract last occurence of the field |
| What are the contents of a symbolic link? |
| [RHEL6]Uncompress vmlinuz to vmlinux |
| what's wrong with my match pattern |