<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 18 May 2013 10:47:37 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Nessa's Blog: Working with Permissions in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9305</guid>
      <link>http://www.phpdeveloper.org/news/9305</link>
      <description><![CDATA[<p>
On her blog <i>Nessa</i> has a <a href="http://www.v-nessa.net/2007/12/20/working-with-permissions-in-php">brief look</a> at working with permissions with PHP via three functions - <a href="http://php.net/chown">chown</a>, <a href="http://php.net/chgrp">chgrp</a> and <a href="http://php.net/chmod">chmod</a>.
</p>
<blockquote>
PHP uses the same command as *nix systems when dealing with changing permissions for files. These commands are particularly useful in situations where PHP runs as a different user on the system, which is common when PHP is compiled as an Apache user.
</blockquote>
<p>
She includes a basic syntax for each of them and how one (chmod) could be used in an example of file creation.
</p>]]></description>
      <pubDate>Mon, 24 Dec 2007 09:22:00 -0600</pubDate>
    </item>
  </channel>
</rss>
