define():
str_replace(find,replace,string,count)
header()
www.smsyun.com/home-index-page-id-280.html
php.net/manual/zh/function.header.php
www.smsyun.com/home-index-page-id-184.html
isset()
判斷變量是否已經(jīng)被分配的內(nèi)存恨课,注意null也是被分配內(nèi)存了芬探。
ini_set();
代碼里設(shè)置php.ini文件的值。
http://www.jb51.net/article/45326.htm
clearstatcache(void)
www.t086.com/code/php/function.php-clearstatcache.php
$_SERVER
http://php.net/manual/zh/reserved.variables.server.php
is_array()
—檢測(cè)變量是否是數(shù)組
array_merge()
合并一個(gè)或多個(gè)數(shù)組
php.net/manual/zh/function.array-merge.php
array_slice() ?分割字符串它碎。
php.net/manual/zh/function.array-slice.php
extract();
php.net/manual/zh/function.extract.php
function dirname($path,$levels=1) {}
php.net/manual/en/function.dirname.php
這個(gè)函數(shù)其實(shí)是返回上一級(jí)目錄。
file_exists();
Checks whether a file or directory exists
www.cnblogs.com/baochuan/archive/2012/05/06/2445822.html
include()
php.net/manual/zh/function.include.php
function_exists();
Return true if the given function has been define
php.net/manual/en/function.function-exists.php
date_default_timezone_get()
php.net/manual/zh/function.date-default-timezone-get.php
獲取運(yùn)行腳本時(shí)的時(shí)區(qū)代碼邪狞。
is_array—檢測(cè)變量是否是數(shù)組
array_merge
array_slice
extract
functionbasename($path,$suffix=null) {}
http://www.cnblogs.com/baochuan/archive/2012/05/06/2445822.html
http://php.net/manual/zh/function.include.php
function_exists
date_default_timezone_get