All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Login


All New Login

All gists matching topic rss

Recently created
Least recently created
Recently updated
Least recently updated

melanie / audio-cast.php

0 likes
0 forks
1 files
Last active 1741105412
rss
1 <?php
2
3 $YOUR_NAME = 'Melanie';
4 $WEBSITE_PATH = 'http://ds423/audio-cast';
5
6 $audioDirectory = '.';
7
8 $audioFiles = glob($audioDirectory . '/*.{mp3,m4a}', GLOB_BRACE);
9 usort($audioFiles, function ($a, $b) {
10 return filemtime($b) - filemtime($a);
Newer Older

Powered by Opengist ⋅ Load: 21ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ melkat.dev