php代码
<?php /** * @param string $string 需要截取的字符串 * @param string $sublen 需要截取的长度(英文和中文都计算一个) * @param string $tags 需要保留的标签 * @param string $endTag 最后截取位置标签(为保证不出现排版错乱,必须与$tags中第一个标签成对) * @return string */ function _formatString($string,$sublen=100,$tags='',$endTag=''){ $string=stripslashes($string); $string=strip_tags($string,$tags); $string=str_ireplace("\t","",$string); $string=str_ireplace("\r\n","",$string); $string=str_ireplace("\r","",$string); $string=str_ireplace("\n","",$string); $string=str_ireplace(" ","",$string); $length=strlen($string); $tag_len=strlen($endTag); $new_str=mb_substr($string,0,$sublen,'utf-8'); $new_len=strlen($new_str); $end_len=strripos($new_str,$endTag)+$tag_len; //最后一次出现标签位置再加上自身标签长度 if($new_len!=$end_len){ if($end_len==$tag_len){ for($i=$new_len; $i <=$length; $i++){ $str=substr($string,0,$i); if(strpos($str,$endTag)){ $new_str=$str; break; } } }else{ $new_str=substr($new_str,0,$end_len); } } return $new_str; }

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Notepad++7.3.1
Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

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
