Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* PHP gen redis protocol function
* author: h2ero <122750707@qq.com>
* 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 10, 2024 15:06
Awesome PHP — A curated list of amazingly awesome PHP libraries, resources and shiny things.