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 /** * Set the LOB retrieve mode for a FrontBase result set * * @phpstub * * @p..

Decoded Output download

<?php

/**
 * Set the LOB retrieve mode for a FrontBase result set
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $lob_mode
 *
 * @return bool 
 */
function fbsql_set_lob_mode($result, $lob_mode)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set the LOB retrieve mode for a FrontBase result set
 *
 * @phpstub
 *
 * @param resource $result
 * @param int $lob_mode
 *
 * @return bool 
 */
function fbsql_set_lob_mode($result, $lob_mode)
{
}

Function Calls

None

Variables

None

Stats

MD5 655b7994fb12d4cebe00d438f8be903c
Eval Count 0
Decode Time 80 ms