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 /** * Returns the JSON representation of a value * * @phpstub * * @param mixed..

Decoded Output download

<?php

/**
 * Returns the JSON representation of a value
 *
 * @phpstub
 *
 * @param mixed $value
 * @param int $options
 *
 * @return string Returns a JSON encoded ``string`` on success .
 */
function json_encode($value, $options = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the JSON representation of a value
 *
 * @phpstub
 *
 * @param mixed $value
 * @param int $options
 *
 * @return string Returns a JSON encoded ``string`` on success .
 */
function json_encode($value, $options = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 8d77ee8aaa661a6ab23a92c42101164b
Eval Count 0
Decode Time 91 ms