The PHP 8 Learning Guide

所在平台: Udemy

课程主页: https://www.udemy.com/course/php-8-guide-2021-edition/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:PHP 8学习指南 课程概述:在这门课程中,我们将从零开始,逐步引导您了解PHP(超文本预处理器),这是一种专为开发和编程网页应用而设计的脚本语言。PHP最初是由丹麦-加拿大程序员拉斯穆斯·勒多夫于1994年创建的,目前由PHP小组开发并维护。它是开源的,支持面向对象编程,并且可以在多种操作系统上运行,包括Linux和Windows。 PHP不仅适用于网页开发,还可用于开发独立的图形应用程序及其他编程任务。通过PHP解释器,PHP代码通常在网络服务器上被处理,并生成HTML或二进制图像数据等多种类型的数据,形成HTTP响应的一部分或全部。 本课程旨在帮助初学者轻松上手PHP。虽然PHP语言在某些地方可能存在不一致性和错误,但最新的PHP8版本已经解决了许多此类问题。课程将覆盖PHP的基本概念和高级功能,为学习者提供丰富的学习资源,使他们在网页开发中更加灵活和自信。无论您是编程新手还是有经验的开发者,这门课程都将为您提供一个全面的PHP学习之旅。

课程评论(0条)

课程详情

في هذه الدورة من بي إتش بي [المرجع الشامل افترض الشخص اللي امامي لا يعرف اي شيء عن عالم البرمجة اصلاسأخذك خطوة بخطوة من الصفربي إتش بي (PHP: Hypertext Preprocessor، 'الصفحة الرئيسية الشخصية كانت مجموعة من التطبيقات التي كتبت باستخدام لغة بيرل أطلق راسموس اسم Personal Home Page Tools ("المعالج المسبق للنصوص الفائقة") هي لغة برمجة نصية صممت أساسًا من أجل استخدامها لتطوير وبرمجة تطبيقات الويب. كما يمكن استخدامها لإنتاج برامج قائمة بذاتها وليس لها علاقة بالويب فقط.[21]بي إتش بي لغة مفتوحة المصدر ويطورها فريق من المتطوعين تحت رخصة بي إتش بي، تدعم البرمجة كائنية التوجه وتركيبها البنيوي يشبه كثيرًا التركيب البنيوي للغة السي، هذا بالإضافة إلى أنها تعمل على أنظمة تشغيل متعددة مثل لينكس وويندوز.PHP is a general-purpose scripting language especially suited to web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994. The PHP reference implementation is now produced by The PHP Group. PHP originally stood for Personal Home Page, but it now stands for the recursive initialism PHP: Hypertext Preprocessor.PHP code is usually processed on a web server by a PHP interpreter implemented as a module, a daemon, or as a Common Gateway Interface (CGI) executable. On a web server, the result of the interpreted and executed PHP code - which may be any type of data, such as generated HTML or binary image data - would form the whole or part of an HTTP response. Various web template systems, web content management systems, and web frameworks exist which can be employed to orchestrate or facilitate the generation of that response. Additionally, PHP can be used for many programming tasks outside of the web context, such as standalone graphical applications and robotic drone control. Arbitrary PHP code can also be interpreted and executed via a command-line interface (CLI).The standard PHP interpreter, powered by the Zend Engine, is free software released under the PHP License. PHP has been widely ported and can be deployed on most web servers on almost every operating system and platform, free of charge.The PHP language evolved without a written formal specification or standard until 2014, with the original implementation acting as the de facto standard which other implementations aimed to follow. Since 2014, work has gone on to create a formal PHP specification.As of January 2021, 72% of PHP websites use discontinued versions of PHP, i.e. PHP 7.2 or lower, which are no longer supported by The PHP Development Team. A large additional fraction uses PHP 7.3, which is only (up to December 6, 2021) "supported for critical security issues only." Over 40% of all PHP websites use version 5.6 or older, which not even Debian supports (Debian 9 supported version 7.0 and 7.1).Beginner FriendlinessEasy to Get Started WithPHP was designed to make web development easier, and many beginners find it effortless to pick up and get started with. In fact, PHP code was so easy to pick up, many non-programmers end up being able to hack PHP code together without truly understanding the code. While good programmers will never copy and paste code they don't understand, this speaks volumes about how easy it is to pick up PHP.The latest version of PHP (PHP8) has fixed a lot of inconsistencies and fatal errors as well. PHP has a wealth of learning resources, but you should make sure to avoid outdated tutorials.FlexiblePHP is a dynamically typed language. This means there are no hard rules on how to build features, and you'll have more flexibility solving problems using different methods. Furthermore, PHP is also more forgiving of errors, so you'll still be able to compile and run your program until you hit the problematic part.

课程标签

0人关注该课程

主题相关的课程