php-doc-en/reference/filesystem/functions
Gabor Hojtsy 99836ba9dd Adding explanation of modes in chmod functions documentation. Feel free
to correct wording if it is not correct. Also moved Nicos' note on modes
here. Point to chmod page from mkdir for mode details.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110255 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-03 21:32:06 +00:00
..
basename.xml revision tags added 2002-04-17 06:45:35 +00:00
chgrp.xml Closing Bug #13321 2002-08-14 03:28:02 +00:00
chmod.xml Adding explanation of modes in chmod functions documentation. Feel free 2003-01-03 21:32:06 +00:00
chown.xml Closing Bug #13321 2002-08-14 03:28:02 +00:00
clearstatcache.xml fixed tag overlapping 2002-09-06 14:15:26 +00:00
copy.xml Document/tidy up/clarify some more streams related information. 2002-09-26 13:56:54 +00:00
delete.xml more litle useful 2002-10-09 00:25:46 +00:00
dirname.xml See also: pathinfo() and realpath() 2002-05-10 03:01:05 +00:00
disk-free-space.xml revision tags added 2002-04-17 06:45:35 +00:00
disk-total-space.xml revision tags added 2002-04-17 06:45:35 +00:00
diskfreespace.xml revision tags added 2002-04-17 06:45:35 +00:00
fclose.xml Added a simple fclose example. 2002-10-18 03:07:44 +00:00
feof.xml revision tags added 2002-04-17 06:45:35 +00:00
fflush.xml fix for bug #18827 2002-08-09 09:30:32 +00:00
fgetc.xml revision tags added 2002-04-17 06:45:35 +00:00
fgetcsv.xml Rewrote to hopefully make more sense. See also explode, file, and pack. 2002-10-18 01:48:11 +00:00
fgets.xml Document binary safety for fgets. 2002-10-19 13:25:47 +00:00
fgetss.xml Add note about line-endings. 2002-09-26 13:59:34 +00:00
file-exists.xml Added an example; moved the windows share information to a note; 2002-10-18 01:00:32 +00:00
file-get-contents.xml Removed <note> for 4.3.0 Introduction, this information is autogenerated. 2002-07-11 21:00:35 +00:00
file.xml Upon failure, file() returns false. (fixes: bug #20047) 2002-10-24 18:58:01 +00:00
fileatime.xml revision tags added 2002-04-17 06:45:35 +00:00
filectime.xml revision tags added 2002-04-17 06:45:35 +00:00
filegroup.xml fix for Bug #19643 2002-09-28 18:25:23 +00:00
fileinode.xml Closing Bug #13321 2002-08-14 03:28:02 +00:00
filemtime.xml Added example, see also getlastmod() and stat(), replaced date() info 2002-12-30 06:44:49 +00:00
fileowner.xml Closing Bug #13321 2002-08-14 03:28:02 +00:00
fileperms.xml revision tags added 2002-04-17 06:45:35 +00:00
filesize.xml revision tags added 2002-04-17 06:45:35 +00:00
filetype.xml filetype(): See also is_dir is_file is_link file_exists and stat 2002-04-19 06:28:03 +00:00
flock.xml - Fix proto and #13191 (FAT FS doesn't support flock()ing). 2002-06-10 10:36:18 +00:00
fnmatch.xml glob() and fnmatch() updates 2002-09-26 00:31:29 +00:00
fopen.xml Make fopen() docs actually readable. 2002-09-24 02:53:08 +00:00
fpassthru.xml Document/tidy up/clarify some more streams related information. 2002-09-26 13:56:54 +00:00
fputs.xml revision tags added 2002-04-17 06:45:35 +00:00
fread.xml Removed empty note; a few <?php ?> additions. 2002-11-09 21:01:11 +00:00
fscanf.xml Added note "Re: Line limits in versions perior to 4.3.0" 2002-11-27 21:17:41 +00:00
fseek.xml revision tags added 2002-04-17 06:45:35 +00:00
fstat.xml revision tags added 2002-04-17 06:45:35 +00:00
ftell.xml revision tags added 2002-04-17 06:45:35 +00:00
ftruncate.xml revision tags added 2002-04-17 06:45:35 +00:00
fwrite.xml Forgot the ending semicolon for &false;. Thanks, Derick 2002-11-08 19:48:41 +00:00
glob.xml Marking constants with <constant>, WS, and compacted the example. 2002-11-16 01:50:30 +00:00
is-dir.xml OK, so dir is a class... 2002-08-14 21:29:01 +00:00
is-executable.xml - Document latest scientific researches on PHP functions 2002-10-07 15:45:38 +00:00
is-file.xml is_file() doesn't work on remote files - #18846 2002-08-11 10:49:51 +00:00
is-link.xml Closing Bug #13321 2002-08-14 03:28:02 +00:00
is-readable.xml revision tags added 2002-04-17 06:45:35 +00:00
is-uploaded-file.xml revision tags added 2002-04-17 06:45:35 +00:00
is-writable.xml revision tags added 2002-04-17 06:45:35 +00:00
is-writeable.xml revision tags added 2002-04-17 06:45:35 +00:00
link.xml Closing Bug #13321 2002-08-14 03:28:02 +00:00
linkinfo.xml Closing Bug #13321 2002-08-14 03:28:02 +00:00
lstat.xml revision tags added 2002-04-17 06:45:35 +00:00
mkdir.xml Adding explanation of modes in chmod functions documentation. Feel free 2003-01-03 21:32:06 +00:00
move-uploaded-file.xml revision tags added 2002-04-17 06:45:35 +00:00
parse-ini-file.xml ini values are evaluated for constants. Closes bug #19608 2002-11-19 08:50:05 +00:00
pathinfo.xml Note: Getting the current path info is discussed in the predefined var section 2002-10-18 00:39:18 +00:00
pclose.xml revision tags added 2002-04-17 06:45:35 +00:00
popen.xml Note: Use proc_open() for bi-directional support. 2002-10-18 03:30:33 +00:00
readfile.xml Document/tidy up/clarify some more streams related information. 2002-09-26 13:56:54 +00:00
readlink.xml Closing Bug #13321 2002-08-14 03:28:02 +00:00
realpath.xml See also: pathinfo not path_info 2002-05-10 03:03:09 +00:00
rename.xml added an example 2002-08-22 12:32:55 +00:00
rewind.xml Fix bug #18859 2002-08-12 00:27:12 +00:00
rmdir.xml revision tags added 2002-04-17 06:45:35 +00:00
set-file-buffer.xml streams function name changes. 2002-09-28 23:07:24 +00:00
stat.xml revision tags added 2002-04-17 06:45:35 +00:00
symlink.xml Closing Bug #13321 2002-08-14 03:28:02 +00:00
tempnam.xml revision tags added 2002-04-17 06:45:35 +00:00
tmpfile.xml revision tags added 2002-04-17 06:45:35 +00:00
touch.xml Fix documentation bug. 2002-09-23 15:06:48 +00:00
umask.xml the parameter is optional 2002-10-22 11:14:31 +00:00
unlink.xml revision tags added 2002-04-17 06:45:35 +00:00