Re: [PHP-DOC] Re: cvs: phpdoc /en/reference/mysql/functions mysql-fetch-field.xml

2003-10-20 Thread ali
Hi Mehdi, On Sun, 2003-10-19 at 22:53, Mehdi Achour wrote: > Hi Ali, > > From the documentation : > >object mysql_fetch_field ( resource result [, int field_offset]) > > The example was good, it also may have be : > >$meta = mysql_fetch_field($result, $i); > > But in no way > >$

[PHP-DOC] Re: cvs: phpdoc /en/reference/mysql/functions mysql-fetch-field.xml

2003-10-19 Thread Mehdi Achour
Hi Ali, From the documentation : object mysql_fetch_field ( resource result [, int field_offset]) The example was good, it also may have be : $meta = mysql_fetch_field($result, $i); But in no way $meta = mysql_fetch_field($i); I'm reverting and marking #25910 as bogus. Please pay more