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 value of option for connection * * @phpstub * * @param resource ..

Decoded Output download

<?php

/**
 * Returns value of option for connection
 *
 * @phpstub
 *
 * @param resource $id
 * @param string $name
 *
 * @return string Returns the value of the specified option or an empty string if the option
 *                wasn't set.
 */
function yaz_get_option($id, $name)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns value of option for connection
 *
 * @phpstub
 *
 * @param resource $id
 * @param string $name
 *
 * @return string Returns the value of the specified option or an empty string if the option
 *                wasn't set.
 */
function yaz_get_option($id, $name)
{
}

Function Calls

None

Variables

None

Stats

MD5 e06dc980cb620b93ae3d8f2f2cb8f50d
Eval Count 0
Decode Time 89 ms