dev-master
9999999-dev https://github.com/knyga/osdScans directory and returns the list of files in the right order
MIT
The Requires
- php >= 5.4
The Development Requires
by Oleksandr Knyga
file directory dir scan knyga scandir
Scans directory and returns the list of files in the right order
Scans directory and returns the list of files in the right order, (*1)
Code:, (*2)
<?php use Osd\Osd; $asIsfiles = Osd::scandir(__DIR__.'/Resources/case1/');
For more look tests., (*3)
Install Composer to your project root:, (*4)
curl -sS https://getcomposer.org/installer | php
Add a composer.json
file to your project:, (*5)
{ "require": { "knyga/osd": "dev-master" } }
Run the Composer installer:, (*6)
php composer.phar install
Osd is licensed under the MIT license., (*7)
Oleksandr Knyga oleksandrknyga@gmail.com, (*8)
Scans directory and returns the list of files in the right order
MIT
file directory dir scan knyga scandir