Basic PHP Learning

Source: Internet
Author: User

1. Character encoding: The character encoding used in a file indicates what character the file will display. Set character encoding <meta .....charset=utf-8>

2. PHP sends data to Web browser: Echo, print

3. Comments:

#编号注释; #This is a comment

Double slash://this is also a comment

/* * *: Allows annotations to be distributed across multiple lines.

4. Pre-defined variables: $_server[' script_filename ', ' http_user_agent ', ' server_software ']

5. String function:

strlen string length;

. connection string;

Strtolower () string becomes lowercase;

Strtoupper () string to uppercase

Ucfirst () first character uppercase

Ucwords () capitalizes the first character of each word.

. = Join Assignment operator

6, the number function:

Round () rounding the nearest integer

Number_format () Converts a number to a more common representation format, using a comma as the thousand separator character.

7, constant definition:

Define (' PI ', 3.14)

Echo PI

8, double quotes and single quotes

Single quotation marks: The values within will be processed in the literal sense. The value within the double quotation marks is interpreted.

Basic PHP Learning

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.