Hi Nils, On 27 August 2014 10:52, Nils BAY <[email protected]> wrote:
> Hi, > > I think (I might be wrong) there is a mistake in the page > http://php.net/manual/fr/function.natcasesort.php > > I think, all the words "insensible" (not case sensitive) should be changed > by "sensible" (case sensitive) in this page. > > Like in the sentence natcasesort—Trie un tableau avec l'algorithme à > "ordre naturel" _*insensible*_ à la casse > > This sentence should be natcasesort—Trie un tableau avec l'algorithme à > "ordre naturel" _*sensible*_ à la casse > > Because there is the word CASE in the function name nat*CASE*sort(). > natcasesort() is the case *insensitive* version of natsort(), my French isn't great but I believe the documentation is correct here. > > I have done all changes in this place : https://edit.php.net/?project= > PHP&perm=fr/function.natcasesort.php > > But nothing change on the man page at http://php.net/manual/fr/ > function.natcasesort.php, maybe no one seen it yet. > Saving your changes in the online editor does not update the manual. These saved changes first have to be put into a patch containing changes to one or more files (the editor allows you to do this), which the documentation team can review and then they can choose to merge the patch into the documentation sources, or not. > > Best regards. > Nils. > Regards, Peter
