News Feed
Jobs Feed
Sections




News Archive
Sean Coates' Blog:
Arbitrary Incrementer in PHP
August 06, 2010 @ 12:09:28

In a new post to his blog Sean Coates shares a technique he's used to pull an arbitrary incrementer from a certain set of characters.

On several recent occasions I had a need for an incrementer that uses an arbitrary character set and I thought I'd share my code with you. I've used this code in the GPL Virus that I wrote to poke fun at the Wordpress/Thesis/GPL debacle, as well as in some clean up I'm doing for the extremely useful JS Bin project.

He's used the technique in an upcoming URL shortening service to make the shortest possible URLs without overlap. He tried a few methods including using base_convert but they had their limitations. Ultimately, he settled on a custom function that, based on a given character set and increments over it recursively.

1 comment voice your opinion now!
arbitrary Incrementer baseconvert dechex example


blog comments powered by Disqus

Similar Posts

Justin Silverton's Blog: PHP library for Microsoft AJAX

Setfive.com: PHP: Some thoughts on using array_* with closures

PHP-GTK Community Site: Add icons to GtkMenu

Jani Hartikainen's Blog: Sending files better: Apache mod_xsendfile and PHP

PHP Thinktank Blog: AJAX with Elazar (IRC Talk Series)


Community Events









Don't see your event here?
Let us know!


event database unittest code community release introduction example object testing interview zendframework2 composer opinion framework functional development phpunit api language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework