Document directory
I. Prerequisites: Building a PHP Environment
Ii. First PHP page
3. Practical scripts
4. process the form
5. Use the old PHP code in the new version of PHP
[PHP series tutorials] are collected and sorted based on the
◆Compressed outputGzip
Using the mod_gzip module in Apache, we can use the gzip compression algorithm to compress the webpage content published by the Apache server and then transmit it to the browser of the client. If it is a plain text content,
See the figure below: This is the arm startup process.
First, describe the hardware before startup, so that it is much easier to analyze startup. S. I am using the smartarm2200 Development Board, among which the CPU chip uses the lpc2210 and
An unreasonable standard set by the C ++ Standards Committee
The C ++ Standards Committee does not allow the variables defined in the for () to be used outside, which I think is unreasonable.In my Taiji language, I designed it in this way. The name
Myinstall script instructions
Setup.exe is the installation file.Uninstall.exe is the uninstall file.Setup.bmp is the logo called by setup.exe. The size is 48 × 48 pixels. If not, use the built-in logo.Setup. INI is the installation configuration
Shell basic syntax
Basic shell Syntax:Like advanced programming languages, shell also provides instructions and functions for using variables.For shell, the value of all variables is a string, and the shell program uses $ VaRReference the value
PHP kernel Exploration
Tipi deep understanding of PHP Kernel
Source code analysis for PHP
PHP extension development and kernel Application
Baidu xlq
God's blog
Codinglabs
PHP kernel exploration: Starting from the SAPI Interface
PHP kernel
The preferred method for php to obtain external variables is to use the hyperglobal variables mentioned below. Prior to this, people were either dependent on register_globals or long pre-defined PHP array ($ HTTP _ * _ VARS ). Starting from PHP5.0.0
This article provides a detailed analysis of how to use php to determine the type of the server operating system. For more information, see winXP, however, the uploaded server is linux. you always need to change the configuration file before each
Let's take a look at a list of common predefined variables in makefile.CFLAGS represents an option for the C compiler, cxxflags represents an option for the C + + compiler. These two variables actually cover the two steps of compiling and assembling.
1. Do not copy variables randomly
Sometimes in order to make the PHP code more neat, some novice PHP (including me) will copy the predefined variables into a shorter name of the variable, in fact, the result is an increase in memory consumption,
Each variable in PHP has a scope for it, which is a field in which the variable can be accessed (thereby accessing its value). For starters, variables are scoped to the page where they reside. Therefore, if you define a $var, the rest of the page
APC Definition: APC is an open and free php opcode cache. Its goal is to provide a free, open and robust framework for caching and optimizing PHP intermediate code.
APC Common functions:
1.apc_clear_cache () Clear APC cache
Variable scope is a variable between the page and function can use each other, its scope of action, the following small series to introduce you to the PHP variable using the domain of some learning notes to get out and exchange with you.
The scope
From PHP 4.1.0, the preferred method for obtaining external variables is to use the Super global variables mentioned below. Before that, people were either dependent on register_globals or long predefined PHP arrays ($HTTP _*_vars). From PHP 5.0.0,
Using the Mod_gzip module in Apache, we can use the GZIP compression algorithm to compress the Web content published by the Apache server before it is transferred to the client's browser. If the content is plain text, the effect is very obvious,
When building a website, most of the time not only need it to provide static Web access, but also hope that it can interact with the browser user, access to the backend database to provide real-time updated information and so on, in a word, to
PHP kernel exploration: the Zend virtual machine has learned that the execution process of a PHP file on the server side includes the following two major processes:
Hand the file to be executed by the php program. after the php program
In the past rarely so detailed to introduce the variables in PHP, constants and the use of magic constants and reference tables, this article for beginners have a need to understand the help of friends can refer to.
Variable:
Variables are used to
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.