最完整的editplus之php语法文件

2016-01-29 13:16 38 1 收藏

最完整的editplus之php语法文件,最完整的editplus之php语法文件

【 tulaoshi.com - PHP 】

;最完整的editplus 之php语法文件

;(2004-04-14 04:55) 
;将横线以下的代码存为php.stx文件放到editplus目录下即可
;---------------------------------------------------
; PHP syntax file written by ES-Computing.
; This file is required for EditPlus to run correctly.

array
bool
break
case
char
class
continue
default
do
double
else
elseif
endfor
endif
endwhile
extends
float
for
function
global
if
include
int
integer
long
mixed
new
object
old_function
php
real
require
return
static
string
switch
var
void
while
__FILE__
__LINE__
E_ERROR
E_NOTICE
E_PARSE
E_WARNING
FALSE
PHP_OS
PHP_VERSION
TRUE
@
$

Abs
Acos
AddSlashes
apache_lookup_uri
apache_note
array
array_walk
arsort
Asin
asort
Atan
Atan2
base_convert
base64_decode
base64_encode
basename
bin2hex
BinDec
Ceil
chdir
checkdate
checkdnsrr
chgrp
chmod
Chop
chown
Chr
chunk_split
clearstatcache
closedir
closelog
connection_aborted
connection_status
connection_timeout
convert_cyr_string
copy
Cos
count
crypt
current
date
dblist
dbmclose
dbmdelete
dbmexists
dbmfetch
dbmfirstkey
dbminsert
dbmnextkey
dbmopen
dbmreplace
debugger_off
debugger_on
DecBin
DecHex
DecOct
delete
die
dir
dirname
diskfreespace
dl
doubleval
each
echo
empty
end
ereg
ereg_replace
eregi
eregi_replace
error_log
error_reporting
escapeshellcmd
eval
exec
exit
Exp
explode
extension_loaded
extract
fclose
feof
fgetc
fgetcsv
fgets
fgetss
file
file_exists
fileatime
filectime
filegroup
fileinode
filemtime
fileowner
fileperms
filepro
filesize
filetype
flock
Floor
flush
fopen
fpassthru
fputs
fread
fseek
fsockopen
ftell
function_exists
fwrite
get_cfg_var
get_current_user
get_magic_quotes_gpc
get_magic_quotes_runtime
get_meta_tags
getallheaders
getdate
getenv
gethostbyaddr
gethostbyname
gethostbynamel
GetImageSize
getlastmod
getmxrr
getmyinode
getmypid
getmyuid
getrandmax
getrusage
gettimeofday
gettype
gmdate
gmmktime
gzclose
gzeof
gzfile
gzgetc
gzgets
gzgetss
gzopen
gzpassthru
gzputs
gzread
gzrewind
gzseek
gztell
gzwrite
header
HexDec
htmlentities
htmlspecialchars
ignore_user_abort
ImageArc
ImageChar
ImageCharUp
ImageColorAllocate
ImageColorAt
ImageColorClosest
ImageColorExact
ImageColorResolve
ImageColorSet
ImageColorsForIndex
ImageColorsTotal
ImageColorTransparent
ImageCopyResized
ImageCreate
ImageCreateFromGif
ImageDashedLine
ImageDestroy
ImageFill
ImageFilledPolygon
ImageFilledRectangle
ImageFillToBorder
ImageFontHeight
ImageFontWidth
ImageGif
ImageInterlace
ImageLine
ImageLoadFont
ImagePolygon
ImagePSBBox
ImagePSEncodeFont
ImagePSFreeFont
ImagePSLoadFont
ImagePSText
ImageRectangle
ImageSetPixel
ImageString
ImageStringUp
ImageSX
Imag

来源:https://www.tulaoshi.com/n/20160129/1489496.html

延伸阅读
标签: PHP
上文(《谈谈PHP语法(3)》的最后提到了Cookie和Session,本文就这两种技术作一些介绍。 Cookie我们都常把它念成库记,也叫它小甜点。它是一种存储在客户浏览器中的一个小文件。它是为解决HTTP的一次连接而无?记忆而发展起来的,可用来追踪使用者或是对重返的使用者进行确认。PHP对此提供了setcookie()函数,可以设定Cookie...
标签: Web开发
上一文《谈谈PHP语法》已谈了PHP的数据类型和表达式。现在,让我们来看看PHP的变量与常数。 让我们先看一例吧。 文件:test.php ?php//这是一种单行注释方法#这是另一种单行注释方法/*这是一种多行注释的方法以下让我们看看例了吧*/ funtion display($file,$line){ global $message; echo \"FILE:$filebr\&...
标签: Web开发
上文(《浅谈PHP语法(三)》)的最后提到了Cookie和Session,本文就这两种技术作一些介绍。 Cookie我们都常把它念成库记,也叫它小甜点。它是一种存储在客户浏览器中的一个小文件。它是为解决HTTP的一次连接而无崐记忆而发展起来的,可用来追踪使用者或是对重返的使用者进行确认。PHP对此提供了setcookie()函数,可以设定Cookie。因为Coo...
标签: PHP
  正文:   上文(《谈谈PHP语法(3)》的最后提到了Cookie和Session,本文就这两种技术作一些介绍。   Cookie我们都常把它念成“库记”,也叫它“小甜点”。它是一种存储在客户浏览器中的一个小文件。它是为解决HTTP的一次连接而无崐记忆而发展起来的,可用来追踪使用者或是对重返的使用者进行确认。PHP对此提供了se...
标签: PHP
PHP与C语言也有一些差别,或者说在某种程度上可能比C语言更为灵活。在C语言中,变量要先定义,才能使用。而PHP中变量则不需?事先定义,直接使用即可。对于变量的类型,在赋值时自动生成。PHP变量的类型分为:整数(int)、双精度型(double)、字符串(string)、?数组(array)、对象(object)。 整数大小超出其范围后,自动转化为双...

经验教程

395

收藏

54
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部