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 /** * Returns the public key of a CERT * * @phpstub * * @param mixed $csr * @..

Decoded Output download

<?php

/**
 * Returns the public key of a CERT
 *
 * @phpstub
 *
 * @param mixed $csr
 * @param bool $use_shortnames
 *
 * @return resource
 */
function openssl_csr_get_public_key($csr, $use_shortnames = true)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the public key of a CERT
 *
 * @phpstub
 *
 * @param mixed $csr
 * @param bool $use_shortnames
 *
 * @return resource
 */
function openssl_csr_get_public_key($csr, $use_shortnames = true)
{
}

Function Calls

None

Variables

None

Stats

MD5 d3e96c95135f209c12886ebf5dba24b2
Eval Count 0
Decode Time 110 ms