中文(简体)
中文(简体)
中文(繁体)
한국어
日本語
English
Português
Español
Русский
العربية
Indonesia
Deutsch
Français
ภาษาไทย
网站地图大全
最新更新
首页
源码下载
编程相关
建站资源
网页设计教程
网络编程教程
首页
>
网络编程教程
全部
ASP入门教程
ASP教程
ASP.NET教程
PHP教程
JSP教程
C#/CSHARP教程
XML教程
Ajax教程
Perl教程
Shell教程
Visual Basic教程
Delphi教程
移动开发教程
C/C++教程
Java教程
J2EE/J2ME
软件工程
网络编程教程
PHP preg_match() 函数
preg_last_error 函数用于执行一个正则表达式匹配。语法int preg_match ( string $pattern , string $sub
2024-12-28
PHP preg_match_all() 函数
preg_match_all 函数用于执行一个全局正则表达式匹配。语法int preg_match_all ( string $pattern , string
2024-12-28
PHP preg_last_error() 函数
preg_last_error 函数用于返回最后一个 PCRE 正则执行产生的错误代码。语法int preg_last_error ( void )实例返回数组
2024-12-28
PHP preg_grep() 函数
preg_grep 函数用于返回匹配模式的数组条目。语法array preg_grep ( string $pattern , array $input [,
2024-12-28
PHP preg_filter() 函数
preg_filter函数用于执行一个正则表达式搜索和替换。语法mixed preg_filter ( mixed $pattern , mixed $repl
2024-12-28
PHP 获取图像宽度与高度
PHP 获取图像宽度函数:imagesx()imagesx() 函数用于获取图像的宽度,单位为像素,返回值为整型。语法:int imagesx( resourc
2024-12-28
PHP imagecolorclosesthwb - 取得与指定的颜色最接近的色度的黑白色的索引
imagecolorclosesthwb — 取得与指定的颜色最接近的色度的黑白色的索引。语法int imagecolorclosesthwb ( resour
2024-12-28
PHP imagecolorclosestalpha - 取得与指定的颜色加透明度最接近的颜色的索引
imagecolorclosestalpha — 取得与指定的颜色加透明度最接近的颜色的索引。语法int imagecolorclosestalpha ( re
2024-12-28
PHP imagecolorclosest - 取得与指定的颜色最接近的颜色的索引值
imagecolorclosest — 取得与指定的颜色最接近的颜色的索引值。语法int imagecolorclosest ( resource $image
2024-12-28
PHP imagecolorat - 取得某像素的颜色索引值
imagecolorat — 取得某像素的颜色索引值。语法int imagecolorat ( resource $image , int $x , int $
2024-12-28
PHP imagecolorallocatealpha - 为一幅图像分配颜色和透明度
imagecolorallocatealpha — 为一幅图像分配颜色和透明度。语法int imagecolorallocatealpha ( resource
2024-12-28
PHP gettype() 函数
gettype()函数用于获取变量的类型。注意:不要使用 gettype()来测试某种类型,因为其返回的字符串在未来的版本中可能需要改变。此外,由于包含了字符串
2024-12-28
PHP get_resource_type() 函数
get_resource_type()返回资源(resource)类型。版本要求:PHP 4 >= 4.0.2, PHP 5, PHP 7语法string ge
2024-12-28
PHP get_defined_vars() 函数
get_defined_vars()函数返回由所有已定义变量所组成的数组。版本要求:PHP 4 >= 4.0.4, PHP 5, PHP 7语法array ge
2024-12-28
PHP floatval()、doubleval () 函数
floatval函数用于获取变量的浮点值。floatval 不能用于数组或对象。版本要求:PHP 4 >= 4.2.0, PHP 5, PHP 7。double
2024-12-28
上一页
128
129
130
131
132
133
134
135
136
下一页