Php character replacement method starting from the specified position

Source: Internet
Author: User
Definition and usage: the substr_replace () function replaces a part of the string with another string syntax: substr_replace (string, replacement, start, length) & lt ;? Phpechos

Definition and usage:

The substr_replace () function replaces one part of the string with another.

Syntax:Substr_replace (string, replacement, start, length)

  1. Echo substr_replace ("hello world", "earth", 6 );
  2. ?>

Parameter description

String is required, which specifies the string to be checked.

Replacement is required, specifying the string to be inserted.

Start:Required, specifying where to start replacement of the string.

Positive number-start replacement at the start offset

Negative number-replace with the start offset at the end of the string

0-START replacement at the first character in the string

Charlist:(Optional) number of characters to be replaced.

Positive number-length of the string to be replaced

Negative number-Number of replaced characters starting from the end of the string

0-insert instead of replace

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.