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 an array with information about all keys that matches the given patt..
Decoded Output download
<?php
/**
* Returns an array with information about all keys that matches the given pattern
*
* @phpstub
*
* @param resource $identifier
* @param string $pattern
*
* @return array Returns an array with information about all keys that matches the given
* pattern or false, if an error has occurred.
*/
function gnupg_keyinfo($identifier, $pattern)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns an array with information about all keys that matches the given pattern
*
* @phpstub
*
* @param resource $identifier
* @param string $pattern
*
* @return array Returns an array with information about all keys that matches the given
* pattern or false, if an error has occurred.
*/
function gnupg_keyinfo($identifier, $pattern)
{
}
Function Calls
None |
Stats
MD5 | eddd9465d5e4d64f8293f44ae7f7305d |
Eval Count | 0 |
Decode Time | 90 ms |