中文(简体)
中文(简体)
中文(繁体)
한국어
日本語
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 imagecolorallocate - 为一幅图像分配颜色
imagecolorallocate — 为一幅图像分配颜色。语法int imagecolorallocate ( resource $image , int
2024-12-29
PHP imagecharup - 垂直地画一个字符
imagecharup — 垂直地画一个字符。语法bool imagecharup ( resource $image , int $font , int $x
2024-12-29
PHP imagechar - 写出横向字符
imagechar — 写出横向的字符。语法bool imagechar ( resource $image , int $font , int $x , in
2024-12-29
PHP imagearc - 画椭圆弧
imagearc — 用于画椭圆弧。语法bool imagearc ( resource $image , int $cx , int $cy , int $w
2024-12-29
PHP imageantialias - 是否使用抗锯齿(antialias)功能
imageantialias — 是否使用抗锯齿(antialias)功能。语法bool imageantialias ( resource $image ,
2024-12-29
PHP imagealphablending - 设定图像的混色模式
imagealphablending — 设定图像的混色模式。语法bool imagealphablending ( resource $image , boo
2024-12-29
PHP imageaffinematrixget - 获取矩阵
imageaffinematrixget — 获取矩阵。语法array imageaffinematrixget ( int $type [, mixed $o
2024-12-29
PHP imageaffinematrixconcat - 连接两个矩阵
imageaffinematrixconcat — 连接两个矩阵。语法array imageaffinematrixconcat ( array $m1 , a
2024-12-29
PHP is_iterable() 函数
is_numeric()函数用于检测变量的是否是一个可迭代的值。PHP 版本要求: PHP 7 >= 7.1.0语法bool is_iterable ( mix
2024-12-29
PHP is_int() 、is_integer()、is_long() 函数
is_int()函数用于检测变量是否是整数。注意: 若想测试一个变量是否是数字或数字字符串(如表单输入,它们通常为字符串),必须使用 is_numeric()。
2024-12-29
PHP is_float()、 is_double()、is_real()函数
is_callable()函数用于检测变量是否是浮点型。别名函数:is_double(),is_real()。注意: 若想测试一个变量是否是数字或数字字符串(如
2024-12-29
PHP is_callable() 函数
is_callable()函数用于检测函数在当前环境中是否可调用。is_callable()函数验证变量的内容能否作为函数调用。 这可以检查包含有效函数名的变量
2024-12-29
PHP is_bool() 函数
is_bool()函数用于检测变量是否是布尔型。PHP 版本要求:PHP 4, PHP 5, PHP 7语法bool is_bool ( mixed $var
2024-12-29
PHP is_array() 函数
is_array()函数用于检测变量是否是一个数组。PHP 版本要求:PHP 4, PHP 5, PHP 7语法bool is_array ( mixed $v
2024-12-29
PHP intval() 函数
intval()函数用于获取变量的整数值。intval()函数通过使用指定的进制 base 转换(默认是十进制),返回变量 var 的 integer 数值。
2024-12-29
上一页
123
124
125
126
127
128
129
130
131
下一页