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 /** * Delete an element from set type column using OID * * @phpstub * * @param..
Decoded Output download
<?php
/**
* Delete an element from set type column using OID
*
* @phpstub
*
* @param resource $conn_identifier
* @param string $oid
* @param string $attr_name
* @param string $set_element
*
* @return bool true, when process is successful.
*/
function cubrid_set_drop($conn_identifier, $oid, $attr_name, $set_element)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Delete an element from set type column using OID
*
* @phpstub
*
* @param resource $conn_identifier
* @param string $oid
* @param string $attr_name
* @param string $set_element
*
* @return bool true, when process is successful.
*/
function cubrid_set_drop($conn_identifier, $oid, $attr_name, $set_element)
{
}
Function Calls
None |
Stats
MD5 | 6d1e2c2de5bb47c05b8aa88481cb64c7 |
Eval Count | 0 |
Decode Time | 98 ms |