Windows Server 2008 and Windows Server 2003 are the current domestic mainstream server operating system, its build PHP environment is also a variety of, where iis+fastcgi+php+mysql installation is the simplest.
iis7.5 is installed in the Win7, Win8
This article mainly introduces the simple use of traits in PHP, this article focuses on traits grammar, traits what role, what the use of traits, the need for friends can refer to the
The traits in PHP 5.4 is a newly introduced feature, and Chinese
This article is a PHP in the PKI encryption Technology (OpenSSL) for a detailed analysis of the introduction, the need for a friend reference
copy code code as follows:
//PKI Encryption//Use PKI encryption to open OpenSSL extensions
This article mainly introduces the PHP commonly used compiler parameter Chinese explanation, this article uses the detailed Chinese annotation the PHP compilation parameter function, needs the friend to be possible to refer to under
A regular expression that matches a Chinese character: [U4e00-u9fa5] matches double-byte characters (including Chinese characters): [^x00-xff] Apply: Computes the length of a string (a double-byte character length meter, 2,ascii character count 1)
Displays the keyword of the visitor search on the first page of the visitor from the search engine, and makes some changes to improve the interactivity of the website, such as displaying the other articles related to this keyword . The following
php programming enables you to display photo exif information and display thumbnail effects in the picture, with the following code:
? /** * Functions to obtain image information * A function to obtain image information completely * @access
Install PHP under Linux, source code installation, the total need to configure a lot of parameters. The common configuration parameters are listed here, and are explained in detail in Chinese. give you some reference./configure
Introduction | speed | implementation
One of the advantages of PHP is that the speed of the general Web application, can be said to be enough. However, if the site's access is high, with narrow or other factors causing the server performance
Silent article will not play a substantial role in your study, you can succeed, but also rely on their own, adhere to, adhere to, and then adhere to, is to enter the success of the Begotten .
I first put my own learning PHP process to do a summary:
PHP image upload Class code, function is also more complete, we need to choose according to needs. Let's start with a simple:
?Http://www.jzxue.comClass upload{Public $length; Qualify File Sizepublic $file; Determine if this class is for picture
PHP implementation file Security download
The procedure is as follows:
The following are the referenced contents: $file_name = "Info_check.exe"; $file_dir = "/public/www/download/"; if (!file_exists ($file_dir. $file_name)) {//check
PHP operator
Let me take a look at PHP3 's arithmetic, string, logic, and comparison operators, respectively.
1. Arithmetic operators
+: $a + $b plus $a plus $b-: $a-$b minus $b *: $a * $a multiplied by $b times $b/: $a/$a except $b divided by $b%:
On the detail options, in addition to the above installation brief, you can add additional options at compile time.Apache ModuleSyntax:--with-apache=dirDescription: Use this option to allow PHP to use the Apache module mode, DIR string can
function libraries and functions
The functions in this chapter cover all the functions before the PHP 3.0.11 version.
The format of the function is as follows:
Brief Introduction
Compared to other Open-source languages such as Perl and Python, the PHP community lacks a strong job to develop a math library. One reason for this is that there are already a large number of sophisticated mathematical tools
introduction of Apahce
According to the Web Server Survey company Netcrafe (http://www.netcraft.co.uk/Survey/) survey, more than 50% of the Web servers across the Internet are using Apache. Apache and Ms IIS belong to the same Web server.
Second,
1, year-month-dayecho Date (' y-m-j ');
2007-02-6
echo Date (' y-n-j ');
07-2-6
Capital Y represents a four-digit year, while lowercase y represents a two-digit number for the year;
Lowercase m represents the number of months (with leading), while
Summary of the latest PHP classic interview questions in 2017 (previous article), and last article in 2017
1. Difference Between Double quotation marks and single quotation marks
Double quotation marks are used to interpret variables.
Insert
It's always good to have a magic tool when writing code! The following is a collection of 40 + php code snippets to help you develop PHP projects. It's always good to have a magic tool when writing code! The following is a collection of 40 + php
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.