Home > Backend Development > PHP Tutorial > 都可以用于字符串替换,strtr函数 与 str_replace有什么不同?

都可以用于字符串替换,strtr函数 与 str_replace有什么不同?

WBOY
Release: 2016-06-06 20:41:05
Original
1091 people have browsed it

如题,都可以被用于字符串替换,他们有什么不同??

回复内容:

如题,都可以被用于字符串替换,他们有什么不同??

strtr是字符匹配, str_replace是字符串匹配

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template