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 certificate as a string * * @phpstub * * @param mixed $x509 *..
Decoded Output download
<?php
/**
* Exports a certificate as a string
*
* @phpstub
*
* @param mixed $x509
* @param string $output
* @param bool $notext
*
* @return bool
*/
function openssl_x509_export($x509, &$output, $notext = true)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Exports a certificate as a string
*
* @phpstub
*
* @param mixed $x509
* @param string $output
* @param bool $notext
*
* @return bool
*/
function openssl_x509_export($x509, &$output, $notext = true)
{
}
Function Calls
None |
Stats
MD5 | cef8b5e2a2a2ddc54a72c1cb5e2799b3 |
Eval Count | 0 |
Decode Time | 102 ms |