overtrue / pinyin

🇨🇳 基于词库的中文转拼音优质解决方案

Home Page:https://github.com/overtrue/pinyin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in data

cschasiepen opened this issue · comments

Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/vendor/overtrue/pinyin/data/words_1 on line 3

plz show me your code.

$stadt['text'] is a city name in Chinese
url_to_text($stadt['text']);

function url_to_text($output) {
$output = trim($output);
// language_id 6 == chinese
if(language_id == 6)
{
$pinyin = new Pinyin();
$output = $pinyin->permalink($output);
}

what is the name of city?