trying to port web app starter from PHP
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
:sig
|
||||
String memcache_command(u64 connection, String command)
|
||||
|
||||
:params
|
||||
connection : connection handle
|
||||
command : string containing the Memcache command
|
||||
return value : string containing the Memcache server's response
|
||||
|
||||
:desc
|
||||
Executes a command on an open memcache connection.
|
||||
|
||||
:see
|
||||
>memcache
|
||||
Reference in New Issue
Block a user