Photoshop CS2 v9.0 Some small problems with the green Chinese version of PHP

Source: Internet
Author: User
Organize out 2 to learn from everyone
1, three equals sign and two equals sign difference "= = =" VS "= ="
For example, you'll get a function that returns these kinds of situations:
1, more than 0 of the number
2, less than 0 of the number
3, equals 0 of the number (that is, 0)
4, False (On Failure)
At this time if you want to capture the failure, you must use = = = And not use = =
because = = In addition to match the 4th case, will also match the 3rd case, because 0 is also false!
In a
$a = ' 2 ';//character 2
$b =2;//Numerical Model 2
$a = = $b, it's right, it's all 2.
$a = = = $b, is wrong, because $ A is a character $b is numeric, the value is the same, but the type is different.
2. What does three angle brackets in PHP do? "<<<"

Copy the Code code as follows:


$somevar = <<
Put your code or words here
Someword;


This is the code snippet. The advantage of using code snippets in PHP is that when you need to output a piece of code (which can include multiple lines), the snippet can maintain a more logical pattern. Often used to insert HTML code.
Note that Someword is an arbitrary character that represents the meaning of a token. <<
Can be used to assign a value that contains both single and double quotes en pw many of this

The above describes the Photoshop CS2 v9.0 green Chinese version of Php some of the minor issues, including the Photoshop CS2 v9.0 Green Chinese version of the content, I hope that the PHP tutorial interested in a friend helpful.

  • Related Article

    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.