php-doc-en/reference/filesystem/functions
Maciej Sobaczewski 081b8fede7 Fix order of changelog entries
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334386 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-26 05:17:15 +00:00
..
basename.xml
chgrp.xml
chmod.xml Fixed bug #64605 2014-05-18 15:13:26 +00:00
chown.xml
clearstatcache.xml clarify the filename parameter of clearstatcache(). 2012-08-24 21:03:36 +00:00
copy.xml
delete.xml Remove return value section from delete page 2014-06-01 13:09:59 +00:00
dirname.xml
disk-free-space.xml
disk-total-space.xml
diskfreespace.xml
fclose.xml
feof.xml
fflush.xml
fgetc.xml
fgetcsv.xml Replace single quotes with double for (string) <initializer> unless string contains double quotes 2014-04-14 23:48:06 +00:00
fgets.xml Typo found by online editor user 2012-10-19 09:28:27 +00:00
fgetss.xml
file-exists.xml Added language snippet note regarding the 32bit integer limit causing weird results for files over 2GB. 2011-10-08 22:33:42 +00:00
file-get-contents.xml no more "FIXME PHP_6" todo comments 2014-07-24 12:28:07 +00:00
file-put-contents.xml Fix order of changelog entries 2014-07-26 05:17:15 +00:00
file.xml no more "FIXME PHP_6" todo comments 2014-07-24 12:28:07 +00:00
fileatime.xml
filectime.xml
filegroup.xml Improve English: "in case" does not mean "if" (part 1). 2011-07-29 10:46:17 +00:00
fileinode.xml
filemtime.xml
fileowner.xml
fileperms.xml Re-fix doc bug #55775 (fileperms() return value not documented on success). 2012-01-30 14:19:05 +00:00
filesize.xml Added language snippet note regarding the 32bit integer limit causing weird results for files over 2GB. 2011-10-08 22:33:42 +00:00
filetype.xml Add pathinfo() to the see also list on filetype(), since we got a user note 2012-09-24 01:32:33 +00:00
flock.xml implied type incorrect #65271 2013-08-19 05:41:50 +00:00
fnmatch.xml Available on Windows 2012-09-14 20:56:50 +00:00
fopen.xml Grammar fix arising from r327743 (thanks to bjori for pointing it out). 2012-09-24 03:54:38 +00:00
fpassthru.xml
fputcsv.xml Replace single quotes with double for (string) <initializer> unless string contains double quotes 2014-04-14 23:48:06 +00:00
fputs.xml
fread.xml
fscanf.xml
fseek.xml Reverting previous commit, which was mistaken. Bug #60464. 2011-12-08 00:10:04 +00:00
fstat.xml
ftell.xml Use the signed 32 bit integer entity to handle ftell() returning negative 2012-12-03 01:06:44 +00:00
ftruncate.xml We know it is PHP 2012-06-09 17:55:27 +00:00
fwrite.xml
glob.xml Clarify default glob() sorting (Patch by Lawrence Cherone) 2014-07-12 21:04:04 +00:00
is-dir.xml dir is a function creating an instance of Directory class 2012-01-07 23:06:29 +00:00
is-executable.xml
is-file.xml Added language snippet note regarding the 32bit integer limit causing weird results for files over 2GB. 2011-10-08 22:33:42 +00:00
is-link.xml
is-readable.xml File functions with directories 2012-09-22 14:12:33 +00:00
is-uploaded-file.xml
is-writable.xml
is-writeable.xml
lchgrp.xml
lchown.xml
link.xml One notes section is enough 2013-09-03 05:01:55 +00:00
linkinfo.xml
lstat.xml
mkdir.xml fix #66414 bad mkdir example 2014-01-05 07:05:47 +00:00
move-uploaded-file.xml
parse-ini-file.xml Mention that entries without an equal sign are ignored. Recent feature request PHP Bug #67331 requests this functionality. 2014-07-03 23:10:43 +00:00
parse-ini-string.xml Mention "off" and "on" for parse_ini_file/string() 2014-03-29 21:52:41 +00:00
pathinfo.xml Typo found by online editor user 2013-08-16 09:25:19 +00:00
pclose.xml #65855 wrong function name in warning 2013-10-25 16:00:40 +00:00
popen.xml Doc Bug #67070 Parameter name that should be in bold in popen doc page 2014-04-15 23:39:42 +00:00
readfile.xml caused problems without ob_start present, or ini output_buffering (Patch by John Bercik) 2014-07-10 14:47:22 +00:00
readlink.xml
realpath-cache-get.xml Replace _ by - in IDs 2012-01-12 12:40:04 +00:00
realpath-cache-size.xml Added more information about what the realpath_cache_size config option represents and added See Also link to the config option from the function of the same name 2013-09-05 10:24:19 +00:00
realpath.xml typofix: return -> returns (doc #64700, patch from mightyuhu) 2013-05-07 07:24:17 +00:00
rename.xml Update the rename() description to note that it overwrites and moves between 2012-11-12 02:00:58 +00:00
rewind.xml
rmdir.xml
set-file-buffer.xml
stat.xml Added language snippet note regarding the 32bit integer limit causing weird results for files over 2GB. 2011-10-08 22:33:42 +00:00
symlink.xml Tweak the wording of the symlink() note to make it clearer that, while it 2012-10-30 06:08:52 +00:00
tempnam.xml Mention that tempnam() includes path in return value 2014-03-29 21:52:46 +00:00
tmpfile.xml Note that the file returned by tmpfile() may be closed once out of scope. 2013-11-01 00:48:29 +00:00
touch.xml
umask.xml Fixed spelling 2013-01-29 01:47:09 +00:00
unlink.xml