<?php $str = '[{"hello":"dolly", "bob":{"a":"is your uncle", "b":"is not your uncle"}}]'; var_dump(strlen($str)); var_dump(strlen(pack('*H', $str)));
You have javascript disabled. You will not be able to edit any code.