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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: simon at npkk dot cz
New email:
PHP Version: OS:

 

 [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: Thu Apr 25 12:01:31 2024 UTC