Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Import Data

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
Clone this wiki locally