Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert array number to string #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

convert array number to string #1

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented May 13, 2016

Before:

echo Terbilang::convert(100);   // seratus
echo Terbilang::convert([100]); // error

After:

echo Terbilang::convert([100]); // seratus
echo Terbilang::convert(100);   // seratus

@mul14
Copy link
Owner

mul14 commented May 13, 2016

Ini hanya untuk satu array? :/
Kalau cuma untuk satu array, nggak terlalu berguna. Lebih baik bikin yang bisa multiple array. Misalnya

Terbilang::convert([100, 200, 300]); // seratus, dua ratus, tiga ratus

Ditunggu update-nya. :D

@ghost
Copy link
Author

ghost commented May 13, 2016

iya mas makasih nanti dibuat untuk multiple array. makasih 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant