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 subject of a CERT * * @phpstub * * @param mixed $csr * @par..
Decoded Output download
<?php
/**
* Returns the subject of a CERT
*
* @phpstub
*
* @param mixed $csr
* @param bool $use_shortnames
*
* @return array
*/
function openssl_csr_get_subject($csr, $use_shortnames = true)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the subject of a CERT
*
* @phpstub
*
* @param mixed $csr
* @param bool $use_shortnames
*
* @return array
*/
function openssl_csr_get_subject($csr, $use_shortnames = true)
{
}
Function Calls
None |
Stats
MD5 | f56ea9b612725833a93bbbdd43e03f44 |
Eval Count | 0 |
Decode Time | 76 ms |