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 /** * Read a BLOB from the database * * @phpstub * * @param string $blob_handl..
Decoded Output download
<?php
/**
* Read a BLOB from the database
*
* @phpstub
*
* @param string $blob_handle
* @param resource $link_identifier
*
* @return string Returns a string containing the specified BLOB data.
*/
function fbsql_read_blob($blob_handle, $link_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Read a BLOB from the database
*
* @phpstub
*
* @param string $blob_handle
* @param resource $link_identifier
*
* @return string Returns a string containing the specified BLOB data.
*/
function fbsql_read_blob($blob_handle, $link_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | a8472df9762f51c2b7b28a73ee85dd86 |
Eval Count | 0 |
Decode Time | 92 ms |