首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

SplFileInfo (class)

Introduction

(PHP 5 >= 5.1.2, PHP 7)

The SplFileInfo class offers a high-level object oriented interface to information for an individual file.

Class synopsis

SplFileInfo {

/* Methods */

代码语言:javascript
复制
public __construct ( string $file_name )
代码语言:javascript
复制
public int getATime ( void )
代码语言:javascript
复制
public string getBasename ([ string $suffix ] )
代码语言:javascript
复制
public int getCTime ( void )
代码语言:javascript
复制
public string getExtension ( void )
代码语言:javascript
复制
public SplFileInfo getFileInfo ([ string $class_name ] )
代码语言:javascript
复制
public string getFilename ( void )
代码语言:javascript
复制
public int getGroup ( void )
代码语言:javascript
复制
public int getInode ( void )
代码语言:javascript
复制
public string getLinkTarget ( void )
代码语言:javascript
复制
public int getMTime ( void )
代码语言:javascript
复制
public int getOwner ( void )
代码语言:javascript
复制
public string getPath ( void )
代码语言:javascript
复制
public SplFileInfo getPathInfo ([ string $class_name ] )
代码语言:javascript
复制
public string getPathname ( void )
代码语言:javascript
复制
public int getPerms ( void )
代码语言:javascript
复制
public string getRealPath ( void )
代码语言:javascript
复制
public int getSize ( void )
代码语言:javascript
复制
public string getType ( void )
代码语言:javascript
复制
public bool isDir ( void )
代码语言:javascript
复制
public bool isExecutable ( void )
代码语言:javascript
复制
public bool isFile ( void )
代码语言:javascript
复制
public bool isLink ( void )
代码语言:javascript
复制
public bool isReadable ( void )
代码语言:javascript
复制
public bool isWritable ( void )
代码语言:javascript
复制
public SplFileObject openFile ([ string $open_mode = "r" [, bool $use_include_path = false [, resource $context = NULL ]]] )
代码语言:javascript
复制
public void setFileClass ([ string $class_name = "SplFileObject" ] )
代码语言:javascript
复制
public void setInfoClass ([ string $class_name = "SplFileInfo" ] )
代码语言:javascript
复制
public void __toString ( void )

}

Table of Contents

  • SplFileInfo::__construct — Construct a new SplFileInfo object
  • SplFileInfo::getATime — Gets last access time of the file
  • SplFileInfo::getBasename — Gets the base name of the file
  • SplFileInfo::getCTime — Gets the inode change time
  • SplFileInfo::getExtension — Gets the file extension
  • SplFileInfo::getFileInfo — Gets an SplFileInfo object for the file
  • SplFileInfo::getFilename — Gets the filename
  • SplFileInfo::getGroup — Gets the file group
  • SplFileInfo::getInode — Gets the inode for the file
  • SplFileInfo::getLinkTarget — Gets the target of a link
  • SplFileInfo::getMTime — Gets the last modified time
  • SplFileInfo::getOwner — Gets the owner of the file
  • SplFileInfo::getPath — Gets the path without filename
  • SplFileInfo::getPathInfo — Gets an SplFileInfo object for the path
  • SplFileInfo::getPathname — Gets the path to the file
  • SplFileInfo::getPerms — Gets file permissions
  • SplFileInfo::getRealPath — Gets absolute path to file
  • SplFileInfo::getSize — Gets file size
  • SplFileInfo::getType — Gets file type
  • SplFileInfo::isDir — Tells if the file is a directory
  • SplFileInfo::isExecutable — Tells if the file is executable
  • SplFileInfo::isFile — Tells if the object references a regular file
  • SplFileInfo::isLink — Tells if the file is a link
  • SplFileInfo::isReadable — Tells if file is readable
  • SplFileInfo::isWritable — Tells if the entry is writable
  • SplFileInfo::openFile — Gets an SplFileObject object for the file
  • SplFileInfo::setFileClass — Sets the class used with SplFileInfo::openFile
  • SplFileInfo::setInfoClass — Sets the class used with SplFileInfo::getFileInfo and SplFileInfo::getPathInfo
  • SplFileInfo::__toString — Returns the path to the file as a string

SplFileInfo::__construct →

代码语言:txt
复制
 © 1997–2017 The PHP Documentation Group

Licensed under the Creative Commons Attribution License v3.0 or later.

扫码关注腾讯云开发者

领取腾讯云代金券