Commit graph

105 commits

Author SHA1 Message Date
jim winstead
08aea2b73f unlink: &return.success;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65803 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-21 00:57:43 +00:00
jim winstead
a4b7e945cd readlink: see also is_link (and not readlink, which seems a little redundant :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65769 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-20 19:11:40 +00:00
jim winstead
1725f5c90f is_link: see also readlink
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65768 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-20 19:09:15 +00:00
jim winstead
8d2e19d125 rewind: note that append mode always writes to the end of the file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65643 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-18 22:49:42 +00:00
jim winstead
16b8e8cef7 fseek: add note about seeking relative to SEEK_END
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65625 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-18 20:56:38 +00:00
jim winstead
0836e5d511 chown,chgrp: allows name or number; unlink: should work just fine on windows; all: use &note.no-windows;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65069 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 21:13:17 +00:00
jim winstead
e089e47511 filesize: clarify that size is in bytes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65055 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 20:18:25 +00:00
jim winstead
6881b27f94 fpassthru: incorporate notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65052 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-14 19:38:23 +00:00
Hartmut Holzgraefe
3747b34a1b hope this solves the tabs vs. blanks issues once and for all
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64852 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-12 20:47:43 +00:00
jim winstead
739fedf848 file: incorporate user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64297 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 22:14:24 +00:00
jim winstead
d34e9ec95c move_uploaded_file: add warning about destination being overwritten, remove redundant version note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64283 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 19:22:07 +00:00
jim winstead
391611c803 flock: incorporate user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64282 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 19:17:03 +00:00
jim winstead
42b603120b copy: incorporate user notes, add see also for section on file uploads
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64140 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 02:14:55 +00:00
jim winstead
39b3eb240d copy: see also move_uploaded_file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64137 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-07 02:09:09 +00:00
Sterling Hughes
7c9f531fbf Add documentation as per mr. zmievski's request
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63889 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-04 20:10:08 +00:00
Gabor Hojtsy
e3840f79d2 That would be more correct here...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63086 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-22 22:20:10 +00:00
Gabor Hojtsy
60916fdb35 Some clarification on tempnam and tmpfile, example addded
to tmpfile, unlink() added to tempnam.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63085 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-22 22:15:13 +00:00
Zak Greant
f502c73d89 Clarified the tempnam documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63049 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-22 17:50:57 +00:00
Hartmut Holzgraefe
4a6f22f50a started to wrap up all <programlisting> environments
in CDATA sections to allow verbatim examples

having to use entities for &, < and > makes the code
hard to read and errors might slip in during the
process, so the two extra lines should be worth the effort


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62672 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-18 03:07:18 +00:00
Gabor Hojtsy
9bbfab707a Adding that really neat parse_ini_file, with a complete example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61972 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-11 11:53:09 +00:00
Gabor Hojtsy
b5ce4025e8 Adding disk_free_space, and diskfreespace as an alias of disk_free_space
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61969 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-11 11:26:04 +00:00
Hartmut Holzgraefe
9410c19fda added version attribute to <?xml tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61864 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-10 21:49:43 +00:00
jim winstead
c6b4175eec cross reference parse_url() and pathinfo()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61270 c90b9560-bf6c-de11-be94-00142212c4b1
2001-10-31 18:19:29 +00:00
Jeroen van Wolffelaar
d00d946cb5 4.0.7 -> 4.1.0
4.0.8 -> 4.2.0


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@60091 c90b9560-bf6c-de11-be94-00142212c4b1
2001-10-17 16:24:01 +00:00
Philip Olson
45d2383a2f Putting new basename() parameter info in typical <note> format.
Changing basename() example from .php3 to .php as well.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58575 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-27 09:28:05 +00:00
Jeroen van Wolffelaar
6ae3b9dba5 Fix modelines for VI(M) for the manual (en).
Syntax for vim < 6 is set to sgml, because xml is not recognizing tag-names.

This was discussed before, and this turned out to be best for all vi(m)
versions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57993 c90b9560-bf6c-de11-be94-00142212c4b1
2001-09-21 22:47:49 +00:00
Gabor Hojtsy
4f1834c50f External parsed entities _should_ each begin with a text declaration.
See: http://www.w3.org/TR/2000/REC-xml-20001006#sec-TextDecl


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55418 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-19 11:42:10 +00:00
Jeroen van Wolffelaar
7915a6c933 Added Revision tag on top of most xml files in en-tree
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53059 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-02 17:37:51 +00:00
Jeroen van Wolffelaar
77912fb35c - More correct safe-mode documentation
- Partially added warnings to the functions themselves
- Small xml-id fix in cybermut


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52878 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-31 22:28:30 +00:00
Ken Coar
860f5c5163 A little clarification about what you get when you read from an
fopen'd http:// URL.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50904 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-08 13:37:39 +00:00
jim winstead
947ebedad4 note that umask is applied to mkdir perms
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50847 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-08 03:54:12 +00:00
Jeroen van Wolffelaar
9826de0aa8 Fixed (hopefully last) error in script. Damn regex.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50798 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-07 21:57:31 +00:00
Jeroen van Wolffelaar
db09591bd8 Processed the en-tree with the new script, which leaves text inside <programlisting> alone.
I hope it's okay now...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50794 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-07 21:27:21 +00:00
Jeroen van Wolffelaar
308ffe41f2 Changed true, false and null to &true;, &false; and &null;
Probably this isn't correct at some places, but in the majority
it is.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50762 c90b9560-bf6c-de11-be94-00142212c4b1
2001-07-07 18:42:46 +00:00
Daniel Beckham
7e2c80fd15 reverted changed made in revision 1.70, added note to clarify when
http redirects began to be supported


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50294 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-28 15:46:49 +00:00
Daniel Beckham
bf4a4681e2 correcting doc issue #11645
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50265 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-27 06:53:54 +00:00
Daniel Beckham
5af5696178 documented issue in bug #9124
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50261 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-27 04:38:08 +00:00
Jeroen van Wolffelaar
7c62d81304 Changed all identifiers between <function> and/or <refname> tags
that had ONLY the first letter uppercase to all-lowercase


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50055 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-23 20:10:52 +00:00
Daniel Beckham
bb0ea5c40b fixed typo 'of' -> 'off'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50021 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-23 01:57:14 +00:00
Hartmut Holzgraefe
3d4d655073 version info for new parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50020 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-23 01:09:51 +00:00
Hartmut Holzgraefe
086eb06440 documentation for basename()s optional 2nd argument 'suffix'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50019 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-23 00:56:33 +00:00
Hartmut Holzgraefe
206330a084 <void/>ified
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47614 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-16 18:33:21 +00:00
Jon Parise
7d4843d6a1 Documentation for the new disk_total_space() function.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47543 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-15 23:51:56 +00:00
Damien Seguy
3a37ea31ec Added note into stat.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47382 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-14 12:37:47 +00:00
Damien Seguy
302dde6703 Updated fclose prototype
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47098 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-11 10:16:19 +00:00
Daniel Beckham
2ad2ba0262 added docs for pathinfo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44738 c90b9560-bf6c-de11-be94-00142212c4b1
2001-04-02 16:43:28 +00:00
Torben Wilson
8e5ce0d442 Whoops. Forgot filemtime().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44348 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-26 23:50:26 +00:00
Torben Wilson
0c40a772de Typo fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44347 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-26 23:46:08 +00:00
Torben Wilson
fbd9615943 Grammar cleanup.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44346 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-26 23:44:33 +00:00
Torben Wilson
df9baf5146 Notes in those functions which do not work on remote files.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44345 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-26 23:39:25 +00:00