News Feed
Jobs Feed
Sections




News Archive
Paul Reinheimer's Blog:
Memcached Constants - Lame Code
June 19, 2009 @ 10:27:26

If you've worked with memcached and have ever run into an error, you might get tossed a code, the value of the error's constant, rather than the actual constant name. Paul Reinheimer was seeing just that and decided to map out all of the constants in relation to their error codes for future reference.

I was running into a few errors, and getResultCode() was obligingly returning the value of the constant, rather than the constant itself. I had to look up what that value meant. For some reason I couldn't reflect the extension to get the constants and values thereof, so with some lame scraping you get the following.

He's included the list in both a normal text format and as a PHP array that can be cut and pasted directly into a library.

0 comments voice your opinion now!
code error constant memcached


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: PHP Dependency Injection Creates More Maintainable Code

Elijaa.org: Using cas() command from PECL Memcached

Lorna Mitchell's Blog: Handling SQL Errors in PDO

PHPFreaks.com: 10 Ways to Avoid Writing Crappy Code

Hasin Hayder's Blog: Web scrapping in a smart way, making a "Today in History" object in PHP


Community Events











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


community composer example release language api functional interview database application code phpunit development podcast series framework testing opinion introduction zendframework2

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