<?php $columns = [ 'ISO', 'Country', 'Country Code', 'Type of number', 'Voice Enabled', 'SMS Enabled', 'MMS Enabled', 'Domestic Voice Only', 'Domestic SMS only', 'Price /num/month', 'Inbound Voice price/min', 'Inbound SMS price/msg ', 'Inbound MMS price/msg ', 'Beta Status', 'Address Required', ]; var_export( preg_replace( '/[^a-z]+/', '_', array_map('strtolower', $columns) ) );
You have javascript disabled. You will not be able to edit any code.