I'm looking for a list of each file operation. I Googled on http://www.google.se/search?q=Php+File+Operations, but didn't found anything.
Do you know a where I could find a list of PHP file operations?
$file = fopen("words.txt","**r**"); the r is once File Operation