PHP uses WordWrap to format text paragraphs, _php tutorials

Source: Internet
Author: User

PHP uses WordWrap to format text paragraphs,


This example describes how PHP uses WordWrap to format text paragraphs. Share to everyone for your reference. The specific analysis is as follows:

The WordWrap () function can format paragraphs of text in a specified fixed line length, making the paragraph look more orderly

<?php$string = "TRADING on MARGIN poses additionalrisks and are not suitable for all    investors. A complete LIST of the risks associated with margin TRADING isavailable in the margin RISK disclosure DOCUMENT. "; $string = Str_replace ("\ n", "" ", $string), $string = Str_replace (" \ R "," ", $string);p rint (WordWrap ($string, 40)." \ n ");? >

The above code returns the following result

TRADING on MARGIN poses additionalrisks and are not suitable for allinvestors. A complete LIST of therisks associated with margin TRADING isavailable in the margin RISK disclosuredocument.

I hope this article is helpful to everyone's PHP programming.

http://www.bkjia.com/PHPjc/969504.html www.bkjia.com true http://www.bkjia.com/PHPjc/969504.html techarticle PHP uses WordWrap to format text paragraphs, this article describes the way PHP uses WordWrap to format text paragraphs. Share to everyone for your reference. The specific analysis is as follows: Wor ...

  • 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.