Php ob_flush () and flush () usage
Note: The ob_flush () and flush () functions must be used together. The order is first ob_flush () and then flush (). Their role is to refresh the buffer zone. Here we will explain when to use the refresh
Use the preg_replace function to match images and add links
$ Con = file_get_contents ("http://bbs.it-home.org/wzjs ");
$ Pattern = "/ /";
$ New_con = preg_replace ($ pattern, "$0", $ con );
Php code for obtaining accurate client IP addresses
/*
Func: get_client_ip ()
Obtain the client IP address
*/
Function get_client_ip ()
{
$ Ip = false;
If (! Empty ($ _ SERVER
Php static file generation template and cache
Create TABLE 'bihtml '(
'Id' int (11) not null auto_increment,
'Szdtitle' varchar (16) not null,
'Szdcontent' text not null,
Primary key ('id ')
) TYPE
One of the php-redis Chinese documents
This article is the first part of the php-redis Chinese document. it mainly introduces some of the commands officially provided by redis. if you need it, refer to it.This article is the first part of
A class written by php to generate static pages
/**
Function: generate a static page
Finishing: script School bbs.it-home.org
Date:
*/
Class html
{
Var $ dir; // dir for the
Example of generating a static page function (php2html) using php
/**
------------------------
Function: php2html ($ in_Url, $ out_htmlFile, $ out_logFile)
------------------------
@ Description:
Several methods for replacing line breaks with php are provided
? $ Str = "this is a test \ n ";
$ Patten = array ("\ r \ n", "\ n", "\ r ");
? // Replace \ r \ n first, check whether \ n exists, and
Generate html static page code for all the content in the database
Require_once ("conn. php ");
If ($ _ GET ['all'])
{
/* Obtain database records to generate html files with a file name */
$
Example of set_include_path and get_include_path in php
Set_include_path ('/xampp/htdocs/test/include'); // note that '/' in php indicates not the root directory of the website, but the drive letter of the
An age calculation function written in php precise to the day
/**
* PHP age calculation function
*
* Parameters support parameter passing by array and standard Mysql date
* Params sample
*----
Different methods for page jump in php
Function server_transfer ($ dest)
{
Global...; // list the variables on the current page or custom global variables you want to use on the new page.
Two php functions: generate serial numbers and replace strings
/**
* Serial number generator
Func: snMaker
Param: $ pre =''
*/
Function snMaker ($ pre = ''){
$ Date = date ('ymmd '
Encoding of all files in the PHP conversion folder is suitable for other encoding versions of the website.
The encoding of all files in the PHP conversion folder is suitable for other encoding versions released on the website. for example,
Learning the php Adapter mode
The Adapter mode of the php design mode, that is, the Adapter (alias Wrapper) mode: converts an interface of a class into an interface of another class that the customer expects. The adapter allows the class
PHP simple implementation of bubble sorting
When learning php, I dare not approach the algorithm. I am afraid to disturb my own thoughts. now, it is really the same thing to review it. Hey! Have you ever encountered such a situation? Ha
Function sharing; concatenates the values in the input column into a variable using text strings.
Function sharing; concatenates the values in the input column into a variable using text strings.
Function
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.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service