folderstructure change

This commit is contained in:
kremsy
2014-02-18 15:54:36 +01:00
committed by Steffen Schröder
parent 570b32fff8
commit d1948f4142
2 changed files with 4 additions and 4 deletions

View File

@ -394,7 +394,7 @@ class Client
{
throw new Exception('transport error - connection interrupted!', -32700);
}
var_dump($contents);
$array_result = unpack('Vsize/Vhandle', $contents);
$size = $array_result['size'];
$recvhandle = $array_result['handle'];