Sometimes, when you are writing your PHP script, you'll write Classes and Functions that you will use in your script in external files so that they might be included( ) or required( ) at any time. But what can you do to prevent access to these files and limit such access only to your script?