PHP utility function sharing to remove excess 0, php utility function sharing _ PHP Tutorial

Source: Internet
Author: User
Sharing of PHP utility functions removes excess 0 and sharing of php utility functions. The sharing of PHP utility functions removes unnecessary 0. the sharing code of php utility functions is concise and simple, so there is no nonsense. Copy the code as follows: *** remove unnecessary 0 * functio PHP utility function sharing remove excess 0, php utility function sharing

The code is concise and simple, so there is no nonsense.

The code is as follows:


/**
* Remove unnecessary 0 values.
*/
Function del0 ($ s)
{
$ S = trim (strval ($ s ));
If (preg_match ('# ^ -? \ D +? \. 0 + $ # ', $ s )){
Return preg_replace ('# ^ (-? \ D ++ ?) \. 0 + $ # ',' $ 1', $ s );
}
If (preg_match ('# ^ -? \ D +? \. [0-9] +? 0 + $ # ', $ s )){
Return preg_replace ('# ^ (-? \ D + \. [0-9] + ?) 0 + $ # ',' $ 1', $ s );
}
Return $ s;
}

With the free expansion, you can do many things and hope you will like it.

The pipeline code is concise and simple, so there is no nonsense. The code is as follows:/*** remove unnecessary 0 */functio...

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.