CodeIgniterPHP display value truncation solution _ PHP Tutorial

Source: Internet
Author: User
Tags strtok
CodeIgniterPHP display value truncation solution. CodeIgniterPHP show interception ------------------------ The above shows: 057188885281-001 how to intercept-solve the following 001 prawns ------ solution ------------------ (PS: PHP technology ask CodeIgniter PHPShow value truncation-value


-----------------------
Value shown above: 057188885281-001
How to intercept-later 001

Solving prawns
------ Solution --------------------
(PS: PHP technical problemsWelcome to group discussion: 276167802, verification: csl)
$str = '057188885281-001';$str = $value['haoma'];if (stripos($str, '-') !== FALSE) {    echo substr($str, stripos($str, '-') + 1);} else {    echo $str;}

------ Solution --------------------

2,


$arr = explode('-', '057188885281-001'); echo $arr[1];


------ Solution --------------------


The above is the value solution for CodeIgniter PHP display value truncation in this article. I hope this article will be helpful to php developers. thank you for reading this article.

Http://www.bkjia.com/PHPjc/621613.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/621613.htmlTechArticleCodeIgniter PHP show the interception-------------------------- the above shows: 057188885281-001 how to intercept-followed by 001 prawns solve ------ solution -------------------- (PS: PHP technical questions...

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.