NAME ^

php_filestat.pir - PHP filestat Standard Library

DESCRIPTION ^

Functions ^

bool chgrp(string filename, mixed group)

Change file group

NOT IMPLEMENTED.

bool chmod(string filename, int mode)

Change file mode

NOT IMPLEMENTED.

bool chown(string filename, mixed user)

Change file owner

NOT IMPLEMENTED.

bool chown(string filename, mixed user)

Change file owner

NOT IMPLEMENTED.

void clearstatcache(void)

Clear file stat cache

NOT IMPLEMENTED.

float disk_free_space(string path)

Get free disk space for filesystem that path is on

NOT IMPLEMENTED.

float disk_total_space(string path)

Get total disk space for filesystem that path is on

NOT IMPLEMENTED.

bool file_exists(string filename)

Returns true if filename exists

int fileatime(string filename)

Get last access time of file

int filectime(string filename)

Get inode modification time of file

int filegroup(string filename)

Get file group

int fileinode(string filename)

Get file inode

int filemtime(string filename)

Get last modification time of file

int fileowner(string filename)

Get file owner

int fileperms(string filename)

Get file permissions

int filesize(string filename)

Get file size

string filetype(string filename)

Get file type

NOT IMPLEMENTED.

bool is_dir(string filename)

Returns true if file is directory

bool is_executable(string filename)

Returns true if file is executable

NOT IMPLEMENTED.

bool is_file(string filename)

Returns true if file is a regular file

NOT IMPLEMENTED.

bool is_link(string filename)

Returns true if file is symbolic link

NOT IMPLEMENTED.

bool is_readable(string filename)

Returns true if file can be read

NOT IMPLEMENTED.

bool is_writable(string filename)

Returns true if file can be written

NOT IMPLEMENTED.

bool lchgrp(string filename, mixed group)

Change symlink group

NOT IMPLEMENTED.

array lstat(string filename)

Give information about a file or symbolic link

NOT IMPLEMENTED.

array stat(string filename)

Give information about a file

NOT IMPLEMENTED.

bool touch(string filename [, int time [, int atime]])

Set modification time of file

NOT IMPLEMENTED.


parrot