摘要: <?phpclass Helper_Spell{ public $spellArray = array(); static public function getArray() { return unserialize(file_get_contents('pytable_without_tune.txt')); } /** * @desc 获取字符串的首字母 * @param $string 要转换的字符串 * @param $isOne 是否取首字母 * @param $upper 是否转换为大写 * @return string * * 例如:getChineseF 阅读全文
posted @ 2014-02-27 09:43 飞一样的编码 阅读(1918) 评论(10) 推荐(1) 编辑