Boolean Education Yan 18 PHP foundation Consolidation video Tutorial source sharing

Source: Internet
Author: User
PHP ("Hypertext Preprocessor") is a common open source scripting language. The grammar absorbs the C language, Java and Perl features, is conducive to learning, widely used, mainly for the field of web development. PHP's unique syntax mixes the syntax of C, Java, Perl, and PHP's own creation. It can execute Dynamic Web pages more quickly. Dynamic pages made with PHP are implemented in HTML (an application under the standard Universal Markup Language), which is more efficient than CGI, which is built with HTML markup, compared to other programming languages. Learn the basics of PHP in the "Boolean Education 18 PHP foundation Consolidation Video Tutorial".

Course Play Address: http://www.php.cn/course/438.html

The teacher's lecture style:

Teachers teach in a clear, well-organized, layered analysis, interlocking, rigorous argumentation, structural rigorous, with the logical power of thinking to attract students ' attention, with reason to control the course of classroom teaching. By listening to the teaching of teachers, students not only learn knowledge, but also receive the training of thinking, but also by the teachers rigorous study attitude of edification and infection.

The most difficult part of this video is the concept of function:

First, the concept, is in the process of the term, in the object-oriented is called the method,

A number of statements, encapsulated together, a name, at some point, call the name, thus executing these statements, called functions
to wash clothes.
function name = switch
Actual parameters = dirty clothes to be washed
Formal parameter = Laundry bucket (for dirty clothes in washing machine)
Processing statements = Various turns during laundry
return = Clean clothes after washing

Second, the grammar;

  function name (parameter ... {Process statement return  value;}

Here also recommend the source of resources to download: http://www.php.cn/xiazai/code/2129

Resources for everyone to share the video courseware and source code

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.