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 /** * Get or set the user password used with a connection * * @phpstub * * @pa..

Decoded Output download

<?php

/**
 * Get or set the user password used with a connection
 *
 * @phpstub
 *
 * @param resource $link_identifier
 * @param string $password
 *
 * @return string Returns the current password used for the connection.
 */
function fbsql_password($link_identifier, $password = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get or set the user password used with a connection
 *
 * @phpstub
 *
 * @param resource $link_identifier
 * @param string $password
 *
 * @return string Returns the current password used for the connection.
 */
function fbsql_password($link_identifier, $password = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 b4bac4e00eebe67ad7aa87e010de8977
Eval Count 0
Decode Time 83 ms