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 options for connection or statement resources * * @phpstub * * @para..
Decoded Output download
<?php
/**
* Set options for connection or statement resources
*
* @phpstub
*
* @param resource $resource
* @param array $options
* @param int $type
*
* @return bool
*/
function db2_set_option($resource, $options, $type)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Set options for connection or statement resources
*
* @phpstub
*
* @param resource $resource
* @param array $options
* @param int $type
*
* @return bool
*/
function db2_set_option($resource, $options, $type)
{
}
Function Calls
None |
Stats
MD5 | a6541f5bbe3f39fc4ff68c3656d64255 |
Eval Count | 0 |
Decode Time | 117 ms |