Heim  >  Artikel  >  php教程  >  PHP常用内置函数,php内置

PHP常用内置函数,php内置

WBOY
WBOYOriginal
2016-06-13 09:06:351237Durchsuche

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()

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn