php-doc-en/reference/filesystem/functions
2006-01-02 08:37:24 +00:00
..
basename.xml fixing a point in stat, adding some tags, and comestics 2004-05-18 14:23:19 +00:00
chgrp.xml safe mode note 2003-12-31 10:39:43 +00:00
chmod.xml Mode can be changed only by owner (bug #33639) 2005-08-30 14:20:34 +00:00
chown.xml safe mode note 2003-12-28 14:12:29 +00:00
clearstatcache.xml bah, my english... 2004-02-06 15:16:09 +00:00
copy.xml make it consistent and prevent appearing of 2 colons 2005-04-13 11:59:02 +00:00
delete.xml fixing a point in stat, adding some tags, and comestics 2004-05-18 14:23:19 +00:00
dirname.xml Added "is binary safe" information as per NEWS. Used &note.bin-safe; for anything < 4.0.3 2004-07-22 22:51:12 +00:00
disk-free-space.xml windows example 2003-12-26 19:48:54 +00:00
disk-total-space.xml windows example 2003-12-26 19:48:54 +00:00
diskfreespace.xml Implemented the new alias doc style. This alias no longer requires translation 2005-04-25 16:17:02 +00:00
fclose.xml Use 'handle' instead of 'fp' in parameter declarations and examples. 2003-01-13 02:54:28 +00:00
feof.xml Structure does not follow DTD, fixed. 2005-09-20 21:38:58 +00:00
fflush.xml added a new entity and use an old one 2004-05-17 19:42:15 +00:00
fgetc.xml added a new entity and use an old one 2004-05-17 19:42:15 +00:00
fgetcsv.xml - Typos. 2005-03-31 04:04:14 +00:00
fgets.xml see also fgetss 2005-09-16 11:30:14 +00:00
fgetss.xml Length is optional (bug #29696) 2004-08-16 08:38:06 +00:00
file-exists.xml Typo (spotted by Dave Barr) 2005-04-21 10:27:51 +00:00
file-get-contents.xml One should definitely know about stream_get_contents 2005-06-17 08:33:56 +00:00
file-put-contents.xml convert to new style and document the support for LOCK_EX in php 5.1 2005-07-12 19:30:51 +00:00
file.xml More similar to file_get_contents (bug #34867) 2005-10-14 07:11:15 +00:00
fileatime.xml - Typo. 2004-08-13 01:00:48 +00:00
filectime.xml fix #33540: typo in the example's title 2005-07-01 18:41:18 +00:00
filegroup.xml Add tip introducing url_stat() support 2003-11-29 16:39:55 +00:00
fileinode.xml Add tip introducing url_stat() support 2003-11-29 16:39:55 +00:00
filemtime.xml Add tip introducing url_stat() support 2003-11-29 16:39:55 +00:00
fileowner.xml Add tip introducing url_stat() support 2003-11-29 16:39:55 +00:00
fileperms.xml missing closing tags and commnted invalid code 2004-07-21 21:16:23 +00:00
filesize.xml bug #33701 -- document E_WARNING 2005-07-14 16:03:16 +00:00
filetype.xml Add tip introducing url_stat() support 2003-11-29 16:39:55 +00:00
flock.xml fclose() releases the lock (bug #30600) 2004-11-28 11:38:36 +00:00
fnmatch.xml fix proto 2004-05-20 15:40:32 +00:00
fopen.xml Context parameter (bug #32499) 2005-03-31 15:01:44 +00:00
fpassthru.xml fix the path (caused by wrong quotes). user note. 2005-09-01 15:30:28 +00:00
fputcsv.xml Fix protos 2004-11-11 14:54:25 +00:00
fputs.xml Implemented the new alias doc style. This alias no longer requires translation 2005-04-25 16:17:02 +00:00
fread.xml clarify that greedy read is for regular local files only. 2005-10-27 20:31:18 +00:00
fscanf.xml Replace <parameter>&amp; by <parameter role="reference"> 2004-11-10 08:30:50 +00:00
fseek.xml Add required parameter to example 2006-01-02 08:37:24 +00:00
fstat.xml fix #31983: the results of this function arent cached 2005-02-15 12:34:49 +00:00
ftell.xml Can't use ftell with a (bug #24071) 2004-08-07 08:56:21 +00:00
ftruncate.xml File pointer movement (bug #32889) 2005-04-29 14:19:03 +00:00
fwrite.xml Added function tag to example title 2005-04-04 17:32:43 +00:00
glob.xml no tab 2005-06-22 20:34:42 +00:00
is-dir.xml use example.outputs[.similar] entity 2005-03-11 16:11:52 +00:00
is-executable.xml Nuke tabs 2004-08-03 17:25:34 +00:00
is-file.xml correct php tag 2005-06-22 20:37:26 +00:00
is-link.xml Add tip introducing url_stat() support 2003-11-29 16:39:55 +00:00
is-readable.xml Bug 34632: example headline 2005-09-25 02:05:07 +00:00
is-uploaded-file.xml PHP examples syntax errors 2005-11-18 16:25:23 +00:00
is-writable.xml Removed tabs from examples 2005-04-05 17:36:37 +00:00
is-writeable.xml Implemented the new alias doc style. This alias no longer requires translation 2005-04-25 16:17:02 +00:00
link.xml Some windows notes. 2004-05-05 09:30:56 +00:00
linkinfo.xml fixing a point in stat, adding some tags, and comestics 2004-05-18 14:23:19 +00:00
lstat.xml Add tip introducing url_stat() support 2003-11-29 16:39:55 +00:00
mkdir.xml Context parameter (bug #32499) 2005-03-31 15:01:44 +00:00
move-uploaded-file.xml Bug #31407: move_uploaded_file() documentation incohenrent 2005-01-11 01:12:58 +00:00
parse-ini-file.xml Missing quotes (bug #35576) 2005-12-07 11:46:40 +00:00
pathinfo.xml Fixed bug #29924 2004-09-01 00:01:26 +00:00
pclose.xml Use 'handle' instead of 'fp' in parameter declarations and examples. 2003-01-13 02:54:28 +00:00
popen.xml ref.xsl: fixed build issues (functions will be coming in a few) 2004-04-01 06:31:15 +00:00
readfile.xml Context parameter (bug #32499) 2005-03-31 15:01:44 +00:00
readlink.xml Some windows notes. 2004-05-05 09:30:56 +00:00
realpath.xml fix 32627: failure on BSD systems 2005-08-07 12:52:24 +00:00
rename.xml Context parameter (bug #32499) 2005-03-31 15:01:44 +00:00
rewind.xml "a+"ppend notes 2005-04-29 10:46:50 +00:00
rmdir.xml Context parameter (bug #32499) 2005-03-31 15:01:44 +00:00
set-file-buffer.xml Implemented the new alias doc style. This alias no longer requires translation 2005-04-25 16:17:02 +00:00
stat.xml ctime is not file creation time 2004-05-20 15:01:39 +00:00
symlink.xml Some windows notes. 2004-05-05 09:30:56 +00:00
tempnam.xml Double 'the' 2004-09-15 08:15:17 +00:00
tmpfile.xml An unique (bug #34880) 2005-10-17 12:36:02 +00:00
touch.xml description and example are rewritten a bit by George Miroshnikov 2004-11-09 07:59:34 +00:00
umask.xml adding example 2005-06-01 14:58:57 +00:00
unlink.xml Context parameter (bug #32499) 2005-03-31 15:01:44 +00:00