ID: 40476 Updated by: [EMAIL PROTECTED] Reported By: pov at fingerprint dot fr Status: Open -Bug Type: Website problem +Bug Type: Documentation problem PHP Version: Irrelevant New Comment:
Reclassified Previous Comments: ------------------------------------------------------------------------ [2007-02-14 08:45:52] pov at fingerprint dot fr Description: ------------ == in english == On the [fr] manual, http://fr.php.net/manual/fr/function.getimagesize.php, in the sentence "L'index 0 contient la largeur. L'index 1 contient la longueur." the word "longueur" should be replaced by "hauteur" == en français == Sur la page http://fr.php.net/manual/fr/function.getimagesize.php, la phrase "L'index 0 contient la largeur. L'index 1 contient la longueur." devrait être remplacée par "L'index 0 contient la largeur. L'index 1 contient la hauteur." ^^^^^^^ Reproduce code: --------------- http://fr.php.net/manual/fr/function.getimagesize.php Expected result: ---------------- L'index 0 contient la largeur. L'index 1 contient la hauteur. Actual result: -------------- L'index 0 contient la largeur. L'index 1 contient la longueur. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40476&edit=1