Commit graph

64 commits

Author SHA1 Message Date
Kamil Tekiela
ce753ccd3d Doc Bug mysqli_stmt_field_count undocumented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352160 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-21 23:07:01 +00:00
Christoph Michael Becker
b9ba4fca83 Updating mysqli: Remove pre-deprecation notice
Closes GH-247.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352044 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 22:15:36 +00:00
Christoph Michael Becker
e41806c30b Revert revision(s) 351724 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351730 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 18:05:44 +00:00
Christoph Michael Becker
4754397753 Revert revision 351727 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Jakub Vrana
c80da7c04a Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351724 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 12:54:59 +00:00
Christoph Michael Becker
50a0ec797b Use proper variadics instead of pseudo variadics
Apparently, these have been overlooked so far.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351234 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-04 18:07:20 +00:00
Christoph Michael Becker
802b577a4b MySQLi: various updates [9] - mysqli_stmt class synopsis incomplete
A number of methods weren't showing in the [Class Synopsos](https://www.php.net/manual/en/class.mysqli-stmt.php#mysqli-stmt.synopsis).

Looking at the docs, I suspect this was caused by the ` (method):` after the `&style.oop;` annotation and/or the missing `role="oop"` for the `methodsynopsis` element.

Includes minor indentation fixes.

Patch contributed by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350066 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 15:00:42 +00:00
Christoph Michael Becker
ac2f69b3d0 MySQLi: various updates [8] - method modifiers (mysqli_stmt)
Add modifiers to the class methods for the `mysqli_stmt` class to make the [Class Synopsos](https://www.php.net/manual/en/class.mysqli-stmt.php#mysqli-stmt.synopsis) more consistent.

Based on the [stub](https://github.com/php/php-src/blob/master/ext/mysqli/mysqli.stub.php) all methods in the class are `public`, so I've annotated them as such.

Patch contributed by jrfnl.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350065 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-20 14:59:49 +00:00
Nikita Popov
b95cf5c38a Fixed an incorrect return value
Patch by mmcev106.

Closes .

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349035 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-27 08:51:02 +00:00
Christoph Michael Becker
22ffdb57c2 Fix OOP signature
Patch provided by krzysiek.333.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347685 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-30 09:43:20 +00:00
Jakub Vrana
fb9198e04b Document mysqli_stmt::num_rows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343942 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 16:49:23 +00:00
Christoph Michael Becker
37287d6b0c Apparently, a word has been swallowed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339612 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 11:05:01 +00:00
Thomas Punt
a1c186ceb6 Resolve doc bug
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338523 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-18 21:37:41 +00:00
Adam Harvey
372dfed158 Add documentation for mysqli_stmt::__construct().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336012 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-27 20:20:06 +00:00
Adam Harvey
4a8c660dca Fix version and mysqlnd dependencies for mysqli_stmt_{more,next}_result.
Fixes doc bug  (mysqli_stmt::next_result unavailable before php 5.4).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335248 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-05 19:19:02 +00:00
Peter Cowburn
3c24a088a0 Typofix (missing word)
--
Patch by anonymous contributor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333771 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-13 08:14:01 +00:00
Peter Cowburn
325fc3992a grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333163 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:52:50 +00:00
Philip Olson
2fe88bc6dd PHP Bug - MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH update and see also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332890 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-25 23:29:02 +00:00
Joe Watkins
4d0440105f add get_result to see also in a few places
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331998 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-26 09:29:43 +00:00
Philip Olson
cd09fab47b Renamed libmysql to libmysqlclient to coincide with the mysql.com manual (sorry, translators)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329924 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-26 03:57:46 +00:00
Philip Olson
04ed2d718d Fixed typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327386 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-30 21:12:29 +00:00
Adam Harvey
6fd194c95e Fix doc bug (Wrong return type at description).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324695 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-02 06:36:17 +00:00
TAKAGI Masahiro
aafd44f929 Add svn:keywords and svn:eol-style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324374 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-20 06:01:52 +00:00
Yannick Torres
31411d7f3c Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324232 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-14 09:58:33 +00:00
Philip Olson
93ce2d7183 Added new (5.4) mysqli functions: ->error_list()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323728 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-01 20:02:57 +00:00
Philip Olson
699e26f299 Added missing docs for mysql_stmt ->next_result() and ->more_results()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323716 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-01 16:21:30 +00:00
Jakub Vrana
c9ee929e0f Display class in detail but not in overview
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322008 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 10:37:32 +00:00
Jakub Vrana
455d960b4a Mark properties with $
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322007 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 08:58:41 +00:00
Jakub Vrana
334dc21776 Link properties from class definitions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322006 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 08:53:16 +00:00
Jakub Vrana
d316f465df Hide properties from method lists
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322005 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 08:41:49 +00:00
Philip Olson
b476146e50 Made examples moderately consistent, and <example>'s should have <title>'s.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321495 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-29 05:36:04 +00:00
Justin Martin
8942ad55cd Added version information for mysqli_stmt_get_result.
Indicated that mysqli_stmt_get_result is only available via mysqlnd.
Closes bug .


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320324 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 23:02:20 +00:00
Richard Quadling
a56106f691 Standardized on double quotes for attributes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Philip Olson
b36f23d0db Added consistency here, so changed class->method titles to class::method
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313115 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-10 15:44:39 +00:00
Johannes Schlüter
b7a7fad603 Fix mysqli_stmt::get_result() return value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312179 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-15 00:42:09 +00:00
Peter Cowburn
144200157b fix see also markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311922 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-08 13:48:16 +00:00
Yannick Torres
960c78d495 Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309614 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-23 22:57:13 +00:00
Anthony Bedford
0b995c96a3 Add docs for mysqli_stmt_get_result. Fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309605 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-23 15:29:35 +00:00
Anthony Bedford
7f265b9d5c Moved information to a more relevant location.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303318 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-13 11:33:55 +00:00
Anthony Bedford
e5c2bfa4c8 Example tag should contain a single title tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301933 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-06 15:40:41 +00:00
Daniel Egeberg
0640e024d4 Fixed PHP bug
for file in `ack -i '\bA\s+SQL' -l`; do perl -i -pe 's/\b(a)(\s+SQL)/\1n\2/gi' $file; done


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300101 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-02 18:45:11 +00:00
Daniel Convissor
ac54a421f7 Bring examples in line with our updated oop/procedural style docbook layout.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299161 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-08 23:37:27 +00:00
Daniel Convissor
cd7e8901b3 Clean up description sections for updated oop/procedural combination format.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299158 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-08 21:20:24 +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
Anthony Bedford
5d15149a5d Added note on taking care when using with call_user_func_array().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290808 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-16 11:55:02 +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
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
Nilgün Belma Bugüner
2c69dc3c07 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283826 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:13:42 +00:00
Jakub Vrana
513a726f3b Purpose of get_warnings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280717 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-18 13:17:16 +00:00