<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>爱周末 &#187; readlink</title>
	<atom:link href="http://zhoumo123.cn/tag/readlink/feed" rel="self" type="application/rss+xml" />
	<link>http://zhoumo123.cn</link>
	<description>知识分享，共同进步。zhoumo123.cn</description>
	<lastBuildDate>Thu, 07 Nov 2019 05:53:49 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>php如何查看软链接实际目标文件readlink使用</title>
		<link>http://zhoumo123.cn/php/3262.html</link>
		<comments>http://zhoumo123.cn/php/3262.html#comments</comments>
		<pubDate>Mon, 07 Sep 2015 06:37:52 +0000</pubDate>
		<dc:creator><![CDATA[zhangc]]></dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[readlink]]></category>

		<guid isPermaLink="false">http://zhoumo123.cn/?p=3262</guid>
		<description><![CDATA[php  如何获取一个软链接的真实路径呢？php中提供了一个readlink函数。 (PHP 4, PHP 5, PHP 7) readlink — 返回符号连接指向的目标 说明 string readlink ( string $path ) readlink() 和同名的 C 函数做同样的事，返回符号连接的内容。 参数 path 链接符号的路径。 返回值 返回链接的路径内容，出错则返回 FALSE。 范例 Example #1 readlink() 例 &#60;?php // output e.g. /boot/vmlinux-2.4.20-xfs echo readlink(&#8216 ...  <a href="http://zhoumo123.cn/php/3262.html">  阅读全文 </a>]]></description>
				<content:encoded><![CDATA[<p>php  如何获取一个软链接的真实路径呢？php中提供了一个readlink函数。</p>
<p>(PHP 4, PHP 5, PHP 7)<br />
readlink — 返回符号连接指向的目标</p>
<p><strong>说明</strong></p>
<p>string readlink ( string $path )<br />
readlink() 和同名的 C 函数做同样的事，返回符号连接的内容。</p>
<p><strong>参数</strong></p>
<p>path<br />
链接符号的路径。</p>
<p><strong>返回值</strong></p>
<p>返回链接的路径内容，出错则返回 FALSE。</p>
<p><strong>范例</strong></p>
<p>Example #1 readlink() 例</p>
<p>&lt;?php</p>
<p>// output e.g. /boot/vmlinux-2.4.20-xfs<br />
echo readlink(&#8216;/vmlinuz&#8217;);</p>
<p>?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://zhoumo123.cn/php/3262.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
