Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php namespace Illuminate\Contracts\Support; interface Jsonable { /** * Conver..
Decoded Output download
<?php
namespace Illuminate\Contracts\Support;
interface Jsonable
{
/**
* Convert the object to its JSON representation.
*
* @param int $options
* @return string
*/
public function toJson($options = 0);
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Illuminate\Contracts\Support;
interface Jsonable
{
/**
* Convert the object to its JSON representation.
*
* @param int $options
* @return string
*/
public function toJson($options = 0);
}
Function Calls
None |
Stats
MD5 | d51f4700bb5312c0cac2b78acb9207eb |
Eval Count | 0 |
Decode Time | 101 ms |