php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #36108 sprintf("%u") undocumented
Submitted: 2006-01-20 20:26 UTC Modified: 2006-01-23 15:09 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: simon at npkk dot cz Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant - czech doc OS: All
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
39 + 5 = ?
Subscribe to this entry?

 
 [2006-01-20 20:26 UTC] simon at npkk dot cz
Description:
------------
"%u" output modificator of the sprintf() function works as expected for integers, returning the unsigned form of the parametr. Its use is adviced at ip2long() function, but it is not documented at the sprintf() function.

Reproduce code:
---------------
Just see the online manual at the sprintf function

Expected result:
----------------
Just eant to see "%u" output modificator at the sprintf function documentation.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-21 00:11 UTC] nlopess@php.net
it is documented (at least in the english version)
 [2006-01-23 14:58 UTC] simon at npkk dot cz
I have seen only the czech version and there is no "%u" output modificator at sprintf. I am not sure, if this bug tracking tool is usable for bugs in localised doc.
 [2006-01-23 15:09 UTC] vrana@php.net
Czech doc is outdated, we have another tools for tracking outdated entries. If you want to help us with the translation, contact doc-cs@lists.php.net.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC