mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Add seealso sections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345399 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1af6b9e0de
commit
cb2292047f
4 changed files with 32 additions and 0 deletions
|
@ -68,6 +68,15 @@ var_dump($result->fetchArray());
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><methodname>SQLite3Stmt::paramCount</methodname></member>
|
||||
<member><methodname>SQLite3Stmt::bindValue</methodname></member>
|
||||
<member><methodname>SQLite3Stmt::bindParam</methodname></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -110,6 +110,14 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><methodname>SQLite3Stmt::bindValue</methodname></member>
|
||||
<member><methodname>SQLite3::prepare</methodname></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -144,6 +144,14 @@ array(1) {
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><methodname>SQLite3Stmt::bindParam</methodname></member>
|
||||
<member><methodname>SQLite3::prepare</methodname></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -30,6 +30,13 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member><methodname>SQLite3::prepare</methodname></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue