Finder::sortByChangedTime()

Finder|SplFileInfo[] sortByChangedTime()

Sorts files and directories by the last inode changed time.

This is the time that the inode information was last modified (permissions, owner, group or other metadata).

On Windows, since inode is not available, changed time is actually the file creation time.

This can be slow as all the matching files and directories must be retrieved for comparison.

Return Value

Finder|SplFileInfo[] The current Finder instance

See also

SortableIterator
doc_Symfony
2016-10-28 06:16:56
Comments
Leave a Comment

Please login to continue.