


These four functions in php are often confusing, so take some notes here.
1.strstr
strstr — Displays the first string found, the string to be found, and subsequent strings. Case sensitive.
Code listing:
[php]
//strstr function
$email = 'liruxing1715@sina.com@qq.com';
$domain = strstr($email, '@');
echo "strstr Test result: {$domain}
";
$domain = strstr($email, '@', true);
echo "strstr Test result: {$domain}
";
/*
The test result is:
strstr test result: @sina.com@qq.com
strstr test results: liruxing1715
*/
//strstr function
$email = 'liruxing1715@sina.com@qq.com';
$domain = strstr($email, '@');
echo "strstr Test result: {$domain}
";
$domain = strstr($email, '@', true);
echo "strstr Test result: {$domain}
";
/*
The test result is:
strstr test result: @sina.com@qq.com
strstr test results: liruxing1715
*/Note: If the string to be searched is not found, then FALSE is returned.
2. strist
stristr — The function is the same as the strstr function, the only difference is that the case is ambiguous.
3. strrchr
strrchr — Displays the last string found, the string to be found, and the following strings.
Code List:
[php]
//strrchr function
$email = 'liruxing1715@sina.com@qq.com';
$domain = strrchr($email, '@');
echo "strrchr test result: {$domain}
";
/*
The test result is:
strrchr test results: @qq.com
*/
//strrchr function
$email = 'liruxing1715@sina.com@qq.com';
$domain = strrchr($email, '@');
echo "strrchr test result: {$domain}
";
/*
The test result is:
strrchr test results: @qq.com
*/Note: If the string to be searched is not found, then FALSE is returned.
4.substr
substr — In a string, truncate characters according to the given length.
Format: string substr ( string $string , int $start [, int $length ] )
Parameter introduction:
$string: the string to be intercepted;
$start: The starting position to be intercepted, starting from 0 by default; if start is a negative number, the returned string will start from the $start character forward from the end of $string; if the length of string is less than or Equal to start, will return FALSE.
$length: The end position of the interception. If the $length is empty, then return from the starting position to the end.
Code List:
[php]
//substr function
$email = 'liruxing1715@sina.com@qq.com';
$domain = substr($email, 10);
echo "substr test result: {$domain}
";
$domain = substr($email, 10, 5);
echo "substr test result: {$domain}
";
$domain = substr($email, -5, 5); //The last digit of the string is -1
echo "substr test result: {$domain}
";
/*
The test result is:
substr test result: 15@sina.com@qq.com
substr test result: 15@si
substr test results: q.com
*/
//substr function
$email = 'liruxing1715@sina.com@qq.com';
$domain = substr($email, 10);
echo "substr test result: {$domain}
";
$domain = substr($email, 10, 5);
echo "substr test result: {$domain}
";
$domain = substr($email, -5, 5); //The last digit of the string is -1
echo "substr test result: {$domain}
";
/*
The test result is:
substr test result: 15@sina.com@qq.com
substr test result: 15@si
substr test results: q.com
*/

技嘉的主板怎么设置键盘开机首先,要支持键盘开机,一定是PS2键盘!!设置步骤如下:第一步:开机按Del或者F2进入bios,到bios的Advanced(高级)模式普通主板默认进入主板的EZ(简易)模式,需要按F7切换到高级模式,ROG系列主板默认进入bios的高级模式(我们用简体中文来示范)第二步:选择到——【高级】——【高级电源管理(APM)】第三步:找到选项【由PS2键盘唤醒】第四步:这个选项默认是Disabled(关闭)的,下拉之后可以看到三种不同的设置选择,分别是按【空格键】开机、按组

php把负数转为正整数的方法:1、使用abs()函数将负数转为正数,使用intval()函数对正数取整,转为正整数,语法“intval(abs($number))”;2、利用“~”位运算符将负数取反加一,语法“~$number + 1”。

1.处理器在选择电脑配置时,处理器是至关重要的组件之一。对于玩CS这样的游戏来说,处理器的性能直接影响游戏的流畅度和反应速度。推荐选择IntelCorei5或i7系列的处理器,因为它们具有强大的多核处理能力和高频率,可以轻松应对CS的高要求。2.显卡显卡是游戏性能的重要因素之一。对于射击游戏如CS而言,显卡的性能直接影响游戏画面的清晰度和流畅度。建议选择NVIDIAGeForceGTX系列或AMDRadeonRX系列的显卡,它们具备出色的图形处理能力和高帧率输出,能够提供更好的游戏体验3.内存电

主板上SPDIFOUT连接线序最近我遇到了一个问题,就是关于电线的接线顺序。我上网查了一下,有些资料说1、2、4对应的是out、+5V、接地;而另一些资料则说1、2、4对应的是out、接地、+5V。最好的办法是查看你的主板说明书,如果找不到说明书,你可以使用万用表进行测量。首先找到接地,然后就可以确定其他的接线顺序了。主板vdg怎么接线连接主板的VDG接线时,您需要将VGA连接线的一端插入显示器的VGA接口,另一端插入电脑的显卡VGA接口。请注意,不要将其插入主板的VGA接口。完成连接后,您可以

广联达软件是一家专注于建筑信息化领域的软件公司,其产品被广泛应用于建筑设计、施工、运营等各个环节。由于广联达软件功能复杂、数据量大,对电脑的配置要求较高。本文将从多个方面详细阐述广联达软件的电脑配置推荐,以帮助读者选择适合的电脑配置处理器广联达软件在进行建筑设计、模拟等操作时,需要进行大量的数据计算和处理,因此对处理器的要求较高。推荐选择多核心、高主频的处理器,如英特尔i7系列或AMDRyzen系列。这些处理器具有较强的计算能力和多线程处理能力,能够更好地满足广联达软件的需求。内存内存是影响计算

php除以100保留两位小数的方法:1、利用“/”运算符进行除法运算,语法“数值 / 100”;2、使用“number_format(除法结果, 2)”或“sprintf("%.2f",除法结果)”语句进行四舍五入的处理值,并保留两位小数。

判断方法:1、使用“strtotime("年-月-日")”语句将给定的年月日转换为时间戳格式;2、用“date("z",时间戳)+1”语句计算指定时间戳是一年的第几天。date()返回的天数是从0开始计算的,因此真实天数需要在此基础上加1。

在php中,可以使用substr()函数来读取字符串后几个字符,只需要将该函数的第二个参数设置为负值,第三个参数省略即可;语法为“substr(字符串,-n)”,表示读取从字符串结尾处向前数第n个字符开始,直到字符串结尾的全部字符。


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

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

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),

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version
Useful JavaScript development tools

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
