Skip to content

Instantly share code, notes, and snippets.

@picasso250
Created January 23, 2014 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save picasso250/8571845 to your computer and use it in GitHub Desktop.
Save picasso250/8571845 to your computer and use it in GitHub Desktop.
<?php
// 1
TcpClient::api_name(array('key' => $value, 'key2' => $value));
// 2
TcpClient::api_name($value1, $value2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment