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 /** * Get total number of documents in database * * @phpstub * * @param resour..

Decoded Output download

<?php

/**
 * Get total number of documents in database
 *
 * @phpstub
 *
 * @param resource $agent
 *
 * @return int Returns the number of documents.
 */
function udm_get_doc_count($agent)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get total number of documents in database
 *
 * @phpstub
 *
 * @param resource $agent
 *
 * @return int Returns the number of documents.
 */
function udm_get_doc_count($agent)
{
}

Function Calls

None

Variables

None

Stats

MD5 c75cabf2647d28ae76955aeb4241eda4
Eval Count 0
Decode Time 85 ms