PHP:lchgrp()的用法 PHP

lchgrp (PHP 5 >= 5.1.2) lchgrp — Changes group ownership of symlink 说明 bool lchgrp ( string $filename , mixed $group ) Attempts to change the group of the symlink f
标签: php php教程

发布于  2024-3-1 21:44

PHP:is_writable()的用法 PHP

is_writable (PHP 4, PHP 5) is_writable — 判断给定的文件名是否可写 说明 bool is_writable ( string $filename ) 如果文件存在并且可写则返回 TRUE。file
标签: php php教程

发布于  2024-3-1 21:44

PHP:is_writeable()的用法 PHP

is_writeable (PHP 4, PHP 5) is_writeable — is_writable() 的别名 说明 此函数是该函数的别名:is_writable()。
标签: php php教程

发布于  2024-3-1 21:44

PHP:is_link()的用法 PHP

is_link (PHP 4, PHP 5) is_link — 判断给定文件名是否为一个符号连接 说明 bool is_link ( string $filename ) 判断给定文件名是否为一个符号连接。
标签: php php教程

发布于  2024-3-1 21:44

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 php教程

发布于  2024-3-1 21:44

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 php教程

发布于  2024-3-1 21:44

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 php教程

发布于  2024-3-1 21:44

PHP:getimagesizefromstring()的用法 PHP

getimagesizefromstring (PHP 5 >= 5.4.0) getimagesizefromstring — 从字符串中获取图像尺寸信息 说明 array getimagesizefromstring ( string $imagedata [, array &$image
标签: php php教程

发布于  2024-3-1 21:44

PHP:gd_info()的用法 PHP

gd_info (PHP 4 = 4.3.0, PHP 5) gd_info — 取得当前安装的 GD 库的信息 说明 array gd_info ( void ) 返回一个关联数组描述了安装的 GD 库的版本和...
标签: php php教程

发布于  2024-3-1 21:44

PHP:jdtojewish()的用法 PHP

jdtojewish (PHP 4, PHP 5) jdtojewish — 转换一个julian天数为Jewish历法的日期 说明 string jdtojewish ( int $juliandaycount [, bool $hebrew = false [, int $fl = 0 ]
标签: php php教程

发布于  2024-3-1 21:43