<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>ShinePHP Forum &#187; Tag: unlink - Recent Posts</title>
		<link>http://shinephp.com/community/tags/unlink</link>
		<description>General Web development, PHP, MySQL, WordPress and its plugins discussions</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Feb 2012 16:24:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://shinephp.com/community/search.php</link>
		</textInput>
		<atom:link href="http://shinephp.com/community/rss/tags/unlink" rel="self" type="application/rss+xml" />

		<item>
			<title>vladimir on "unlink()  permission denied under Windows-Apache"</title>
			<link>http://shinephp.com/community/topic/unlink-permission-denied-under-windows-apache#post-28</link>
			<pubDate>Sun, 11 Apr 2010 09:13:19 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">28@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;I met with situation when unlink() permanently return 'permision denied' error while file to be deleted is fully accessible. Environment is Windows-Apache. Searching Internet shows me that this is not only my trouble. It seems unlink() has some problem under Windows OS. I decided to use this workaround for that problem: &#60;/p&#62;


&#60;div class=&#34;bb_syntax&#34;&#62;&#60;div class=&#34;code&#34;&#62;&#60;pre class=&#34;php&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;span style=&#34;color: #666666; font-style: italic;&#34;&#62;// define if we under Windows&#60;/span&#62;
&#60;span style=&#34;color: #000088;&#34;&#62;$tmp&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #990000;&#34;&#62;dirname&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900; font-weight: bold;&#34;&#62;__FILE__&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;strpos&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000088;&#34;&#62;$tmp&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;,&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;'/'&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;,&#60;/span&#62; &#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;!==&#60;/span&#62;&#60;span style=&#34;color: #009900; font-weight: bold;&#34;&#62;false&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
  &#60;span style=&#34;color: #990000;&#34;&#62;define&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'WINDOWS_SERVER'&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;,&#60;/span&#62; &#60;span style=&#34;color: #009900; font-weight: bold;&#34;&#62;false&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62; &#60;span style=&#34;color: #b1b100;&#34;&#62;else&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
  &#60;span style=&#34;color: #990000;&#34;&#62;define&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'WINDOWS_SERVER'&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;,&#60;/span&#62; &#60;span style=&#34;color: #009900; font-weight: bold;&#34;&#62;true&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
&#38;nbsp;
  &#60;span style=&#34;color: #000088;&#34;&#62;$deleteError&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #cc66cc;&#34;&#62;0&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
  &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;!&#60;/span&#62;WINDOWS_SERVER&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
    &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;!&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;unlink&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000088;&#34;&#62;$fileName&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
      &#60;span style=&#34;color: #000088;&#34;&#62;$deleteError&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #cc66cc;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
    &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62; &#60;span style=&#34;color: #b1b100;&#34;&#62;else&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
    &#60;span style=&#34;color: #000088;&#34;&#62;$lines&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #990000;&#34;&#62;array&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
    &#60;span style=&#34;color: #990000;&#34;&#62;exec&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;DEL /F/Q &#60;span style=&#34;color: #000099; font-weight: bold;&#34;&#62;\&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #006699; font-weight: bold;&#34;&#62;$fileName&#60;/span&#62;&#60;span style=&#34;color: #000099; font-weight: bold;&#34;&#62;\&#38;quot;&#60;/span&#62;&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;,&#60;/span&#62; &#60;span style=&#34;color: #000088;&#34;&#62;$lines&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;,&#60;/span&#62; &#60;span style=&#34;color: #000088;&#34;&#62;$deleteError&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;
  &#60;span style=&#34;color: #b1b100;&#34;&#62;if&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #000088;&#34;&#62;$deleteError&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62; &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#123;&#60;/span&#62;
    &#60;span style=&#34;color: #b1b100;&#34;&#62;echo&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;'file delete error'&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
  &#60;span style=&#34;color: #009900;&#34;&#62;&#38;#125;&#60;/span&#62;&#60;/pre&#62;&#60;/div&#62;&#60;/div&#62;


</description>
		</item>

	</channel>
</rss>

