phpstrtr()用法
<?php
$str = “test”;
$str1 = strtr($str, `t`, `z`); // zesz
$str2 = strtr($str, `tt`, `z1`);// 1es1
$str3 = strtr($str, `t`, “);// test
$str4 = strtr($str, `ts`, `12`);// 1e21
$str5 = strtr($str, array(“t” => “)); // es
$str6 = strtr($str, array(“e” => `www`, “s” => “hhh”));// twwwhhht
相關文章
- Qdrant用法;Qdrant在langchain裡的用法LangChain
- Yii2-application用法 (Yii::$app用法)APP
- Cmake用法
- JavaScript用法JavaScript
- iostat用法iOS
- JOptionPane用法
- seqkit用法
- typedef用法
- union用法
- enum用法
- GPG 用法
- sessionStorage 用法Session
- localStorage 用法
- SQLserver With As 用法SQLServer
- WebSocket 用法Web
- Screen 用法
- replace()用法
- VotingClassifier用法GC
- Hydra用法
- unique 用法
- __kindof用法
- requestAnimationFrame用法requestAnimationFrame
- JavaScript this用法JavaScript
- SVN用法
- static用法
- getComputedStyle() 用法
- JSONP 用法JSON
- crm用法
- sed用法
- supervisor用法
- allure用法(一)-配置資訊及基本用法
- RDD用法與例項(五):glom的用法
- python match用法Python
- GORM基本用法GoORM
- Opentelemetry collector用法
- createjs tween用法JS
- tie的用法
- iwpriv命令用法