ID: 23133 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem PHP Version: 4.3.2RC1 New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Previous Comments: ------------------------------------------------------------------------ [2003-04-09 09:51:25] [EMAIL PROTECTED] The user contributed note: Hi! There are some typo on http://hu.php.net/manual/hu/function.mysql-field-type.php this is the hungarian translation of the page, the example says: $hossz = mysql_field_hossz ($eredmeny, $i); the function is mysql_field_len , not mysql_field_hossz (in hungarian length=hossz) An other typo in the example: echo "$tipus $nev $hossz $flags."<BR>"; This isn't working. echo "$tipus $nev $hossz $flags<BR>"; That's better. bye ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=23133&edit=1