i want a PHP script which can convert .po(Portable Object) as .mo(Machine Object) file? is any script available in PHP?
You could run msgfmt using exec() or similar. I don't know if there is a PHP-only way to do it.