You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You can now pass argument to control the fileTree sort type. By default, this argument is TorrentFile::FILETREE_SORT_NORMAL.
216
+
* Control Const (see different in `tests/TorrentFileTreeSortTest.php` file):
217
+
* - TorrentFile::FILETREE_SORT_NORMAL : not sort, also means sort by torrent file parsed order
218
+
* - TorrentFile::FILETREE_SORT_STRING : sort by filename ASC ("natural ordering" and "case-insensitively")
219
+
* - TorrentFile::FILETREE_SORT_FOLDER : sort by filetype (first folder, then file)
220
+
* - TorrentFile::FILETREE_SORT_NATURAL: sort by both filetype and filename ( same as `TorrentFile::FILETREE_SORT_NAME | TorrentFile::FILETREE_SORT_FOLDER` )
0 commit comments