▓ Introduction to the package
The most important thing about PEAR is that it has many libraries that developers can use for free. These libraries will be packaged into packages, and each package will contain a file named package.xml. This is a requirement of the PEAR team. This file records the file structure, version number and other information of the library. With this file, the library can be called a "package" only after it is compressed. Because of this xml file, PEAR The provided "package management commands" make it easy to manage the program library. For example, you can use commands to install packages, delete packages, view package information or upgrade packages, etc.
Also. Regarding the security of the package, if users find problems with the package, they can discuss it through the forum or report it to the development team, who will quickly make corrections and revisions. Therefore, each package will have a version number to distinguish the revisions. process.
For details, please refer to "Appendix A. PEAR official website introduction". You will be rewarded.
Note, if you follow the example in this article and find that the results are different from what we introduced, please don’t be surprised. That’s because the PEAR suite is updated too quickly. The method and original intention of the introduction will not change, but the process will change as the suite changes.
▓ How to get relevant information about the kit
If you want to download the kit or learn about the kit, readers can enter the PEAR official website (the URL is http://pear.php.net)
The circled hyperlink is placed Where the package is located
The thicker black words in the circle number 1 represent the category of the package, for example: Category 1 is called Authentication. This category currently contains 8 packages, which are used to handle login and logout or identity authentication and permission settings.
The smaller characters in the circle number 2 represent the name of the package, such as: Auth, Auth HTTP, etc. You can click on each package name to view more detailed package information or download the package.
So far, PEAR has 35 categories of kits, more than 300 kits, and a total of 202 members developing kits. However, these numbers are continuing to increase. If one day in the future, you also want to contribute to the PEAR community To contribute as a member, you can also apply to become a developer of the suite.
To use the PEAR library, you need to follow the following basic steps:
1. Set up a web server, such as Apache, and install PHP and MySOL.
2. Some basic packages of PEAR must be installed. The so-called "basic package" is the package required by all PEAR packages. For example, debugging is required by every package, so the basic package includes the debugging package. You can only install the debugging package first. Only by installing the wrong package can other packages be debugged smoothly.
3. Install specific packages based on developer needs. For example, after installing the basic package. If a developer wants to add the function of calculating execution time to a web page, he must use the command to install the Benchmark package. This package is not a basic package and must be installed by the developer himself.
4. Reference the package's library file in the PHP program.
Below we will introduce how to install and manage the PEAR package under Windows operating systems and Unix-like operating systems.
3-2 Installation and management of PEAR on Windows series operating systems
▓ Install Apache+PHP+MySQL
If you have not set up a PHP execution environment, it is recommended that you install AppServ, a six-in-one software , the author uses AppServ as a Windows server environment. This software can be downloaded from the official website http://www.appservnetwork.com/.
▓ How to install PEAR
After installing AppServ, you can start to install the basic package of PEAR on Windows. The installation process can be divided into four steps.
Step 1: Enter the http;//go-pear.org/ website
Please connect to the website http;//go-pear.org/ first
Then, complete the text in the webpage After copying, open Notepad in the system's accessory application and paste the text you just copied. After pasting, save the file in C:AppServ\www, which is the location of the website root directory. Please pay attention when saving. , please select all files as the archive type. The subname needs to be php. Please name the file by yourself. Suppose I customize the archive name as pear.php, as shown below:
If you don’t want to bother, you can also use Dreamweaver or the like. Use web editing software to open a blank PHP file, then paste the copied text from http://go-pear.org and archive it.
Step 2: Install the basic package
Open the browser and enter "http;//127.0.0.1 copy go-pear website file.php" or "http;//localhost/copy go- pear website file.php", where the so-called "copy go-pear website file.php" is the name of the file that I just copied and saved the copied text. In this example, it is pear.php, so I enter "http;//127.0.0.1/ pear.php", the web page for online installation of PEAR will appear
The first screen is the welcome screen, I won’t introduce it further. Please click NEXT >> to proceed to the next installation step
This page is used to set the installation location of the PEAR package. There is an HTTP proxy field at the top. If the installer needs to use a proxy to connect to the Internet Route, please fill in the IP and port number of the proxy here. If you do not use a proxy, this field can be left blank.Then there are 10 installation path settings. Please pay special attention to them. Three of them must be modified, which are:
1. For the Install prefix in item l, please change the default c:AppServ﹨www to c:AppServ﹨php, because
is the PEAR library I want to be installed. Do not put it in the www and mix it with the web pages in the root directory. together.
2. For the Filename of WebFrontend in item 9, please change the default value to c:AppServ﹨www﹨pear﹨index.php. This means that a folder named pear is generated in www. The index.php in the folder is the package management interface generated by the system. This interface will be mentioned later (in case the subsequent operation fails, please first create a folder in C:AppServ﹨ Create a folder named pear in www).
3. The php.exe path in item 10 needs to be changed to c:AppServ﹨php﹨php.exe, which means you need to specify the correct location of the php.exe file.
Just use the default values for the rest of the settings. Here I will briefly introduce the meaning of the other settings:
● The second item, Binaries Directory, is the c:AppServ﹨ of the first item. php is designated as the root directory of PEAR and represented by the variable $prefix.
● The PHP code Directory in item 3 is the location where the files are placed after the PEAR package is installed. The downloaded file of this sample PEAR package will be installed in c:AppServ﹨php﹨PEAR.
● Item 4 is if the installed package has built-in documentation, this example will be placed in c:AppServ﹨php﹨PEAR﹨docs.
● Item 5: If the installed package has a built-in sample file, this sample will be placed in c:AppServ﹨php﹨PEAR﹨data.
● Item 6 is if the installed package has a built-in test file. This example will be placed in c:AppServ﹨php﹨PEAR﹨test.
● Item 7 is where the PEAR cache file is placed. This example will be placed in c:AppServ﹨php﹨PEAR﹨cache.
● The 8th item is the lifespan of the cache file. The lifespan of the cache file in this example is 300 seconds, which means it will be cached again after 300 seconds.
In addition, one thing to note is that the viewer of the web page must have write permissions to these paths, otherwise the installation will not be possible.
After modifying the setting items, press the smallest install button to install.
When the installation progress at the top reaches 100%, congratulations, you have completed the installation of the basic package. According to my test in an environment where the ADSL download speed is 2M, the installation is completed in about 2 minutes. If your network connection speed is not fast enough, or the connection is interrupted halfway through the installation, please click the refresh button at the top of the browser or Press F5 to reinstall.
After installation is complete. Please don't be too happy. PEAR has more than 300 packages. So far, only the basic package of PEAR has been installed. Not all packages have been installed. Other packages other than the basic package will be installed one by one when developers need to use them.
You may ask: "How to install other packages? Will it be troublesome?" Please rest assured that this is not troublesome. The installation and management of the packages will be introduced in detail in the next small unit.
After installing the basic package, enter c:Appserv﹨php and you will find a folder named PEAR. This folder is the path where the program library is placed after the package is downloaded and decompressed
For everyone, there are good things for learning PEAR in the docs and tests folders. Some packages will come with tutorial files. If the user installs the package, the tutorial files will be placed in the docs folder. Some packages come with sample programs. After the user installs the package, the sample program will appear in the tests folder
▓ Management of PEAR packages
After installing the basic package, when the developer needs to use other than the basic package When using other packages, you will need to install the package. If you do not need a certain package, you will want to remove the package. If the package version is too old, you will need to upgrade the package. In other words, developers need a set of PEAR package management. system.
There are two ways to install and manage packages under the Windows operating system. One is to use the Web management interface, and the other is to use the "package command". The author prefers the latter because the execution speed is faster, but if you are afraid of instructions, you can also use the first method to easily manage the package.

php把负数转为正整数的方法:1、使用abs()函数将负数转为正数,使用intval()函数对正数取整,转为正整数,语法“intval(abs($number))”;2、利用“~”位运算符将负数取反加一,语法“~$number + 1”。

实现方法:1、使用“sleep(延迟秒数)”语句,可延迟执行函数若干秒;2、使用“time_nanosleep(延迟秒数,延迟纳秒数)”语句,可延迟执行函数若干秒和纳秒;3、使用“time_sleep_until(time()+7)”语句。

php除以100保留两位小数的方法:1、利用“/”运算符进行除法运算,语法“数值 / 100”;2、使用“number_format(除法结果, 2)”或“sprintf("%.2f",除法结果)”语句进行四舍五入的处理值,并保留两位小数。

php字符串有下标。在PHP中,下标不仅可以应用于数组和对象,还可应用于字符串,利用字符串的下标和中括号“[]”可以访问指定索引位置的字符,并对该字符进行读写,语法“字符串名[下标值]”;字符串的下标值(索引值)只能是整数类型,起始值为0。

判断方法:1、使用“strtotime("年-月-日")”语句将给定的年月日转换为时间戳格式;2、用“date("z",时间戳)+1”语句计算指定时间戳是一年的第几天。date()返回的天数是从0开始计算的,因此真实天数需要在此基础上加1。

在php中,可以使用substr()函数来读取字符串后几个字符,只需要将该函数的第二个参数设置为负值,第三个参数省略即可;语法为“substr(字符串,-n)”,表示读取从字符串结尾处向前数第n个字符开始,直到字符串结尾的全部字符。

方法:1、用“str_replace(" ","其他字符",$str)”语句,可将nbsp符替换为其他字符;2、用“preg_replace("/(\s|\ \;||\xc2\xa0)/","其他字符",$str)”语句。

php判断有没有小数点的方法:1、使用“strpos(数字字符串,'.')”语法,如果返回小数点在字符串中第一次出现的位置,则有小数点;2、使用“strrpos(数字字符串,'.')”语句,如果返回小数点在字符串中最后一次出现的位置,则有。


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

SublimeText3 Chinese version
Chinese version, very easy to use

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

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

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
