PHP:iconv_substr()的用法 PHP
iconv_substr
(PHP 5)
iconv_substr — 截取字符串的部分
说明
string iconv_substr
( string $str
, int $offset
[, int $length = iconv_strlen($str, $charset)
[, string $c
PHP:iconv()的用法 PHP
iconv (PHP 4 = 4.0.5, PHP 5)
iconv — 字符串按要求的字符编码来转换 说明 string iconv ( string $in_charset , string $out_charset , ...
PHP:gd_info()的用法 PHP
gd_info (PHP 4 = 4.3.0, PHP 5)
gd_info — 取得当前安装的 GD 库的信息 说明 array gd_info ( void ) 返回一个关联数组描述了安装的 GD 库的版本和...
PHP:getimagesizefromstring()的用法 PHP
getimagesizefromstring
(PHP 5 >= 5.4.0)
getimagesizefromstring — 从字符串中获取图像尺寸信息
说明
array getimagesizefromstring
( string $imagedata
[, array &$image
PHP:image_type_to_mime_type()的用法 PHP
image_type_to_mime_type
(PHP 4 >= 4.3.0, PHP 5)
image_type_to_mime_type — 取得 getimagesize,exif_read_data,exif_thumbnail,exif_imagetype
所返回的图像类型的 MIME 类型
PHP:image_type_to_extension()的用法 PHP
image_type_to_extension
(PHP 5)
image_type_to_extension — 取得图像类型的文件后缀
说明
string image_type_to_extension
( int $imagetype
[, bool $include_dot = TRUE
]
PHP:is_uploaded_file()的用法 PHP
is_uploaded_file
(PHP 4 >= 4.0.3, PHP 5)
is_uploaded_file — 判断文件是否是通过 HTTP POST 上传的
说明
bool is_uploaded_file
( string $filename
)
如果 filen
PHP:is_link()的用法 PHP
is_link
(PHP 4, PHP 5)
is_link — 判断给定文件名是否为一个符号连接
说明
bool is_link
( string $filename
)
判断给定文件名是否为一个符号连接。
PHP:is_writeable()的用法 PHP
is_writeable
(PHP 4, PHP 5)
is_writeable — is_writable() 的别名
说明
此函数是该函数的别名:is_writable()。
PHP:is_writable()的用法 PHP
is_writable
(PHP 4, PHP 5)
is_writable — 判断给定的文件名是否可写
说明
bool is_writable
( string $filename
)
如果文件存在并且可写则返回 TRUE。file