Znote / ZnoteAAC

Developement repository for the Znote AAC project. A website portal to represent and manage your Open Tibia server.
MIT License
145 stars 127 forks source link

convert_number_to_words to NumberFormatter native PHP function #417

Open EPuncker opened 4 years ago

EPuncker commented 4 years ago

on the https://github.com/Znote/ZnoteAAC/blob/master/topguilds.php we use the function convert_number_to_words, (that is the only place it is used tho) so I went on a quick search thru the internet to find and alternative and found out that PHP has a NumberFormatter function since php 5.3.0 so maybe we should change to it instead?

https://gist.github.com/bainternet/5756049 (see comments, specially)