芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/ancien-site-2019/site/language/fi-FI/fi-FI.localise.php
'à,á,â,ã,ä,å,ā,ă,ą,ḁ,α,ά', 'ae' => 'æ', 'o' => 'ö,ò,ó,ô,õ,ø,ō,ŏ,ő,ο,ό,ω,ώ', 'oe' => 'œ' ); foreach( $glyph_array as $letter => $glyphs ) { $glyphs = explode( ',', $glyphs ); $str = str_replace( $glyphs, $letter, $str ); } return $str; } }