Skip to content

Instantly share code, notes, and snippets.

@ixqbar
Created April 2, 2015 02:02
Show Gist options
  • Save ixqbar/d95a876c0e5cf4cea69c to your computer and use it in GitHub Desktop.
Save ixqbar/d95a876c0e5cf4cea69c to your computer and use it in GitHub Desktop.
php扩展-字符串组装
char *host=NULL;
int host_len;
host_len = spprintf(&host, 0, "%s:%d", redis_sock->host, redis_sock->port);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment