I have a PHP script, which MAY try to access files in the directories that have sensitive data. I want to restrict such operations.I want to allow this script to access files/directories only in the directory I'm specifying. Is it possible to do? Thanks.