Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: readlink - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

realpath" width="11" height="7"/> <readfile
Last updated: Thu, 31 May 2007

view this page in

readlink

(PHP 4, PHP 5)

readlink — シンボリックリンク先を返す

説明

string readlink ( string $path )

readlink() は同名の C 関数と同じ動作をして、 シンボリックリンク・パスの内容を返します。エラーの場合は FALSE を返します。

例 648. readlink() の例

<?php

// 出力例 /boot/vmlinux-2.4.20-xfs
echo readlink('/vmlinuz');

?>

注意: この関数は Windows 環境にはまだ実装されていません。

is_link()symlink() および linkinfo() も参照ください。



add a note add a note User Contributed Notes
readlink
There are no user contributed notes for this page.

realpath" width="11" height="7"/> <readfile
Last updated: Thu, 31 May 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites