I am trying to validate post/zip codes for a very international site using the locale settings in Linux using PHP. If it works it would save me tons of time. I've checked the LC_ADDRESS settings in the installed locales and see that the pattern for validation is there for each language/market.
locale -c LC_ADDRESS
How do I access this information using PHP? localeconv() does not include any information about local address validation.