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 /** * Create a new blob for adding data * * @phpstub * * @param resource $link..
Decoded Output download
<?php
/**
* Create a new blob for adding data
*
* @phpstub
*
* @param resource $link_identifier
*
* @return resource Returns a BLOB handle for later use with
* .
*/
function ibase_blob_create($link_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create a new blob for adding data
*
* @phpstub
*
* @param resource $link_identifier
*
* @return resource Returns a BLOB handle for later use with
* .
*/
function ibase_blob_create($link_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | d4856fa40c45a47317782ebadc0cedc5 |
Eval Count | 0 |
Decode Time | 98 ms |