Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* PHP gen redis protocol function
* author: h2ero <[email protected]>
* date: 2013-07-24 15:01:42
* useage: php gen_redis_proto.php | redis-cli --pipe
*/
function gen_redis_proto()
{
$CRLF = "\r\n";
@ziadoz
ziadoz / awesome-php.md
Last active May 8, 2025 07:37
Awesome PHP — A curated list of amazingly awesome PHP libraries, resources and shiny things.