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
Torben Wilson
f00cae82a3
Typo fix.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288259 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-11 06:43:09 +00:00
Torben Wilson
21bea7f40c
Note that mbstring.func_overload is once again PHP_INI_SYSTEM only.
...
Addresses bugs #49238 , #43227 , and #49189 .
This really should have been mentioned in the release notes for 5.2.7
and 5.3.0.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288256 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-11 06:08:25 +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
Torben Wilson
1d4093bd7b
A little more explanation about why references are not like C pointers.
...
Addresses bug #49082 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288224 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-10 06:38:08 +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
Torben Wilson
19cbd580fd
Document variable properties.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288221 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-10 05:45:54 +00:00
Torben Wilson
459f5061ab
Standardize on the term "properties" instead of "members".
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288219 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-10 05:07:22 +00:00
Torben Wilson
813758ad4f
Cleaned up and made more reference-like.
...
Split docs for properties out into its own section.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288217 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-10 05:02:52 +00:00
Brandon Savage
debd8760a6
Adding text regarding the functionality in PHP 5's object model.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288211 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-09 20:17:33 +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
add3853e65
Document PATH_INFO (at least, the basics).
...
Partially addresses bug #46820 , although more information on the
history of PATH_INFO is needed. And ORIG_PATH_INFO remains to be
documented.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288189 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-09 07:37: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
126e2d47b1
Removed old PWS stuff. These docs are still sketchy, but this is a start.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288179 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-09 02:37:33 +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
98bb1ae93e
Better fix for http://news.php.net/php.webmaster/3784
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288123 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-07 06:46:10 +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
Torben Wilson
f26bde0fe6
Grammar fix.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288078 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-05 07:55:52 +00:00
Torben Wilson
d2f58ea7cb
Noted that the values of static class variables and class constants
...
may be accessed as the names of variables in the local scope, but that
single-curly-brace syntax will not work with function or method calls
or static class variables or class constants.
Addresses bug #47369 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288077 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-05 06:39:01 +00:00
Kalle Sommer Nielsen
f3d27e9e9e
Link to PCRE (bug #49440 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288073 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-05 00:50:21 +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
Torben Wilson
1d625605fe
Changed 'Autoloading Objects' to read 'Autoloading Classes'.
...
Addresses bug #49171 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288025 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-04 02:23:30 +00:00
Torben Wilson
2468f47572
Noted that the array pointer is no longer reset for array accesses
...
made within a function when the array has been passed to the function.
Addresses bug #46535 .
--This line,
and those below, will be ignored--
M migration5.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287977 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-03 06:49:15 +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
Richard Quadling
607639bdac
Missing properties and methods of the built-in Exception class and note regarding the inability to clone an Exception.
...
Fixes bug #49402
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287937 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-01 10:20:56 +00:00