search
Homephp教程php手册php中常用字符串处理函数

php中常用字符串处理函数

Jun 13, 2016 am 11:18 AM
phpunderseveralfunctionremoveatdeal withstringCommonly usedimplementsupplyusespaceSimple

下面只提供几个简单常用的函数,chop执行去除空格处理,get_html_translation_table返回转化列表到变量,定义包括HTML编码的字符串htmlentities,htmlspecialchars_decode 定义包含HTML特殊字符的字符串,nl2br quotemeta rtrim等。  

下面只提供几个简单常用的函数,chop执行去除空格处理,get_html_translation_table返回转化列表到变量,定义包括html编码的字符串htmlentities,htmlspecialchars_decode 定义包含html特殊字符的字符串,nl2br quotemeta rtrim等。
定义和用法
chop() 函数从字符串的末端开始删除空白字符或其他预定义字符。

该函数的 rtrim() 函数的别名。

语法

chop(string,charlist)

*/
$str="i'm a   teacher  ";          //定义字符串
$result=chop($str);           //执行去除空格处理
echo $result;            //输出结果

/*/

定义和用法
get_html_translation_table() 函数返回被 htmlentities() 和 htmlspecialchars() 函数使用的翻译表。

语法
get_html_translation_table(function,quotestyle)

/*/
$trans=get_html_translation_table(html_entities);    //返回转化列表到变量
print_r($trans);            //输出转换表
$str="hallo & & krmer";         //定义字符串
$encoded=strtr($str,$trans);         //查找字符
echo $encoded;           //输出结果
//

$str="a 'quote' is bold";       //定义包括html编码的字符串
echo htmlentities($str);        //输出经过处理的字符串
echo htmlentities($str, ent_quotes);     //加上可选参数后的输出结果

//
$str='

this -> "

';        //定义包含html特殊字符的字符串
echo htmlspecialchars_decode($str);     //输出转换后的内容
echo "
";
echo htmlspecialchars_decode($str,ent_noquotes);  //不对引号进行编码的输出结果

 

//

$str="cat isn't n dog";      //定义包含换行符的字符串
$result=nl2br($str);       //执行转换操作
echo $result;        //输出转换后的结果

//

$str="hello world.(can you hear me?)";      //定义包含元字符的字符串
$result=quotemeta($str);         //执行转换操作
echo $result;           //输出转换后的结果

//

$str="hello world  ";          //定义末尾有空格的字符串
$result=rtrim($str);          //执行转换操作
echo $result;           //输出转换后的结果
?>


Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use