Hi! Could we please enable some services and cookies to improve your experience and our website?

PHPize Online / SQLize Online  /  SQLtest Online

A A A
Login    Share code      Blog   FAQ

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

Copy Format Clear

Stuck with a problem? Got Error? Ask AI support!

Copy Clear
Copy Format Clear
<?php $files = [ 'button.gif', 'back.gif', 'button-arrow.gif', 'arrow.gif', 'arrow-over.gif', 'dropdown_three.css', 'bg-head.jpg', 'smenu.gif', 'top_menu.png', 'china.', '1.bmp', '1.gif', 'logo.png', 'pngout.zip', 'tweakpng-1.4.3.zip', ]; asort($files, SORT_STRING | SORT_FLAG_CASE | SORT_NATURAL); /* for($i=2;$i<count($files);$i++) { asort($files, SORT_STRING | SORT_FLAG_CASE | SORT_NATURAL); } $r_merged=array(); foreach ($files as $key => $val) { $r_merged[]="$val"; } */ $r_merged = $files; sort($r_merged); print_r ($files); print_r ($r_merged);
Copy Clear