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 /** * Insert a single element to set type column using OID * * @phpstub * * @p..

Decoded Output download

<?php

/**
 * Insert a single element to 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_add($conn_identifier, $oid, $attr_name, $set_element)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Insert a single element to 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_add($conn_identifier, $oid, $attr_name, $set_element)
{
}

Function Calls

None

Variables

None

Stats

MD5 62f6392bb5aa43dcc18bb34a89b1584b
Eval Count 0
Decode Time 398 ms