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 /** * Generates a storable representation of a value * * @phpstub * * @param m..

Decoded Output download

<?php

/**
 * Generates a storable representation of a value
 *
 * @phpstub
 *
 * @param mixed $value
 *
 * @return string Returns a string containing a byte-stream representation of
 *                that can be stored anywhere.
 */
function serialize($value)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Generates a storable representation of a value
 *
 * @phpstub
 *
 * @param mixed $value
 *
 * @return string Returns a string containing a byte-stream representation of
 *                that can be stored anywhere.
 */
function serialize($value)
{
}

Function Calls

None

Variables

None

Stats

MD5 b6fd4ada065b65ef5fdb7c129a9bf245
Eval Count 0
Decode Time 106 ms