位置: 编程技术 - 正文
推荐整理分享PHP:finfo_buffer()的用法_fileinfo函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 5 >= 5.3.0, PECL fileinfo >= 0.1.0)
finfo_buffer -- finfo::buffer — 返回一个字符串缓冲区的信息
说明过程化风格
string finfo_buffer ( resource $finfo , string $string = NULL [, int $options = FILEINFO_NONE [, resource $context = NULL ]] )面向对象风格
public string finfo::buffer ( string $string = NULL [, int $options = FILEINFO_NONE [, resource $context = NULL ]] )本函数用来获取字符串中二进制数据的信息。
参数finfo
finfo_open() 函数返回的 Fileinfo 资源。
string要检查的文件内容。
options一个 Fileinfo 常量 或多个 Fileinfo 常量 进行逻辑或运算。
context返回值
返回 string 参数所指定内容的类型描述。 发生错误时返回 FALSE 。
范例
Example #1 finfo_buffer() 函数例程
<?php$finfo=newfinfo(FILEINFO_MIME);echo$finfo->buffer($_POST["script"])."n";?>以上例程的输出类似于:
参见finfo_file() - 返回一个文件的信息
PHP:scandir()的用法_Directory函数 scandir(PHP5)scandir列出指定路径中的文件和目录说明arrayscandir(string$directory[,int$sorting_order[,resource$context]])返回一个array,包含有directory中的文件和目录。参
PHP:opendir()的用法_Directory函数 opendir(PHP4,PHP5)opendir打开目录句柄说明resourceopendir(string$path[,resource$context])打开一个目录句柄,可用于之后的closedir(),readdir()和rewinddir()调用中。参数path
PHP:readdir()的用法_Directory函数 readdir(PHP4,PHP5)readdir从目录句柄中读取条目说明stringreaddir([resource$dir_handle])返回目录中下一个文件的文件名。文件名以在文件系统中的排序返回。参数dir_
标签: PHP:finfo_buffer()的用法_fileinfo函数
本文链接地址:https://www.jiuchutong.com/biancheng/287346.html 转载请保留说明!友情链接: 武汉网站建设