Commit graph

20 commits

Author SHA1 Message Date
Christoph Michael Becker
9e0f03ac35 Proper variadics instead of pseudo variadics
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351129 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 11:17:26 +00:00
Christoph Michael Becker
8d1ee58c3e Remove PDO sqlite2 driver related info
That driver is removed as of PHP 5.4.0.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350971 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-22 13:13:18 +00:00
Christoph Michael Becker
0c1b86e9c6 Prefix <literal> variable names with $
This had formerly been accomplished by PhD, since the variable names
have been marked up as <parameter>, which was confusing here, though.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345797 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-08 13:02:51 +00:00
Christoph Michael Becker
599a6e381e Fix #61661: SQLite3::createAggregate() callbacks: insufficient docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345679 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-22 10:40:40 +00:00
Christoph Michael Becker
ac51aaac3b Fix changelog entries
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344866 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-27 15:08:50 +00:00
Andrey Gromov
dc706816c3 example fix. If all strings is "", or NULL, finalize function will return null instead 0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342286 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-10 13:23:23 +00:00
Christoph Michael Becker
95f1473b20 Fix and clarify parameter description, respectively
Negative values other than -1 have undefined behavior according to
<https://sqlite.org/c3ref/create_function.html>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342156 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-17 14:17:07 +00:00
Christoph Michael Becker
73ccd04e7d Document $flags parameter (as of PHP 7.1.4)
See https://github.com/php/php-src/pull/2412.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342155 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-17 14:07:36 +00:00
Peter Cowburn
584b64bff5 reword refpurpose, put note into a notes section
The refpurpose had a full stop, which has been removed, and
has been rephrased to be more similar to the other related methods.

Parameter descriptions should be full sentences; added a full stop.

Moved the note into a new notes section.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336257 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-30 08:56:22 +00:00
Peter Cowburn
8fb6cb467d fix file svn properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336255 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-30 08:40:32 +00:00
Karoly Negyesi
85e54017bd better code example, version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336254 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-30 07:25:07 +00:00
Karoly Negyesi
6803207956 fixing broken ref
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336242 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-29 19:27:39 +00:00
Karoly Negyesi
fd097b5175 Documenting PDO::sqliteCreateCollation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336234 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-29 17:31:31 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Chris Wright
565be1cc1a Add return types and usage description for PDO::sqliteCreateAggregate() callbacks
-- 
Provided by anonymous 47653 (klapinklapin@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334715 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-01 22:44:12 +00:00
Sebastian Bergmann
656d1610af Add missing modifier information. Patch by Jeff Welch <whatthejeff@gmail.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330543 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-18 05:36:30 +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
Jakub Vrana
0d604bbc9d Remove <classsynopsis> from methods and fields definitions
PhD uses this context for decisions about links and similar.
It also simplifies the XML

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322205 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 14:20:43 +00:00
Jakub Vrana
5c20ff9960 Change IDs function.{class}-{method} to {class}.{method}
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322142 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 16:47:02 +00:00
Jakub Vrana
08d1cf5c92 Move functions/{class}-{method}.xml to {class}/{method}.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322140 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 16:05:16 +00:00