Commit graph

15205 commits

Author SHA1 Message Date
Nilgün Belma Bugüner
2f0cd62b05 testing mime type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287875 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-29 10:07:29 +00:00
Daniel Convissor
f104a53630 Clean up example titles
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287874 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-29 04:46:31 +00:00
Daniel Convissor
6e1d066cc0 Tweak grammar from last commit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287873 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-29 04:38:13 +00:00
Daniel Convissor
d022de3adc Rename calendar section to date.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287860 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 17:03:27 +00:00
Daniel Convissor
a8231241df Adjust recent DateInterval changes based on feedback from Derick. Add link to interval format spec.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287858 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 16:02:21 +00:00
Daniel Convissor
c2bd4ff008 Change literal to function around method names.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287857 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 15:59:28 +00:00
Richard Quadling
0184ad5ac0 Example missing some output.
Fix for bug#49395

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287845 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 10:56:51 +00:00
Torben Wilson
6e6a7b535a Fixed an old incorrect description of array union.
Addresses bug #46765.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287831 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 08:34:04 +00:00
Torben Wilson
3152dc0fa7 Typo fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287828 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 07:08:17 +00:00
Torben Wilson
8a0492f839 Documented what happens when you use extract() on $_FILES with
EXTR_SKIP when register_globals is turned on. Also noted that good
coding practice means you should never see this.
Addresses Bug #45283.
Also fixed some minor grammatical problems.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287827 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 06:43:30 +00:00
Daniel Convissor
f417871e66 Add a note about chaining assignments, responding to several user notes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287826 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 03:22:29 +00:00
Daniel Convissor
cc8bf3df3b Add see also. Tweak the note wording in my prior commit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287825 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 02:21:17 +00:00
Kristina Chodorow
75b604c34a snapshot and example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287824 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 22:50:20 +00:00
Daniel Convissor
70c8cee058 add/sub are not marked experimental in 5_3 branch.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287823 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 22:28:23 +00:00
Daniel Convissor
161a1ff436 make interval param an interval object/link now that interval format is properly documented.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287822 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 22:23:39 +00:00
Daniel Convissor
791c1e2460 explain the interval format
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287821 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 22:15:31 +00:00
Joris van de Sande
6178255c0b - Added documentation for OuterIterator interface (without examples at the moment)
- Updated description for RecursiveIterator interface
- Updated description for RecursiveIteratorIterator class


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287818 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 19:01:36 +00:00
Joris van de Sande
ac6a20a110 make clear that only 'r' and 'w' are supported as valid values for the mode parameter of bzopen.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287816 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 17:29:35 +00:00
Daniel Convissor
fda91bbd0d clarify precedence of logical operators, bug 48262
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287814 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 15:45:24 +00:00
Richard Quadling
31983bcfe4 Typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287805 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 12:34:57 +00:00
Richard Quadling
bb2d79ed0c get_class's output is case sensitive.
Fix for bug #49385 

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287804 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 12:23:30 +00:00
Richard Quadling
2504a991f3 Fix commandline usage of PHP on windows to allow PHP scripts to act as commandline filters.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287802 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 12:17:39 +00:00
Alexey Romanenko
d391e86b1f initial commit for PECL extension gupnp
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287795 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 08:32:35 +00:00
Torben Wilson
9bd06a0d9d Document the fact that key() returns NULL when the array pointer is out of bounds.
Addresses Bug #47330.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287789 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 04:48:24 +00:00
Torben Wilson
e99cfa6a1a Used the entity for &null;.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287788 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 04:22:21 +00:00
TAKAGI Masahiro
30a2882043 set svn:keywords.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287786 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 02:53:47 +00:00
Jakub Vrana
e91155d052 Project language
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287737 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-26 11:05:52 +00:00
Jakub Vrana
b0d417b9be Class structure for SimpleXMLElement
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287736 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-26 11:02:56 +00:00
Jakub Vrana
b849551cb2 svn:ignore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287735 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-26 11:01:48 +00:00
Jakub Vrana
d0511a58dd Link to book
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287734 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-26 10:38:32 +00:00
Torben Wilson
37036f13a7 Clarified what will happen when attempting to access an undefined array index.
Addresses Bug #49202.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287729 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-26 06:34:00 +00:00
Torben Wilson
81a0c36227 Clarified what will happen if you call return using parentheses but no argument.
Addresses Bug #49346.
Note: perhaps control structure documentation should be normalized to cover this sort of thing.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287728 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-26 05:59:59 +00:00
Torben Wilson
e48e044d97 Grammar fixes, clarification, and a pointer to the list of predefined error reporting constants.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287727 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-26 05:47:31 +00:00
TAKAGI Masahiro
8d9ce4422f set svn:keywords to track $Revision$.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287715 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-25 21:31:06 +00:00
Richard Quadling
9f21ef9bfe Typos. Again. Sorry.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287704 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-25 15:45:22 +00:00
Richard Quadling
0610236caa Updated Enchant's requirements to include libglib.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287701 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-25 15:30:11 +00:00
Antony Dovgal
1d451da9a6 add basic examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287691 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-25 12:46:34 +00:00
Richard Quadling
151fe2c9f7 Link to additional configuration of PHP on the commandline for Windows.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287637 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-24 14:10:30 +00:00
Richard Quadling
e8b3a87535 Registry corrections and a small enhancement.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287633 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-24 10:20:33 +00:00
Torben Wilson
d48001214d Fixes to grammar and clarification of what a valid class name is.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287632 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-24 07:11:03 +00:00
TAKAGI Masahiro
2e7ac38b15 added svn:keywords to track $Revision$.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287587 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-23 00:43:36 +00:00
TAKAGI Masahiro
b92e3b27f4 moved the second example into the appropriate position.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287585 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-23 00:25:20 +00:00
Mikko Koppanen
b379465d8a Correct return and param types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287580 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-22 17:02:21 +00:00
Mikko Koppanen
b5a1170fce Better description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287575 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-22 15:35:55 +00:00
Mikko Koppanen
ee152194e5 Removed entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287574 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-22 15:34:51 +00:00
Mikko Koppanen
08bea2dd64 Returns a number as well
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287573 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-22 15:29:56 +00:00
Mikko Koppanen
94d88b65ca The correct param type is 'number'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287572 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-22 15:27:36 +00:00
Mikko Koppanen
bf28cfb361 Numeric instead of mixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287571 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-22 15:26:42 +00:00
Mikko Koppanen
2447e1c456 Missing s
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287570 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-22 15:25:27 +00:00
Mikko Koppanen
6b20460209 this should not be in svn
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287569 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-22 15:23:19 +00:00