PHP的PSR系列规范都有啥内容,phppsr规范有啥
PHP的PSR系列规范都有啥内容,phppsr规范有啥
PSR
是PHP Standard Recommendation的简写,它其实应该叫PSRs,即系列推荐标准:目前通过的规范有PSR-0(Autoloading Standard)、PSR-1(Basic Coding Standard)、PSR-2(Coding Style Guide)、PSR-3(Logger Interface)、PSR-4(Improved Autoloading)。它不是PHP官方标准,而是从如Zend、Symfony2等知名PHP项目中提炼出来的一系列标准,目前有越来有多的社区项目加入成员并遵循该标准。
PHP-FIG — PHP Framework Interoperability Group, 是制定PSRs开发规范的组织,它的成员由很多知名PHP社区项目组成,在其官网首页下方可以看到成员清单。这些成员制定规范,并且落实在自己的项目中。
其实各个PSR规范的内容都很简洁明了,比起那些动则几十页的规范,真是好太多了。
PSR-0(Autoloading Standard)
PSR-0即类自动加载规范(原文:官网、GitHub)。从2014-10-21日起,该规范被标记为Deprecated,由PSR-4替代。它的内容十分简洁。
内容:
PSR-1(Basic Coding Standard)
PSR-1即基础编码标准(原文:官网、GitHub)。内容也是否简洁,包含了类文件、类名、类方法名的命名方法。
内容:
PSR-2(Coding Style Guide)
PSR-2即编码风格标准(原文:官网、GitHub)。内容就稍多,但还是比较简洁,它以PSR-1为基础,包含了缩进、每行代码长度、换行、方法可见性声明、空格和方法体大括号换行的相关规定。
标准内容:
PSR-3(Logger Interface)
PSR-3是对应用日志类的通过接口的定义(原文:官网、GitHub)。内容很简单,就是一个接口,官方示例代码引用一下就好了。当然,在具体的应用中,只要遵循该接口,肯定可以定制相应的实现。
基础内容:
PSR-4(Improved Autoloading)
PSR-4即改进版的自动加载规范(原文:官网、GitHub)。它是PSR-0规范的接替者。它可以与任何其它的自动加载规范兼容,包括PSR-0。
内容:
自动载入器的实现不可抛出任何异常,不可引发任何等级的错误;也不应返回值
注:具体规范内容参考了其他中文翻译版本整理。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Use Python and WebDriver to screenshot web pages and save them as PDF files Summary: During web development and testing, it is often necessary to screenshot web pages for analysis, recording, and reporting. This article will introduce how to use Python and WebDriver to take screenshots of web pages and save the screenshots as PDF files for easy sharing and archiving. 1. Install and configure SeleniumWebDriver: Install Python: Visit the Python official website (https:

Conversion method: 1. Online conversion tools, such as pdfcrowd and online2pdf, can quickly convert HTML files to PDF without installation. 2. Browser plug-ins, such as Chrome's HTML to PDF plug-in, allow conversion to be performed directly in the browser. 3. Professional software, such as Adobe Acrobat and Foxit PhantomPDF, provide more comprehensive functions and support fast batch conversion and advanced output options.

In the application of modern Internet technology, PDF files are widely used as a cross-platform standard document format. As one of the most popular server-side programming languages, PHP is also very practical for processing PDF files. This article will introduce how to use PHP to generate PDF files. 1. Installing relevant extensions to generate PDF files requires the use of the PDF library, which can be achieved by installing PDF-related extensions. Commonly used PDF extensions include the following: TCPDF extension TCPDF is a tool used to generate P

How to annotate PDF files in Edge browser? This browser has this function, but many people don’t know where the annotation function is or how to use it. We can directly select the PDF opening method, and then we will enter the annotation interface. In order to facilitate the operation of the majority of users, today’s software tutorial content is Come and share the operation steps with the majority of users. Friends who are interested can follow the editor's steps to learn about it. Introduction to the method of annotating PDF files in Edge browser: 1. Select the PDF file that needs to be annotated, right-click and select the "Microsoft Edge" option in "Open with". 2. In the opened interface, click above

How to use the time function in Go language to generate a schedule calendar and export it to a PDF file? In daily life and work, we often need to arrange and manage schedules, and an important task is to generate a schedule calendar. As a concise and efficient programming language, Go language provides a wealth of time functions that can easily operate date and time. This article will introduce how to use the time function in the Go language to generate a schedule calendar and export it to a PDF file. First, we need to create a schedule calendar data structure. Let's say our schedule calendar package

How to extract and analyze text from multiple PDF files with Python for NLP? Abstract: With the advent of the big data era, natural language processing (NLP) has become one of the important means to solve massive text data. As a common document format, PDF contains rich text information, so how to extract and analyze text in PDF files has become a key task in the field of NLP. This article will introduce how to use the Python programming language and related NLP libraries to extract and analyze multiple PDF files.

How to use Python for NLP to identify and process dates and times in PDF files? NLP (Natural Language Processing) is a widely used research field that involves many tasks, including text classification, named entity recognition, sentiment analysis, etc. In NLP, processing dates and times is an important task because a lot of text data contains information about dates and times. This article will introduce how to use Python for NLP to identify and process dates and times in PDF files, and provide specific

PDF is one of the electronic document formats that people often use. Due to its good printing quality, no distortion, and easy portability, it is deeply loved by users, but it often encounters some problems during use. Users of the Win7 flagship system said that after opening a PDF file, a number out-of-bounds prompt always pops up, which is very annoying. how to solve this problem? Follow the small edge and look down. After opening a PDF file, a digital out-of-bounds error message always pops up. The solution may be that your PDF file is damaged, or the PDF software may be damaged. Solution: You can uninstall the PDF software first and then reinstall it. Then open the PDF file. If the same file is still there, it means the PDF file is corrupted. Second, many PDF documents are originally text versions with pictures in them, which may be
