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 /** * Parse an X509 certificate and return the information as an array * * @phps..

Decoded Output download

<?php

/**
 * Parse an X509 certificate and return the information as an array
 *
 * @phpstub
 *
 * @param mixed $x509cert
 * @param bool $shortnames
 *
 * @return array 
 */
function openssl_x509_parse($x509cert, $shortnames = true)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Parse an X509 certificate and return the information as an array
 *
 * @phpstub
 *
 * @param mixed $x509cert
 * @param bool $shortnames
 *
 * @return array 
 */
function openssl_x509_parse($x509cert, $shortnames = true)
{
}

Function Calls

None

Variables

None

Stats

MD5 9c4675e555ad61e4ff7529801e53d924
Eval Count 0
Decode Time 90 ms