mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
MySQLi: various updates [14] - method modifiers (mysqli_driver)
Add modifiers to the class methods for the `mysqli_driver` class to make the [Class Synopsos](https://www.php.net/manual/en/class.mysqli-driver.php#mysqli-driver.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@350071 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
db690f4a41
commit
36ca1dd256
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<para>&style.oop;</para>
|
||||
<methodsynopsis role="oop">
|
||||
<type>void</type><methodname>mysqli_driver::embedded_server_end</methodname>
|
||||
<modifier>public</modifier> <type>void</type><methodname>mysqli_driver::embedded_server_end</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>&style.procedural;</para>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<para>&style.oop;</para>
|
||||
<methodsynopsis role="oop">
|
||||
<type>bool</type><methodname>mysqli_driver::embedded_server_start</methodname>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>mysqli_driver::embedded_server_start</methodname>
|
||||
<methodparam><type>int</type><parameter>start</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>arguments</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>groups</parameter></methodparam>
|
||||
|
|
Loading…
Reference in a new issue