search
Homephp教程php手册substr() function in php

//substr($str, startIndex, length)

//The interception direction is from left to right.

//If length is not written, it will be intercepted to the last one by default.

//length is the exact number, and negative is the index (the length number from the bottom)

//Note that startIndex starts from 0.

//The length includes the characters on startIndex. The length is 2, which is startIndex and startIndex+1

echo substr('abcdef', -4);//start is -4, which means starting from the second to last one until the end. So return cdef

echo '
';

echo substr('abcdef', 0);//start is 0, which means starting from the first one, abcdef

echo '
';

echo substr('abcdef', 1, 3);//Three characters starting from the second one, bcd

echo '
';

echo substr('abcdef', -3, 2); //Two characters starting from the third to last, de

echo '
';

echo substr('abcdef', -3, -2);//Starting from the third to last, to the second to last, and excluding the second to last, d

Statement
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

mPDF

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

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment