You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.
justjkk edited this page May 16, 2012
·
2 revisions
Test
cd build;
php BuildMetadataPHPFromXml.php \
http://libphonenumber.googlecode.com/svn/trunk/resources/PhoneNumberMetaDataForTesting.xml \
../data/ \
true# For Testing
Production
cd build;
php BuildMetadataPHPFromXml.php \
http://libphonenumber.googlecode.com/svn/trunk/resources/PhoneNumberMetaData.xml \
../data/ \
false# For Production