Commit graph

15192 commits

Author SHA1 Message Date
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
Mikko Koppanen
c7cea79ad1 i dont think this is needed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287568 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-22 15:12:06 +00:00
Mikko Koppanen
e89883610a importing tokyo_tyrant docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287567 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-22 14:55:22 +00:00
Torben Wilson
1901c7be3f Documented new behaviour in 5.3 when called from outtermost scope in a file included from within a function.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287566 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-22 08:00:59 +00:00
John Mertic
bce4cbd8fe Updated MSI installer features to indicate 'MainExecutable' is no longer available as of PHP 5.2.10/5.3.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287465 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-18 20:49:39 +00:00
TAKAGI Masahiro
e5f4e1c39b fixed typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287463 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-18 20:26:58 +00:00
Richard Quadling
262676fd28 TimezoneDB updated to version 2009.12 (2009l)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287441 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-18 08:36:20 +00:00
Kristina Chodorow
aca23bd74f fixes, added new cursor methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287419 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-17 15:30:44 +00:00
Anthony Bedford
342381913e Clarified description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-17 14:01:49 +00:00
Antony Dovgal
5152834811 event_buffer_timeout_set() returns void
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287395 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-17 07:15:43 +00:00
Greg Beaver
673d2d5174 fix up crap-ass documentation of 3rd parameter to filter_var with some examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287382 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-16 23:13:38 +00:00
Mikko Koppanen
56ee04b0ca Version information for constants. added getimagealphachannel and getimagechanneldistortions docs. more version info;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287370 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-16 13:37:55 +00:00
Mikko Koppanen
8b1770f544 added getimagechannel range docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287364 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-16 11:42:33 +00:00
Mikko Koppanen
a7e787534e more documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287363 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-16 11:35:59 +00:00