I hereby claim:
- I am pgl on github.
- I am pgl (https://keybase.io/pgl) on keybase.
- I have a public key whose fingerprint is 3F1D 0A0B 448F 09AB 225D B8B5 BDE2 2E17 E885 5E25
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| function () { | |
| echo "testing zero-width function names\n\n"; | |
| } | |
| | |
| (); |
I hereby claim:
To claim this, I am signing this object:
| php -r 'require "./Pubnub.php"; | |
| print_r((new Pubnub("demo"))->publish( | |
| ["channel" => "my_channel", "message" => $argv[1]] | |
| ));' \ | |
| "test message" |
| #!/usr/bin/php | |
| <?php | |
| /* | |
| * CLI test script | |
| * | |
| * Call as: | |
| * | |
| * publishtest.php | |
| * publishtest.php "uncompressed message" 0 | |
| * publishtest.php "compression test" 1 # gzip compress msg when publishing |