Initial commit
This commit is contained in:
9
examples/lineproto.php
Normal file
9
examples/lineproto.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__."/../vendor/autoload.php";
|
||||
|
||||
use NoccyLabs\React\Protocol\Line\LineProtocol;
|
||||
|
||||
$proto = new LineProtocol();
|
||||
|
||||
echo $proto->packFrame([ 'hello', 'world' ]);
|
||||
Reference in New Issue
Block a user