Javascript debugger Website design ↑
readlink() does the same as the readlink C function.
The symbolic link path.
Returns the contents of the symbolic link path or FALSE on error.
FALSE
<?php // output e.g. /boot/vmlinux-2.4.20-xfs echo readlink('/vmlinuz'); ?>
This function is not implemented on Windows platforms.
Javascript debugger Website design