Tag Archive for 'php'

WordPress: Multiple Languages

If you would like to have a language switch like I have, that can be done.

It’s now available on wordpress.org: Multilingual Text

Update 2011-09-21: Version 1.4 Released
Continue reading ‘WordPress: Multiple Languages’

New getopt for php: getopts

I don’t like php’s getopt function, because it’s too crippled.
I’ve started a write a replacement function.
It has more options, is easier to handle and returns all non parameter arguments.

Fell free to use or improve it:
Code / Docs: https://github.com/alexkazik/getopts

Update 2011-04-19: Added License and a small improvement.