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 /** * Prepares for a connection to a Z39.50 server * * @phpstub * * @param str..

Decoded Output download

<?php

/**
 * Prepares for a connection to a Z39.50 server
 *
 * @phpstub
 *
 * @param string $zurl
 * @param mixed $options
 *
 * @return mixed A connection resource on success, false on error.
 */
function yaz_connect($zurl, $options = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Prepares for a connection to a Z39.50 server
 *
 * @phpstub
 *
 * @param string $zurl
 * @param mixed $options
 *
 * @return mixed A connection resource on success, false on error.
 */
function yaz_connect($zurl, $options = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 063e64c1450fc201b08ed69ac8632db4
Eval Count 0
Decode Time 94 ms