PHP readlink() Function
Complete PHP Filesystem Reference
Definition and Usage
The readlink() function returns the target of a symbolic link.
This function returns the target of the link on success, or FALSE on failure.
Syntax
Parameter |
Description |
linkpath |
Required. Specifies the link path to check |
Tips and Notes
Note: This function is not implemented on Windows platforms.
Example
<?php
echo readlink("/user/testlink");
?>
|
Complete PHP Filesystem Reference
Learn XML with <oXygen/> XML Editor - Free Trial!
|
|
oXygen helps you learn to define,
edit, validate and transform XML documents. Supported technologies include XML Schema,
DTD, Relax NG, XSLT, XPath, XQuery, CSS.
Understand in no time how XSLT and XQuery work by using the intuitive oXygen debugger!
Do you have any XML related questions? Get free answers from the oXygen
XML forum
and from the video
demonstrations.
Download a FREE 30-day trial today!
|
|