ascii.php

来自「Joomla!除了具有新闻/文章管理」· PHP 代码 · 共 20 行

PHP
20
字号
<?php/*** Tools to help with ASCII in UTF-8* @version $Id: ascii.php 10381 2008-06-01 03:35:53Z pasamio $* @package utf8* @subpackage ascii*///---------------------------------------------------------------/*** UTF-8 lookup table for lower case accented letters* This lookuptable defines replacements for accented characters from the ASCII-7* range. This are lower case letters only.* @author Andreas Gohr <andi@splitbrain.org>* @see utf8_deaccent()* @package utf8* @subpackage ascii*/$GLOBALS['UTF8_LOWER_ACCENTS'] = array(    '脙 ' => 'a', '脙麓' => 'o', '脛

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?