php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43259 French description of base_convert function
Submitted: 2007-11-12 10:57 UTC Modified: 2007-11-13 17:12 UTC
From: d dot labernadie at orange dot fr Assigned: colder (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2007-11-12 10:57 UTC] d dot labernadie at orange dot fr
Description:
------------
base_convert ? Convertit un nombre entre des bases arbitraires

Les chiffres sup?rieurs ? 10 des bases sup?rieures ? 10 seront repr?sent?s par les lettres de A ? Z, avec A = 10 et Z = 36.

ENglish VERSION 

Digits in numbers with a base higher than 10 will be represented with the letters a-z, with a meaning 10, b meaning 11 and z meaning 35. 


Correction in french DOC version :     Z = 35 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-11-13 17:12 UTC] colder@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.


 [2020-12-30 12:50 UTC] nikic@php.net
Automatic comment on behalf of colder
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=6fb4ddb1f05b105bb529422ea99c2264def639a3
Log: Fix #43259 (Z corresponding to 35)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 14:01:28 2024 UTC