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 PKCS#12 Compatible Certificate Store File * * @phpstub * * @pa..

Decoded Output download

<?php

/**
 * Exports a PKCS#12 Compatible Certificate Store File
 *
 * @phpstub
 *
 * @param mixed $x509
 * @param string $filename
 * @param mixed $priv_key
 * @param string $pass
 * @param array $args
 *
 * @return bool 
 */
function openssl_pkcs12_export_to_file($x509, $filename, $priv_key, $pass, $args = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Exports a PKCS#12 Compatible Certificate Store File
 *
 * @phpstub
 *
 * @param mixed $x509
 * @param string $filename
 * @param mixed $priv_key
 * @param string $pass
 * @param array $args
 *
 * @return bool 
 */
function openssl_pkcs12_export_to_file($x509, $filename, $priv_key, $pass, $args = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 947eb407d849b29948ac3f412fe9fa8d
Eval Count 0
Decode Time 100 ms