您的位置 首页 php

「中英双语」面向初学者的 PHP:2021 年 PHP 速成课程

通过这个完整的 PHP 速成课程为初学者学习 PHP 此教程共4.0小时,中英双语字幕,画质清晰无水印,源码附件全 课程英文名:PHP for Beginners PHP Crash Course 2021

下载地址

百度网盘地址:

「中英双语」面向初学者的 PHP:2021 年 PHP 速成课程

课程内容

你将会学到的

您将能够舒适地安装和使用 PHP 您将能够阅读和编写 PHP 代码 您将能够理解一些后端关键术语 您将能够轻松深入了解一些 PHP 复杂主题 您将能够立即掌握最常见的 PHP 标准代码

  33-PHP for Beginners PHP Crash Course 2021/
├─ 33-打开获取解压密码-【中英双语】面向初学者的 PHP:2021 年 PHP 速成课程.html
├─ [TutsNode.com] - PHP for Beginners PHP Crash Course 2021/
│ ├─ 1. Introduction/
│ │ ├─ 1. Introduction (1).srt
│ │ ├─ 1. Introduction.mp4
│ │ ├─ 1. Introduction.srt
│ │ └─ 1.1 PHP for Beginners 2021.pptx
│ ├─ 10. Super Globals/
│ │ ├─ 1. Intro to Super Globals.mp4
│ │ ├─ 1. Intro to Super Globals.srt
│ │ ├─ 1.1 superglobals.php
│ │ ├─ 2. Post.mp4
│ │ ├─ 2. Post.srt
│ │ ├─ 3. Get.mp4
│ │ ├─ 3. Get.srt
│ │ ├─ 3.1 get.php
│ │ ├─ 4. Sessions pt. 1.mp4
│ │ ├─ 4. Sessions pt. 1.srt
│ │ ├─ 4.1 session1.php
│ │ ├─ 4.2 session2.php
│ │ ├─ 5. Sessions pt. 2.mp4
│ │ ├─ 5. Sessions pt. 2.srt
│ │ ├─ 5.1 session4.php
│ │ └─ 5.2 session3.php
│ ├─ 11. Date and Time/
│ │ ├─ 1. Date.mp4
│ │ ├─ 1. Date.srt
│ │ ├─ 1.1 date.php
│ │ ├─ 2. Time.mp4
│ │ ├─ 2. Time.srt
│ │ ├─ 2.1 time.php
│ │ └─ 3. Date.html
│ ├─ 2. Installation/
│ │ ├─ 1. Installing Xampp.mp4
│ │ ├─ 1. Installing Xampp.srt
│ │ ├─ 2. Installing Sublime.mp4
│ │ └─ 2. Installing Sublime.srt
│ ├─ 3. Basic Syntax and First Steps/
│ │ ├─ 1. Basic Syntax.mp4
│ │ ├─ 1. Basic Syntax.srt
│ │ ├─ 1.1 index.php
│ │ ├─ 10. Comments.html
│ │ ├─ 2. Echo.mp4
│ │ ├─ 2. Echo.srt
│ │ ├─ 2.1 echo.php
│ │ ├─ 3. Print and Differences between Echo and Print.mp4
│ │ ├─ 3. Print and Differences between Echo and Print.srt
│ │ ├─ 3.1 print.php
│ │ ├─ 4. Variables.mp4
│ │ ├─ 4. Variables.srt
│ │ ├─ 4.1 vars.php
│ │ ├─ 5. Constants.mp4
│ │ ├─ 5. Constants.srt
│ │ ├─ 5.1 constants.php
│ │ ├─ 6. Comments.mp4
│ │ ├─ 6. Comments.srt
│ │ ├─ 6.1 comments.php
│ │ ├─ 7. Single vs Double Quotes.mp4
│ │ ├─ 7. Single vs Double Quotes.srt
│ │ ├─ 7.1 single_vs_double_quotes.php
│ │ ├─ 8. Basic Syntax.html
│ │ └─ 9. Echo.html
│ ├─ 4. Data Types/
│ │ ├─ 1. Integers.mp4
│ │ ├─ 1. Integers.srt
│ │ ├─ 1.1 integers.php
│ │ ├─ 2. Floats.mp4
│ │ ├─ 2. Floats.srt
│ │ ├─ 2.1 floats.php
│ │ ├─ 3. Booleans.mp4
│ │ ├─ 3. Booleans.srt
│ │ ├─ 3.1 boolens.php
│ │ ├─ 4. Strings.mp4
│ │ ├─ 4. Strings.srt
│ │ ├─ 4.1 strings.php
│ │ ├─ 5. Nulls.mp4
│ │ ├─ 5. Nulls.srt
│ │ ├─ 5.1 null.php
│ │ └─ 6. Integers and Floats.html
│ ├─ 5. Operators/
│ │ ├─ 1. Arithmetical Operators.mp4
│ │ ├─ 1. Arithmetical Operators.srt
│ │ ├─ 2. Assignment Operators.mp4
│ │ ├─ 2. Assignment Operators.srt
│ │ ├─ 3. Comparison Operators.mp4
│ │ ├─ 3. Comparison Operators.srt
│ │ ├─ 4. 19-Increment and Decrement Operators.mp4
│ │ ├─ 4. 19-Increment and Decrement Operators.srt
│ │ ├─ 4.1 operators.php
│ │ └─ 5. Increment and Decrement.html
│ ├─ 6. Statements/
│ │ ├─ 1. If Elseif Else.mp4
│ │ ├─ 1. If Elseif Else.srt
│ │ ├─ 2. Switch.mp4
│ │ ├─ 2. Switch.srt
│ │ ├─ 2.1 states.php
│ │ └─ 3. if else.html
│ ├─ 7. Loops/
│ │ ├─ 1. While.mp4
│ │ ├─ 1. While.srt
│ │ ├─ 2. For.mp4
│ │ ├─ 2. For.srt
│ │ ├─ 2.1 loops.php
│ │ └─ 3. For.html
│ ├─ 8. Arrays/
│ │ ├─ 1. Arrays and Indexed Arrays.mp4
│ │ ├─ 1. Arrays and Indexed Arrays.srt
│ │ ├─ 2. Associative Arrays.mp4
│ │ ├─ 2. Associative Arrays.srt
│ │ ├─ 3. Multidimensional Arrays.mp4
│ │ ├─ 3. Multidimensional Arrays.srt
│ │ ├─ 3.1 arrs.php
│ │ └─ 4. Indexed Arrays.html
│ └─ 9. Functions/
│   ├─ 1. Functions.mp4
│   ├─ 1. Functions.srt
│   ├─ 2. Functions with Arguments.mp4
│   ├─ 2. Functions with Arguments.srt
│   ├─ 2.1 functions.php
│   └─ 3. Functions.html
└─ 【中英双语】面向初学者的 PHP:2021 年 PHP 速成课程.zip  

文章来源:智云一二三科技

文章标题:「中英双语」面向初学者的 PHP:2021 年 PHP 速成课程

文章地址:https://www.zhihuclub.com/148894.shtml

关于作者: 智云科技

热门文章

评论已关闭

4条评论

  1. If some one wisһes expert view about running ɑ bloɡ
    after that i recommend him/her to go to see this web site, Keep up the
    good work.

    Feel fгee to viѕіt my wеb paɡe ::

  2. After Ι оriginally commented I appear to have clicked the -Notifʏ me when new comments are addеd- checkbox and from now on ѡhenever a comment is added I receive four emails with
    the exact sɑme comment. Perhaps tһere is a means you can remove me from that service?
    Appreciate it!

    Feel free to surf to my web site ::

  3. It’ѕ going to be finish of mine day, but before finish I am reading thіs fantastiⅽ post to increase mү knowledge.

    Feel free t᧐ surf to my paɡe –

  4. Open Jobs Possitions for In-Person Shadow Teacher and teachers in Moundville town for school year 2022-2023说道:

    Have you evеr thought abօut includіng a little bit more than just your articles?
    I mean, what you sɑy is valuable and all. Ηowever think ߋf if you added some gгeat photos or vіdeo clips
    to give your posts more, “pop”! Your content is excellent but with
    pics and videos, this website could certainly Ьe one of the ᴠery
    beѕt in its field. Fаntastic blog!

    My blog:

网站地图