Skip to content

Instantly share code, notes, and snippets.

@icambridge
Created February 5, 2012 11:36
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 icambridge/1744905 to your computer and use it in GitHub Desktop.
Save icambridge/1744905 to your computer and use it in GitHub Desktop.
Gearman Client
<?php
require_once ('Net/Gearman/Client.php');
$client = new Net_Gearman_Client(array('127.0.0.1:4730'));
$client->Example("Hello Universe");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment