(
/*array /*use type hint if you can removing initial comment*/
$list,
/*int /*use type hint if you can removing initial comment*/
$options = 0
)
| 48 | } |
| 49 | |
| 50 | public static function stringify( |
| 51 | /*array /*use type hint if you can removing initial comment*/ |
| 52 | $list, |
| 53 | /*int /*use type hint if you can removing initial comment*/ |
| 54 | $options = 0 |
| 55 | ) { |
| 56 | return json_encode(self::pack($list), $options); |
| 57 | } |
| 58 | |
| 59 | public static function unpack( |
| 60 | /*array /*use type hint if you can removing initial comment*/ |
no test coverage detected