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 /** * Gets an exportable representation of a key into a file * * @phpstub * * ..

Decoded Output download

<?php

/**
 * Gets an exportable representation of a key into a file
 *
 * @phpstub
 *
 * @param mixed $key
 * @param string $outfilename
 * @param string $passphrase
 * @param array $configargs
 *
 * @return bool 
 */
function openssl_pkey_export_to_file($key, $outfilename, $passphrase = NULL, $configargs = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets an exportable representation of a key into a file
 *
 * @phpstub
 *
 * @param mixed $key
 * @param string $outfilename
 * @param string $passphrase
 * @param array $configargs
 *
 * @return bool 
 */
function openssl_pkey_export_to_file($key, $outfilename, $passphrase = NULL, $configargs = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 38051cbdfd08089041bab7e98ac537e2
Eval Count 0
Decode Time 76 ms