程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> PHP常用內置函數,php內置

PHP常用內置函數,php內置

編輯:關於PHP編程

PHP常用內置函數,php內置


$_SERVER['SCRIPT_NAME'] 返回/mantis/test.php 相對路徑

__FILE__返回文件的絕對路徑

$_SERVER['HTTP_X_FORWARDED_PROTO']

$_SERVER['HTTPS']

$_SERVER['SERVER_PORT']

$_SERVER['REQUEST_URL']

$GLOBALS

explode

implode

$_SERVER['SERVER_NAME']

$_SERVER['HTTP_HOST']

$_SERVER['SERVER_ADDR']

trim

basename

dirname

krsort

set_time_limit()

time()

is_string()

is_bool

is_Inteter

is_float

strtotime

file_exists

fopen()

feof()

fgets()

trim()

strlen()

str_replace

isset

strpo

$_SERVER['SERVER_SOFEWARE']

realpath

DIRECTORY_SEPARATOR

PATH_SEPARATOR

set_include_path

get_include_path

count()

substr()

$_SERVER['LOCAL_ADDR']

$_SERVER['REMOTE_ADDR']

array_pad

memory_get_usage()

spl_atuoload_register

strtolower()

preg_replace

preg_match

ceil()

floor()

round()

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved