Commit graph

9248 commits

Author SHA1 Message Date
Daniel P. Brown
9b184299ef Fixes Bug #49580.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288417 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-17 21:04:21 +00:00
Hannes Magnusson
f52a67f4f2 Fixed bug#49549
ArrayObject impelments Serializable as of PHP5.3.0


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288402 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-17 10:34:14 +00:00
Richard Quadling
a584757326 TZDB V2009.13
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288397 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-17 08:33:20 +00:00
Sebastian Bergmann
aa33483224 Add documentation stub for ReflectionMethod::setAccessible().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288395 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-17 05:02:35 +00:00
Mikko Koppanen
ada6352e0a added information about removing indices
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288377 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-16 13:21:46 +00:00
Richard Quadling
b5539fbafa Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288350 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-15 16:30:39 +00:00
Richard Quadling
e90c01fe24 Fix#49564 - Returns false if encoding cannot be determined.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288349 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-15 16:22:50 +00:00
Torben Wilson
bdd9deda77 Moved the version-specific change notes into the changelog section.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288347 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-15 06:52:03 +00:00
Torben Wilson
7be49951cf Documented the old incorrect behaviour that requesting a given
occurrence of a weekday in a month when that weekend occurred on the
first day of the month would add one week to the returned timestamp.

Addresses bug #46932

Not sure this should be a warning. Seems more appropriate in the
changelog section. I'm just putting it here now to be consistent with
the existing function reference.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288346 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-15 06:28:00 +00:00
Torben Wilson
d4c454a039 Cleaned up the example.
Folded in a little information from the user notes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288342 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-14 20:02:17 +00:00
Kristina Chodorow
2433268e80 error changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288340 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-14 19:16:16 +00:00
Torben Wilson
3036985e06 One typo fix and one fact fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288317 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-14 09:10:23 +00:00
Torben Wilson
4ec9686673 At long last, got around to documenting this. Meant to do this years ago.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288316 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-14 09:09:50 +00:00
Torben Wilson
473dd47f77 Some more grammatical cleanup.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288306 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-14 06:45:04 +00:00
Torben Wilson
bbced252b5 Type fixes. It's a Mind Bomb.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288299 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-13 20:07:37 +00:00
Torben Wilson
ebfeed62a6 Grammar fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288290 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-13 09:59:26 +00:00
Torben Wilson
4f872c744a Fixed some grammar.
Minor clarifications.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288289 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-13 09:51:42 +00:00
Torben Wilson
6bd8161553 More thorough explanation of the use of ! to select default values
in the generated time.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288288 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-13 09:14:40 +00:00
Torben Wilson
24cee2dd6a Document how to cause unspecified portions of the time given to
createFromFormat() to be initialized to zero.
Addresses bug #49480.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288278 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-12 09:09:38 +00:00
Torben Wilson
6bdd33b75f Document that since PHP 5.2.2, named subpatterns accept the syntax
(?<name>) and (?'name') as well as the older (?P<name>).
Addresses bug #46904.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288276 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-12 06:55:13 +00:00
Alexey Romanenko
d86098828a added new example (binary lamp)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288275 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-12 06:37:35 +00:00
Richard Quadling
c47d66387e Typo in link:href
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288270 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-11 14:12:32 +00:00
Hannes Magnusson
d09ee4e1ef - Removed weird example with missing example output
- Add an example how to call normal function, and a method



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288261 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-11 11:03:03 +00:00
Philip Olson
2951b744fa Added skeletons for a few SPL Iterator constructors.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288255 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-11 05:16:43 +00:00
Torben Wilson
15160b95be Need these changes in order to compile with the recent typo fix in splstring.xml.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288254 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-11 04:59:25 +00:00
Philip Olson
d538225117 Fixed typo (closes PHP Bug #49525)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288247 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-10 17:45:29 +00:00
Mikko Koppanen
edc6598738 an, not a
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288231 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-10 12:37:12 +00:00
Alexey Romanenko
44da2e4659 deleted, must be autogenerated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288225 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-10 07:14:38 +00:00
Philip Olson
49d51f7bae Added skeletons for the ArrayObject unserialize/serialize methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288223 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-10 06:05:12 +00:00
Philip Olson
c5d8c81f3b Fixed version info for serialize methods (5.3.0)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288222 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-10 05:53:19 +00:00
Alexey Romanenko
d7a60b4d7d added "use CLI"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288195 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-09 09:52:06 +00:00
Alexey Romanenko
e8527fe25d added new example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288194 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-09 09:42:34 +00:00
Alexey Romanenko
b1114b9c63 set version values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288193 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-09 09:40:54 +00:00
Alexey Romanenko
7de90cd0d7 added new documentation for function "gupnp_service_proxy_send_action"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288192 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-09 09:40:10 +00:00
Torben Wilson
67b72af27e Noted that the maxlen param is actually not -1 but is instead an
internal value (PHP_STREAM_COPY_ALL) and may not be directly specified
from within a script.
Addresses bug #49038 (although perhaps this is better fixed in the long 
term by making file_get_contents() behave normally).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288188 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-09 07:31:53 +00:00
Philip Olson
e4c484c065 Added skeletons for ArrayIterator
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288178 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-09 02:13:38 +00:00
Daniel P. Brown
2633a9f0c1 Fixes incorrect ISO standard reference.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288158 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-08 13:56:35 +00:00
Jakub Vrana
48bc6b3c13 Returns callback
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288156 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-08 10:43:44 +00:00
Torben Wilson
14e0c3062d Removed a redundant use of LOCK_EX with FILE_APPEND in an example.
Addresses bug #49329.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288122 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-07 06:36:10 +00:00
Mikko Koppanen
b0b269785c added constants. correct versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288098 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-06 00:17:16 +00:00
Anthony Bedford
fe182bbe80 Fixes doc bug #49460
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288055 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-04 15:27:21 +00:00
Richard Quadling
7f43359a3a Correct c'n'p of ID for TokyoTyrant::tune
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288037 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-04 10:21:17 +00:00
Mikko Koppanen
a2a5b3f4b3 docs for tune method
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288035 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-04 08:03:59 +00:00
Mikko Koppanen
6e8423a25c added reconnect
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288032 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-04 07:56:46 +00:00
Mikko Koppanen
7b851e3fa1 Fix param description and types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288031 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-04 07:45:15 +00:00
Torben Wilson
c889127223 Note that in order to use a negative offset to count from the end of
the file, you must specify SEEK_END in the 'whence' parameter.
Addresses bug #47371.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288029 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-04 07:28:53 +00:00
Jakub Vrana
bad28941c9 Missing fullstop
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287969 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-02 13:36:20 +00:00
Johannes Schlüter
52ca613e45 ReflectionObject::__construct expects an objeect, no string
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287966 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-02 10:16:36 +00:00
Kristina Chodorow
688dd1821c added file field
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287955 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-01 23:26:44 +00:00
Jakub Vrana
11687bb504 Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287918 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-31 13:19:08 +00:00