Commit graph

30 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
Philip Olson
4389459003 function_exists: * Works on both internal/user defined functions.
* See also get_defined_functions.
		 * Implemented &return.success;
		 * Should we expand on when this "won't work", like with
		   certain image functions?


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73823 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-17 22:01:07 +00:00
Yasuo Ohgaki
a27cd70ec1 Add cross referece for get_defined_constants.
# I couldn't find it at first time by myself :(


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70671 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-21 09:11:48 +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
irc-html
ecc7120903 spelling errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67642 c90b9560-bf6c-de11-be94-00142212c4b1
2002-01-12 16:28:50 +00:00
jim winstead
d7fffae095 func_num_args: minor cleanups
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65782 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-20 21:59:22 +00:00
jim winstead
6efe3809a4 register_shutdown_function: incorporate user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65613 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-18 19:55:26 +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
Gabor Hojtsy
168667b201 Correct CDATA error reported by Gyozo Papp
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64269 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-08 09:40:38 +00:00
Philip Olson
571de1018d Fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63799 c90b9560-bf6c-de11-be94-00142212c4b1
2001-12-03 18:34:32 +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
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
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
Stig Bakken
1b382d80a6 * documented "declare" and ticks
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48118 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-21 23:16:31 +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
Jesus M. Castagnetto
d021c22d28 documentation for is_null, is_scalar, is_writeable, call_user_func_array
and call_user_func_method


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@42917 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-07 23:15:13 +00:00
Jesus M. Castagnetto
1a46e422e3 more typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@42873 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-07 12:18:14 +00:00
Jesus M. Castagnetto
c8f89e787b Minor typo fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@42872 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-07 12:17:26 +00:00
Jesus M. Castagnetto
5564e0ec80 Changed sample output to use the informalexample tag instead, comuputeroutput
does not translate well to HTML


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@42868 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-07 11:12:47 +00:00
Jesus M. Castagnetto
411b3e0f55 Added documentation and examples for get_declared_vars, get_declared_functions
and get_resource_type


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@42866 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-07 10:40:02 +00:00
jim winstead
7dd641009b fix a bunch more entities that cause a stricter xml parser (xerces) to choke
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39899 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-20 21:08:27 +00:00
Ron Chmara
9ce3b9baf6 Updating per errata.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37491 c90b9560-bf6c-de11-be94-00142212c4b1
2000-12-10 04:25:35 +00:00
Jon Parise
1234fe480b Added a simple usage example and a pointer to the method_exists() function.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@36580 c90b9560-bf6c-de11-be94-00142212c4b1
2000-11-25 05:24:06 +00:00
Andrei Zmievski
13b81a2720 PHP3 -> PHP 3, PHP4 -> PHP 4
And everyone should follow that.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32721 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-15 16:09:44 +00:00
Ron Chmara
b4a3132484 Function functions, aggregated from misc/variables
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32173 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-07 05:11:27 +00:00