php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #23133 mysql_fetch_hossz in hungaran translation
Submitted: 2003-04-09 09:51 UTC Modified: 2004-01-31 05:55 UTC
From: tix@php.net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.2RC1 OS:
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tix@php.net
New email:
PHP Version: OS:

 

 [2003-04-09 09:51 UTC] tix@php.net
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-01-31 05:55 UTC] nlopess@php.net
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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 16 10:00:03 2025 UTC