• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • 位置: php 中文手册 -> php 绑定的扩展库

    finfo类(文件信息)

    (PHP 5 >= 5.3.0, PHP 7, PECL fileinfo >= 0.1.0)

    简介

    该类在 fileinfo 函数集中提供了一个面向对象的接口。

    类摘要

    finfo {public__construct ([ int$options= FILEINFO_NONE [, string$magic_file= "" ]] )
    publicbuffer (string$string[,int$options= FILEINFO_NONE [,resource$context]] ) :string
    publicfile (string$file_name[,int$options= FILEINFO_NONE [,resource$context]] ) :string
    publicset_flags (int$options) :bool
    }