php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #35842 printf documentation error about return value
Submitted: 2005-12-29 19:00 UTC Modified: 2005-12-29 19:26 UTC
From: bate@php.net Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2005-12-29 19:00 UTC] bate@php.net
Description:
------------
http://bugs.php.net/bug.php?id=30130
same problem for german translation

wrong: void printf ( string format [, mixed args] )
correct: int printf ( string format [, mixed args] )



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-29 19:26 UTC] nlopess@php.net
The english version is correct, so you'll have to wait until the German translation team updates the docs.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 11:00:01 2025 UTC