当前位置:网站首页>php截取中文字符串实例
php截取中文字符串实例
2022-08-03 19:51:00 【1002710030】
<?php
$str='你好啊';
echo mb_substr($str,0,2,'utf-8');//截取前面2个字,你好
?>
边栏推荐
- LeetCode 952. Calculate Maximum Component Size by Common Factor
- 【leetcode】剑指 Offer II 008. 和大于等于 target 的最短子数组(滑动窗口,双指针)
- 力扣刷题之爬楼梯(7/30)
- 群辉查看硬盘存储占用的方式
- 使用 ReportLab 绘制 PDF
- Statistical machine learning 】 【 linear regression model
- Interview Blitz: What Are Sticky Packs and Half Packs?How to deal with it?
- 一种能有效缓解环境噪声对音频质量干扰的方案
- 余弦距离介绍
- Unity获取canvas 下ui 在屏幕中的实际坐标
猜你喜欢
622 设计循环队列——Leetcode天天刷【循环队列,数组模拟,双指针】(2022.8.2)
Introduction to Cosine Distance
高性能计算软件与开源生态| ChinaOSC
怎么将自己新文章自动推送给自己的粉丝(巨简单,学不会来打我)
149. The largest number on a straight line, and check the set
Network protocol-TCP, UDP difference and TCP three-way handshake, four wave
【leetcode】剑指 Offer II 008. 和大于等于 target 的最短子数组(滑动窗口,双指针)
余弦距离介绍
ThreadLocal详解
入门3D建模基础教程详细分解
随机推荐
C中的数据存储
LeetCode 622. 设计循环队列
剑指 Offer II 044. 二叉树每层的最大值-dfs法
Network protocol-TCP, UDP difference and TCP three-way handshake, four wave
Execute the mysql script file in the docker mysql container and solve the garbled characters
pytorch框架实现老照片修复功能详细演示(GPU版)
群辉查看硬盘存储占用的方式
那些年我写过的语言
Matlab paper illustration drawing template No. 42 - bubble matrix diagram (correlation coefficient matrix diagram)
In-depth understanding of JVM-memory structure
Handler source code analysis
傅里叶变换(深入浅出)
List类的超详细解析!(超2w+字)
Force is brushed buckle problem for the sum of two Numbers
pg_memory_barrier_impl in Postgresql and C's volatile
X86 function call model analysis
LeetCode 952. 按公因数计算最大组件大小
Introduction to Cosine Distance
百利药业IPO过会:扣非后年亏1.5亿 奥博资本是股东
1-php学习笔记之数据类型