..
basename.xml
Fix #62119 : basename broken with non-ASCII-chars
2016-10-14 17:28:12 +00:00
chgrp.xml
Fixed caching final results in chgrp example.
2011-02-25 11:05:23 +00:00
chmod.xml
Fixed bug #64605
2014-05-18 15:13:26 +00:00
chown.xml
added an additional link to the see also section of chown (patch by Francis Rath)
2015-03-29 18:32:22 +00:00
clearstatcache.xml
clarify the filename parameter of clearstatcache().
2012-08-24 21:03:36 +00:00
copy.xml
markup parameter and mention previously
2015-04-20 14:09:03 +00:00
delete.xml
Remove return value section from delete page
2014-06-01 13:09:59 +00:00
dirname.xml
Document new dirname() changes
2015-08-16 18:16:29 +00:00
disk-free-space.xml
disk-total-space.xml
diskfreespace.xml
fclose.xml
feof.xml
fflush.xml
fgetc.xml
fgetcsv.xml
Integrate user note 119861
2016-09-09 22:26:40 +00:00
fgets.xml
Remove changelogs for PHP 4 - 2nd round
2014-08-26 14:28:17 +00:00
fgetss.xml
Remove changelogs for PHP 4 - 3rd round
2014-08-27 17:46:13 +00:00
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
Update manual wrt. < https://wiki.php.net/rfc/negative-string-offsets >
2016-09-14 11:53:33 +00:00
file-put-contents.xml
small reword to previous commit
2015-05-22 19:44:14 +00:00
file.xml
Added warning when file not exists info in errors section
2016-07-15 18:08:07 +00:00
fileatime.xml
Move the "emits E_WARNING" paragraph for functions that do so when an internal
2010-12-13 09:04:07 +00:00
filectime.xml
Move the "emits E_WARNING" paragraph for functions that do so when an internal
2010-12-13 09:04:07 +00:00
filegroup.xml
Improve English: "in case" does not mean "if" (part 1).
2011-07-29 10:46:17 +00:00
fileinode.xml
Move the "emits E_WARNING" paragraph for functions that do so when an internal
2010-12-13 09:04:07 +00:00
filemtime.xml
Move the "emits E_WARNING" paragraph for functions that do so when an internal
2010-12-13 09:04:07 +00:00
fileowner.xml
Move the "emits E_WARNING" paragraph for functions that do so when an internal
2010-12-13 09:04:07 +00:00
fileperms.xml
Fix #55566 : Example 2 for fileperms is wrong
2016-06-14 14:02:02 +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
Added changelog entry for the fixed wouldblock param on windows https://bugs.php.net/bug.php?id=54129
2015-04-30 20:24:22 +00:00
fnmatch.xml
Making the XML definition consistent across the entire project.
2014-09-05 07:44:07 +00:00
fopen.xml
fopen($filename, 'a') opens for writing only, the statement 'fseek()() only affects the reading position' is confusing since there is no reading in this mode. (I also fixed the reference to fseek.)
2015-12-31 12:27:21 +00:00
fpassthru.xml
fputcsv.xml
Improve readability of the doc sources
2016-09-28 12:34:02 +00:00
fputs.xml
fread.xml
Add links to pack() and unpack(), respectively
2016-07-26 23:31:08 +00:00
fscanf.xml
Remove changelogs for PHP 4 - 2nd round
2014-08-26 14:28:17 +00:00
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
Remove changelogs for PHP 4 - 3rd round
2014-08-27 17:46:13 +00:00
fwrite.xml
Add links to pack() and unpack(), respectively
2016-07-26 23:31:08 +00:00
glob.xml
Remove changelogs for PHP 4 - 3rd round
2014-08-27 17:46:13 +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
Remove changelogs for PHP 4 - 3rd round
2014-08-27 17:46:13 +00:00
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
Move the "emits E_WARNING" paragraph for functions that do so when an internal
2010-12-13 09:04:07 +00:00
is-readable.xml
File functions with directories
2012-09-22 14:12:33 +00:00
is-uploaded-file.xml
is-writable.xml
Move the "emits E_WARNING" paragraph for functions that do so when an internal
2010-12-13 09:04:07 +00:00
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
Move the "emits E_WARNING" paragraph for functions that do so when an internal
2010-12-13 09:04:07 +00:00
mkdir.xml
Remove changelogs for PHP 4 - 2nd round
2014-08-26 14:28:17 +00:00
move-uploaded-file.xml
Fix #72609 : Insecure example in php.net documentation
2016-07-18 12:36:51 +00:00
parse-ini-file.xml
Sigh...
2015-06-16 09:11:34 +00:00
parse-ini-string.xml
Document INI_SCANNER_TYPED
2015-06-16 05:05:37 +00:00
pathinfo.xml
Fix #67048 : pathinfo() doesn't document parsing of dot-files
2016-06-22 14:17:23 +00:00
pclose.xml
Fix #71804 : proc_close does not return exit code
2016-06-29 18:23:56 +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
improve example (contributed by anon user)
2015-08-15 00:11:32 +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
Implemented user note by Eric Mueller: trailing delimiters are also removed
2015-09-04 17:03:11 +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
Remove changelogs for PHP 4 - 2nd round
2014-08-26 14:28:17 +00:00
symlink.xml
Minor typo and other fixes. (By Christoph Becker)
2015-04-20 10:48:37 +00:00
tempnam.xml
clarified fallback to temp dir ( fixes #69488 )
2015-06-14 15:20:45 +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
clarify default value for atime parameter for touch() (doc #54747 )
2011-05-17 20:52:27 +00:00
umask.xml
Fixed spelling
2013-01-29 01:47:09 +00:00
unlink.xml
fixed typos, grammar, expression
2015-06-13 22:22:45 +00:00