php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #51318 [PL] translation mysql_fetch_object() - missing arguments
Submitted: 2010-03-18 07:48 UTC Modified: 2010-10-23 14:39 UTC
From: SimonSimCity at googlemail dot com Assigned: kalle (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: all
Private report: No CVE-ID: None
 [2010-03-18 07:48 UTC] SimonSimCity at googlemail dot com
Description:
------------
In the german and polish documentation of the function mysql_fetch_object() the 
second and third arguments are missing.

Please check this pages:
http://www.php.net/manual/en/function.mysql-fetch-object.php
http://www.php.net/manual/pl/function.mysql-fetch-object.php

and than look at this page:
http://www.php.net/manual/de/function.mysql-fetch-object.php



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-03-23 18:56 UTC] yannick@php.net
-Summary: de/pl translation mysql_fetch_object() - missing arguments +Summary: [DE] [PL] translation mysql_fetch_object() - missing arguments
 [2010-05-27 23:33 UTC] momrom at freenet dot de
Suggestion for DE:
result: Die Abfrageergebnis-Ressource, die ausgewertet wird. Dieses Ergebnis stammt von einem Aufruf der Funktion mysql_query().

class_name: Der Name der Klasse, die verwendet wird, um das das zurückgegebene Objekt zu erzeugen. Wenn nicht angegeben, dann wird ein Objekt der Klasse stdClass zurückgegeben.

params: Ein optionales Array mit Parametern, die dem Konstruktor von class_name übergeben werden.


Changelog: PHP 5 - die optionalen Parameter class_name und params wurden hinzugefügt.

Also, the second example demonstrating these new arguments is missing.
 [2010-06-27 21:01 UTC] wiesemann@php.net
Automatic comment from SVN on behalf of wiesemann
Revision: http://svn.php.net/viewvc/?view=revision&revision=300781
Log: - fixed [DE] part of Doc Bug #51318: [DE] [PL] translation mysql_fetch_object() - missing arguments
 [2010-06-27 21:02 UTC] wiesemann@php.net
This is fixed in the German translation.
 [2010-10-23 11:26 UTC] kalle@php.net
-Summary: [DE] [PL] translation mysql_fetch_object() - missing arguments +Summary: [PL] translation mysql_fetch_object() - missing arguments
 [2010-10-23 14:39 UTC] kalle@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: kalle
 [2010-10-23 14:39 UTC] kalle@php.net
The whole MySQLi reference chapter in the polish documentation is outdated, this will be fixed once a translator picks up the mysqli part.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC