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 /** * Exports a CSR as a string * * @phpstub * * @param resource $csr * @para..

Decoded Output download

<?php

/**
 * Exports a CSR as a string
 *
 * @phpstub
 *
 * @param resource $csr
 * @param string $out
 * @param bool $notext
 *
 * @return bool 
 */
function openssl_csr_export($csr, &$out, $notext = true)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Exports a CSR as a string
 *
 * @phpstub
 *
 * @param resource $csr
 * @param string $out
 * @param bool $notext
 *
 * @return bool 
 */
function openssl_csr_export($csr, &$out, $notext = true)
{
}

Function Calls

None

Variables

None

Stats

MD5 57079c0a76716524fbf774352ccb5351
Eval Count 0
Decode Time 94 ms