Self-increment and auto-increment operations in PHP that we have pursued in those years (1)

Source: Internet
Author: User
Tags php operator

Bytes -------------------------------------------------------------------------------------------

PHP does not have many operators, but not everyone knows how to use them?

Here we will talk about the upgraded version of the PHP operator number: ++, --, haha.

------------------------- @ Chenwei <www. chenwei. ws> ----------------------------

++ Is auto-increment,

-- Auto-subtraction.

Practical application:

$ A = 10; $ a ++ =? // Add the value first, and the final result is 11.

$ A = 10; ++ $ a =? // Add and reuse first. The final result is 11.

 

$ A = 10;

$ B = $ a ++ $;

Echo $;

Echo $ B; // check the result. I will reply to the answer.

Bytes -------------------------------------------------------------------------------------------

Http://www.cnblogs.com/farwish/p/3795614.html

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.