Reply to Re: order by file name readdir()

Your name:

Reply:


Posted by ZeldorBlat on 04/15/07 14:44

On Apr 15, 8:27 am, Tim Van Wassenhove <t...@users.sourceforge.net>
wrote:
> MZ schreef:
>
> > Unfortunately images are not sorted by filename and I don`t know why.
>
> From:http://www.php.net/readdir
> Returns the filename of the next file from the directory. The filenames
> are returned in the order in which they are stored by the filesystem.
>
> So you still have to add code that sorts the filenames by name..
>
> eg:
>
> $filenames = array();
> while ($filename = readdir($dir)) {
> $filenames[] = $filename;
>
> }
>
> sort($filenames);
>
> foreach($filename in $filenames) {
> echo $filename . '<br/>';
>
> }
>
> --
> Tim Van Wassenhove <url:http://www.timvw.be/>

Alternatively you can use scandir() and specify the sorting_order
parameter:

<http://www.php.net/scandir>

[Back to original message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация