Commit graph

199 commits

Author SHA1 Message Date
Adam Harvey
b54f40bf1c Fix doc bug #62748 (Typo).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326988 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-06 01:11:00 +00:00
Karoly Negyesi
d6b431c9ff stream_bucket_prepend documentation. The rest of stream_bucket_* is forthcoming.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326648 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-15 23:20:52 +00:00
Jakub Vrana
84b8fca68f Use <function> for language constructs (now supported by PhD)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325214 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-15 21:45:34 +00:00
Jakub Vrana
a9b26c34e4 Display language constructs without parentheses
Side effect of this change is that include, require and return are now properly linked. They weren't because they don't live inside <refentry> so PhD doesn't know about them.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324522 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-25 08:39:30 +00:00
Peter Cowburn
f3aca6e5fd streams context -> stream context (thanks g[r]eek)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324449 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-22 09:08:57 +00:00
Jakub Vrana
48e5dd1b7e Separate documentation of php_user_filter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324430 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-21 18:50:57 +00:00
Yannick Torres
94497636f2 Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324194 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-13 15:34:05 +00:00
Jakub Vrana
5faa7a6747 Document and use callable type hint introduced in PHP 5.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 05:55:59 +00:00
Philip Olson
7d41b387c3 Added documentation for stream_set_chunk_size()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323776 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 03:34:03 +00:00
Peter Cowburn
3af32038c9 typofix (patch by Matthew Turland)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318105 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-14 11:41:36 +00:00
Hannes Magnusson
6eecc1bb97 Add a see also for the notification function declaration
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315773 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-30 11:52:36 +00:00
Richard Quadling
fc9e379fd8 Standardise on single style of quotes for XML tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +00:00
Peter Cowburn
2d2d83517d tidy up stream_resolve_include_path() doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309859 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-31 18:55:39 +00:00
Jakub Vrana
9b22dffc68 Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308256 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-11 14:16:57 +00:00
Jakub Vrana
3fbb2f9686 Zlib is not selectable (doc bug #53902)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308182 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 12:02:31 +00:00
Gustavo André dos Santos Lopes
bb97cf56ee - Fixed default value for last parameter of stream_get_contents().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304385 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-14 03:30:46 +00:00
Philip Olson
5a54777725 Documented stream_set_read_buffer()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300073 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-01 20:22:45 +00:00
Richard Quadling
0e80e8b7ba Use entity for failure.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299445 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-18 11:00:11 +00:00
Kalle Sommer Nielsen
7ceb70c811 Added missing <varlistentry> for the $server_socket parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299443 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-18 09:09:18 +00:00
Kalle Sommer Nielsen
f16a6e5eee Fixed bug #51839 (Documentation of return types of stream_socket_accept is misleading)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299442 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-18 09:02:11 +00:00
Philip Olson
956f9926ad Made examples 5.2 friendly (stream_context_create() second paramater was added in 5.3)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299363 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-14 05:17:49 +00:00
Philip Olson
0b4c5897dd Commented out more PHP 6 documentation. Grep 'FIXME PHP_6' to fix. Helps close PHP Bug #51468
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297626 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-07 17:09:10 +00:00
Daniel Egeberg
2fd3f0c96d Converted remaining files to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00
Daniel Egeberg
92ac19c964 Reverted r297058
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297077 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:13:03 +00:00
Richard Quadling
41744b84ad Converted to UTF-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297058 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 09:53:08 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Pedro Antonio Gil Rodríguez
46f7d88d04 Corrected a mistake.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294577 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-06 05:38:22 +00:00
Kalle Sommer Nielsen
2ffa54d106 Fix refpurpose
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292610 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-24 17:44:16 +00:00
Kalle Sommer Nielsen
326c5c38ef Fixed #50568 (Document stream_resolve_include_path())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292599 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-24 14:53:13 +00:00
Stanislav Malyshev
dc8c2a124a document realpath_cache functions and stream_resolve_include_path()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291905 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-09 01:51:53 +00:00
Jakub Vrana
612e5af5ec Prefer <initializer> before "default value"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291314 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:22:02 +00:00
Richard Quadling
f658721332 Use &return.falseforfailure; entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 10:26:08 +00:00
Philip Olson
37b506195b Added an example, and see also $http_response_header and get_headers()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289699 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-16 16:05:44 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Daniel P. Brown
8cd1af5938 Added deprecation warning.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287192 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-13 02:23:06 +00:00
Nilgün Belma Bugüner
ed67b3c502 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283839 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:08:43 +00:00
Kalle Sommer Nielsen
808e622271 Alias functions for magic_quotes_runtime and set_socket_blocking
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282868 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-27 12:55:11 +00:00
Yannick Torres
02e589878d fix markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279812 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 22:22:31 +00:00
Hannes Magnusson
6bffec6c71 Improve markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278093 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-31 18:53:53 +00:00
Arnaud Le Blanc
e1e8d866af Document user_filter::stream property (fixes #46171)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277893 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-28 01:24:30 +00:00
Hannes Magnusson
9709670c63 Document the flags parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277779 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-25 18:54:33 +00:00
Hannes Magnusson
1477e2e71f - Refactor more information from stream_wrapper_register to the method
prototypes
- Refactor the example from stream_wrapper_register to the examples
  chapter
- Refactored the changelog from stream_wrapper_register to the class
  prototype
- Added an example for stream_wrapper_register
- Added a seealso for stream_wrapper_register
- Added versioninfo


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277771 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-25 18:03:59 +00:00
Hannes Magnusson
17a8778249 Refactor more content from stream_wrapper_register() to the
streamWrapper class


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277702 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-24 18:30:09 +00:00
Mehdi Achour
bfc521114f oops, remove old changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277646 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-23 21:29:10 +00:00
Hannes Magnusson
1e2f90fbdc Refactor (and a good chunk of rewording) information for
stream-wrapper.register.xml to its own example class


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277641 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-23 19:45:30 +00:00
Michael Maclean
2bb8c86445 Change links to documentation for stream context options and parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277631 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-23 13:48:44 +00:00
Mehdi Achour
65d4ed89fb Switch to new documentation style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277593 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-22 20:18:33 +00:00
Hannes Magnusson
9cf46353a1 Initial docs for stream_is_local() and stream_context_get_params()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277514 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-20 12:05:11 +00:00
Kalle Sommer Nielsen
03fbda32b1 Fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276512 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-26 19:36:38 +00:00
Damien Seguy
4064cc624f add literal, fix case
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275824 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-14 19:49:18 +00:00