Commit Graph

38 Commits

Author SHA1 Message Date
Hartmut Holzgraefe
7839d91186 added DO NOT EDIT noctice to old english functions files,
removing the others


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78562 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 19:58:46 +00:00
jim winstead
ba0ec0111a update examples to test result of opendir() before trying to call readdir().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77443 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-09 22:29:22 +00:00
Sander Roobol
b83ba6f3eb Added two see-also's
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76881 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-06 19:25:31 +00:00
Torben Wilson
61353754de Mention the predefined class Directory, with a link to the list of
predefined classes.

Closes Bug #14998.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72814 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 01:06:38 +00:00
Derick Rethans
20218a3074 - Typoes and whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72607 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-09 23:12:10 +00:00
Andy Lindeman
9d5179e5c3 Fixing bug #15723
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70993 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-26 21:47:10 +00:00
Sebastian Nohn
c7b64a1f72 fixing bug #15153
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70853 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-24 12:46:46 +00:00
Torben Wilson
3fff298bd3 Grammar fix. What the hell did I think 'equal and identical to' was
supposed to mean? :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69972 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-10 18:56:54 +00:00
Torben Wilson
37d2d048ac Clarified readdir() a bit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69971 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-10 18:47:27 +00:00
Hartmut Holzgraefe
8f857966ed first experiment with docbook4 oo-support tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69512 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-05 01:04:11 +00:00
Hartmut Holzgraefe
4c31e191c5 en Upgrade to DocBook4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69281 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-02 15:36:11 +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
e6781f61bf add note about order of entries returned from dir object.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64291 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 21:11:23 +00:00
Philip Olson
b62b6c3b48 Modify dir example to accept filename '0', as per the readdir and opendir examples.
Fixed readdir example (it's using CDATA now).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63019 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-22 10:07:52 +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
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
Philip Olson
719ca0c2e6 Fixed opendir() example as per bug #13890
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61694 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-07 19:24:23 +00:00
Philip Olson
4b83410f02 Adding links to related Filesystem functions. Perhaps some should be recategorized.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61594 c90b9560-bf6c-de11-be94-00142212c4b1
2001-11-05 19:38:10 +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
Gabor Hojtsy
8dd65bea75 WS fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55320 c90b9560-bf6c-de11-be94-00142212c4b1
2001-08-18 14:07:43 +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
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
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
Jeroen van Wolffelaar
8ceb0c165b - <literal>ized
- fixed types
- TODO: add to resources.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47885 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:37:46 +00:00
Daniel Beckham
a42cf92d66 clarified return value of opendir and added example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41791 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-23 22:08:33 +00:00
Egon Schmid
80187e31e4 Corrected the the nesting of <para> and <note>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41301 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-16 00:47:33 +00:00
Derick Rethans
70b791fb93 - Added documentation for the chroot() function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41290 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-15 19:53:57 +00:00
Joey Smith
b15d477dc8 Make a note that !== did not exist until 4.0.0-RC2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33452 c90b9560-bf6c-de11-be94-00142212c4b1
2000-10-06 04:49:32 +00:00
Daniel Beckham
5e2be23a50 changed how I noted a void parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30919 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-22 21:55:10 +00:00
Daniel Beckham
52493f3c96 corrected the sgml-default-dtd-file option to point to the correct location. (../../manual.ced)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30918 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-22 21:40:33 +00:00
Daniel Beckham
3703af1b3d added getcwd() definition
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30917 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-22 21:34:12 +00:00
Hartmut Holzgraefe
fa036cb834 some examples fixed regarding to bug # 5867
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29565 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-04 09:08:12 +00:00
Stefan Livieratos
305206c5a1 Fixed typos + cosmetic changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27864 c90b9560-bf6c-de11-be94-00142212c4b1
2000-07-08 10:52:08 +00:00
Hartmut Holzgraefe
03d573b73d added <funcprototype> sections in every <funcsynopsis>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@26878 c90b9560-bf6c-de11-be94-00142212c4b1
2000-06-24 07:38:45 +00:00
Torben Wilson
195e0588f7 These weren't finding manual.ced when ref'd by "../../manual.ced"; the
linked one works.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17018 c90b9560-bf6c-de11-be94-00142212c4b1
1999-12-11 00:42:09 +00:00
Stig Bakken
c8f33da553 Merged the dev_xml branch into the main trunk.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@16980 c90b9560-bf6c-de11-be94-00142212c4b1
1999-12-10 00:34:45 +00:00