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 /** * Generate signature * * @phpstub * * @param string $data * @param string..

Decoded Output download

<?php

/**
 * Generate signature
 *
 * @phpstub
 *
 * @param string $data
 * @param string $signature
 * @param mixed $priv_key_id
 * @param int $signature_alg
 *
 * @return bool 
 */
function openssl_sign($data, &$signature, $priv_key_id, $signature_alg = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Generate signature
 *
 * @phpstub
 *
 * @param string $data
 * @param string $signature
 * @param mixed $priv_key_id
 * @param int $signature_alg
 *
 * @return bool 
 */
function openssl_sign($data, &$signature, $priv_key_id, $signature_alg = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 f718045ef40cb677006a5dd2b0b78523
Eval Count 0
Decode Time 84 ms