mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix a long standing TODO by explaining how to use PDOStatement::fetch().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336002 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
10fd47c55d
commit
3678ad3813
1 changed files with 5 additions and 2 deletions
|
@ -11,8 +11,11 @@
|
|||
&mysql.alternative.note;
|
||||
<simplelist role="alternatives">
|
||||
<member><function>mysqli_field_seek</function></member>
|
||||
<!-- @TODO Expand on the following -->
|
||||
<member><methodname>PDOStatement::fetch</methodname> using optional parameters</member>
|
||||
<member>
|
||||
<methodname>PDOStatement::fetch</methodname> using the
|
||||
<parameter>cursor_orientation</parameter> and
|
||||
<parameter>offset</parameter> parameters
|
||||
</member>
|
||||
</simplelist>
|
||||
</warning>
|
||||
</refsynopsisdiv>
|
||||
|
|
Loading…
Reference in a new issue