Walkthrough: Parsing a SRT Subtitle File using Various Parsing Techniques
This article will be introducing a couple of nifty tricks that I've seen scattered around the Internet. One of which is how to detect for the presence of those pesky carriage returns. The article will show you how to take a correctly formatted SRT file and parse it using PHP. Another parse function for the PHP library to go alongside parse_url, parse_ini_file, et cetera!
Views: 566 | | by Mathew
View this tutorial