update : 2015.11.03
php.shukuma.com검색:
|
readlink(PHP 4, PHP 5, PHP 7) readlink — Returns the target of a symbolic link 설명
string readlink
( string
$path
)readlink() does the same as the readlink C function. 인수
변경점
반환값
Returns the contents of the symbolic link path or 예제
Example #1 readlink() example
<?php 참고
|